Skip to content

Instantly share code, notes, and snippets.

View MorpheusH3x's full-sized avatar
🏠
Working from home

MorpheusH3x MorpheusH3x

🏠
Working from home
View GitHub Profile
@br1o
br1o / gist:2761593
Created May 21, 2012 09:58
Initialiser ton dépôt Git
# Une fois que tu as créé ton dépôt sur GitHub
# Et que tu as installé tous les utilitaires
# (Toutes les commandes suivantes devront être lancée dans ton répertoire de travail avec Git Bash)
# 1 - Tu initialises ton dépôt local
$ git init
# 2 - Tu ajoutes l'URL vers ton dépôt distant (GitHub)
$ git remote add origin git@github.com:br1o/Basics.git
@estorgio
estorgio / Mounting VirtualBox shared folders on Ubuntu Server 16.04 LTS.md
Last active June 19, 2024 15:50
Mounting VirtualBox shared folders on Ubuntu Server 16.04 LTS

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

Update 23 May 2020: This guide is ALREADY OUTDATED and might no longer work with new versions of Ubuntu and VirtualBox. Please consider switching to the updated guide instead. I will no longer respond to the replies to this gist. Thank you.

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)