Bash scripts for Void and Arch Linux that I've written or modified to make my life a little easier. rotate_screen.sh - script for the ThinkPad X220T and X230T that rotates the screen to the right, ...
When running .\scripts\code.bat to start Void in development mode, I encounter a TypeError: undefined is not iterable error in ThemeMainService.getWindowSplash. This ...
When using Ubuntu, user-defined tasks can be performed by executing a script at startup and shutdown. Each of these scripts is a little particular and requires subtle modifications in order to include ...
In this post I'll show you how to create a self extracting bash script to automate the installation of files on your system. This script requires coreutils (for cat, tail), awk, gzip, tar and bash.