Category: 4geeks
Remote Desktop on command line
This script allows the user to enable remote desktop on the Mac command line. #!/bin/bash # Usage:…
December 5, 2025
Restore MySQL Databases taken from an old server
You’ve made a mistake. You pulled off the MySQL folder from an old server instead of doing…
November 21, 2025
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
In the terminal, type the following: touch worktunnel; chmod +x worktunnel; pico worktunnel Copy the code below…
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
