June 25, 2026
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 MoreTo 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 MoreThis 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 MoreAre 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 MoreBy 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 MoreInodes 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 MoreWant 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 MoreGetting 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 MoreGetting 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