debian
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| debian [2024/05/13 08:04] – protocol | debian [2026/01/10 12:44] (current) – protocol | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Basics ===== | ||
| + | |||
| + | < | ||
| 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 | ||
| - | echo "protocol ALL=(ALL:ALL) ALL" >> /etc/sudoers && echo " | + | sed -i -e "s/ |
| + | </code> | ||
| + | |||
| + | ===== Upgrade from 11 to 12 ===== | ||
| + | |||
| + | sed -i -e " | ||
| + | |||
| + | apt update | ||
| + | |||
| + | apt upgrade --without-new-pkgs | ||
| + | |||
| + | apt full-upgrade | ||
| + | |||
| + | apt update | ||
| + | |||
| + | sed -i -e " | ||
| + | |||
| + | apt update | ||
| + | |||
| + | |||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | |||
| + | ===== Upgrade from 12 to 13 ===== | ||
| + | |||
| + | <code> | ||
| + | |||
| + | sudo apt update && sudo apt full-upgrade -y | ||
| + | sudo apt autoclean && sudo apt autoremove -y | ||
| + | sudo cp /etc/apt/ | ||
| + | sudo cp -r / | ||
| + | sudo sed -i ' | ||
| + | sudo find / | ||
| + | sudo apt update | ||
| + | sudo apt upgrade --without-new-pkgs -y | ||
| + | sudo apt full-upgrade -y | ||
| + | sudo apt autoremove -y | ||
| + | sudo apt autoclean | ||
| + | cat / | ||
| + | lsb_release -a # Should show ' | ||
| + | sudo systemctl reboot | ||
| + | </ | ||
debian.1715598274.txt.gz · Last modified: by protocol
