Debian: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
 
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
[[Category:Linux]]
 +
 +
 
[https://de.wikipedia.org/wiki/Debian Debian Wikipedia]
 
[https://de.wikipedia.org/wiki/Debian Debian Wikipedia]
  
{| class="wikitable"
 
|- class="hintergrundfarbe5"
 
! Version !! Name !! Status !! Freigabe !! Support (LTS<ref name="debian_LTS">{{Internetquelle|url=//wiki.debian.org/LTS|titel=Debian Long Term Support|datum=2015-04-27|zugriff=2015-07-17}}</ref>) !! Releasezyklus<br />in Monaten !! [[Linux (Kernel)|Kernel]] !!colspan="2"| unterstützte [[Rechnerarchitektur|Architekturen]] !! Pakete !! Bemerkungen
 
|-
 
| {{Version|co|8}} || Jessie || oldoldstable || 25. April 2015<ref name="Jessie-release" /> || 2018-06 (2020-06) || 23 || 3.16.64 || 10 || x86 (i386 & amd64), ARM EABI (armel & armhf), MIPS (mips & mipsel), System z, AArch64, Motorola/IBM PowerPC (powerpc & ppc64el)<ref name="Jessie-release" /> ||style="text-align:right"| ≈&nbsp;43.000<ref name="Jessie-release" /> || [[systemd]] als Standard für [[init]]; Unterstützung von ARM64 und PPC64LE-Systemen.<ref name="codename_strech_buster">{{Internetquelle|url=https://www.heise.de/newsticker/meldung/Debian-8-ohne-kFreeBSD-Port-Debian-9-heisst-Stretch-2445112.html|titel=Debian 8 ohne kFreeBSD-Port, Debian 9 heißt "Stretch"|autor=Thorsten Leemhuis|hrsg=heise open|datum=2014-11-10|zugriff=2014-11-13}}</ref>
 
|-
 
| {{Version|co|9}} || Stretch<ref name="Stretch-release">{{Internetquelle|url=https://www.debian.org/News/2017/20170617|titel=Debian 9 „Stretch“ released|werk=Debian Website|hrsg=Software in the Public Interest, Inc.|datum=2017-06-17|zugriff=2017-06-18|sprache=en}}</ref> || oldstable || 17. Juni 2017 || 2020 (2022-06)
 
| 26 || 4.9.168 || 10 || x86 (amd64 & i386), ARM (arm64, armel, armhf), MIPS (mips, mips64el, mipsel). PowerPC (ppc64el), s390x|| style="text-align:right"| ≈&nbsp;51.000 || „freeze“ am 5. Februar 2017,<ref>{{Internetquelle|url=https://lists.debian.org/debian-devel-announce/2017/02/msg00001.html|titel=Bits from the Release Team: stretch is frozen|hrsg=lists.debian.org|sprache=en|zugriff=2017-04-03}}</ref> neue Bezeichnungen der Netzwerkschnittstellen, [[MariaDB]] statt MySQL Standard,<ref>{{Internetquelle|url=https://www.computerbase.de/2017-06/linux-debian-9-stretch-jessie/|titel=Linux: Debian 9 „Stretch“ löst „Jessie“ ab|hrsg=ComputerBase|datum=2017-06-16|zugriff=2017-06-20}}</ref> [[Netfilter#nftables|Nftables]] erstmals enthalten<ref>{{Internetquelle|url=http://www.pro-linux.de/news/1/24720/debian-9-stretch-bietet-nftables-als-ersatz-f%C3%BCr-iptables.html|titel=Debian 9 »Stretch« bietet Nftables als Ersatz für Iptables|datum=2017-05-08|zugriff=2017-06-20|hrsg=Pro-Linux|autor=Ferdinand Thommes}}</ref>
 
|-
 
| {{Version|c|10}} || Buster<ref name="codename_strech_buster" /> || stable || 6. Juli 2019<ref name="debian10released" /> || 2022 (2024) || 25 || 4.19.37 || 10 || x86 (amd64 & i386), ARM (arm64, armel, armhf), MIPS (mips, mips64el, mipsel). PowerPC (ppc64el), s390x ||style="text-align:right"|≈&nbsp;57.000||GNOME Desktop 3.30, Plasma 5.14, OpenJDK 11, NodeJS 10.15.2, Bash 5.0<ref>{{Internetquelle |url=https://itsfoss.com/debian-10-buster/ |titel=Debian 10 Buster Released! Here are the New Features |zugriff=2019-07-07}}</ref>
 
|-
 
|}
 
  
Update installieren.
+
Anleitungen
 +
 
 +
:[https://www.debian.org/releases/stable/installmanual Link]
 +
 
 +
 
 +
Update installieren, Befehle ausführen damit das gesamte System, inkl. aller Pakete aktualisiert wird.
  
 
     apt-get update
 
     apt-get update
 
     apt-get upgrade
 
     apt-get upgrade
 +
 +
Install software
 +
 +
    apt-get install vim
  
 
Genaue Versionsnummer anzeigen:
 
Genaue Versionsnummer anzeigen:
  
 
     lsb_release -a
 
     lsb_release -a
 +
 +
 +
MOTD anpassen [https://ownyourbits.com/2017/04/05/customize-your-motd-login-message-in-debian-and-ubuntu/ Artikel]
 +
   
 +
    root@apollo:~# cat /etc/motd
 +
 +
 +
Netzwerk konfiguration
 +
 +
:[https://www.thomas-krenn.com/de/wiki/Netzwerkkonfiguration_in_Debian /Netzwerkkonfiguration_in_Debian]
 +
:[https://unix.stackexchange.com/questions/128439/good-detailed-explanation-of-etc-network-interfaces-syntax Syntax]
 +
 +
 +
 +
  iface ens192 inet static
 +
        address 192.168.0.111
 +
        netmask 255.255.255.0
 +
        gateway 192.168.0.1
 +
        dns-search somedomain.org
 +
        dns-nameservers 192.168.0.1 203.0.113.203
 +
 +
Netzwer neustarten
 +
 +
      service networking restart

Aktuelle Version vom 12. August 2021, 13:39 Uhr


Debian Wikipedia


Anleitungen

Link


Update installieren, Befehle ausführen damit das gesamte System, inkl. aller Pakete aktualisiert wird.

    apt-get update
    apt-get upgrade

Install software

    apt-get install vim 

Genaue Versionsnummer anzeigen:

    lsb_release -a


MOTD anpassen Artikel

    root@apollo:~# cat /etc/motd


Netzwerk konfiguration

/Netzwerkkonfiguration_in_Debian
Syntax


  iface ens192 inet static 
       address 192.168.0.111 
       netmask 255.255.255.0
       gateway 192.168.0.1
       dns-search somedomain.org
       dns-nameservers 192.168.0.1 203.0.113.203

Netzwer neustarten

     service networking restart