Du befindest dich hier: Willkommen » Linux » Debian

**Dies ist eine alte Version des Dokuments!**

Debian

schnellsten Apt Mirror

sudo apt install netselect-apt
sudo netselect-apt

mein Bash Prompt

wget -O ~/.bash_aliases "https://andev.de/downloads/linux/bash_aliases.sh"
sudo wget -O /root/x.bashrc "https://andev.de/downloads/linux/bashrc-root.sh"

von Stable zu Sid

sudo -s
mv /etc/apt/sources.list /etc/apt/sources.list.old
echo "deb http://deb.debian.org/debian sid main contrib non-free">/etc/apt/sources.list
echo "deb-src http://deb.debian.org/debian sid main contrib non-free">>/etc/apt/sources.list
cat /etc/apt/sources.list
apt update && apt dist-upgrade -y && apt autoremove -y && apt clean -y && reboot

statische IP

sudo nano /etc/network/interfaces

Die Zeile iface ens18 inet dhcp mit # auskommentieren und folgendes danach einfügen:

iface ens18 inet static
 address 192.168.178.222
 netmask 255.255.255.0
 gateway 192.168.178.254
 dns-domain fritz.box
 dns-nameservers 192.168.178.254

Strg+O & Strg+X

sudo reboot
linux/debian.1698214194.txt.gz · Zuletzt geändert: 25.10.2023 06:09 von Martin