Debian TESTING

Repositorio de DEBIAN Testing adecuado a una instalación casera
Abrimos terminal de ROOT

# gedit /etc/apt/sources.list

#
# TESTING
#
deb http://ftp.rediris.es/debian/ testing main contrib non-free
deb-src http://ftp.rediris.es/debian/ testing main contrib non-free

#
# SEGURIDAD
#
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free

#
# MULTIMEDIA
#
deb http://www.deb-multimedia.org testing main non-free
deb-src http://www.deb-multimedia.org testing main non-free

# aptitude update
# aptitude install deb-multimedia-keyring && aptitude update

# gpg --keyserver subkeys.pgp.net --recv-keys 07DC563D1F41B907
# gpg --export --armor 07DC563D1F41B907 | apt-key add -
# apt-get update

Cerramos terminal de ROOT

Actualizar sistema
# aptitude update && aptitude upgrade && aptitude dist-upgrade && aptitude autoclean 

Inicio de sesión automático
# gedit /etc/gdm3/daemon.conf

Cambiamos 
# Enabling automatic login
#  AutomaticLoginEnable = true
#  AutomaticLogin = user1

por esto

# Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = TU_USUARIO

Editamos las conexiones
Conexión cableada

Metodo manual
PC 192.168.1.2 255.255.255.0 192.168.1.1
TV 192.168.1.3 255.255.255.0 192.168.1.1
Portátil 192.168.1.4 255.255.255.0 192.168.1.1

Servidores DNS
127.0.0.1, 208.67.222.123 208.67.220.123

Marcamos "Requiere dirección IPv4 para que esta conexión se complete"

Editar .bashrc y poner ALIAS
Abrimos un terminal y tecleamos

$ gedit ~/.bashrc

Insertaremos las siguientes líneas al final:
#
# Añadido
#
alias dir='ls -l'
alias verip='lynx -dump checkip.dyndns.org'
alias actualiza='aptitude update && aptitude safe-upgrade && aptitude autoclean'
alias instala='aptitude install' 
alias limpia='aptitude remove && aptitude autoclean'

# borra las lineas duplicadas
export HISTCONTROL=erasedups
# aumenta el tamaño del historial
export HISTSIZE=10000
# lo añade a ~/.bash_history
shopt -s histappend

Programas a instalar
Abrimos terminal de ROOT

aptitude install easytag synaptic numlockx ntp preload crontab gnome-schedule chromium chromium-browser-l10n icedove icedove-l10n-es-es simple-scan hplip hplip-gui system-config-printer nautilus-image-converter keepassx gimp unrar rar p7zip-full unace unzip file-roller pidgin gparted radiotray manpages-es manpages-es-extra lynx rhythmbox flashplugin-nonfree jhead soundconverter audacity oggconvert sound-juicer software-center parcellite bleachbit gnome-session-properties 

ATI
Abrimos terminal de ROOT

# aptitude install libgl1-mesa-dri libgl1-mesa-glx xserver-xorg-video-ati firmware-linux-nonfree

Impresoras
Abrimos terminal de ROOT

# aptitude remove foomatic-db foomatic-db-engine foomatic-filters-ppds foo2zjs
# aptitude install foo2zjs


Eliminar idiomas NO utilizados
Abrimos terminal de ROOT

# aptitude install localepurge 

de donde elegiremos los siguientes idiomas:
    en
    en_US
    en_US.ISO-8859-15
    en_US.UTF-8
    es
    es_ES
    es_ES@euro
    es_ES.UTF-8

# localepurge
# dpkg-reconfigure locales


Extensiones de CHROMIUM
Forecastfox
HTML5ify
LastPass
Pocket
Rss Feed Reader
Xmarks Bookmark Sync --> "Keep bookmarks on the server; discard those on this computer"

Qué más hacer después de la instalación




Entradas populares de este blog

Debian 12 (Bookworm)

Debian 11 (Bullseye)

Gestionar servicios de almacenamiento en la nube con Rclone