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…

15 years ago

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…

15 years ago

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…

15 years ago

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…

15 years ago

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…

15 years ago

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…

15 years ago

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…

15 years ago

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.…

15 years ago

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…

15 years ago

Python Tips : Regular Expression usage to exclude something

Let's say we want to match every single rain variation .. "Isolated rain over coastal area" is rain. "Scattered rain…

16 years ago