I. Installing Linux
a. Installation
Insert CD and hit DEL to make it the default booting device. Boot from installation CD.
b. Boot Problems
c. Hostname
II. User Administration
a. Adding and Removing Users
III. Basic Networking
a. Hosts
|
127.0.0.1 localhost.localdomain localhost 10.0.0.9 gamma 10.0.0.11 beta |
|
ALL: ALL in.telnetd: ALL |
|
ALL: ALL in.telnetd: ALL |
|
/dev/hda2 / ext2 defaults 1 1 alpha:/cdrom /cdrom ignore 0 0 0 /dev/fd0 /mnt/floppy ext2 noauto 0 0 /dev/hda4 /users ext2 defaults 1 2 10.0.0.6:/abbas /abbas nfs defaults |
IV. NFS
a. NFS Server
|
/usr/local 199.100.11.5(ro) /home 198.100.12.6(rw) |
b. NFS Client
V. NIS
a. NIS Server
b. NIS Client
VI. Web Server Administration
a. Installing Apache : Not required for many versions of Linux as Apache is usually preinstaled.
$ CC="pgcc" CFLAGS="-O2" \ ./configure --prefix=/sw/pkg/apache \ --enable-rewrite=shared \ --enable-speling=shared(specifying C compiler and install dir)
b. Running Apache
c. CGI
VII. Mail Admin
a. sendmail
|
... all: user, samar, mantu ... |
|
ALL: ALL in.telnetd: ALL |
VIII. NT - Linux Networking
a. Samba
Enables networking between NT and Linux.
a. Installing Samba
[global] workgroup = MYGROUP [homes] guest ok = no read only = no( smb.conf should be in same place as spec. in Makefile, default /usr/local/samba/lib/ )
#!/bin/sh /usr/local/samba/bin/smbd -D /usr/local/samba/bin/nmbd -D$chmod 755 *.sh; ./startsmb.sh (executable run by hand or exec by /etc/rc.local )
a. Features of Samba
Other tools include qmail, fetchmail, mgetty, sendfax and hylafax.