Skip to main content

Memcache Linux installation

Memcache

Memcache Linux installation process:   This post is more like a note to me, so that in future I can look up for steps involved in installing memcache on Linux servers like Centos or RHEL. If you have tried YUM and APT-GET and still could not install the memcache then read on, to find the alternate( read […]

How to: Fix daylight saving times differ...

How to: Fix daylight saving times differences in countries with special DST rules. This fix updates the current version of tzdata package as well as fixes the work with NTP servers 1. Install tzdata package using your favourite package manager (in my case it’s yum on a CentOS machine): yum install/update tzdata -y 2. When […]

auto login between Linux machines

Allow auto login

Tutorial: Allow auto login between Linux machines In my work, I create many shell scripts which automate different procedures. Sometimes, it is required that a script will be able to log into a remote machine and run some commands there or get files from the remote machine, so doing this “trick” will allow the script […]