You are here |
trzeci.eu | ||
| | | |
blog.goodstuff.im
|
|
| | | | ||
| | | |
dracos.co.uk
|
|
| | | | My trusty 2011 Macbook Air had started to show its age - a couple of missing keys, the fan being on pretty much all the time - so I looked for a replacement. After some tedious investigation, I settled upon a Dell XPS 9370 from their Outlet store. Windows 10 can run Linux now, so it seemed like an interesting thing to spend some time with, and if it all went sour I could always fully install Linux instead. | |
| | | |
memo.mx
|
|
| | | | WSL configuration Install i3 sudo apt install i3 -y Create an init script vim ~/src/scripts/i3launch.sh #!/bin/zsh source ~/.zshrc # If not running interactively, don't do anything [ -z "$PS1" ] && return export DISPLAY=$(awk '/nameserver / {print $2; exit}' /etc/resolv.conf 2>/dev/null):0 export LIBGL_ALWAYS_INDIRECT=1 dbus_status=$(service dbus status) if [[ $dbus_status = *"is not running"* ]]; then sudo service dbus --full-restart fi i3 To run WSL2 as root wsl.exe -d Ubuntu-20.04 -u root -- /bin/bash... | |
| | | |
srijan.ch
|
|
| | Encrypt an unencrypted root partition on an Arch Linux system |