This tutorial will help you to find files created or modified within X days. Here X means any number. Using…
Browsing: Linux Commands
This tutorial will help you to find files created or modified before X days. Here X means any number (eg:…
JSON (JavaScript Object Notation) is a popular lightweight data interchange format used for exchanging data between servers and clients. While…
Question – How do I sort du -h command output by there sizes? In the GNU Coreutils >= 7.5 package,…
SFTP (SSH File Transfer Protocol) is a secure protocol to transfer files between systems. It uses an encrypted secure shell…
For example, you are running time-consuming processes and you don’t want that job killed due to terminal closed. To handle…
Zstandard in short zstd is a new small and faster data compression tool developed by Facebook. It is an implementation…
While working with the archive files, sometimes you are required to list archive file contents instead of extract an archive…
Managing and editing files is a crucial skill for any Linux user, whether you’re a system administrator, developer, or a…
Before diving into the technicalities, it’s crucial to understand what a POST request is and why a JSON payload is…