Popular posts from this blog
How to install Fog project on Ubuntu 16 04 Desktop
Installing FOG Access the terminal Become root with sudo -i Issue the below commands. apt-get -y update apt-get -y dist-upgrade apt-get -y autoclean apt-get -y autoremove apt-get -y install git git clone https://github.com/FOGProject/fogproject.git /root/fogproject cd /root/fogproject/bin ./installfog.sh
How to Install FOG Server on Ubuntu Server 16 04 LTS via SSH
FOG is an open-source cloning/imaging solution FOG is primarily used to image Windows desktops, but it also works on Linux desktops! This article will describe how to install the FOG Server as a vm with Ubuntu Jeos. Install Ubuntu Build an Ubuntu Jeos server with the following specifications. IMPORTANT NOTE: There is a known bug when using Ubuntu 16.04 LTS, when installing php5. The recommendation is to use Ubuntu 14.04 LTS. I use the 64-bit version. Create a vm with 512-1024 MB ram, one nic, a 100GB hard drive and one processor. Hostname image-01. WARNING: Do not choose fog for the username. Software Selection ? You don't need any for this install. Static IP Address of your choice (eg 192.168.0.61) Install wget A bare bones Jeos installation of ubuntu doesn't include wget. sudo apt-get install wget Install FOG Before installing FOG, browse to http://downloads.sourceforge.net/freeghost/ and check to see what ...
Comments
Post a Comment