Skip to main content

OnlineSupport4u

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

By Prasad Naik
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 Prasad Naik
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 Prasad Naik
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 Prasad Naik
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 Prasad Naik
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 Prasad Naik
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 Prasad Naik
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 Prasad Naik
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 Prasad Naik
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

recreate /etc/userdomains in cPanel server

By Prasad Naik
September 2, 2013

Deleted or corrupted  file in cpanel server for /etc/userdomains ?  Use below 2 commands to by logging in as root to  restore the file # /usr/local/cpanel/bin/userdata_update and then run #/scripts/updateuserdomains    

Read More

File Manager Permission in cPanel

By Prasad Naik
August 26, 2013

Having issues with cpanel Filemanager where you can write on a file with 444 permissions ? The issue is with X3 theme . You need to modify below line in file vi  /usr/local/cpanel/base/frontend/x/files/changeperm.html And see if you see the line: cpanelFileman= change it to  without space cpanelFileman=      

Read More

Error from Park wrapper: Sorry, you do not control the domain

By Prasad Naik
August 25, 2013

Are you getting below error ?? Unable to remove add-on domain from cPanel – Error from Park wrapper: Sorry, you do not control the domain Remove the entries for the domain from the following files. ==================== /var/cpanel/users/username                                                                                        Run Script — /scripts/updateuserdomains /scripts/killdns  domain.db /usr/local/apache/conf/httpd.conf /etc/localdomains /etc/userdomains /etc/trueuserdomains /etc/trueuserowners /etc/valiases/domain.com /etc/vdomainaliases/domain.com /etc/vfilters/domain.com  /var/cpanel/userdata/username – Remove the parked […]

Read More
1 6 7 8