Posted inHow tos Linux SSL certificate expiration date for a site or domain When will the SSL certificate for a site expire or in how many days will an SSL certificate… Posted by daniel January 4, 2017
Posted inContainers How tos Linux Docker – quick introduction. Part 2 In part 1 of this series, we saw how to pull Docker images from Docker Hub and launch… Posted by daniel December 30, 2016
Posted inHow tos Linux man page for crontab schedule format The scheduling format for the Linux scheduling daemon cron are not easy to remember, especially if you don't… Posted by daniel December 29, 2016
Posted inHow tos Linux chown symbolic link One of the most commonly used Linux system administration tools is chown, which is part of the coreutils… Posted by daniel December 28, 2016
Posted inHow tos Linux Record ssh session using screen How to record your ssh session using screen. Per the man page - "Screen is a full-screen window… Posted by daniel December 27, 2016
Posted inHow tos Linux Scripting shuffle files in a directory with python Randomly ordering files in a directory with python I have a playlist file which contains audio files to… Posted by daniel December 27, 2016
Posted inComputer Security How tos Linux ngrep – insecure connections your browser is making Ngrep is a very user friendly packet sniffer, basically the "grep" equivalent at the network layer. Here is… Posted by daniel December 26, 2016
Posted inComputer Security How tos Linux Block all users from logging in to a system except for root In some cases, you might want to block all users from logging in to the system or just… Posted by daniel December 23, 2016
Posted inHow tos Linux How to stop showing login messages During user login, a Linux box might show message of the day(motd), new email, or package updates information.… Posted by daniel December 23, 2016
Posted inHow tos Linux Scripting httpie – to curl or not to curl How to interact with web services. Curl is the defacto CLI tool for interacting with web services and… Posted by daniel December 21, 2016