shell (6)

Comparing Bash and Python for Linux scripting

Sh (from English shell) is a mandatory command interpreter for UNIX-compatible systems according to the POSIX standard. However, its capabilities are limited, so more feature-rich command interpreters...
09 January ·
17
· 145 · 4 · Den W.

How to Use Chattr Command in Linux

The chattr (change attribute) command in Linux is a powerful tool for modifying file attributes on an ext2, ext3, or ext4 filesystem. It allows users to set certain attributes that control how files c...
17 August ·
14
· 49 · Den W.

How to use awk command in Linux

AWK is a powerful text-processing command line tool in Linux that enables users to perform various operations on a given data file. It can be used to extract, manipulate, and rearrange data from vario...
04 February 2023 ·
3
· 102 · Jacob Enderson

How To Kill Zombie Processes on Linux

A Zombie process, also referred to as a "defunct" or "dead" process, is a process that has completed its execution but remains present in the system's process table. It should have been removed from the table by its parent process, but for some reason this wasn't done correctly. In a typical Linux s...
04 February 2023 ·
2
· 132 · Jacob Enderson

Top 20 Commands Every Linux User MUST KNOW

Today, I'll be sharing with You 20 commands that will allow you to get a power-packed experience out of Linux. Linux desktops come with evolved desktop environments now and there's less need than eve...
17 September 2019 ·
4
· 223 · Alex

Get Started with Kafka in 20 Minutes: Deploy a Scalable Cluster on Kubernetes

Deploy a Scalable Kafka Cluster on Kubernetes in 20 Minutes Apache Kafka, a pioneering open-source distributed streaming platform, was initially developed at LinkedIn. It comprises a suite of APIs, in...
12 October ·
0
· 3 · Evan Brooks