Linux Conf Admin
Linux Conf Admin
INSTALLATION
AND
CONFIGURATION
PCMT, KOLKATA.
By
ANUP PRAKASH
ROLL: 071560510016
Installation of Linux
Where do we start
Choose upgrade
or new
installation
Better to
Installation of Linux…
Choose personal desktop
installation
For the first, but next time you bet on
Custom
Installation of Linux…
Choose the boot loader Grub
or Lilo
Choose between
High,
Medium, and
Disabled
security levels.
Network Security
Common Access control system
/etc/hosts
/etc/hosts.allow
/etc/hosts.deny
/etc/hosts.equiv
For more info refer docs on iptable, firewall
Sharing With Windows
SMB protocol to share files and printers across a
network connection. Operating systems that
support this protocol include Microsoft Windows
(through its Network Neighborhood), OS/2, and
Linux.
SMB implementation in Linux is called samba
There are two things one can do
Share your files/printer with other windows
machine
Access windows shared printer/files on linux
Allow Windows to share
You need to start samba server and nmb server
/etc/rc.d/init.d/smb start
What ever you want to share is added in
/etc/samba/smb.conf
Every change in conf file require restarting of
server
Justbrowse OR find computer from windows to
see these files/folders
You can share folders, CD, printer
To access windows share
Smbclient is a samba client
Smbclient –L myhost to see all share
Smbclient \\\\myhost\\myshare
This will login to share and you can access the share
\\\\myhost\\printer can be written to print files
Smbmount can be used to mount (map) folders on
to local host
Smbumount to unmount
There are tools (GUI) for both sharing and
accessing files
User managment
User Management
Copy the
/usr/src/linux/arch/i386/boot/bzImage
to /boot
Do mkbootdisk with new kernel as
argument
Optional take a coffee or tea break ?
Putting all together..