Tag: Linux

How to prepare any program for running in a background as a service on CentOS

In this post we will discuss how to use supervisor system built with python.

How to sync time on CentOS

Install Network Time Service (ntp) & ntpdate clients:

How to search file by name in Linux

For this purpose you can use find command line tool.

How to search file for text in Linux

Name grep comes from “globally search for a regular expression and print matching lines“

How to use `screen` terminal multiplexer for Linux

Screen is a program which allows the user to run multiple preserved window session on a single machine. It’s commonly used for running long term procedures in the background by the detaching from the current running state without termination.

How to install SSH on Ubuntu