Xubuntu 1404 installation guidelines » History » Version 4

ROQUE, Damien, 11/17/2014 11:07 AM

1 3 ROQUE, Damien
h1. Xubuntu 14.04 installation guidelines
2 1 ROQUE, Damien
3 3 ROQUE, Damien
The distribution GNU/Linux Xubuntu 14.04 has been chosen for several reasons: long term support (until 2017), active community, light desktop environment, available binary packages from Ettus Research.
4 3 ROQUE, Damien
5 1 ROQUE, Damien
h2. Partitioning
6 1 ROQUE, Damien
7 3 ROQUE, Damien
During the installation process, the following partitioning is recommended:
8 3 ROQUE, Damien
* primary SWAP, 1 GB;
9 3 ROQUE, Damien
* primary ext4, /, 40 GB;
10 3 ROQUE, Damien
* secondary ext4, /home, (remaining space).
11 3 ROQUE, Damien
12 1 ROQUE, Damien
h2. Packages installation
13 1 ROQUE, Damien
14 2 ROQUE, Damien
Get a root shell.
15 2 ROQUE, Damien
16 1 ROQUE, Damien
<pre>
17 2 ROQUE, Damien
sudo -s
18 1 ROQUE, Damien
</pre>
19 1 ROQUE, Damien
20 2 ROQUE, Damien
If needed, configure an HTTP proxy.
21 2 ROQUE, Damien
22 2 ROQUE, Damien
<pre>
23 2 ROQUE, Damien
export http_proxy=http://host:port
24 2 ROQUE, Damien
</pre>
25 1 ROQUE, Damien
26 1 ROQUE, Damien
Then, it is possible to complete the installation.
27 1 ROQUE, Damien
28 2 ROQUE, Damien
<pre>
29 3 ROQUE, Damien
apt-get install texlive-full texstudio auctex wireshark filezilla \
30 3 ROQUE, Damien
openssh-server vlc octave-communications subversion git thunar-vcs-plugin \
31 3 ROQUE, Damien
xfce4-goodies arandr libreoffice-l10n-fr flashplugin-nonfree evince xournal \
32 4 ROQUE, Damien
eog python-matplotlib python-scipy ctags doxygen ntpdate libpam-ldap nscd screen \
33 4 ROQUE, Damien
htop inkscape filezilla gparted
34 2 ROQUE, Damien
</pre>
35 2 ROQUE, Damien
36 1 ROQUE, Damien
h2. Services configuration
37 2 ROQUE, Damien
38 3 ROQUE, Damien
h3. Sudo configuration
39 1 ROQUE, Damien
40 1 ROQUE, Damien
h3. Enable root account
41 1 ROQUE, Damien
42 1 ROQUE, Damien
h3. Enable LDAP authentication
43 1 ROQUE, Damien
44 1 ROQUE, Damien
h3. Enable NTP