Netedge Blog

31Dec, 2012
0

Mysql commands

To login (from unix shell) use -h only if needed. # [mysql dir]mysql  -u username -p Create a database on the sql server. mysql> create database [databasename]; List all databases on the sql...


Read more
10Dec, 2012
0

qmailadmin was not found on this...

If you get message "qmailadmin was not found on this server" while browsing qmailadmin then it must be something with script alias. add this in your httpd.conf and restart the service ScriptAl...


Read more
03Dec, 2012
0

INSTALL PERL IN UBUNTU

1.    Download the perl from below command wget http://www.cpan.org/src/5.0/perl-5.14.2.tar.gz 2.    Unzip it tar -xzf perl-5.14.2.tar.gz 3.    Change working directory to perl cd pe...


Read more
12Nov, 2012
0

How to enable tab command comple...

1 login to user in which you want to set command completion. 2 after that check its shell by typing following command echo $SHELL 3 If you get /bin/sh than you need to change its shell and...


Read more
28Mar, 2011
0
How to install Clam-av on Debian

Install clamav on debian

Here are the quick steps to install clamav on Debian. 1) Login to your server 2) Edit /etc/apt/sources.list and add this line at the bottom of the file. deb http://volatile.debian.org/debi...


Read more
20Mar, 2011
0

mssql 2005 scheduling problem

Problem configuring mssql 2005 backup schedule. TITLE: Microsoft SQL Server Management Studio ------------------------------ Property accessor 'ScheduleDates' on object 'Microsoft.SqlServer...


Read more
04Mar, 2011
0
mysql-connection-warning

Warning: mysql_connect() [functi...

Here are the steps. Login to your server. # vi /etc/mysql/my.cnf Then add these lines in the config line. max_connections = 100 max_user_connections = 10000 Save and exit from the c...


Read more
03Mar, 2011
0

How to create mysql database in ...

1) Login to your cpanel control panel. 2) You will find a main tab called "Databases" 3) Under that you will find a link called "Mysql Databases". Just click on it and it will take you to the nex...


Read more
Load More