Quick Tips
General and quick tips, commands and utilites. No deep dive, just simple oneliners.
Copy from Linux to Windows – SCP
You need to copy file from Linux machine to Windows quickly You have SSH access to the Linux mac...
See what apt would install (Debian/Ubuntu)
See what apt would install without actually installing the package: $ sudo apt install --dry-run...
Edit previous commands in shell before running them
Let's say you run a certain command with some parameters (like opening a file in vim). Then you w...
Customize date and time in Windows
This is likely one of very few tips in Windows. Since Windows 8, Windows is stuck in a phase of ...
Kill X server on OpenBSD (switch to terminal)
If you find yourself stuck on a OpenBSD login screen, or you simply do not wish to login and star...
Create encrypted ZFS pool in Proxmox
There are some things you can't do using the Proxmox GUI, like creating an encrypted ZFS pool. Go...