AUTO PLUS for fedora
Autoplus This is a simple program to make life easier and quicker for installing (also can unistall) those [...]
Installing malayalam font in Fedora
yum remove lohit-malayalam yum install scim-lang-malayalam su -c 'yum --enablerepo=updates-testing update im-chooser' yum install ibus yum install smc-fonts* [...]
Error caused during VNC installation. (Error:Missing Dependency: httpd >= 2.2.0 is needed by package gnome-user-share-0.10-6.el5.i386 (base).)
Error occur while running the command. #yum groupinstall gnome-desktop === error ://Missing Dependency: httpd >= 2.2.0 is needed [...]
Add mp4
Edit /etc/httpd/conf/extra/httpd-deflate.conf Change .(?:gif|jpe?g|png|rar|zip|exe|flv|swf|mov|wma|mp3|avi|mp?g)$ no-gzip dont-vary to .(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|mp4|avi|mp?g)$ no-gzip dont-vary
Steps-to-upgrade-wordpress
==== Files which are not to be deleted Wp-config.php Wp-content ==== Steps: Upgrading the wordpress Take a back [...]
how to install firefox in fedora
first add the following repos to the yum by following the steps first become root with su command [...]
Using Grub4DOS to Create a Bootable USB Drive From ISO
Grub4dos is mainly a boot manager which can be installed in a pen drive or portable hard disk [...]
Troubleshooting Mail issue
If a mail has to be sent from a server ,the exim should be running in that particular [...]
Upgrade Mysql, PHP in Kloxo.
Upgrade mysql ============ Check the MySQL that already installed inside our kloxo. # rpm -qa | grep -i [...]
Remove Grub loader and get windows 7 boot loader back (uninstalling Linux)
1.Put the Windows 7 installation/Upgrade disc in the disc drive, and then start the computer (set to boot [...]
To set up mail account through script :
/scripts/addpop >username >password
Creating custom php.ini in cpanel + suphp server
There will be some situation to change the maximum upload limit or memory limit for them, so it [...]
Bootable windows 7 on usb drive
Download windows 7 usb dvd tool from link given below http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-USB-DVD-tool.exe Run it. browse to the source of [...]
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 [...]