public bash-scripts • 3 min read • Writing Comments in Bash Scripts Learn to write comments in Bash Scripts with our step-by-step tutorial. Bash Script is a plain text file which contains a series of commands.…
public bash • 5 min read • Bash read Command Explore Bash read command with our step-by-step tutorial. The Bash "read" command reads input from the keyboard.…
public rpm • 4 min read • RPM Command in Linux Learn about rpm command in Linux with our step-by-step tutorial. The "rpm" command manages packages in Linux-based systems.…
public rspamd • 9 min read • How to Install and Integrate Rspamd Install and Integrate Rspamd with our step-by-step tutorial. It is an email filtering software that helps protect against malicious content.…
public python • 7 min read • Python Tuples Learn about Python Tuples with our step-by-step tutorial. Python Tuple is an ordered collection of elements, enclosed in parentheses.…
public bash • 4 min read • Bash: Write to File Learn bash: write to file with our step-by-step tutorial. Bash is a widely used command-line shell and scripting language in Unix-like OS.…
public vim/vi • 5 min read • Find and Replace in Vim / Vi Find and replace in Vim/Vi with our step-by-step tutorial. Vim/Vi is a free and open-source, screen-based text editor program.…
public rename • 4 min read • Rename Command in Linux (Rename Multiple Files) Learn to Rename Command in Linux with our step-by-step tutorial. Rename Command renames multiple files based on a pattern.…
public python • 3 min read • Python map() Function Use map() function in Python with our step-by-step tutorial. The map() function enables you to develop loop-free, straightforward code.…
public string • 3 min read • How to Check if a String Contains a Substring in Bash Check if a String Contains a Substring in Bash with our step-by-step tutorial. It is a data type used to represent and manipulate text.…
public mount • 5 min read • How to Mount an NFS Share on Linux Mount an NFS Share on Linux with our step-by-step tutorial. It is a widely used protocol that allows files to be shared over a network.…
public empty-files • 3 min read • How to Truncate (Empty) Files on Linux Truncate (Empty) Files on Linux with our step-by-step tutorial. Truncating a file to zero length is useful in some circumstances.…