Articles by admin

lock

Adding a CentOS 7 host to AD using realmd

A CentOS host can be added to an AD for suthentication using samba-winbind or realmd packages. In this tutorial we will learn the simple way of using AD aunthentication using realmd packages using the below…


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…