Posts tagged with 'linux' - 6

Stow is a great tool for managing dotfiles. My usage looks like cloning my dotfiles to my home directory, setting some environment variables via a script, then stowing relevant packages and boom my config is good to go... cd ~ git clone <my dotfi ... read more →

Sometimes I need to manually set a static IP of a Linux machine. I generally run the latest version of Ubuntu server in my VMs at home. In Ubuntu 20 I'm able to change up /etc/netplan/<something>.yml network: version: 2 ethernets: enp0 ... read more →