You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Using Ubuntu


> sudo su


Update repository

> apt-get update


Disable swap

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


Update Hostname

> hostname kmaster

<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







Reference

  • No labels