-
In this second tutorial about starting Linux services automatically, we'll take a step back and explain init processes in more detail. You should gain a good understanding of how they control a daemon's start-up behav...
•
By
Sadequl Hussain
System Tools
Linux Basics
Linux Commands
CentOS
Debian
Ubuntu
-
This tutorial shows you how to configure system services to automatically restart after a crash or a server reboot. We cover the three most common init systems in this tutorial: System V, Upstart, and systemd.
•
By
Sadequl Hussain
System Tools
Linux Commands
Linux Basics
CentOS
Debian
Ubuntu
-
Published Tutorial
In this tutorial you'll set up a Barman backup server, make a backup from a primary PostgreSQL database server, and restore to a standby server. This creates a physical backup of the entire database with snapshots at ...
•
By
Sadequl Hussain
Backups
PostgreSQL
CentOS
-
Published Tutorial series
This series gives practical examples of and teaches the theory behind making your applications run like services. It explores the init systems of System V, Upstart, and systemd from the perspective of service startup.
•
By
Sadequl Hussain
System Tools
Linux Commands
Linux Basics
CentOS
Debian
Ubuntu
-
Published Tutorial
This tutorial covers creating a simple web application on a two-tier CentOS 7 architecture using a "ground-up" approach. I.e. creating the a database tier first, then the web server. The site will be powered by an Ngi...
•
By
Sadequl Hussain
PostgreSQL
PHP
Nginx
-
Published Tutorial
VNC or Virtual Network Computing is a platform-independent protocol that enables users to connect to a remote computer system and use its resources from a Graphical User Interface (GUI).
It's like remote controlling a...
•
By
Sadequl Hussain
Applications
CentOS
-
Published Tutorial
mysqlslap is a diagnostic tool that can help you measure the performance of MySQL queries. This tutorial shows you how to perform tests of varying complexity, including a test that's practical for production environme...
•
By
Sadequl Hussain
MySQL
Server Optimization
CentOS
-
This is the first article in the Introduction to SELinux series. Learn how to safely enable SELinux, install supporting packages, and understand basic SELinux concepts and terminology.
•
By
Sadequl Hussain
Security
CentOS
-
This is the second article in the Introduction to SELinux series. This article focuses on SELinux types and domains, which relate to file and process contexts. Get into the details of SELinux security policy and learn...
•
By
Sadequl Hussain
Security
CentOS
-
This is the third article in the Introduction to SELinux series. This article focuses on SELinux users and role-based access. Learn how to check logs and resolve errors.
•
By
Sadequl Hussain
Security
System Tools
CentOS
-
Published Tutorial series
SELinux is a Linux kernel security module that brings heightened security for Linux systems. This series introduces basic SELinux terms and concepts, demonstrating how to enable SELinux, change security settings, chec...
•
By
Sadequl Hussain
Security
CentOS
System Tools
-
Published Tutorial
In this article, we will see how we can install emacs in a Linux system and use it for basic text editing. Emacs is also available for graphical window managers for Linux like GNOME; however, we will only cover the "t...
•
By
Sadequl Hussain
Linux Basics
Miscellaneous
-
Published Tutorial
Linux and the applications that run on it can generate all different types of messages, which are recorded in various log files. Linux uses a set of configuration files, directories, programs, commands and daemons to ...
•
By
Sadequl Hussain
Logging
Linux Basics
CentOS
Ubuntu
Debian