Today started with new configuration of BubbleBoy
I will upgrade BubbleBoy to Ubuntu 10.10
Started with the download of the software
Can't really miss the big orange button, can you?
Burned the ISO (ubuntu-10.10-server-amd64) to a CD using Nero
Used secure shell to log on to existing install: ssh [user]@[ip address]
Stopped BubbleBoy: sudo shutdown -r now
Booted BubbleBoy from the Ubuntu 10.10 server CD
Performed install of Ubuntu 10.10 on /dev/sda1 (install incl openSSH)
/dev/sda5 still contains a working install of Ubuntu 9.10 desktop
/dev/sda6 still contains a working install of Ubuntu 9.10 server
Configured a fixed IP address
Edited the interfaces configuration file: sudo vi /etc/network/interfaces
Changed
# The primary network interface
auto eth0
iface eth0 inet dhcp
To
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.150
netmask 255.255.255.0
gateway 192.168.1.1
Restarted the networking services: sudo /etc/init.d/networking restart
Geen opmerkingen:
Een reactie posten