-
Notifications
You must be signed in to change notification settings - Fork 0
Operating System installation
Peter Bacinsky edited this page Oct 20, 2014
·
1 revision
HOME / Workstation prerequisites / Operating System installation
We'll install Ubuntu, the Linux operating system.
- Download Ubuntu LTS (14.04) and make bootable USB with Startup Disk Creator, then install it on a target machine.
- Click
System Settings -> Details -> Install Updates
- Fix locale & install required packages.
sudo locale-gen en_US.UTF-8 && locale-gen sk_SK.UTF-8 && dpkg-reconfigure locales && update-locale && \
apt-get update && apt-key update && \
apt-get install -y build-essential libpcre3-dev libssl-dev libwww-perl autoconf
Optionally you can install some useful utilities on your Linux operating system.
It displays CPU, memory, network, and other useful data in the OS toolbar.
sudo apt-get install -y indicator-multiload && indicator-multiload &
If something is wrong with this wiki, please let us know.
Webino™ is a webapp's platform. © 2014 by Webino, s. r. o. All rights reserved.