|
You are here |
blog.michielborkent.nl | ||
| | | | |
euroquis.nl
|
|
| | | | | 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. | |
| | | | |
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... | |
| | | | |
9elements.com
|
|
| | | | | Last week the keyboard of my MacBook Pro broke. One key just stopped working, and I have lived over months with double keystrokes. It was time to bring it to the Apple store and get it fixed. The dude in the Genius Bar told me it would take 10-14... | |
| | | | |
haewyr.mataroa.blog
|
|
| | | [AI summary] The author details their experience setting up FreeBSD 14.2 as a desktop system on an older PC, facing challenges with WiFi and GPU driver compatibility but ultimately achieving a functional setup. | ||