Xubuntu 1404 installation guidelines » History » Version 3
ROQUE, Damien, 11/17/2014 11:03 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 | 1 | ROQUE, Damien | eog python-matplotlib python-scipy ctags doxygen ntpdate libpam-ldap nscd screen |
33 | 2 | ROQUE, Damien | </pre> |
34 | 2 | ROQUE, Damien | |
35 | 1 | ROQUE, Damien | h2. Services configuration |
36 | 2 | ROQUE, Damien | |
37 | 3 | ROQUE, Damien | h3. Sudo configuration |
38 | 1 | ROQUE, Damien | |
39 | 1 | ROQUE, Damien | h3. Enable root account |
40 | 1 | ROQUE, Damien | |
41 | 1 | ROQUE, Damien | h3. Enable LDAP authentication |
42 | 1 | ROQUE, Damien | |
43 | 1 | ROQUE, Damien | h3. Enable NTP |