Skip to main content

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 […]

5 Deadly Linux commands that can Destroy...

deadly linux commands

5 deadly linux commands that can destroy your System Here are 5 ways to destroy your system, learn and avoid :) deadly linux commands #1: Delete Everything rm -rf / Explanation : It is a combination of three keywords. First is : rm – It will remove all the files followed by this command. Second is […]

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 […]