
02.04.2008, 01:59
|
|
Познавший АНТИЧАТ
Регистрация: 14.01.2008
Сообщений: 1,165
Провел на форуме: 7229141
Репутация:
3099
|
|
This is a Unix-like virtual shell command line interface.
Every command can be bookmarked with the # sign, for example: http://cb.vu/#clock -t or http://cb.vu/#matrix
Pipes are not implemented sorry, maybe one day I'll add vi and emacs )
This terminal uses the termlib library from Norbert Landsteiner <http://www.masswerk.at>,
the commands implementation and overall site is developed by Colin Barschel.
See "info" for the full credentials.
Commands available:
help . . . . . . . print this help page
info . . . . . . . display code credentials
exit . . . . . . . leave the terminal (same as logout or ESC key)
clear . . . . . . . clear the terminal to a blank page
reload . . . . . . . reload the web page and the terminal
reset . . . . . . . reset to the terminal to it's initial state
redim . . . . . . . redimention the terminal size to the browser window
login . . . . . . . login as a different user (passwd = username)
clock . . . . . . . display a large ASCII clock (or stopwatch with option -t)
echo "text" > <file> . . create a file with some text
cat <file> . . . . . display the file on the terminal
more <file> . . . . . display the file on the terminal with pagewise output
pr <file> . . . . . . load the file on the browser (same as browse <file>)
apropos <command> . . . display a short info on the command
man <command> . . . . man pages for the command. See also ls /usr/share/man
browser . . . . . . display your IP and some informations about your browser
whereami . . . . . . display your probable country and city
weather . . . . . . display a weather information based on your location
matrix . . . . . . . show a matrix-like screensaver (CPU hungry)
ls /bin . . . . . . listing of all commands
cal,ls,cd,pwd,fortune,uname,uptime,ping,date,histo ry... and so on should work
Have a lot of fun...
|
|
|