Install Dolphin in Vps / Hosting
Installing Dolphin We can install dolphin in two ways either as main site or as a sub directory [...]
Installing WordPresss in VPS / Hosting places
We can install wordpress in our domain in two ways . Either as main site ie in public_html [...]
Creating the Cpanel account with WHM
Log into your WHMIn the left menu under "Account Functions", click "Create a New Account" Fill in the [...]
Installing cPanel manually
In order to install cpanel/WHM on your VPS , you will need to log into your server as [...]
Kerberose authentication in rhel
Kerberose authentication To use kerberose authentication we need to set up server with all the needed principle and [...]
NIS server-client configuration
NIS Network Information System is one of the centralized way to use the user through-out the network. At [...]
More about DNS and Security in Zone sharing
More about DNS Bogus servers which give wrong information can be blocked or to make our server not [...]
DNS Master Slave Configuration
1.Master and slave configuration 2.acl setting 3.view setting For making the Dns a Master dns server we give [...]
Setting sendmail as default
alternatives --display mta yum install sendmail service postfix stop chkconfig postfix off vim /etc/mail/sendmail.mc disable the line starting [...]
Apache + SSL = https
Here all my package are place in /apache directory cd /apache echo "Switching OFF httpd" sleep 2 service [...]
NFS Sharing
Network File System Sharing is used for sharing the files/directory all through the network port 2049 files used [...]
Samba Sharing
Samba sharing use for sharing between linux and windows machines port 137,139,138,445 configuration file /etc/samba/smb.conf samba sharing can [...]
FTP sharing
File Sharing Protocol ports used ftp-data 20/tcp ftp-data 20/udp ftp 21/tcp ftp 21/udp files are /etc/vsftpd/vsftpd.conf We have [...]
Bash Terminal shortcuts
Bash Shortcuts Quick Reference Ctrl-a Move to the start of the line. Ctrl-e Move to the end of [...]
LAMP installation and configuration
#Configuring LAMP-LINUX APACHE MYSQL PHP #1.LINUX here i use machine preinstalled with rhel 6 desktop kde gnome packages [...]
Amanda 3.3 configuration in Rhel 6
#Configuring AMANDA 3.3 FOR RHEL 6 SERVER AND CLIENT ,fedora #first configure dhcp and dns before this #packages [...]
Virtual installation in Rhel ,Fedora
#!/bin/bash #configuring install-vserver #kickstart configuration and adding entry into the pxelinux.0/default for virtual echo" #platform=x86, AMD64, or Intel [...]
Setting up a PXE BOOT server @RHEL,FEDORA
#This is a configuration script for making a pxe boot server for rhel #Packages needed are #1.sylinux #2.any [...]
Setting DNS server@RHEL,fedora
#Packages needed are bind and bind-chroot #1.install needed packages yum -y install bind #2.Configuration files are rpm -qc [...]
Setting DHCP server in rhel ,fedora
#Steps to Configure dhcp... #First give static ip for the server machine ie dhcp server #1.Packages needed #-dhcp- [...]
Creating local directory for yum installation using createrepo @ rhel ,fedora
To create a local directory from which we can install through yum,Mainly we need the "createrepo plugin of [...]
fedora 17 and grub2
Fedora 17 and grub2...While installing fedora 17 from the live cd at the end of finishing the installations [...]
To create keyboard shortcut for terminal in linux
open the terminal then type >gnome-keybinding-properties Then an window will pop up that window can be used to [...]
Resizable linux partions –LVM-logical volume management
In linux we can can create resizable partition which can be resized if free space is available. That [...]
Gcc for windows-Install the MinGW (GCC) Compiler Suite and Cygwin prompt
This Gcc compiler doesn't exactly replaces the normal Linux gcc compiler .First download the file from following link [...]