How to open ports in windows server.
May 27, 2008 | In: Windows
Just perform the following operations. Start > Control Panel > Windows Firewall > move to Exceptions tab > Add port/ Thats all Isn't it so easy? :)
May 27, 2008 | In: Windows
Just perform the following operations. Start > Control Panel > Windows Firewall > move to Exceptions tab > Add port/ Thats all Isn't it so easy? :)
May 21, 2008 | In: PHP
Installing PHP 5.2 Adding the Dotdeb repository We're going to add the Dotdeb repository, which will provide the latest versions of PHP for Debian. We need to modify the sources.list file by running the following command vi...
May 17, 2008 | In: Mysql
If you upgrade your MySql server to >= 4.1 you might get the following error: Client does not support authentication protocol requested by server; consider upgrading MySQL client This happens because the latest versions of MySql uses a new format for...
This error is received when top command is executed. top top: error while loading shared libraries: libncurses.so.4: cannot open shared object file: Error 40 Fix. locate...
May 14, 2008 | In: APF
rm -rf /etc/apf rm -f /etc/cron.daily/fw rm -f /etc/init.d/apf rm -f /usr/local/sbin/apf
May 9, 2008 | In: Plesk
In order to change the IP. Plesk > click Domain.com > setup > IP address dropdown box. However, if you have only one IP, dropdown will not be shown. If you are the admin and you see only one IP and no drop down under IP in setup. First you need...
May 7, 2008 | In: Mysql
Check your Mysql history file ====================== vi /root/.mysql_history ====================== If you don't find the file under /root, find out the file using ====================== locate .mysql_history ======================
May 6, 2008 | In: OpenVZ
1) vzlist -a : Shows list of all the VPS’s hosted on the Node. ==================== (This is the ID) CTID NPROC STATUS IP_ADDR HOSTNAME 1 96 running 67.xx.xx.xxx 358 77...
May 1, 2008 | In: Linux
Partition Image is a Linux/UNIX utility which saves partitions in the EXT2, Reiserfs, NTFS, HPFS, FAT16, and FAT32 file system formats to an image file. The image file can be compressed with gzip or bzip2 in...