Skip to content

Instantly share code, notes, and snippets.

@alex-n
alex-n / install java 6 oracle on ubuntu 12.04
Last active December 20, 2015 15:48
install java 6 oracle on ubuntu 12.04
#!/bin/sh
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java6-installer
@alex-n
alex-n / shared_folder_centos_virtualbox.txt
Last active August 14, 2019 09:32 — forked from larsar/shared_folder_centos_virtualbox.txt
Mount shared folder on CentOS in VirtualBox
# Install the packages required
yum update
yum install gcc kernel-devel make
reboot
# Click: Devices/Install Guest Additions...
# Mount the ISO image with the guest additions
mkdir /cdrom