Debian 9.6 - Efter installation

From Linuxwiki
Revision as of 18:38, 28 February 2019 by Linuxwiki>Wikiadmin (Skapade sidan med '== Saker att göra efter installation av Debian 9.6 == === Avinstallera oönskade program === apt-cache purge bash-completion === Installera program === '''apt-get install...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Saker att göra efter installation av Debian 9.6

Avinstallera oönskade program

apt-cache purge bash-completion

Installera program

apt-get install apt-transport-https gkrellm

Sätt automatisk inloggning

vi /etc/lightdm/lightdm.conf

Efter [Seat:*] Lägg till

autologin-user = sysop
autologin-user-timeout = 0

Ställ in några saker i .bashrc

export LS_OPTIONS='--color=auto'
eval "`dircolors`"
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
# alias l='ls $LS_OPTIONS -lA'
#
# Some more alias to avoid making mistakes:
alias rm='rm -i
alias cp='cp -i'
alias mv='mv -i'
export EDITOR=vi

deb https://download.virtualbox.org/virtualbox/debian stretch contrib wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -


mkdir /etc/X11/xorg.conf.d Install xserver-xorg-input-libinput xserver-xorg-input-evdev xserver-xorg-input-mouse and xserver-xorg-input-synaptics package. cp /usr/share/X11/xorg.conf.d/70-synaptics.conf xorg.conf.d/

vi /etc/skel/.bashrc Aktivera alias