FLUSH DNS in Windows Linux Mac OS
FLUSH DNS in different platforms In Microsoft Windows, you can use the command flushdns to flush the DNS resolver cache. Open the command prompt and type the following: C:>ipconfig /flushdns Windows...
View ArticleCaptcha image is not working – Fatal error?
Captcha image is not working – Fatal error? You have the GD image library installed and otherwise working. Still unable to get captcha with the captcha plugin. You are not sure what’s the problem as it...
View ArticleSetting up mobile for POP-IMAP email account
Setting your mobile for POP/IMAP email account hosted on UnicHost server. On your mobile, iPhone, tap Mail or from the settings menu choose Settings > Mail > Accounts > Add Account Choose your...
View ArticleWebsite on plesk windows Server asking for Username and password
Website on Plesk Windows Server/Plesk VPS asking for Username and password. I have recently purchased a Windows VPS with Plesk control panel and have uploaded website files. While visiting my website...
View ArticleWebsite Migration with no Downtime !
Migrate website with 0 downtime ! Are you frustated with cheap, low performance with your current hosting provider? Not getting the after sales service? Then definitely this is the time to switch to...
View ArticleDomain Name – Important Factors about Domain
Important factors about domain name registration. A factor by factor quality analysis of the domain name unichost.com, as an example, is given below. Useful for website appraisals, and buying and...
View ArticleRemote server requires Network Level Authentication (NLA)
How to enable RDP access on server requires Network Level Authentication (NLA) With Remote Desktop (RDP) when connecting to a Windows Server (XP-SP3 or 2003/2008) with newer remote host, you might get...
View ArticlePHP Warning – PHP Startup – Suhosin Extension does not officially support PHP...
PHP Warning: PHP Startup: Suhosin Extension does not officially support PHP 5.2 and below anymore, because it is discontinued. Use it at your own risk. in Unknown on line 0 Since the php upgrade, you...
View ArticleReboot Server from SSH
Reboot Server from SSH How to reboot Linux server from ssh? Is it same for local and remote Linux system? Linux has various ways to reboot a system. It is also known as halt, poweroff, shutdown, init...
View ArticleHTML signature on Webmail Company Logo in Email
Creating HTML signature on Webmail, Squirrel, Roundcube Other Mail clients You must be wondering how people add their company logo in the email signature! Just follow the steps given below and you will...
View ArticleFind files greater than MB GB size in linux ssh
Find files greater than MB GB size in linux ssh. The following ssh command will list all the files in the system greater than 200MB. # find / -type f -size +200M The following ssh command will list all...
View Articlesyslogd klogd warning in firewall
If you are getting this WARNING message, what you need to do? Syslogd appears to be running, but not klogd which logs kernel firewall messages to syslog. You should ensure that klogd is running. How do...
View ArticleExecute PHP script from cron or command-line
Execute PHP script from cron or command-line One of the method for running PHP scripts from a cron job is run the script using php from the crontab. You will need to call the php script from your...
View ArticleSetup email account on Android Smartphone
To setup a new email account on your Android or Smartphone… Select “Add account” from Email tab. Enter “Email Address” Enter the password for “Email Address” Press “Next” Type of email account You have...
View ArticleLinux replace command all files with sed shell command
Replace word in all files with sed via linux shell command To replace string design/nashik to designing/india on the same file textNashik.html Use the following linux command with the syntax. sed -i...
View Article