Skip to content

Instantly share code, notes, and snippets.

View ruben-rodriguez's full-sized avatar
⛩️
I may be slow to respond.

Ruben Rodriguez ruben-rodriguez

⛩️
I may be slow to respond.
View GitHub Profile
@ruben-rodriguez
ruben-rodriguez / VirtualBox shared folders
Created September 28, 2018 09:18
VirtualBox shared folders
1 - Insert guest additions to running machine from Devices menu
2 - Mount the CD with guest additions:
$ sudo mount /dev/cdrom /media
$ ls -lh /media
3 - Install building dependencies:
$ sudo apt-get update
$ sudo apt-get install dkms build-essential linux-headers-generic linux-headers-$(uname -r)
4 - Execute installer:
$ sudo /media/VBoxLinuxAdditions.run
5 - Create and share folder from VirtualBox machine settings (folder name in this example is 'shared')
@ruben-rodriguez
ruben-rodriguez / gist:b6d0199bf1d84cc139409f1447ae7dd1
Created April 13, 2020 16:55
Quickly download FTP like site with WGET
wget -r --no-parent --no-check-certificate https://<site>