[root@www ~]# yum install gcc*
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
WordPress on LAMP Server
Before Install WordPress. See Appache Server, Appache Server and PHP and Mysql Sever.
[root@www ~]# service mysqld restart
[root@www ~]# service httpd restart
[root@www ~]# service vsftpd restart
[root@www ~]# service named restart
MySQL Server
[root@www ~]# yum install mysql*
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Continue reading
COMMAND LINE UTILITIES
When Linus Torvald introduced Linux and For a long time thereafter, Linux did not have a graphical user interface: It run on character-based terminals only. All the tools ran from a command line.Today the Linux GUI is important, but many people-especially system Administrators-run many command line programs.
Getting Started With Linux
One way or another you are sitting in front of a screen that is connected to a computer that is running Linux.You may be working with a graphical user interface(GUI) or a textual interface.If you are working with a GUI, you will need to use a terminal emulator such as xterm, Konsole, or GNOME Terminal, to follow along with the examples in this website.
Welcome To Linux
INTRODUCTION TO LINUX
The Linux kernel was developed by finnish undergraduate student Linus Torvalds, who used the internet to make the source code immediately available to others for free. Torvalds released Linux version 0.01 in September 1991. Continue reading
XAMPP Server on Linux
Before Installing Xampp. Remove all packages of mysql, appacher and php. Otherwise Deadlock condition will occur
# yum remove mysql*
Appache Server
[root@www ~]# yum install httpd*
Loaded plugins: refresh-packagekit, rhnplugin
This system is not registered with RHN.
RHN support will be disabled.
DNS Server
Please see YUM SERVER before DNS SERVER
[root@www ~]# yum install bind*
five packages will be install
- bind.i686
- bind-chroot.i686
- bind-dyndb-ldap.i686
- bind-libs.i686
- bind-utils.i686
[root@www ~]# cp -a /etc/named.conf /etc/named.conf.backup




