Get Free Media Streaming services are great but they can be costly. In addition to their costs, you have no control over the library and availability of the media. This can be very frustrating when you want to enjoy your favorite show only to find that it is available for an upcharge or worse, it […]
Author: SocietalGlitch
Dry Herb Vaporizers: Health and Wellness

Dry herb vaporizers offer a healthier alternative to smoking by eliminating the harmful toxins produced through combustion. By heating the herbs at a lower temperature, vaporizers release the active compounds without burning the plant material. This method preserves the flavor and potency of the herbs while reducing the risks associated with smoking.

We love bash scripts here at Societal Glitch. From simple shell script files to aliases, it’s all great. However, there are times when a menu system could be helpful even in the terminal. So that’s what we’ve done. This is our template for building a terminal-based menu system. The menu is based on bash functions, […]

yt-dlp is a powerful tool for downloading videos and audio from various websites. While the name implies YouTube, the tool can download videos from many more sites. When scripted in bash, yt-dlp can supplement streaming service content. However, it is important to note that yt-dlp should not be used to download illegal or pirated content. Downloading […]

In computer science, the principle of least privilege states a process, user, or program must be able to access only what is necessary for a legitimate purpose. Therefore the least amount of resources are put into use. This principle is similar to the Unix philosophy of doing one thing and doing it well. In our […]