Articles Archive for April 2011
Some aplications have problems because of SELinux and many of you will choose to disable it.
To disable SELinux you must edit “/etc/selinux/config” useing any text editors, nano, mcedit, vi or whatever you want.
When booting up to Win XP you may get a error that reads “Unmountable Boot Volume”.
1.The file system is damaged and cannot be mounted.
2.You use a standard 40-wire connector cable to connect the …
open Regedit and navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrrentControlSet\Control\StroageDevicePolicies
If there is a WriteProtect key (REG_DWORD) then
1 = Write Protect On
0 = Write Protect Off
Set to 0 and try (may have to reboot in some cases)
Insert your Windows 7 installation DVD and boot from DVD drive. While in some older systems you may have to change boot order through system BIOS, most newer systems allow booting from DVD without changing …
If you experience frequent issues with DNS caching under Microsoft Windows, you can disable client-side DNS caching with either of these two commands:
net stop dnscache
sc servername stop dnscache
This will disable DNS caching until the next …
To flush dns in Microsoft Windows press start button and type in run:
ipconfig /flushdns
Press enter
To install MySQL, we do this:
yum install mysql mysql-server
Then we create the system startup links for MySQL (so that MySQL starts automatically whenever the system boots) and start the MySQL server:
chkconfig –levels 235 mysqld on
/etc/init.d/mysqld …
yum -y update
yum -y install tcp_wrappers-devel perl tar
mkdir /tmp/cpanel
cd /tmp/cpanel
wget http://layer1.cpanel.net/latest sh latest &
if fails you can repair it with this: /scripts/upcp –force
you will get bored until it finish
login on your server https://xxx.xxx.xxx.xxx:2087/
This should install …
