Windows - Linux - Powershell
debian-XX.X.X-amd64-netinst.iso
architecture
and then the iso-cd
subfolderfirmware-XX.X.X-XXXX-netinst.iso
Install
and not “Graphical Install”SSH Server
at software selectionsudo apt install -y curl
curl -sL https://raw.githubusercontent.com/Rockz1152/Debian/main/setup.sh | sudo bash && exec bash
sudo reboot
~/update-system.sh
to install system updates
echo 'sudo sh -c "apt update;apt upgrade -y;apt autoremove --purge -y;"' > $HOME/update-system.sh
chmod u+x $HOME/update-system.sh
ip link
to retrieve the name of your network interface and substitute as necessarysudo nano /etc/network/interfaces
dhcp
to static
iface net# inet dhcp
auto net#
iface net# inet static
allow-hotplug net#
iface net# inet static
iface net# inet static
line
address 192.168.0.XX
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.8.8 1.1.1.1
sudo reboot
At software selection, choose
Debian Desktop Environment
MATE
OpenSSH Server
Standard System Utilities
Install the Yaru theme
sudo apt install -y yaru-theme-gtk yaru-theme-icon yaru-theme-sound
Coco
Install MATE Tweak
sudo apt install mate-tweak
Disable desktop composition
Marco(No compositor)
sudo sh -c "apt update; apt full-upgrade -y; apt autoremove --purge -y"
sudo sed -i 's/<OldName>/<NewName>/g' /etc/apt/sources.list
sudo sed -i 's!bullseye!bookworm!g' /etc/apt/sources.list
sudo sed -i 's!main!main non-free-firmware!g' /etc/apt/sources.list
sudo sed -i 's!buster!bullseye!g' /etc/apt/sources.list
sudo sed -i 's!bullseye/updates!bullseye-security!g' /etc/apt/sources.list
sudo sh -c "apt clean; apt update; apt upgrade --without-new-pkgs -y; apt full-upgrade -y; apt autoremove --purge -y"
Yes
N
which is the defaultsudo reboot
curl -sL https://raw.githubusercontent.com/Rockz1152/Debian/main/setup.sh | sudo bash && exec bash
cat /etc/os-release