Linux The Choice of GNU Generation

Archive for Articles

How to avoid TCP time stamp issues in linux

Hello, Here is the solution to avoid tcp fingerprinting . This need to be added in your linux server to get pcidss compilance . # echo “net.ipv4.tcp_timestamps = 0″ >> /etc/sysctl.conf # sysctl -p This will fix the tcp fingerprint issue.

Updated Profile

I updated my profile today with all of my projects. you can see it from  here . I saw that the contact form is no longer working. I had faced this contact form issues a number of time. So found a solution now. I created a gimp image files with my email and IM id’s [...]

Upgrade php in plesk easy way

Hello, Here is an easy way to upgrade   php in plesk server  . Download the atomic repository script , # wget http://78.129.170.254/cpinstall/atomic # sh  atomic After that upgrade the php using  yum # yum  upgrade php Now restart psa  and httpd .