Linux SSH (Secure Shell)

July 6, 2015 admin 0

SSH is a network protocol. It allows data to be exchanged using a secure channel between two networked devices. Same protocol is used for: ssh […]

File Transfer Protocol (FTP)

July 6, 2015 admin 0

Package: vsftpd—-.rpm Configuration file: /etc/vsftpd/vsftpd.conf Package: ftp (client) Two types of login: (a) Anonymous login: Anyone can login using the username “anonymous” or “ftp”, with […]

Bind DNS Service

July 6, 2015 admin 0

DNS is a structured database system that maps a computer’s fully qualified domain name into an IP address. Computers in a network use IP addresses […]

Linux SWAP Memory

July 6, 2015 admin 0

Listed delow is the procedure to create a swap space in Linux: # fdisk /dev/sda : Create a partition in Linux # mkswap -v1 /dev/sda10 […]

Redhat Package Manager (RPM)

July 6, 2015 admin 0

Set of binary files, which are compiled programs. This is similar to add/remove programs in windows. RPM is used to manage installation packages including installation […]

Linux File Attributes

July 6, 2015 admin 0

Listed below are few attributes that can be assigned to a file:   # chattr +i /etc/passwd : i = immutable (cannot remove, edit, rename […]

Linux File System Management

July 6, 2015 admin 0

Disk Druid: The only tool used for partitioning management at the time of installation Partitioning management utilities available after installation: fdisk parted sfdisk Total partitions […]