|
You are here |
www.texdev.net | ||
| | | | |
www.ctan.org
|
|
| | | | | [AI summary] The moderncv package is a LaTeX document class for creating customizable and stylish curricula vitae and cover letters with various pre-defined styles and options for customization. | |
| | | | |
blog.martinig.ch
|
|
| | | | | Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management. | |
| | | | |
teklinks.andrejnsimoes.com
|
|
| | | | | VS Code has had consistent, monthly updates and improvements. It's a big reason why so many developers are using the lightweight and smart... | |
| | | | |
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... | ||