Linux
Core Linux commands, permissions, processes, and system administration.
Featured in Linux
Articles in Linux
55Clear npm Cache
Learn how to clear the npm cache on Linux, macOS, and Windows.
Ignoring SSL Certificate Issues with cURL
Discover how to bypass SSL certificate verification in cURL for HTTPS endpoints, addressing both direct requests and those via proxies. We will also see how this could be handled both in the terminal and system-wide via the `.curlrc` file
How to Download Files With curl And wget
Learn how to start and resume the download of files via the HTTP and FTP protocols using the curl and wget commands.
Verify Certificate With OpenSSL
Learn how to verify local and remote certificates with openssl
Removing Directories in Linux
How to remove directories and their content
Copy File From Remote To Local Using Scp
Copy files and directories from a remote to local
What Does sudo chown Do?
Why sudo chown is sudo and some common pitfalls
How To Use sudo su
A quick overview of using sudo su
How To Filter The Output of Commands
Learn how to filter and format the output of commands and logs using the grep, awk, uniq, head, and tail commands.
How To Unzip A tar.gz File
Learn how to unzip a tar.gz file on Linux, macOS, and Windows.