21 May 2014CommandsBy Admin zcat command examples – About zcat : Read zipped files – Comes From : gzip-1.3.12 Examples : ————————————————– – To read zipped file # zcat […]
21 May 2014Standard ProceduresBy Admin To Create Swap Partition 1. Add New Space – Add the new hard disk and create a partition using fdisk command. […]
21 May 2014General TopicsBy Admin Linux Services Port Numbers – Linux services quick help sheet. SR No. Service Daemon Protocol Port Number Configuration File 1. NFS nfsd rpcgssd nfs 2049 /etc/exports […]
20 May 2014CommandsBy Admin rpm Command Examples – To install rpm package # rpm -ivh pidgin-2.7.9-5.el6.2.i686.rpm Preparing… ########################### [100%] 1:pidgin […]
19 May 2014General TopicsBy Admin Linux File System Hierarchy – Linux file system hierarchy consists of following the file systems. /boot: It has files which are required for booting Linux OS, […]
19 May 2014Commands For A TopicBy Admin Linux Process Related Commands Process Related Command Examples – To see the zombie process # ps aux | awk ‘{ print $8 ” ” […]
19 May 2014Commands For A TopicBy Admin Linux Networking Commands Get the Info # ifconfig : Configure a network interface # ip a : show / manipulate routing, devices, policy routing and tunnels # ifrename : Rename network […]
19 May 2014CommandsBy Admin linux ftp examples – File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another host over a […]
19 May 2014CommandsBy Admin yum command examples – Yum is a very useful, front end command for the package management in the Red Hat Linux versions. – Yum is […]
19 May 2014CommandsBy Admin mail command examples Sending mails from Linux Machine – Have hostname entry in “/etc/hosts”, if sending mail within the system – System should have internet […]