yum-downloadonly
with this plugin we can save the packages for future install without internet 1.>>>>>>>>>yum install yum-downloadonly 2.>>>>>>>>>yum update [...]
Enable Install Software Package from Fedora DVD/CD
List the file inside yum repo configuration directory... you can use the ll command as show on example [...]
Fedora 15 Broadcom 4313 wireless
There is a problem exiting that the Fedora 15 Broadcom 4313 wireless is not working when getting to [...]
Disable magic_quotes_gpc in a shared server
Since it is shared server, disabling the magic_quotes_gpc for the entire one is not a good idea. It [...]
Installation of ftp server.
Install vsftpd apt-get update apt-get install vsftpd Configuration: # Run the server in standalone mode listen=YES # Allow [...]
Install fileinfo extension
1. Find the url to the latest version of fileinfo from http://pecl.php.net/package/Fileinfo 2. Download, compile and install wget [...]
Install CSF Firewall for Cpanel
wget http://www.configserver.com/free/csf.tgz tar zxfv csf.tgz cd csf ./install.cpanel.sh csf firewall installation completed. Configuration: === vi /etc/csf/csf.conf 1. Configure [...]
Kloxo installation.
Before the instalation of kloxo the SELinux should be disabled. Disable SELinux by editing /etc/sysconfig/selinux. > edit the [...]
Webmail error
Error : There was an error sending your message: Failed to open sendmail [/usr/lib/sendmail] for execution. Make changes [...]
Problem with webmail,cannot access webmail from kloxo.
The error is: Some of Horde's configuration files are missing or unreadable conf.php ============================================== #arch . check whether [...]
To take mysql backup
# var/lib/mysql # ll # mysqldump Db_name > Db_name.sql ============================== copy the backuped item to public_html # cp [...]
Error-establishing-a-database connection – Word press
#vi /home/user/public_html/wp-config.php check the DB_name ,DB_user etc... since the error occured due to the failure in giving privilage [...]
Node and Vps
List all the vps in particular node vzlist -a vzlist -a | grep \ it contains [...]
providing ports to windows vps
1. rdesktop 2. Start >> windows firewall and advanced security. =============================== a. Select inbound rules. > New rules. [...]
How to enable .suphp?
simple steps : 1. Log in to particular whm. 2.Select Configure PHP and SuExec. 3.select it from alert [...]
If lfd is down
Login Failure Daemon (lfd) is a process that runs all the time and periodically (every X seconds) scans [...]
what is .htaccess?
Hypertext Access, commonly shortened to htaccess is a directory -level configuration file supported by several web server ,that [...]
Reseller Hosting / Reselling
Reseller web hosting, is selling web hosting to your customers under your own brand when the web hosting [...]
Hello world!
Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new [...]
Change the hostname of a vps
You have to change the hostname in the following files: /etc/hosts /etc/sysconfig/network /proc/sys/kernel/hostname
Screen
Useful tool for system administration To share information with others in real time ,screen has option to let multiple session [...]
netstat
Show network status. It displays the status of network connections on either TCP,UDP,RAW or SOCKET to the system. [...]
Log file configuration file
/etc/syslog.conf is the configuration file
Common Linux log files
1. /var/log/message: General message and system related stuff. 2. /var/log/maillog: Mail server logs. 3. /var/log/auth.log: Authenication logs. 4. /var/log/kern.log: [...]
Linux log files location
Almost all logfiles are located under /var/log directory and subdirectory # cd /var/logs