HostOnNet Blog

Author Archives: Vineesh Mohan

About Vineesh Mohan

A Technical Support specialist with strong customer service and good communication skills. I live in the city of Cochin, which known as the Queen of Arabian Sea.

Facebook to push users onto chat app

Earlier, there were reports of Facebook’s intention to force users to download its standalone messaging app by discontinuing private chats from the mobile app. Now, the company has confirmed about putting the plan into action by pulling out the messaging


SSH commands to List files and directories

In order to list all files and directories using an SSH client, you would need to execute the appropriate command. The command name, in this case, is ls and it accepts various parameters. When using the command alone (without arguments):


How to solve 451 Temporary local problem – please try later error in exim mail server

My domain is hosted on a linux server and I am using Exim mail server on the same. Today when I tried to send an email via webmail, got the following error message: Tried in all interfaces such as Horde,


Google revamps Chromecast site with a complete list of Chromecast Apps and Search Functionality

What is Chromecast? Chromecast is a thumb-sized media streaming device that plugs into the HDMI port on your TV. Set it up with a simple mobile app, then send your favorite online shows, movies, music and more to your TV


Facebook launches Save, a read-it-later option for Links, Places, and Media Pages

Facebook is giving you a way to “save” content that you don’t immediately have time to read in your newsfeed. The new feature, cleverly called “Save,” moves all the links, places, and music and TV show posts you’ve flagged to


How to create multiple browsers in Google Chrome

Most of the people have more than one Facebook, Twitter, Gmail or Yahoo Accounts. But to open these accounts at the same time, they need to use different browsers. After reading this, you don’t need to use different browsers than


How To Verify Your Facebook Page or Profile ?

What is Verified Profile or Page ? According to this new option some pages and Profiles are claim as Official and verified by Facebook. You may observe on many profiles and pages their is Blue Color Tick Badge just in


How to change the default timezone in PHP

The default timezone for PHP is defined in php.ini configuration file. So you will need to edit the file manually for changing it. You can find the location of your php.ini file on your server/system by running below command on


How to check the number of MySQL connections on Linux

To count the current MySQL connections of a MySQL server, use this Linux command line trick. Assuming that you are already logged in as root on the Linux host where the MySQL server is running, use below command to find


How to convert a text file into a Word document on Ubuntu

This tutorial explains how to convert a Text file into a Word document in ubuntu.  For this purpose, you can use a command-line utility called pandoc, which converts from one markup format to another from the command line. First we