Rbenv is a lightweight Ruby version management tool which allows you to easily switch Ruby versions. By default Rbenv doesn’t
Continue readingMonth: October 2019
Run Docker commands without sudo
1. Add the docker group if it doesn’t already exist $ sudo groupadd docker 2. Add the connected user $USER to the docker group
Continue readingConfiguring OSX touchgestures on Linux Mint
Install dependent packages Install libinput-tools for reading touchpad input. (Fusuma use the output of debug logs by libinput debug-events in itself) $ sudo apt
Continue readingInstalling Pantheon Terminal on Ubuntu and Linux Mint
This is the best terminal to use nowadays: https://github.com/elementary/terminal Open terminal and paste this commands: sudo apt-add-repository -y ppa:elementary-os/stable
Continue reading