|
You are here |
hymd3a.hatenablog.com | ||
| | | | |
www.wezm.net
|
|
| | | | | I tried creating an OpenBSD 7.3 virtual machine on my new computer (Arch Linux host) and the installer kept crashing with the error: Screenshot of the installer crash. dc_atapi_start: not ready, st = 50 fatal protection fault in supervisor mode trap type 4 code 0 rip ffffffff810089d9 cs 8 rflags 10282 cr2 287eb3000 cpl 6 rsp ffff800014fd11a0 gssbase Oxffffffff818fbff0 kgsbase Ox0 panic: trap type 4, code=0, pc=ffffffff810089d9 syncing disks...12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 _ | |
| | | | |
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... | |
| | | | |
www.codemadness.org
|
|
| | | | | A guide to get a USB-powerline bridge with the Intellon 51x1 chipset working on Linux | |
| | | | |
sylvaindurand.org
|
|
| | | [AI summary] This article explains how to set up a Wireguard VPN on various platforms, highlighting its advantages over OpenVPN and providing detailed configuration steps for servers and clients. | ||