Web server Configuration with more than One Website in Redhat Linux
Web server Configuration with more than One Website in Redhat Linux
Web server with more than one website in the sense many websites are sharing the static IP of the website. Major reason for using more than one website in a server is to share the IP address. Web server contains a static IP, which are shared between many number of website. This type of hosting is also called as shared hosting. Another reason is some website's size may be in some MB and a question may arise why we have to waste static IP address for small website?,because static IP address cost is very high. we can overcome th
DUMP Configuration to Make Backup of a partition in Linux
DUMP is the utility to make our whole partition backup in unix and Linux. Main advantage of DUMP backup is to take incremental backup and it has been used for more than a decade.
Syntax
dump [options] [dump-file] [File-system or file or directories].
options
-[level] The dump level any integer
-f Make the backup in a specified file
-u Updates /etc/dumpdats file for the backup made
-v Displays Verbose Information
-e Exclude inode while making backup
Creating DUMP file
#dump -0uf /dump /dev/sda8
dump - file name of the backup file and i
RAID Level 1 Configuration in RHEL5 Linux
RAID – Redundant Array of Inexpensive disk
RAID 1 creates two identical copy in two hard disks. This raid level gives reliability over single hard disk.
Here we are going to see how to configure RAID Level 1
RAID 1
Mirrioing
Two separate mirroring for data
I am going to use three disk partition as individual hard disk
#fdisk /dev/sda
Command: n
First cylinder: < leave it>
Last cylinder : +500M
Partition number: 5
Hex code: fd // We have to make ordinary partition as RAID partition “fd – Linux raid auto”
Command: w
// Likewise c
How To: Add About Author box in WordPress
For multiple author blog author box is welcomed, because reader can know who wrote this article. Author box in a blog is important because reader of the blog can have a chance to call the author for any further help or make a connect with author. More over about author box is a privilege for an author.
1. There are many author biography plugins are available, i suggest you "better author bio" plugin.
Some of the other Author box plugins are
Advanced Author Bio
WP About Author
Custom About Author
Author Box Reloaded
2. Crop a image of author which is square shape or just
How To: Create a partition in Redhat Linux
To see all available partition, use the below command
#fdisk -l
#fdisk /dev/sda
command: n ( for new partition)
we can create primary partition or extended
If the hard disk is new / having 2 or 3 primary partitions , then only options of "what of disk have to be created whether primary or extended ?" available.
If already extended partition is created, then newly created partition will created default as logicla drive.
We don't know about cylinder size, so leave it just give enter
First cylinder:
Last cylinder or + size: +100M
Give value in MB's followed by +,
Network Information Service (NIS) Configuration in Redhat Linux
Network Information Service (NIS) is a client - server configuration for sharing files, which forms the client as a group by hostname, domain name, etc
Here we are going to see, Network Information Service configuration
Required Packages for NIS server configuration
yp server
yp tools
yp bind
Make file
Services
ypserver
yppasswd
#vim /etc/sysconfig/network
HOSTNAME = hostname.domainname
NISDOMAIN = VIGNESH
:wq!
SERVER SIDE
#mkdir /rhome
#mkdir /rhome/sysname
#useradd -d /rhome/sysname/nisusername <nisusername>
#vim /etc/passwd
nisuser:X:
IPTables Firewall Configuration in RHEL5
Firewall are two types hardware firewall and software firewall. The important work of firewall is to monitor and control the incoming and outgoing packets.
IPtables is an important firewall in linux. TCP wrapper and SELinux is also a firewall.
Package: iptables
Service: iptables
Operations
There are 3 operations iptables can do
Accept
Allow the packet
Drop
Drop the packet and don't send error message to sender.
Reject
Drop the packet and send error message to sender.
Options
i - incoming interface
O - outgoing interface
A - append (e
Web Server Configuration in Redhat
Web server is a computer, which deliver web pages. Every web server will have atleast one static IP address and one domain name. When we request a website, for example (www.abc.com), this domain stored in a web server and web server have a static IP. Static IP of web server is stored in DNS, so our browser goes to web server by help of DNS record to fetch the webpage.
Here we are going to see how to configuration of web server in RHEL5
Before going to configure web server, make sure that following are done correctly
Hostname
Domainname
IP address
DNS configuration
Package:
How To: Install WordPress in Hostgator(C Panel) with Quick Install
Wordpress is a open source CMS software for website. Wordpress available as two type one is directly provided by wordpress.org and another one is installing wordpress in self hosted linux server.
1) Go to your control panel, under software and services. There are two options available Quick install and Fantastico De Luxe. Both of the options are same, go Quick Install
2) Based on hosting provider, open source software will be available. Because some hosting provider won't provide wordpress, Hostgator providing more than 50 software.
Under Blog software, click
How To: Delete Google Web History
Google keep stored all our search history details, Even this feature is helpful some people may dislike this. Google also offers deleting web search history and pause our search history that has to be stored.
Google stores our search history in our google account, if we are not logged in while searching in google search then it will not be stored. Google web history works only, when we are logged in.
1. Login into your google account
2. After login into google, Click Account on top right corner in www.google.com
3.Go to Account overview and click o








