netinstall cd/usb http://ftp.funet.fi/pub/linux/mirrors/debian-cdimage/current/amd64/iso-cd/ tai https://cdimage.debian.org/cdimage/weekly-builds/ install manual https://www.debian.org/releases/stable/installmanual # start e.g. with lxqt debian destop # add general favourites apt install bind9-dnsutils btop geany geeqie gimp guestfs-tools htop \ libvirt-daemon-system lm-sensors ncdu nmap nvme-cli plocate \ qemu-system smartmontools strace vim-gtk3 virt-manager # neofetch eye-candy greeter? e.g. apt install feh moreutils neofetch x11-apps x11-utils x11-xserver-utils xdotool ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ very old notes (!) ↓ ↓ ↓ ↓ # dig? nslookup? apt install bind9-dnsutils # kvm/qemu guest-asennus, ei hiiri-integraatiota vaan # vaatii alt-ctrl painelua guest - # apt install qemu-guest-agent spice-vdagent # ^ # ^ if still no help Add " -usb -usbdevice tablet" to your qemu commandline # or if GUI (virt-manager) virtual machine details -> Add Hardware -> Input -> EvTouch USB Graphics Tablet # vim.gtk:n voi valita tekstikonsolieditoriksin, tarkista update-alternatives --config editor # MS TTF fonts? # add contrib to apt sources, then apt install ttf-mscorefonts-installer # if Google Chrome # note 64bit only, for 32bit stick with chromium wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - # add to sources.list deb http://dl.google.com/linux/chrome/deb/ stable main # ^ after upgrade comment out as this target will appear as file # /etc/apt/sources.list.d/google-chrome.list # guest virtual machine user? usermod -aG libvirt usermod -aG libvirt-qemu # slow guest? virsh list virsh edit your_vm_guest_domain . . domain type='kvm' ## NOT 'qemu' . # resize virtual machine desktop? xrandr # see supported resolutions xrandr -s 1920x1440 # or arandr GUI # see the rest in ../ubuntu/ -- everything just works <3 # *very* old laptop installation, eth0 -> wlan0; /etc/network/interfaces # allow-hotplug eth0 # iface eth0 inet dhcp auto wlan0 iface wlan0 inet dhcp wpa-ssid nameOfTheWifi wpa-psk passwdOfTheWifi # forensics? apt install forensics-extra