grep is a command-line utility used for searching and filtering text files based on specified patterns or regular expressions. It
Category: Linux
Howto | Linux Screen
Screen in Linux provides ability to launch and use multiple shell sessions from a single ssh session. The process launched from the screen can be
Install docker on Ubuntu 20.04
It’s pretty simple to install Docker on Ubuntu.Target machine must have a 64-bit version of Ubuntu installed.Procedure for installing Docker
LTTng | Function tracing in user space
Install the following packages to trace functions in user space liblttng-ust lttng-tools liburcu babeltrace For Ubuntu: sudo apt install liblttng-ust-dev lttng-tools liburcu-dev babeltrace