User Tools

Site Tools


debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
debian [2024/05/13 08:06] protocoldebian [2024/09/20 21:52] (current) protocol
Line 1: Line 1:
 +===== Basics =====
 +
 +<code>
 apt -y install screen tmux curl wget sudo libsocket6-perl vim bash-completion fzf grc nano wget iotop dnsutils gnupg2 apt -y install screen tmux curl wget sudo libsocket6-perl vim bash-completion fzf grc nano wget iotop dnsutils gnupg2
  
Line 7: Line 10:
 apt-get install --install-recommends webmin apt-get install --install-recommends webmin
  
-<code> +sed -i -e "s/%sudo\tALL=(ALL:ALL) ALL/%sudo  ALL=(ALL) NOPASSWD: ALL/" /etc/sudoers
-echo "protocol ALL=(ALL:ALL) ALL" » /etc/sudoers && echo "manuel ALL=(ALL:ALL) ALL» /etc/sudoers.d/admin+
 </code> </code>
 +
 +===== Upgrade from 11 to 12 =====
 +
 +sed -i -e "s/bullseye/bookworm/" /etc/apt/sources.list
 +
 +apt update
 +
 +apt upgrade --without-new-pkgs
 +
 +apt full-upgrade
 +
 +apt update
 +
 +sed -i -e "s/non-free/non-free-firmware/" /etc/apt/sources.list
 +
 +apt update
 +
  
  
 +https://gist.github.com/rrottmann/b0f371a62950a9e149c4358772c5a647
debian.1715598377.txt.gz · Last modified: 2024/05/13 08:06 by protocol