Tag: 4geeks
Install Ruby on Ubuntu
Install gpg2 and curl sudo apt-get install gnupg2 curl or sudo apt install gnupg2 curl Follow directions…
April 24, 2020
Install Ruby on macOS
Install HomeBrew following https://brew.sh/ Install RVM according to these instructions https://rvm.io/rvm/install Install Ruby e.g. version 2.x.x rvm…
April 24, 2020
SSH Tunnel
#!/bin/bash # Adapted from the blog “And now it’s all this” # http://www.leancrew.com/all-this/2008/02/leopard-screen-sharing-over-the-internet/ # Usage: worktunnel localport…
September 17, 2018
Run Blender on the Command Line on macOS
Add this to your .bashrc or .bash_profile file: alias blender=’/Applications/Blender/blender.app/Contents/MacOS/blender’ To open a file on the command…
May 19, 2018
