Repositorios:
# nano /etc/apt/sources.list
Instalar KEYS de los repos
gpg --keyserver pgpkeys.mit.edu --recv-key C90F9CB90E1FAD0C
gpg --export --armor C90F9CB90E1FAD0C | sudo apt-key add -
apt-get install debian-keyring debian-archive-keyring
apt-get install deb-multimedia-keyring
Raspbian
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspbian.org/raspbian/ jessie main contrib non-free rpi
The directory /etc/apt/sources.list.d contains the file
raspi.list
/etc/apt/sources.list.d/raspi.list
deb http://archive.raspberrypi.org/debian/ jessie main ui
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspberrypi.org/debian/ jessie main ui
Jessie
## DEBIAN OFICIAL
deb http://ftp.fi.debian.org/debian/ jessie main contrib non-free
# deb-src http://ftp.fi.debian.org/debian/ jessie main contrib non-free
## DEBIAN SECURITY
deb http://security.debian.org/ jessie/updates main contrib non-free
# deb-src http://security.debian.org/ jessie/updates main contrib non-free
## Debian JESSIE-UPDATES
deb http://ftp.fi.debian.org/debian/ jessie-updates main contrib non-free
# deb-src http://ftp.fi.debian.org/debian/ jessie-updates main contrib non-free
## DEBIAN JESSIE BACKPORTS
deb http://ftp.fi.debian.org/debian/ jessie-backports main contrib non-free
# deb-src http://ftp.fi.debian.org/debian/ jessie-backports main contrib non-free
## MULTIMEDIA ## Instalar key # apt-get install deb-multimedia-keyring
deb http://www.deb-multimedia.org jessie main non-free
# i2p
# deb http://deb.i2p2.no/ jessie main
# deb-src http://deb.i2p2.no/ jessie main
# VirtualBox
# deb http://httpredir.debian.org/debian/ jessie main contrib
# winehq
# deb https://dl.winehq.org/wine-builds/debian/ jessie main
# virtualBox
# deb http://download.virtualbox.org/virtualbox/debian jessie non-free contrib
# Multisystem para hacer USB multiboot
# deb http://liveusb.info/multisystem/depot all main
# Ubiquiti UniFi updates
# deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti
# Java 8 9 siempre update deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
## Firefox Debian Mozilla team # Instalar key # apt-get install pkg-mozilla-archive-keyring# Instalar Firefox # apt-get update && apt-get install -t jessie-backports firefox firefox-l10n-es-$
# deb http://mozilla.debian.net/ jessie-backports firefox-release
# Repositorios guifi.net
# deb http://serveis.guifi.net/debian guifi/
# repositorios webmin
# deb http://download.webmin.com/download/repository jessie contrib
# Repositorios AirControl ubiquiti
# deb http://ftp.uk.debian.org/debian squeeze main non-free
Driver de la tarjeta wifi:
# apt-get update && apt-get install firmware-iwlwifi
# modprobe -r iwlwifi ; modprobe iwlwifi
Auto login
http://www.linuxserve.com/2015/06/how-to-enable-automatic-login-on-debian.html
Con GDM3
# nano /etc/gdm3/daemon.conf
AutomaticLoginEnable = true
AutomaticLogin = USUARIO
Con LightDM
nano /etc/lightdm/lightdm.conf
autologin-user=USUARIO
autologin-user-timeout=0
Autocompletar con tabulador
# apt-get install bash-completion
# vi /etc/bash.bashrc
# enable bash completion in interactive shells
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
Interfaces de red
# nano /etc/network/interfaces
# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The eth0 network interface
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
# Static IP address
# auto eth0
# iface eth0 inet static
# address 192.168.1.100
# netmask 255.255.255.0
# network 192.168.1.0
# broadcast 192.168.1.255
# gateway 192.168.1.1
Mantiene DNS con reinicio
# apt-get install resolvconf
# cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 80.58.61.250
nameserver 80.58.61.254
search Home
# nano /etc/resolvconf/resolv.conf.d/base
Poner aquí los DNS que queramos guardar permanentemente y actualizar con resolvconf -u
nameserver 8.8.8.8
nameserver 8.8.4.4
Retoques en grub
# nano /etc/default/grub
# sudo update-grub
Migrar correo icedove o thunderbird
Se copia la carpeta del profile y se borra la que tenga, para ver la ruta de la carpeta del profile
menu help -> Troubleshooting Information