X

Linux

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…

httpd:How to add another port for webhosting

Let's say somehow client want the webservices to be hosted at the different port of default *:80. Just add the…

iSCSI: how to remove and add host target

There are times at certain environment that the supposed to be fixed IP Address of the shared storage have to…

How to setup Virtual FTP server using pure-ftpd in CentOS

To setup Virtual FTP server using pure-ftpd in CentOS is as below : 1. Download the packages. Assuming you already…

Perl script to delete file based on filename character

I had list of random file with the following title : SQjb2LNl 7XUPq4pE33 BfXleRiBEs DScVfSTsmp g98OFxz2Qy ILAct4iIj6 kwO1CyUMfD NDooi2dgzK PPWVzWKSwU…

First attempt with ipv6 at home network

After did fiddling a bit and search for ipv6 setup using google. I ended up with the following screen. not…

Firefox 3.6.13 and JRE plugins in CentOS 5.5

Well, I did a removal of various self-installed firefox .. and also remove the exclusion of firefox package from /etc/yum.conf…

Geoserver and Java (JRE)

I was reinstalling some old system on new O/S.. CentOS release 5.4 (Final) before this I think was older version.…

XML beautify using perl XML::Writer

There are code that we generate somehow having the whole data merged into just ONE long line. And end-user complained…