Explore >> Select a destination


You are here

ramonh.dev
| | memo.mx
7.0 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...
| | www.learnitguide.net
8.1 parsecs away

Travel
| | How to Set DNS to 8.8.8.8 in Linux, ?, linux dns server, linux dns server configuration, simple dns server linux, configure dns
| | jrhawley.ca
6.2 parsecs away

Travel
| | This post is a walkthrough of how to get these Linux GUI applications running on Windows using the Windows Subsystem for Linux.
| | robr.dev
67.5 parsecs away

Travel
| Overview I wanted to build a self-sufficient portable lab network consisting entirely of Raspberries Pi. The lab network should be able to access the internet if there's wifi available. And it should be easy to connect an external computer to the network and access any of the Raspberries Pi over the lab network. Basically I'd like to be able to run the whole thing on battery power and use it with or without upstream internet.