This guide explains you how to install nginx webserver in centos 5 linux. Nginx is an opensource webserver widely using by everyone after apache http webserver.
First add the ngnix repository in your repo list and then install it
Setup Nginx repo
Create a file called “nginx.repo” in /etc/yum.repos.d/
vim /etc/yum.repos.d/nginx.repo
[...]
This simple guide explains you how to start, stop, restart the nginx service.
If you installed the nginx web server by using repository in centos, then follow the below commands
To start the nginx server
/etc/init.d/nginx start
To stop the nginx server
[...]
This simple guide explains you how to change nginx port number.
First check which port is being listening by nginx web server
[root@linuxinternetworks.com conf.d]# netstat -plnat | grep :80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2003/nginx.conf
In this case nginx web server is listening 80 port number
Note : [...]
This guide explains you how to install nginx webserver in centos 6 linux. Nginx is an opensource webserver widely using by everyone after apache http webserver.
First add the ngnix repository in your repo list and then install it
Setup Nginx repo
Create a file called “nginx.repo” in /etc/yum.repos.d/
vim /etc/yum.repos.d/nginx.repo
[...]
Did you forget your mysql root password ?! . Don’t worry you can recover it by using the following simple steps
1. First stop the mysql service (use any one of the following command to stop the mysql service)
Subscribe Our Free Newsletter
Delivered by FeedBurner. We Respect Your Privacy
This quick guide explains you how to activate and deactive the network services
To activate NIC Card
ifconfig eth0 up
or
/sbin/ifup eth0
To deactivate NIC Card
ifconfig eth0 down
or
/sbin/ifdown eth0
These scripts use the scripts and NIC config files in /etc/sysconfig/network-scripts/
Network Service Start / Stop / Restart
To start network service
/etc/init.d/networking start [...]
Virtualisation plays one of the major role in IT Infrastructure management services. There are lot of virtualisation softwares available in the internet market. For instance KVM, VMWare, VirtualBox, Xen, Parallel Workstation, Microsoft Virtual PC etc., You can use any one of these tools to run multiple operating system at a time in your desktop / [...]
This guide explains you how to install CentOS linux in your desktop/laptop. You can install CentOS in different ways. Here i am using CD/DVD installation method. Even novice can install it by following this guide. First download CentOS from the repository.
Download CentOS : http://wiki.centos.org/Download/
I have downloaded CentOS 5 linux and burned it in [...]
Question : How to change my system timezone from the command line without using redhat-config-date and how to adjust the time and date ?
This answer is especially for RPM based distribution ( Redhat, Fedora, CentOS ). To change or update the time zone in linux, we need to edit the /etc/sysconfig/clock file. [...]
Parcellite is a clipboard utility for linux distributions. This guide explains you how to install parcellite on centos linux and how to use it.
Open your Terminal
Applications > System Tools > Terminal
or
Right click ” Open-in-terminal”
Login as super user ( root user )
$ su
or
$ sudo su
Run the following [...]
Advertisement
Follow us on Twitter
Follow us on GooglePlus
Find us on Facebook
Recent Posts
- Alternatives to adobe flash player in ubuntu linux
- Easy method to install Adobe Flash player in ubuntu linux
- Nagios : make[2]: *** [check_http.o] Error 1 make[1]: *** [all-recursive]
- Easy method to install Skype in CentOS 6.3, RHEL – 6.3
- Easy method to recover linux root password
- Easy method to install KDE in ubuntu 12.04
- How to disable selinux
- Change selinux to permissive
- How to check selinux status
- Get website details
- How to install nginx in ubuntu
- How to install nginx in RHEL 5
- How to install nginx in RHEL 6
- How to install nginx in centos 5
- Get linux OS details – Kernel version, distribution version, name, architecture, codename, release
- Service start, stop, restart – nginx in centos
- How to change nginx port number
- How to install nginx on centos 6
- Rsync command with ssh port number
- File creation date and time in linux
- How to install Java in ubuntu linux
- How to install Oracle Java JDK in ubuntu
- How to set password for website
- Plesk – MySQL admin login – password
- How to install and configure PHPMyAdmin from source code in CentOS / RHEL / Fedora linux
- How to find out mysql uptime
- How to backup and restore mysql database
- How to recover mysql root password
- How to connect Mobile Broadband in the ubuntu linux
- Easy method to update bootloader in linux
Advertisement
