Explore >> Select a destination


You are here

blog.michielborkent.nl
| | www.webupd8.org
10.8 parsecs away

Travel
| | GIMP: Get Photoshop Like Keyboard Shortcuts, Toolbox Icons And More ~ Ubuntu / Linux blog
| | memo.mx
6.3 parsecs away

Travel
| | 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...
| | euroquis.nl
15.6 parsecs away

Travel
| | Here are some more notes on getting KDE Plasma 6 on FreeBSD up and running on a Framework 13 AMD laptop. This follows up on previous notes about getting the hardware together and installing FreeBSD.
| | www.tangramvision.com
76.7 parsecs away

Travel
| Why might you want to cross-compile? We'll explain why, with tips and tricks for managing cross-platform development with Rust.