Explore >> Select a destination


You are here

hymd3a.hatenablog.com
| | cookie.engineer
5.9 parsecs away

Travel
| | Arch Linux Installation Guide (GRUB)
| | memo.mx
2.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...
| | blog.stigok.com
3.9 parsecs away

Travel
| | I got the example idea from a Stack Overflow question where a method for getting the IP address of the primary DNS server was used like this
| | yurisk.info
29.8 parsecs away

Travel
| Yuri Slobodyanyuk's blog on IT Security and Networking -