LinuxList for requests for comments rfcRequests for Comments (RFC)List for Requests for Comments RFC Requests for Comments (RFC) RFC: Requests for Comments -RFCs is an ongoing set of documents issued by the Internet Engineering Task Force -IETF at the Network Information Center -NIC that presents new protocols and establishes standards for the Internet protocol suite. Each such document defines an aspect .. Deny ssh access for root userDisabling ssh access for root and allowing suDisabling ssh access for root and allowing "su" The following are the steps to disable root and enable "su" over SSH step : 1 create a user make him a member of wheel group.(use cpanel and WHM or manually using shell) step : 2 uncomment the following line in the file /etc/pam.d/su auth required .. Redhat sysreport backup toolLinux system recoveryFirst step towards system backup and recovery. Sysreport is a simple tool that will backup all the critical files of a linux box. Just run the command "sysreport" and it will backup all the critical files of the server and create a compressed tar file in the name of the server and .. Create file with date timestampCopy or rename a file with date time stampCreating file with date time stamp Many times you may need to need to create a file file with date and time stamp. It will be much helpful for the administrator when they have a copy of configuration or other files with date and time timestamp. Command to create a file with .. How does a system bootBoot process Machine or ComputerBoot Process of a Linux Machine BOOTING PROCESS BIOS BootSector KernelInitilisation Init SysVinit scripts. BIOS(Basic Input Output System) Bios is a piece of software that is built-in to the machine,usually by being stored in the flash ROM on the motherboard. There are two purpose of BIOS,one it takes the machine from a power-on state .. Kernel recompilation stepsHow to do kernel CompilationKernel Kernel Recompilation Steps 1. Download the latest kenel from www.kernel.org to /usr/src 2. Unpack the tar ball # tar -zxvf linux-x.x.x.tar.gz # cd linux-x.x 3. backup the .config file from /boot 4. Run the command make mrproper to remove the config file # make mrproper this removes the current .config and other files 5. Now lets start for kernel .. Booting process of linux osHow does my system boots upBOOTING PROCESS: BIOS BootSector KernelInitilisation Init SysVinit scripts. BIOS(Basic Input Output System) Bios is a piece of software that is built-in to the machine,usually by being stored in the flash ROM on the motherboard. There are two purpose of BIOS,one it takes the machine from a power-on state to the point where it .. Different run levelsRunlevels in LinuxRunlevels in Linux Linux operates in runlevel 3 - full multi-user mode. The following runlevels are defined in Red Hat Linux: 0 - Halt 1 - Single-user mode 2 - Not used (user-definable) .. How to change default gatewayChanging Gateway IP AddressHow to change default gateway Server needs to have a single default gateway. DHCP servers will automatically assign a default gateway to DHCP configured NICs, but NICs with configured static IP addresses will need to have a manually configured default gateway. This can be done with a simple command. This example .. How to recover deleted filesLinux or UNIX Recover deleted files - undelete filesLinux or UNIX Recover deleted files - undelete files If you run rm command accidentally and deleted important a file, recovery becomes critical under Linux and/or UNIX oses. Since Linux is multiuser and multitasking operating system other users/process can overwrite deleted file disk space. So you need to take down system to .. Boot sequence in linuxLinux Booting StepsBoot Sequence In Linux Boot Process 1) BIOS 2) Master Boot Record (MBR) 3) LILO or GRUB 4) Kernel 5) init 6) Run Levels 1) BIOS Load boot sector from one of: Floppy CDROM Hard drive The boot order can be changed from within the BIOS. BIOS setup can be entered by pressing a key during boot up. The exact key depends varies, .. What is guiGUI in Linux - startxWhat is GUI Computer systems that support two or more simultaneous users. All mainframes and minicomputers are multi-user systems, but most personal computers and workstations are not. Another term for multi-user is time sharing. .. What is shell in linuxDefine ShellWhat is shell in linux A shell is a program that provides the traditional, text-only user interface for Unix-like operating systems. Its primary function is to read commands that are typed into a console (i.e., an all-text display mode) or terminal window (an all-text window) in a GUI (graphical user interface) .. What is liloLast in last outWhat is lilo Lilo means last in last out . LILO is a versatile boot loader for Linux. It does not depend on a specific file system, can boot Linux kernel images from floppy disks and hard disks, and can even boot other operating systems. One of up to sixteen differernt .. How to check and repair a linux file systemWhat is FSCKWhat is FSCK fsck - check and repair a Linux file system. fsck is used to check and optionally repair one or more Linux file systems. filesys can be a device name (e.g. /dev/hdc1, /dev/sdb2), a mount point (e.g. /, /usr, /home), or an ext2 label or UUID specifier (e.g.UUID=8868abf6-88c5-4a83-98b8-bfc24057f7bd or LABEL=root). .. |