X

Network

Redirect without WWW to a WWW domain for Vhost.

Adding redirect to preferred domain with WWW instead of without www. Use the following . ServerName www.namran.net ServerAlias namran.net RewriteEngine…

Installing wireless driver for Dell Inspiron N4050 on CentOS 5

The laptop have something like the following for the lspci output ]# lspci 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.…

VSFTP in CentOS 64-bit : PAM [error: /lib/security/pam_userdb.so: wrong ELF class: ELFCLASS32]

After setting up the vsftp to use PAM as auth. Somehow having the following error appeared in tail -f /var/log/secure…

How to add bridge interface to eth0 for KVM in CentOS 5

Well, after installed the KVM on CentOS , you may want to have a bridge networking on some of VMs…

Mouting SMB share at Windows using CentOS

First , need to iterate all the folders that been shared by windows PC. I prefer putting that windows PC…

Installing WICD for wireless connection User interface in CentOS 5.6

First download the package from website : wget http://downloads.wicd.net/pkgs/stable/1.6.x/1.6.2/CentOS_5/wicd-1.6.2-2.1.x86_64.rpm rpm -ivh wicd-1.6.2-2.1.x86_64.rpm then install the dependencies for this .. as…

Wireless with WPA-TKIP on Dell Inspiron 14R with CentOS 5.6

On Dell Inspiron 14R .. with CentOS 5.6 [root@localhost ~]# dmesg|grep Wireless eth1: Broadcom BCM4727 802.11 Hybrid Wireless Controller 5.100.82.38…

How to install OpenVPN in CentOS

Install OpenVPN: * CentOS: o Setup RPMForge Repository wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.i386.rpm rpm -Uvh rpmforge-release* o Install OpenVPN yum install openvpn chkconfig…

How to send fax using remserial and efax on CentOS 5

The condition is , Fax Modem is available over a TCP socket. Let say .. 192.168.1.59 port 4001 Now, in…

How to use port forward in Putty on windows

Firstly initiate SSH connection to server. Enter your hostname , port, user , password and all. Then go to ..…