#linux
Read more stories on Hashnode
Articles with this tag
Shell scripting in bash isn't walk-in-the-park, even for those experienced in C, Java or Python. It's largely due to the quirks we need to accommodate...
yt-dlp is a handy CLI tool for downloading videos from YouTube, especially the playlists. We can download an entire playlist like so: 1. Get the...
This post is an attempt to collect all the oh-I-didn't-know-that tidbits pertaining to the installation of Postgresql, as a docker container. Most are...
Alpine Linux, the lightweight distribution is often preferred for the base image of containers. Its package repository provides, most if not all...
Docker Installation Ubuntu 22.04sudo apt update && sudo apt install -y apt-transport-https ca-certificates curl software-properties-common && \ curl...
Fizzle (-fsSL) -f, --fail: fail silently on server errors -s, --silent: mute curl progress and other output -S, --show-error: when used with...