Presentation is loading. Please wait.

Presentation is loading. Please wait.

Our chosen platform is:

Similar presentations


Presentation on theme: "Our chosen platform is:"— Presentation transcript:

1

2 Our chosen platform is:
Ubuntu Linux, server edition, 32-bit, 9.10 no GUI, administer using ssh Ubuntu is really Debian underneath You should choose a "Long Term Support" edition (10.04 LTS) and probably 64-bit There are other platforms you could use CentOS / RedHat, FreeBSD, ... This isn't a Unix admin course Worksheets are step by step Please help each other or ask us for help

3 You need to be able to... Login using ssh putty.exe
connect to "pcX.mgmt" or Be root when necessary: sudo <cmd> "sudo bash" for root shell, ctrl-D to exit it Install packages sudo apt-get install joe Edit files [sudo] joe /etc/motd

4 joe editor Ctrl-C to quit without saving Ctrl-K X to quit and save
Cursor keys work how you expect them! There's a quick reference PDF in the materials

5 Other tools Terminate foreground program: ctrl-C Browse filesystem
cd /etc ls [or "ls -l" for long listing] Rename and delete files mv file file.bak; rm file.bak Start and stop services, look at processes /etc/init.d/apache2 restart ps auxwww | grep apache

6 Paging through files Sometimes files are viewed through a pager ("more" or "less") example: man sudo 'Space' for next page 'b' to go backwards 'q' to quit

7 Please now: Login to your virtual server using ssh
Install package 'joe' sudo apt-get update sudo apt-get install joe Edit the "message of the day" to identify your machine as yours sudo joe /etc/motd Feel free to use vi or pico or whatever instead Log out and login again "man motd.tail" for info about Debian's motd


Download ppt "Our chosen platform is:"

Similar presentations


Ads by Google