Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Using VirtualBoxUbuntu


> sudo su


Update repository

> apt-get update


Disable swap

> swapoff -a
> vi /etc/fstab
<disable swap>


Update Hostname

> vi /etc/hostname

<reboot>


Get the IP Address

> ifconfig


Update the host file

> vi /etc/hosts


Set a Static IP Address

> vi /etc/network/interfaces


Add the following at the end of the file

Code Block






Reference