|
|
|
What is it? Welcome to shells.gnugeneration.com, GNU Generation provides shells to the free software community.
What is included?
How do I get one?
How do I use it?
Once you have logged into the server, you should see something like this: Linux shells 2.x.x #x xxx xxx xx xx:xx:xx xxx xxxx i586 unknown Welcome to shells.gnugeneration.com. Abusers of this system and/or network will not be tolerated and will be removed swiftly. If at any point, you have to ask yourself 'I wonder if this is abuse?' Whatever 'this' refers to, probably is, and should be stopped immediately. Direct questions, comments, reports of abuse to your system administrator: swivel@shells.gnugeneration.com This host is resolveable as: pengaru.com shells.gnugeneration.com You have mail. Last login: Sat Apr 26 14:24:11 2003 from x.x.x.x user@shells:~$This is known as the shell prompt of an interactive login. From this prompt you can execute commands. To logout you can type user@shells:~$ exit If you wish to read/write/send email, you can run mutt, by typing user@shells:~$ mutt If you wish to setup a web site, just create the directory "public_html" and place an index file inside it. You do this by typing: user@shells:~$ mkdir public_html user@shells:~$ cd public_html user@shells:~$ cat > index.html Hello world ^d user@shells:~$Please note, the ^d represents pressing control-d, in unix, the terminal communications layer interprets this combination as EOF (End Of File). You just used the cat program to create the file index.html, and write the line Hello world into it. The ^d is used to tell the cat program the file which it is reading (your input) has ended (EOF). You can now load http://shells.gnugeneration.com/~user in a web browser, and you should see: Hello world This is a very simple test and just to get you familiar with the location of your web page. Don't forget to replace user with your assigned name.
At this point, you should try some searches for Linux tutorials, or pickup a book on Linux and/or unix. The shell you are likely to use is bash, there is a good book from orielly and associates called learning the bash shell. Understanding how the shell works and how to use it's more advanced features will make using the Linux server a joy, and if you do not have a Linux machine at home, you just might find yourself wanting one once you discover the power of a full featured unix shell such as bash. |
If you have any questions, email me: swivel@shells.gnugeneration.com