User Tools

Site Tools


debian

Differences

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

Link to this comparison view

Next revision
Previous revision
debian [2024/05/13 07:59] – created 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 5: Line 8:
 apt update apt update
  
-apt install webmin -y --install-recommends+apt-get install --install-recommends webmin
  
-echo "protocol ALL=(ALL:ALL) ALL" >> /etc/sudoers && echo "manuel ALL=(ALL:ALL) ALL>> /etc/sudoers.d/admin+sed -i -e "s/%sudo\tALL=(ALL:ALL) ALL/%sudo  ALL=(ALL) NOPASSWD: ALL/" /etc/sudoers 
 +</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.1715597966.txt.gz · Last modified: 2024/05/13 07:59 by protocol