MonWiki

PersonDesktop

PagePrincipale :: DerniersChangements :: DerniersCommentaires :: Vous êtes ec2-3-139-100-28.us-east-2.compute.amazonaws.com

PagePrincipale . memos . PersonDesktop

Personnalisation suite à l'installation d'une Debian 12




echo 'syntax on
set vb
set tabstop =1
set softtabstop =4
set shiftwidth =4
set expandtab
set mouse-=a
' > ~/.vimrc

sudo cp ~/.vimrc /root/

sed -r -i 's/^#\s*(alias ll=.*)/\1/' ~/.bashrc
sudo sed -r -i 's/^#\s*(alias ll=.*)/\1/' /root/.bashrc
sudo sed -r -i 's/^#\s*(export LS_OPTIONS=.*)/\1/' /root/.bashrc
sudo sed -r -i 's/^#\s*(eval \"\$\(dircolors\).*)/\1/' /root/.bashrc
sudo sed -r -i 's/^#\s*(alias ls=.*)/\1/' /root/.bashrc

sudo sed -r -i 's/^#greeter-hide-users=.*/greeter-hide-users=false/' /etc/lightdm/lightdm.conf

echo "
deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware

deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb-src https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

deb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
" | sudo tee /etc/apt/sources.list

sudo apt update

systemd-detect-virt && sudo usermod -a -G vboxsf $USER


# firmwares si machine hôte
if grep -qi "genuineintel" /proc/cpuinfo; then
elif grep -qi "authenticamd" /proc/cpuinfo; then
fi
systemd-detect-virt || sudo apt install gvfs-backends mtp-tools bluetooth pulseaudio-module-bluetooth blueman bluez-firmware firmware-iwlwifi

sudo apt install vim pluma xfce4-clipman xfce4-clipman-plugin xfce4-whiskermenu-plugin package-update-indicator thunar-archive-plugin file-roller ssh-askpass-gnome ssh-askpass command-not-found git

sudo apt purge avahi-daemon ufw xarchiver

# debian avec XFCE minimaliste
systemd-detect-virt && sudo apt-get purge cups-daemon cups-browsed cups-server-common xfburn pidgin pidgin-data pidgin-otr libreoffice-* gimp gimp-* simple-scan thunderbird thunderbird-* transmission-* gnome-sudoku gnome-mines sgt-* parole xsane quodlibet exfalso hv3

sudo apt install numix-gtk-theme numix-icon-theme

sudo apt --purge autoremove
sudo apt clean

cd ~/ && ln -s Bureau/ Desktop







Pages utiles: RechercheTexte, TableauDeBordDeCeWiki
Flux RSS: Wiki, Commentaires
Il n'y a pas de commentaire sur cette page. [Afficher commentaires/formulaire]