Explore >> Select a destination


You are here

blog.michielborkent.nl
| | blog.goodstuff.im
1.3 parsecs away

Travel
| | [AI summary] A guide detailing the setup of Windows 10 and WSL2 for development, including installing Rust, configuring SSH, and integrating with VS Code.
| | www.webupd8.org
5.2 parsecs away

Travel
| | GIMP: Get Photoshop Like Keyboard Shortcuts, Toolbox Icons And More ~ Ubuntu / Linux blog
| | memo.mx
1.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...
| | kdheepak.com
23.7 parsecs away

Travel
| [AI summary] This article discusses integrating Emacs with tmux for efficient split navigation and workflow customization using custom keybindings and scripts.