Getestet unter:

  • Debian 12 „Server“ (bookworm)
  • Ubuntu 24.04 „Server“ (Noble Numbat)
  • Ubuntu 22.04 „Server/Desktop“ (Jammy Jellyfish)
  • Ubuntu 20.04 „Server“ (Focal Fossa)
  • Ubuntu 18.04 „Server“ (Bionic Beaver)
  • Linux Mint 22 „Desktop“ (Wilma)
  • Linux Mint 21.3 „Desktop“ (Virginia)

Interaktives anlegen

adduser

batch anlegen

useradd -c"user Beschreibung" -m -s /bin/sh -U username
passwd username

Alternaiv:

useradd -c"user Beschreibung" -m -s /bin/sh -U username
echo -e "password\npassword\n" | passwd username

Relates to

Weiterführendes





-c = Comment / Kommentar
-m = create home / erstellt das Home-Verzeichnis
-s = shell / definiert die User-Shell
-U = Usergroup / Erstellt eine gruppe mit dem selben namen, wie der User

Ubuntu Security (@ubuntu_sec) twitterte um 11:29 vorm. on Fr., Dez. 13, 2019: In the second to last episode of the @Ubuntu #Security Podcast for 2019, we look at security updates for Samba, Squid, Git, HAProxy and more, plus @alex_murray and @joeubuntu discuss Evil Corp hacker indictments, unsecured AWS S3 buckets and more t.co/CFtoUA1mTE (https://twitter.com/ubuntu_sec/status/1205434504363397126?s=09)

Ubuntu (@ubuntu) twitterte um 6:27 nachm. on So., Dez. 15, 2019: Lepton is a beautiful open source snippet manager for #ubuntu. Manage your Github gists with support for tags, search and sharing. Lepton features a rich-text editor and markdown viewer. Try the snap today!
snap install lepton
t.co/O9kkIwcBhs t.co/NTy6ppI5qN (https://twitter.com/ubuntu/status/1206264426019643394?s=09)

http://linuxwelt.blogspot.de/2016/03/skype-installieren-ubuntu-1604-anleitung.html

Um Skype unter Ubuntu 16.04 zu installieren, bitte das Terminal aufrufen und diese Befehle ausführen :

[1] sudo add-apt-repository „deb http://archive.canonical.com/ $(lsb_release -sc) partner“
[2] sudo apt-get update
[3] sudo apt-get install skype && sudo apt-get -f install