Aug 9, 2021Guide to install Ansible on UbuntuAnsible is an open source configuration management, application deployment as well software provisioning tool that is used to deploy, configure & manage servers. Due to ease in using Ansible is one of the easiest & most popular automation tools. …Linux4 min readLinux4 min read
Jul 22, 2021CyberGhost: Is it the best VPN for Torrenting, Streaming ?VPN is now becoming a must-have for using the internet. Whether you want to secure your internet traffic or want to access some content on a streaming service that is currently not available in your country. Whatever the reason, VPN is now becoming a necessity, especially since there are privacy…VPN5 min readVPN5 min read
Jul 20, 2021Easy guide for Securing Redis ServerLike any other application or server, Redis installations might also be susceptible to unauthorized access or intrusions, if we have not secured it properly. In this tutorial, we will focus on securing Redis server to avoid any unauthorized access or intrusions. Redis is an open source, in-memory data structure store…Redis3 min readRedis3 min read
Jul 19, 2021Simple Linux Backups with Rsync commandIntroduction Having a comprehensive data protection policy in place is now a fundamental practice to help ensure your data manages to weather all the storms that can be thrown at it. Saying that it should be done is the easy part, actually doing it gets more complex, and laborious, depending on…Linux3 min readLinux3 min read
Jul 12, 2021Real Time Linux Server monitoring with GLANCESGlances is an open source real time Linux server monitoring system that aims at providing as much as information possible in as minimum as space possible. Glances is like top command but more refined with many more features & much more real time information of your Linux system. Glances provide…Unix4 min readUnix4 min read
Jul 9, 2021Managing network using IFCONFIG & NMCLI command in LinuxEarlier we have discussed how we can configure network connections using three different methods i.e. by editing network interface file, by using GUI & by using nmtui command (READ ARTICLE HERE). In this tutorial, we are going to use two other methods to configure network connections on our RHEL/CentOS machines…Linux3 min readLinux3 min read
Jul 7, 2021Identify network issues with SS command in Linux (with examples)SS command in Linux is used to get various network/socket connection-related information from a Linux system. Previously we had used the Netstat command to perform the same operations but it has been long deprecated & was replaced with the ss command in Linux. SS command is much faster than netstat…Linux3 min readLinux3 min read
Jul 5, 2021Simple guide to install TERRAFORM on LinuxWe have seen a tremendous increase in demand for automation in the IT industry & IaaC, Infrastructure as a Code is a must-needed skill to possess. There are a number of tools available for Automation/IaaC & Terraform is one such tool. Terraform is a great tool for automating our infrastructure…Terraform3 min readTerraform3 min read
Jun 29, 2021How to create a Dockerfile with some dockerfile examplesDockerfile is a text file that contains a list of commands that are used to build a docker image automatically. Basically, a docker file acts as a set of instructions that are needed to build a docker image. We have earlier discussed how to create a docker container & also…Docker5 min readDocker5 min read
Jun 28, 2021Step by step guide to create Docker Image — LinuxTechLabWe have, in our earlier tutorial discussed the Dockerfile i.e. what are Dockerfiles & how to create one. We also mentioned three different examples, one each for CentOS, Fedora & Ubuntu to create docker images with Webserver (apache). We will now use one of those Dockerfiles (CentOS one) to create…Docker4 min readDocker4 min read