mac_philo said:
Durelen, I humbly request you divulge a portion of your list.
Sure thing!
Free Shell Accounts:
http://hnsg.net/
system: Linux
*****X (as in girl dog X

), telnet, traceroute, SSH, mutt, python, perl, nmap, lynx, telnet-SSL
http://www.moonlightglade.net/shells/
ssh, ftp, webspace at
http://www.moonlightglade.net/~username FREE, but depending on the assessment of your application form: ability to run: bots, proxies, and service/server type programs. Serving an existing domain name's website from moonlightglade.net's apache webserver via the use of vhosts. mysql databases. email referrers and outgoing mail. (incoming mail planned but not currently avalible)
http://www.metawire.org
Server: FreeBSD
email, banner free web hosting, every standard unix feature, browsers such as lynx and links, IRC, compilers (gcc, g++), PERL, vi, pico, and anything you can think to compile.
http://www.polarhome.com/
Servers: Red Hat Linux, Debian Linux, FreeBSD, NetBSD, OpenVMS, OpenBSD, Solaris, Ultrix
FTP access is free
$10 (unit) one time fee for shell access
- Anonymous FTP
- Private FTP
- Personal home page
- Email @polarhome.com
- Spam "black hole"
- POP3/IMAP client
- WAP mail reader
- 10-20Mb free disk space
- POP3 and IMAP account
- Spam/Virus free e-mail
- Perl, PHP, CGI web environment
- Kerberized local hosts
- Useful network queries
- Lot of documentation
- Official mirrors
- Culture of net usage
- Support for development
- Mailing lists
- CVS mirrors
- IRC server
- IRC proxy, bouncer
- IPv6 network environment
- IPv6 vhosts
- MySQL databases
http://www.freeshell.org/
http://sdf.lonestar.org/
Old Unix Community
Requires $1 for signup
games, email, usenet, chat, bboard,
webspace, gopherspace, programming utilities, archivers, browsers, and
more.
http://fredrik.homelinux.org/nuke/html/
Free MUD hosting (full atm but I've seen openings)
http://www.shellcity.net/
Just a shell info site.
A few shell commands:
cd <directory> - Changes to the specified directory, similar to DOS's cd command. To switch to the directory above the current one, specify two periods as the directory, i.e. cd ... Typing cd ~ will return you to your home directory (the tilde is shorthand for the path your home directory, e.g. /home2/user/cooldude).
gunzip <file> - Extracts the contents of a gz file (which are similar to zip files), e.g. gunzip nice.tcl.gz.
kill -9 <pid> - Kills the process with the specified pid number. You can get the pid number of a process by using the ps x command described below. This command is useful for killing your Eggdrop if you're unable to shut it down by other means.
ls - This is very similar to the DOS dir command. It lists the contents of the current directory. For a more detailed listing, type ls -al.
mv <oldfile> <newfile> - Renames a file or directory. You can also move a file with this command. For example, mv chatty.tcl scripts/chatty.tcl with move chatty.tcl to the scripts directory (relative to the current directory).
passwd - Allows you to change your shell account password (it will prompt for your old password, then ask you to enter a new one).
pico -w <file> - Opens the specified file in the pico text editor. The -w option prevents Tcl scripts from being messed up due to line wrapping.
ps x - Shows all current 'processes' you have running on the shell. This includes things such as Eggdrop, IRC bouncers, and open telnet and FTP sessions. This command is useful for getting the pid (process ID) number of a process. To view the resource usage of your processes, type ps ux.
pwd - Shows the current working directory path, e.g. /home2/user/cooldude/mybot.
quota - Shows how much disk space is allocated to you, and how much you're using.
rm <file> - Deletes a file. To delete a directory and all its contents (including subdirectories), use rm -rf <directory>.
tar -xf <file> - Used to extract a tar file. To extract a tar.gz or .tgz file, use tar -zxf <file> (if that doesn't work, use gunzip <file> then tar -xf <file>).
netstat - Displays all connections going to and from the server.
ps aux - Displays all processes running on the system and their resource usage.
top - Displays details about system resource usage.
uptime - Displays the current uptime and server load.
vhosts - This will display a list of vhosts available for you to use (note that not all shells have this command).
If you are using windows you may need
Putty to connect to some of these shell accounts. SSH protocol is more secure than Telnet so many services do not allow Telnet access. You may not need this program but if you do than I posted the link just in case.