Afficher/cacher Sommaire
Matériel eeePC 1001HA (Noir)
- CPU: Intel Atom N270 @ 1.60 GHz
- RAM:
2 GB DDR2 533 MHz SODIMM
, 1 slot - Graphics: Intel GMA950, integrated in the northbridge
- Sound: Intel HD Audio, two integrated speakers, microphone, headphones out, microphone in
- Chipset: Intel 945GSE northbridge, ICH7 southbridge
- Hard disk:
SSD Crucial 512 GB
- Display: 10.1”, LED backlight, resolution: 1024x600
- Wired network: Atheros AR8132 10/100 Fast Ethernet
- Wireless: Ralink RT3090 802.11n, mini PCIe card
bunsenlabs
BunsenLabs Linux is a distribution offering a light-weight and easily customizable Openbox desktop. The current release is Hydrogen1, derived from Debian Jessie. The project is a community continuation of CrunchBang Linux.
Installer une debian jessie par netinstall avec uniquement openssh et utilitaires systèmes.
Se connecter en utilisateur et par su , installer sudo
su
apt install sudo
echo "eeepc ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
Installer firmware wifi
nano /etc/apt/sources.list
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free
apt update
apt install firmware-ralink
Script d’installation
wget https://github.com/bunsenlabs/bunsen-netinstall/archive/master.tar.gz
tar -xpf master.tar.gz
cd bunsen-netinstall-master
./install
Processus très long…
Applications supplémentaires
Firefox version française sudo apt install firefox-esr-l10n-fr
Gestionnaire mot passe keepassx
sudo apt install keepassx
Création des dossiers .keepasxx et .ssh
Owncloud client (backports)
sudo apt-get install -t jessie-backports owncloud-client