Skip to content

Instantly share code, notes, and snippets.

View KalikaKay's full-sized avatar

Kalika Kay Curry KalikaKay

View GitHub Profile
@KalikaKay
KalikaKay / show-branch.md
Last active May 13, 2016 19:39 — forked from githubteacher/show-branch.md
Add your Git branch to your command prompt, adjust font or colors.

To show your active Git branch in your command prompt, you will need to do the following:

  • If you are on a Mac, you can add the code shown below to your .bash_profile file.
  • If you are on Linux, you will add the code shown below to the end of your .bashrc file.
  • If you are on Windows, you probably aren't reading this because Windows provides this behavior by default.

Option I:

######Uncomment force_color_prompt=yes######

Update 7/28/2019: An updated version of this guide for Ubuntu Server 18.04 LTS is now available. Feel free to check it out.

Mounting VirtualBox shared folders on Ubuntu Server 16.04 LTS

This guide will walk you through steps on how to setup a VirtualBox shared folder inside your Ubuntu Server guest. Tested on Ubuntu Server 16.04.3 LTS (Xenial Xerus)

Steps:

  1. Open VirtualBox
  2. Right-click your VM, then click Settings
  3. Go to Shared Folders section