If you're new to SQL there's interactive Select Star SQL tutorial. And there's another detective — SQL Murder Mystery
ichbean
joined 2 years ago
The way I did it with systemd-boot was:
- Have Windows and Arch on separate drives.
- Make the drive with arch the default boot device from UEFI.
- Copy
EFI/Microsoft
from boot partition on Windows drive to/boot/EFI
on Arch drive
This is what my /boot partition looks like:
├── EFI
│ ├── BOOT
│ ├── Linux
│ ├── Microsoft
│ └── systemd
├── initramfs-linux-fallback.img
├── initramfs-linux.img
├── loader
│ ├── entries
│ │ └── arch.conf
│ ├── entries.srel
│ ├── loader.conf
│ └── random-seed
├── 'System Volume Information'
└── vmlinuz-linux
feddit.ch shutting down on 31.03.2024 - Fellow Swiss people, where are you going to go? European instance admins, are you guys all right?
https://vonheikemen.github.io/devlog/tools/build-your-first-lua-config-for-neovim/
Check his other blog posts tagged with neovim.
view more: next ›
To be fair, Firefox on desktop doesn't let you add custom search engines, by default. Unless you flip magic key
browser.urlbar.update2.engineAliasRefresh
totrue
.