Ubuntu

Image

http://ubuntugnome.org/download/

http://virtualboxes.org/images/ubuntu/

Install Virtual Box

https://www.virtualbox.org/wiki/Downloads

Installing Ubuntu inside Windows using VirtualBox

http://www.psychocats.net/ubuntu/virtualbox

Bridge Adapter in Ubuntu

http://superuser.com/questions/686690/bridge-adapter-not-working-in-virtualbox

Enable SSH (Secure Shell) in Ubuntu 12.04

https://www.liberiangeek.net/2012/03/enable-ssh-secure-shell-in-ubuntu-12-04-precise-pangolin/

How to Create a Network Share Via Samba Via CLI

https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20(Command-line%20interface/Linux%20Terminal)%20-%20Uncomplicated,%20Simple%20and%20Brief%20Way!

Mounting Windows Share on Ubuntu 14.04

First of all need to install cifs on ubuntu:

$ sudo apt-get install cifs-utils

After successful installation, we can mount windows share from command line:

$ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path

where 'winuser' is the windows domain user, and optionally we can supply domain using domain=windomain with options.

to find out linux user's uid and gid use:

$ id

sudo reboot

sudo apt-get update

sudo apt-get install g++

-------------------------------------------------------------------------------

Change hostname via cmdline