Skip to main content

OnlineSupport4u

An unexpected error occurred. Something may be wrong with WordPress.org

By PrasadNaik
April 12, 2014

Are you getting error below error in wordpress while installing plugin ? “An unexpected error occurred. Something may be wrong with WordPress.org”  The solution for this issue is to check file wp-config.php While troubleshooting issue I see the error was in wp-config.php I commented out below settings to fix this issue /** EXAMPLE – proxy […]

Read More

Domain name Transfer

By PrasadNaik
March 30, 2014

To transfer the domain name from your old domain registrar to us                                             Please apply using below URL Once done please make sure the at your old domain registrar 1) You need to disable the privacy Protection                                       […]

Read More

“perl: warning: Setting locale failed”

By PrasadNaik
March 23, 2014

This post shows a simple way of fixing  warning when running perl in linux. perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = “UTF-8”, LANG = “en_US.UTF-8”     are supported and installed on your system. perl: warning: Falling back to the standard […]

Read More

Lynx file “/etc/lynx.lss” is not available.

By PrasadNaik
March 23, 2014

Are you getting below error in cpanel for cron  Lynx file “/etc/lynx.lss” is not available” in cpanel server ?  You can fix it using below mentioned setting   # vi /var/cpanel/exim.conf.deps   and append it and add below entries                             /etc/lynx.lss Now Save file and quit and error should dissappear          

Read More

Change the default character set in Apache

By PrasadNaik
October 28, 2013

By default apache  sets the default character set in Apache to UTF-8. You can set it using .htaccess  using below rule for arabic AddDefaultCharset ISO-8859-1 Thats would make web browser show arabic character    

Read More

How to find the max inode using folder in server in linux ?

By PrasadNaik
September 27, 2013

Inodes are the important feature on any server which can sometimes be overused by clients in shared hostingTo find the user or folder using max inodes , SSH to server as root #cd /home     ; Change directory to /home run below command to see the max using inode account This will show the max inode […]

Read More

Find Brand of Hard disk in Linux server

By PrasadNaik
September 27, 2013

Want to fine the find the band name or serial number of the hard disk in Linux sever ?           You just need one package called  hdparm which can be installed using below command #yum -y install hdparm                                                                                                                  To check hard disk specification run below command # hdparm -I /dev/sda Below is the result […]

Read More

Fine spammer account in cpanel server

By PrasadNaik
September 27, 2013

Getting sick of spammers in server and IP blacklisting ?  To find the spammer account in server you need to SSH to server and run below command awk ‘$3 ~ /^cwd/{print $3}’ /var/log/exim_mainlog | sort | uniq -c | sed “s|^ *||g” | sort -nr This will show the the path of the user account […]

Read More

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression

By PrasadNaik
September 3, 2013

Getting this error on Firefox 3.x browser ? Below is the solution for this issue which does fix this issue Clearing cache and cookies solves the problem! (Tools -> Clear Private Data; it is enough to select only cache and cookies)    

Read More
1 8 9 10