easy apache
You can easily recompile Apache on your server with the easyapache script, and add or remove Apache or [...]
Mysql InnoDb
If you want to check , if InnoDB is enabled on the server , you can check this [...]
Server Resource Usage
We can trace the user responsible for high web server resource usage by the folowing command ————————— cat [...]
mysql load
Mysql Load Monitoring ————————— mysqladmin pr mysqladmin -u root processlist mysqladmin version watch mysqladmin proc ———————————— mysqladmin pr [...]
Parkwrapper error
Check is there any main domain is created with the same name Else follow the steps below. ———————— [...]
Exim Load monitoring
Following command will show path to the script being utilized to send mail ————————— ps -C exim -fH [...]
Apache Load Monitoring
Apache load monitoring check for the server load and watch for process nice top -c (To decrease the [...]
php mail
You can check whether the mail() is working inside your server by creating a mail.php file inside your [...]
Mysql Repair
first Cd /var/lib/mysql/ then select the DB need to repaired.. cd database name/ ls Then Execute the command, [...]
Secure And Authentication logs
Authentication attempts: Location : /var/log/secure Description : Logs all daemons which requires PAM Authentication, it also logs actions [...]
mysql logs
MySQL General Information and Errors : Location : /var/lib/mysql/$(hostname).err Description : This path could vary, but is generally [...]
ftp logs
FTP Logins and General Errors: Location : /var/log/messages Description : General information and login attempts are logged here.. [...]
apache and tomcat logs
General Error and Auditing Logs: Location : /usr/local/apache/logs/error_log Description : All exceptions caught by httpd along with standard [...]
cpanel logs
Applications can log the system activity in two ways, one being according to their autonomous logic & the [...]
BYPASS UBUNTU PASSWORD
Reboot the system, and when you are at the selection prompt(GRUB menu), highlight the line for Linux and [...]
PYTHON APPLICATIONS….PART 1
A software for controlling the keyboard and mouse of Ur laptop with a Bluetooth enabled Symbian phone.actually [...]
BYPASS FEDORA PASSWORD
1. Reboot the system 2. When you see the Grub menu, highlight your Fedora installation with the arrow [...]
Enabling Multibyte.
For enabling Multibyte support , we need to recompile php on the server with mbstring
Mysql Database Dumb n Restore
Creation of database In Mysql Prompt > create database <databasename>; Drop Dtabase> Im mysql prompt > Drop database [...]
Mysql Password
In cpanel Login WHM ---> mysql root password --> Given the new password. cat /root/.my.cnf will list the [...]
Mysql login ‘n’ privilages
login to mysql as admin user mysql -u admin -p`cat /etc/psa/.psa.shadow` login to mysql as a user with [...]
Mysql -Important Locations
/etc/my.cnf /var/run/mysqld/mysqld.pid /var/lib/mysql /var/run/mysqld/mysqld.sock /home/username/.cpanel-datastore/_usr_sbin_mysqld_–version /scripts/mysqlup –force /etc/rc.d/init.d/mysql restart There are other places MySQL looks for configuration files [...]
CONFIGURE WORDPRESS IN FEDORA
First for using wordpress fedora we need to install apache(httpd)server,mysqld,php yum install httpd yum install mysql mysql-server yum [...]
INSTALLING GOOGLE CHROME IN FEDORA
First make the google repo file(google.repo) and copy it in /etc/yum.repo.d/ and later run yum install google-chrome-stable content [...]