Problem As I will be deploying this script on multiple machines with the very same system Linux Mint 18 with […]
Tag: installer
Installing “mods” with Python
Problem A little disclaimer: you’re going to have a field day with this. It’s horrible. Looking at it makes me […]
Batch bash installer script for clean Ubuntu GNOME installation
Problem I just finished (I think) writing a bash script to install all my essential software to Ubuntu GNOME. I’ll […]
Automatic creation of python conda packages
Problem I packaged a pure python library using conda. It is tested to work with 2.7, 3.5 and 3.6 and […]
Download Ubuntu daily ISOs and make them into VMs for alpha and beta testing
Problem I’m an Ubuntu contributor, and I finally got tired of the workflow for ISO testing I was using (zsync, […]
Bash script that creates a local environment for CHICKEN scheme (like virtualenv for Python)
Problem Usage To create a localenv called sicp, do $ localenv sicp Activate the localenv: $ . sicp/bin/activate Check installed […]
Installation script for Mac OS tool
Problem I have a bash script I’m trying to distribute to people in my class. The script requires some dependencies […]
Ubuntu-Nginx lightweight server environment setup
Problem Please review the following Bash script that uses to establish a “lightweight” Ubuntu-Nginx server environment mainly aimed to run […]
Ubuntu kernel update and removal automation script
Problem This is my first bigger than a few lines bash script. It automates kernel updating and removing on Ubuntu […]
Simple Linux upgrade script in Bash revision 2
Problem As I will be deploying this script on multiple machines with the very same system Linux Mint 18 with […]