Tag: 4geeks

4ColorGrafix Logo
Posted in 4geeks

Install Ruby on Ubuntu

Install gpg2 and curl sudo apt-get install gnupg2 curl or sudo apt install gnupg2 curl Follow directions…

4ColorGrafix Logo
Posted in 4geeks

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…

4ColorGrafix Logo
Posted in 4geeks

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…

4ColorGrafix Logo
Posted in 4geeks 3-D Modeling

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…