lock

SELinux Security

SELinux is a set of security rules using which we can control the processes that can access specific files, folders and ports. These processes, files, folders and ports has a special security label called SELinux…



python

Python programming 1: Basics

Python is an interpreted language and not a compiled language. Therefore, it executes commands and outputs the results of each command in a sequence, till it hits an issue, or completes the program. This tutorial…



terminal

SSH : Password-less authentication

At times, for example if a server has a script that needs to copy a file to a client via SSH, it will be good if the server can SSH to the client without using…






jenkins

Jenkins – Intro and Installation

Jenkins is a Continuous Integration System, and can be made to work as a continuous delivery hub for projects. It is a java based program, ready to run out-of-the-box. that gives a GUI base dashboard to manage the…