jigdo-file
download method, you can download the entire set with every single repo. Debian 11 had 19 DVDs for the full set. There is also bluray versions available. The entire 80-90GB could fit on a single USB drive.apt install build-essential linux-headers-$(uname -r)
then run VBoxLinuxAdditions.run
from the disk. There is also a copy of the ISO in the Debian non-free repository. You might need to do sudo su -
to get a “true root” shell, otherwise it might install the drivers under the wrong low-privilege user.sudo apt edit-sources
and add right repos whether DVD or remoteapt-get download firmware-iwlwifi
or download from https://packages.debian.org/buster/all/firmware-iwlwifi/download for X220 drivers.) then simply install with sudo dpkg -i firmware-iwlwifi
- Or download the releases with non-free firmware included (easiest) - The firmware collection download is just all the .deb
packages inside a folder named firmware/
, if you have that on a usb stick when you install it can use them. or install manually afterwards - on desktop ROG motherboard: sudo dpkg -i firmware-realtek
curl mygist > /etc/grub.d/99_danostheme; sudo update-grub
vgremove my-volume-group
and vgremove –removemissing my-volume-group
if it gets into a bad state.mount
and list them with dmesg
# Mounting a CIFS/SMB network drive # Ensure driver installed with `apt install cifs-utils` # To mount manually, run command like this: # Omit the `password=` option to get prompted # uid/gid is for the local Linux account # user is the login for the remote SMB drive sudo mount -t cifs -o uid=myuser,gid=sudo,user=myuser, \\\\192.168.0.100\\home /mnt/smb-drive
# Example /etc/fstab entry for mounting CIFS/SMB network drive # `apt install cifs-utils` # Credentials should be in `/root/.smbcredentials` with `chmod 400` # File should have 2 lines and look like: # username=myuser # password=my secret password //mynas.local/home /mnt/smb-drive cifs uid=myuser,gid=sudo,credentials=/root/.smbcredentials
edit /etc/systemd/login.conf
and set HandleLidSwitchExternalPower=ignore
or HandleLidSwitch=ignore
cat /sys/class/power_supply/BAT0/capacity{,_level}')
or upower -i /org/freedesktop/UPower/devices/battery_BAT0
, or use sudo apt install acpitool
and run acpitool
.sudo update-alternatives –list java
and sudo update-alternatives –config java
vlc
and libdvdcss2
.handbrake
with libdvdcss2
or use vlc
and choose File → Convert/Streamffmpeg -i x.m4v x.ogg
ffmpeg -i x.m4v -vn x.ogg
ffmpeg -i in.avi -vf vflip -c:a copy out
apt install abcde
) Just run it. It will prompt you and automate everything.handbrake
or vlc
(Media→Convert/Save)dd if=/dev/sr0 of=disc.iso bs=1MB
sudo update-alternatives –config editor
sudo visudo
and set %sudo ALL=NOPASSWD:ALL
on the linegpasswd -a sudo myuser
sudo dpkg-reconfigure console-setup
setxkbmap
https://www.devdungeon.com/content/rebind-caps-lock-key-escapecontrolwhich zsh; chsh
) - Customizing Zsh: https://www.youtube.com/watch?v=0yPj-BfGRug apt edit-sources
and replace each instance of buster
with bullseye
. One exception is the security line which should switch buster/updates
with bullseye-security
. Then run apt update && apt updgrade
followed by apt full-upgrade
.exec openbox-session
in ~/.xinitrc
to use openbox.sudo apt install fail2ban