IIS 6 Metabase Error on Restoration or Migration Rumi, April 30, 2011 If you are trying to restore IIS and receive an Invalid Signature error trying to restore the IIS Metabase you must make a small tweak to ensure you can restore the IIS Metabase to another windows server. What probably happened is that you created a backup to the c:\windows\system\inetsrv folder… Continue Reading
How to upgrade PHP 5.2 Centos Rumi, April 27, 2011September 5, 2017 Method-1 This guide describes how to upgrade the standard PHP 5.1.x packages in CentOS 5.x 32-bit to the current development versions 5.2.x. These instructions were created using CentOS 5.3 32-bit and with the following PHP packages installed: # rpm -qa |grep php php-common-5.1.6-15.el5.i386 php-cli-5.1.6-15.el5.i386 php-5.1.6-15.el5.i386 php-pdo-5.1.6-15.el5.i386 php-bcmath-5.1.6-15.el5.i386 php-ldap-5.1.6-15.el5.i386 php-devel-5.1.6-15.el5.i386 php-gd-5.1.6-15.el5.i386… Continue Reading
Data Execution Prevention (DEP) in Windows Vista and Windows 2008 Rumi, April 7, 2011 Right click on Command Prompt icon and select “Run as Administrator". Then execute the following command: bcdedit.exe /set {current} nx AlwaysOff If you regret your decision and now wants to enable or turn back on the DEP protection for your Windows Vista, simply use the following command instead: bcdedit.exe /set… Continue Reading
Error installing iscsi initation 2.00 on windows 2000 server Rumi, April 4, 2011 1- create a batch file containing the following commands: net stop winmgmt c: cd %systemroot%\system32\wbem rd /S /Q repository regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\userenv.dll mofcomp cimwin32.mof mofcomp cimwin32.mfl mofcomp rsop.mof mofcomp rsop.mfl for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s for /f %%s in ('dir… Continue Reading
Webmin on Openfiler Rumi, April 2, 2011April 2, 2011 you need to start on the command line and in the root users home folder "/root" Download the latest Webmin RPM to openfiler from this page: (You want "RPM suitable for Redhat, Fedora, CentOS, SuSE or Mandrake Linux") http://www.webmin.com/download.html Copy the link from the webpage to download the correct RPM… Continue Reading
How to set up a home DNS server Rumi, March 28, 2011 Domain Name System The Domain Name System (DNS) is the crucial glue that keeps computer networks in harmony by converting human-friendly hostnames to the numerical IP addresses computers require to communicate with each other. DNS is one of the largest and most important distributed databases the world depends on… Continue Reading
Resolving Domains Internally And Externally With Bind9 And Caching Nameserver Rumi, March 28, 2011 Preface: Some times, we are required to resolve our internal domains on a local nameserver and external (Internet) domains from ISP's nameserver. There are different solutions to this problem, but in this howto, we are going to solve it through configuring a combination of caching-nameserver and BIND 9. Theory Behind… Continue Reading
How Do I Know if I’m Running 32-bit or 64-bit Linux Rumi, March 8, 2011 Few Basic Command- Using 'uname' uname –m 'uname' more uname –a Now something different- cat /etc/*release or cat /etc/*version Continue Reading
Enabling SquirrelMail For Your Web Sites On An ISPConfig 3 Server (Debian Lenny) Rumi, January 29, 2011January 29, 2011 SquirrelMail's Apache configuration is in the file /etc/squirrelmail/apache.conf, but this file isn't loaded by Apache because it is not in the /etc/apache2/conf.d/ directory. Therefore we create a symlink called squirrelmail.conf in the /etc/apache2/conf.d/ directory that points to /etc/squirrelmail/apache.conf and reload Apache afterwards: cd /etc/apache2/conf.d/ ln -s ../../squirrelmail/apache.conf squirrelmail.conf /etc/init.d/apache2 reload… Continue Reading
Errror on VMWare on my CentOS box- vmware is installed, but it has not been (correctly) configured, for this system Rumi, January 28, 2011January 28, 2011 "vmware is installed, but it has not been (correctly) configured, for this system. To (re-) configure it, invoke the following command: /usr/bin/vmware-config.pl" I've been receiving this error since I've been trying to setup VMWare workstation ver 5.0 on my Centos box. It is now resolve after issueing the command- VMWARE_DEBUG=yes… Continue Reading