uname # Linux
hostnamectl # DebianDebian //debian.org
I use the Debian operating system almost everywhere; both with and without GUI.
On Windows 11 or Windows 10 use the Windows subsystem for Linux.
wsl.exe --install debianSign up anywhere in the cloud with a debit;credit card, then rent;subscribe;provision a host;server;container with any Debian release. Right now, I rent on console.hetzner.com; VPS with 2 vCPUs; ID required for sign up.
For Desktop;Laptop;x86-64 devices 64-Bit-Wintel-IBM-PC you can create a bootable USB drive. Boot UEFI, then boot the USB, then install a system to your M.2;SSD;HDD drive, then boot that drive. You can also boot from microSD, network, or memory. Just ask ChatGPT for help.
Copy & Paste; or download files with git clone, curl, wget.
| Copy | Paste | Cut | |
|---|---|---|---|
| macOS | CMD+C |
CMD+V |
CMD+X |
| Windows & Linux | CTRL+Insert |
Shift+Insert |
Shift+Delete |
| Windows & Linux: Desktop | CTRL+C |
CTRL+V |
CTRL+X |
| Windows & Linux: Terminal App | CTRL+Shift+C |
CTRL+Shift+V |
In 1983 Apple invented C for copy, V for paste, X for cut, Z for undo. Windows 19- 95 added similar keys; but The IBM PC keys still work. Without a Desktop CTRL+C sends byte 3 which is "End of Text" in ASCII and Unicode.
Install packages and connect ChatGPT
sudo bash ./node/upgrade.sh
openclaw onboard\
--accept-risk\
--flow quickstart\
--workspace $HOME\
--auth-choice openai-codex;Configure dotfiles using VS Code
cp ./node/.bashrc ~/.bashrc
code ~/ # or cursor, notepad.exe, micro, nano, vim
rm ~/.bash_logout
exit # and enterGenerate an SSH private and public key
NAME="hermann@stanew.name"
ssh-keygen -N "" -f ~/.key -C $NAME
cat ~/.key.pubNVIDIA GPU, hypr.land and Google Chrome
Make sure you manually disable Secure Boot in UEFI; Because apt:nvidia-driver is not installed, it's compiled with apt:dkms. Installing apt:nvidia-driver installs the source code, then it compiles, then installs the actual driver software. But the newly compiled software has no cryptographic release signature, which is required for Secure Boot.
sudo bash ./node/upgrade.sh
sudo bash ./desktop/upgrade.sh
cp ./desktop/.hypr ~/.hypr
sudo reboot 0dbus-run-session Hyprland --config ~/.hypr