Changes between Version 29 and Version 30 of ubuntuinstall
- Timestamp:
- Dec 2, 2016, 6:41:51 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ubuntuinstall
v29 v30 758 758 == Final Step (Needed for the next Hands-on)== 759 759 760 You will use This PC (pc."your domain".ws.ac.lk) in your next pfSense hands-on as a client machine. In the next step we are going to install a nGUI for linux PC. It will make things easy for you to carry on your pfSense Hands-on.760 You will use This PC (pc."your domain".ws.ac.lk) in your next pfSense hands-on as a client machine. In the next step we are going to install a light GUI for linux PC. It will make things easy for you to carry on your pfSense Hands-on. 761 761 762 762 {{{ … … 767 767 sudo apt-get update -o Acquire::ForceIPv4=true 768 768 }}} 769 This command will update your repositories. 770 {{{ 771 sudo apt-get install xubuntu-desktop 772 }}} 773 This will install Xfce Desktop Environment and it might take few hours since it contains big packages. Therefore if you have still not completed above step, '''We suggest you to install blackbox Desktop Environment instead of xubuntu-desktop'''. blackbox is very light and simple and can be quickly installed. 774 775 To install blackbox instead of xubuntu 776 769 Above command will update your repositories. 770 771 To install blackbox desktop environment including xterm for a terminal window and firefox web browser 777 772 {{{ 778 773 sudo apt-get install blackbox xinit xterm firefox 779 774 }}} 775 '''Note''': To start GUI you may type the command 776 {{{ 777 startx 778 }}} 779 780 Then Right click on your destop to open Xterm terminal window. Then may open firefox by typing 781 {{{ 782 firefox 783 }}} 784 785 780 786 Then edit the /etc/network/interfaces file to switch back to DHCP 781 787 {{{