Explore >> Select a destination


You are here

blog.alexbeals.com
| | www.macintoshhowto.com
2.0 parsecs away

Travel
| | [AI summary] The article provides tips on improving wireless network range, reducing interference, and connecting a BigPond wireless modem with Snow Leopard, along with instructions for sharing a printer from OS X to Windows XP.
| | tomato64.org
2.3 parsecs away

Travel
| | Just a quick blurb about this new integration. Now that a wireless GUI has been built I've updated the status-devices page as well. For wireless devices you can now see their signal strength...
| | blog.nuculabs.de
1.9 parsecs away

Travel
| | Hi ??, In this blog post I will show you how to connect an Ethernet only device to Wi-Fi using an extra router and the WDS functionality. I initially wanted to install the TP Link Archer T4U WiFi adapter driver on my Ubuntu 20.04 PC but unfortunately the driver is no longer supported. Since I really needed high internet speed for my PC, I decided to connect it via an Ethernet cable and buy another TP-Link router to use in WDS mode.
| | memo.mx
18.7 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...