Client-5105: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Klonen= *debian-template klonen *net: LAN *name: client.it2xx.int **hostnamectl set-hostname client.it2xx.int =Installation= *apt install gnome thunderbird wi…“) |
|||
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 5: | Zeile 5: | ||
**hostnamectl set-hostname client.it2xx.int | **hostnamectl set-hostname client.it2xx.int | ||
=Installation= | =Installation= | ||
| − | *apt install gnome thunderbird wireshark | + | *apt install gnome thunderbird wireshark gnome-shell-extentension-prefs gnome-shell-extentension-manager terminantor |
| + | |||
| + | =Nacharbeiten= | ||
| + | ;Das Markierte entfernen | ||
| + | *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/* | ||
| + | |||
| + | auto lo | ||
| + | iface lo inet loopback | ||
| + | |||
| + | '''auto enp0s3''' | ||
| + | '''iface enp0s3 inet static''' | ||
Aktuelle Version vom 18. März 2026, 08:36 Uhr
Klonen
- debian-template klonen
- net: LAN
- name: client.it2xx.int
- hostnamectl set-hostname client.it2xx.int
Installation
- apt install gnome thunderbird wireshark gnome-shell-extentension-prefs gnome-shell-extentension-manager terminantor
Nacharbeiten
- Das Markierte entfernen
- 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/* auto lo iface lo inet loopback auto enp0s3 iface enp0s3 inet static