HostOnNet Blog

Category Archives: Uncategorized

Free BizHat.com Online FTP Client

With BizHat.com Free web hosting. we provide FTP access to all clients, but many new users found it difficult to use FTP client software for uploading to web site.   Today i have installed online FTP client software at  


Disable or Enable Directory Browsing or Indexing

Today a client want to disable directory browsing on his web site. With Directory Browsing or Indexing enabled on your web server, if you don’t upload index.html, web server will show list of all files available in the folder.  


Making Perl Script Run from Any Folder

In Apache web server, by default perl script run from cgi-bin folder only.   cgi-bin is a special directory that is spefified in httpd.conf   ScriptAlias /cgi-bin/ “/home/cgi-bin/”   In this cgi-bin you can run any scripts, perl or even


Updating ClamAV virus defnition

On Linux Server i use ClamAV antivirus for email scanning.   ClamAV is a Free AntiVirus software for Linux, you can find mode details about clamav at   http://www.clamav.net/   You can update clamav virus defnition with with command freshclam


BSNL DataOne

Yesterday i got BSNL DataOne ADSL connection.   Since DataOne is new here, i have taken the smallest plan. HOME 250, that allow only 0.4 GB of Data Transfer per month. Speed is 256 kbps (32 KBps). I am getting


Installing quotatool on Linux Server

quotatool is a utility for setting filesystem quotas from the command line. It supports Linux (versions 2.6, 2.4, and 2.2, with ext2, ext3, ReiserFS, and XFS), Solaris, and AIX.   Today i installed quotatool on Linux server as i need


Editing User Quota in Linux

Today i created a user on Linux server for using as FTP backup.   After creating the user, i checked its quota and found it is 1 GB   # adduser backup # passwd backup   # quota backupDisk quotas


FreeBSD Text Editor NVI sending Mails

After ports upgrade on FreeBSD 5.4, today i got a mail from the server. It is send by text editor NVI, NVI is VIM like editor in FreeBSD. If you call vi, what you get is nvi   From: Nvi


Upgrading MySQL to version 4.1 on Cpanel Server

Today i upgraded MySQL from version 4.0 to 4.1   [root@server10 root]# mysql –versionmysql  Ver 12.22 Distrib 4.0.25, for pc-linux-gnu (i686)[root@server10 root]#   This is done as all other servers already using MySQL 4.1.   First have to set this


MySQL 5 Error – Out of range value adjusted for column

Today i installed vBulletin on a Windows 2003 server, PHP 5 ISAPI, MySQL 5.   Installation process stoped with error “Out of range value adjusted for column”   This is error due to STRICT_TRANS_MODE is set in MySQL 5, to