'Accessible dark contrast installer menu' press enter. |
|
'Advanced options' press enter. |
|
'Expert install' press enter. |
|
'Choose language' press enter. |
|
'English' press enter. |
|
'United States' press enter. |
|
'United States' press enter. |
|
Select nothing, press enter. |
|
'Access software for a blind person...' press enter. |
|
'Configure the keyboard' press enter. |
|
'American English' press enter. |
|
'Detect and mount installation media' press enter. |
|
'Installation media detected' press enter. |
|
'Load installer components from installation media' press enter. |
|
Select nothing, press enter. |
|
'Detect network hardware' press enter. |
|
Skip this step. We will configure the network post installation. |
|
'Set up users and passwords' press enter. |
|
Allow login as root? 'No' press enter. |
|
Enter anything but your real name, press enter. |
|
Create a username to sign into your OS, press enter. |
|
Create a password for user, press enter. |
|
Enter the password for user again, press enter. |
|
'Configure the clock' press enter. |
|
Do not configure network yet, select 'Go Back' press enter. |
|
'Set the clock using NTP?' select 'Yes' press enter. |
|
'NTP server to use:' select 'Continue' press enter. |
|
Select your time zone, press enter. |
|
'Detect disks' press enter. |
|
'Partition disks' press enter. |
|
'Guided - use entire disk and set up encrypted LVM' press enter. |
|
Select disk to partition, press enter. |
|
'All files in one partition...' press enter. |
|
'Write the changes to disks...' select 'Yes' press enter. |
|
Wait patiently for installer to overwrite chosen partition. |
|
Choose an encryption password, press enter. |
|
Enter the encryption password again, press enter. |
|
Name LVM volume group, press enter. |
|
'Amount of volume group to use for guided...' press enter. |
|
'Finish partitioning and write changes to disk' press enter. |
|
'Write the changes to disk?' select 'Yes' press enter. |
|
'Install the base system' press enter. |
|
'linux-image-amd64' press enter. |
|
'targeted: only include drivers needed for this system' press enter. |
|
'Configure the package manager' press enter. |
|
'Scan extra installation media?' select 'No' press enter. |
|
'Use a network mirror?' select 'No' press enter. |
|
'Services to use:' press enter. |
|
'Select and install software' press enter. |
|
'No automatic updates' press enter. |
|
'Participate in the package usage survey?' select 'No' press enter. |
|
Use spacebar to untick all but 'standard system utilities' press enter. |
|
'Install the GRUB boot loader' press enter. |
|
'Run os-prober automatically...' select 'No' press enter. |
|
'Install the GRUB boot loader to your primary drive?' select 'Yes' press enter. |
|
Select device for boot loader installation, press enter. |
|
'Finish the installation' press enter. |
|
'Is the system clock set to UTC?' select 'Yes' press enter. |
|
'Please choose <continue> to reboot.' press enter. |
|
Congratulations! You just installed Debian Bookworm like an expert. |
|
You can't go online just yet though, use the following command to get the name of your eth0: |
sudo networkctl list | grep ether |
You should see a result similar to this: |
2 enp0s3 ether - unmanaged |
Now that you know the eth0 name 'enp0s3' use 'sudo vi /etc/netowork/interfaces' edit this way: |
source /etc/network/interfaces.d/*
# The loopback network interface
auto eth0
iface lo inet loopback
allow-hotplug enp0s3
iface enp0s3 inet dhcp |
Before getting updates use 'cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list' |
Now use 'sudo vi /etc/apt/sources.list' and remove 'non-free' and 'contrib' from end of lines. |
Now we can restart our system and update it using 'sudo apt update && sudo apt -y upgrade' |
Minimal Debian 12 installtion using i3: |
sudo apt install i3-wm suckless-tools w3m tmux xfce4-terminal xinit feh |
Now restart your system again, sign in and use 'startx' to launch i3. |
To generate your i3 config file, press enter. |
|
Select 'Alt' as default modifier key, press enter. |
|
Use 'Alt+Enter' to launch terminal or 'Alt+d' to run specific applications using dmenu. |
|
Use 'Alt+Shift+e' to exit i3 and return to the command line. |
For more information on how to use the i3 window manager use 'man i3' |
If you still have questions about i3 and the CLI use 'w3m -no-cookie https://duckduckgo.com' |
Note |
From here you can install whonix using tmux/w3m in i3-wm by following the directions found in our blog here. |