Auto-Update of Freenet for alpha-testing
For linux and other *nix
in shell do :
//crontab -u USER -e//
write in editor :
- /15* * * * /pathto-freenet/up.sh//
Press **CTRL-X**
When asked to save, anser Y
do not rename the file
Every 15min all day/month/year long, freenet will be updated.
The format of the crontab file is as follows:
Minute (0-59) Hour (0-23) Day of Month (1-31) Month (1-12 or Jan-Dec) Day of Week (0-6 or Sun-Sat) Command
Next the **up.sh** shell script:
%%(bash)
After that save the file **up.sh** and run:
//chmod u+x up.sh//
Then launch your node using :
%%(bash)
while (sleep 2);do java -Xdebug -
Xmx 128 M -client -cp freenet-cvs-snapshot.jar:freenet-ext.jar freenet.node.Node
[port] <
[ip]> <[b/w limit]>; done
%%
Happy testing :)