Earlier quoted context omitted.
A large brick wrapped in a slice of lemon
Also known as a Pan Galactic Gargle Blaster
Bored? How about trying a Linux speed run?
281–284 of 284 posts
Re: Bored? How about trying a Linux speed run?
#282Earlier quoted context omitted.
What kind of stuff would you do for fun?
Pretty much what the challenge is about: try to get online :-). There is an endless stream of stuff to keep me occupied. (i mean, sure, i'd also do the sunbath and swimming bits, but based on previous experience, most of my time will be spent on the computer :-P)
Re: Bored? How about trying a Linux speed run?
#283Earlier quoted context omitted.
A basic shell with just forks and execs binaries from $PATH and nothing more. Maybe, just maybe, file redirection. You won't have neither echo(1) or cat(1), you must reimplement them. Echo(1) is damn easy.
Better would be to have a scheduled execution of some bits on the disk, every 5 minutes or so, and you are only allowed to write to disk, not execute anything on your own.
Re: Bored? How about trying a Linux speed run?
#284If you have bash, you could retrieve wget or CURL and go from there. { echo -e "GET / HTTP/1.0\r\nHost: ftp.gnu.org\r\n\r" >&3; cat /dev/tcp/ftp.gnu.org/80