Archive for February, 2010

VMware wireless bridge mode issue

I have installed Ubuntu 64bit edition on my Sony Vaio laptop. After i get failed with usb functionality at Sun Virtualbox, i decided to use another virtualization software which is VMware player. At the beginning everything was fine. But a while later, when i try to use my wlan0 interface via bridge mode in my [...]

Read the rest of this entry »

Free antivirus software for Windows Servers and Widows Clients

Usually, it is really hard to find a freeware antivirus for Windows Servers. But still you have one option. Clamwin. ClamWin is a Free Antivirus program for Microsoft Windows 7 / Vista / XP / Me / 2000 / 98 and Windows Server 2008 and 2003. ClamWin Free Antivirus comes with an easy installer and [...]

Read the rest of this entry »

How to install webmin on Centos 5.4 and Debian 5.0

For Centos 5.4:
Firstly, install the dependencies:
# yum -y install perl-Net-SSLeay
Then download the rpm package and install it:
# cd /opt # wget http://sourceforge.net/projects/webadmin/files/webmin/1.500/webmin-1.500-1.noarch.rpm/download # rpm -i webmin-1.500-1.noarch.rpm
Then reach your management url:
https://your-hostname-or-ip:10000 The default user is setted to “root” and the password is your root account’s password.
For Debian 5.0:

Firstly, install the dependencies:
# apt-get install perl libnet-ssleay-perl [...]

Read the rest of this entry »