Chinese (Simplified) French German Portuguese Romanian Russian
 
News
Upload to BayFiles KDE Service Menu
Sunday, 08 January 2012 18:24

Did you heard about The Pirate Bay's new file hosting service? It's called BayFiles.

And here's KDE 4.x Service to upload your files to it :D

 

Project page: http://kde-apps.org/content/show.php?content=148065

Download: http://kde-apps.org/content/download.php?content=148065&id=1&tan=88778894

Or from BayFiles ;): http://bayfiles.com/file/1ln7/9WQRca/bayfiles-upload.tar.gz

Add a comment
 
Falling snowflakes on your Tumblr page
Saturday, 17 December 2011 22:07

I see that a previous article gets lots of hits from people who want to put the falling snowflakes script on their Tumblr pages.

In order to put this script you need to go to your page and click "Customize". Then you will need need to click "Edit HTML", scroll down to the end of the code and before </body> paste this code:

Don't forget to save ;)

The script can be used also on Wordpress, Blogger or other CMS.

If you want to download the script or just to share your appreciation for it go to peters1.dk

Add a comment
 
JRemoteShell: a simple shell server wrote in Java
Friday, 18 November 2011 00:08

Here's a small shell server written in Java by me.

 

It has basic features such as: ls, cd, head, mv, cp and also: get and put, to get/put files on the server.

Please note that this application is not safe to use because it doesn't use encryption or authentication.

To connect to the server you can use Putty with a raw connection or netcat:

nc host 8100

To use "get" or "put" for file transfer you must first type put or get followed by the name of the file and then connect to port 8101 using nc.

For get: nc host 8101 > file

For put: nc host 8101 < get

 

Download JAR file: https://github.com/downloads/otzy007/JRemoteShell/JRemoteShell.jar.zip

Github repository: https://github.com/otzy007/JRemoteShell

Source snapshot: https://github.com/downloads/otzy007/JRemoteShell/otzy007-JRemoteShell-d66e2b9.zip

Add a comment
 
Simple Java template for KDevelop
Sunday, 09 October 2011 11:40

To enable the template move the archive to:

/usr/share/apps/kdevappwizard/templates/simple_java.tar.bz2

or

~/.kde4/share/apps/kdevappwizard/templates/simple_java.tar.bz2

 

Download: http://kde-apps.org/content/download.php?content=145846&id=1&tan=8554812

Add a comment
 
Compress RAM with zRam in Slackware
Saturday, 08 October 2011 18:14

Update: you can find the tarball for this script at: http://github.com/downloads/otzy007/enable-zRam-in-Slackware/enable-zram-noarch.tgz

Referring to this article it seems that using a swap disk is slower than compressing the data in the memory.

Enabling this under Slackware Linux it's pretty easy.

 

Create the file /etc/rc.d/rc.zram and put this script into it:

 

Add a comment
Read more...
 
«StartPrev12345678910NextEnd»

Page 1 of 14