While you check the properties for a website in Internet Information Services (IIS), ASP.NET tab does not appear. The cause of the issue is that…
View More ASP.NET tab on IIS Manager does not show while you check the properties of a website configuredEditing Network Ipaddress on Linux OS cent-os
Make sure that you have Network Card is physically installed on the PC/Server. And enable the Network card. by command >> service network start Now,…
View More Editing Network Ipaddress on Linux OS cent-osmaking the cpanel user to create the database name with the username as prefix
If your users are create databases in different like what ever the name they want, we cannot able to identify the user who is abusing…
View More making the cpanel user to create the database name with the username as prefixcommand to find no of files on a folder in linux OS
How to find the no of files on a particular folder ls -l | wc -l Say If you want to find a specific files…
View More command to find no of files on a folder in linux OSinstalling fantastico on linux with CPANEL
Login to the SSH with the root password. Change to directory >> CGI cd /usr/local/cpanel/whostmgr/docroot/cgi wget -N http://www.netenberg.com/files/free/fantastico_whm_admin.tgz tar -xzpf fantastico_whm_admin.tgz rm -rf fantastico_whm_admin.tgz Login…
View More installing fantastico on linux with CPANELenabling time zone on your website
Some host, does not enable the timezone globally, dont worry, There is a work account. You can simply enable it bycreating a php.ini file on…
View More enabling time zone on your websiteTransferring MySQL to another location then /VAR
How to Change the location of MySQL: 1) Stop MySQL using command: service mysql stop 2) cp /var/lib/mysql /home/mysql 3) pico /etc/my.cnf remove everything in…
View More Transferring MySQL to another location then /VARhow to find the no of connections from an IP
In, Linux Servers. Login as root and use the below command to find the no of connections from an IP Address. netstat -an | sort…
View More how to find the no of connections from an IP