- User: Hey server do you have any new packages or updates or changes at all
- Server: no
- User: Ok bye
- User: hey server do you have any new packages or updates at all
- Server: no
| #!/bin/sh | |
| # Application path | |
| APP_PATH="$(dirname "${BASH_SOURCE[0]}")" | |
| cd "$APP_PATH" | |
| # Executable file | |
| APP_EXEC="$APP_PATH/.exe" | |
| # Steam / IDs |
| <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <!-- REQUIRES Noto fonts (along with Noto Color Emoji) | |
| run `fc-list | grep -i -e "noto sans" -e "noto serif" -e "noto color emoji"` to confirm | |
| --> | |
| <!-- Change the string in the family tag to whatever font --> | |
| <family>serif</family> | |
| <prefer><family>Noto Serif</family></prefer> | |
| </alias> |
| // ==UserScript== | |
| // @name BlockAdblock Blocker | |
| // @version 1.0 | |
| // @namespace http://tampermonkey.net/ | |
| // @description Blocks block-adblock | |
| // @match *://**/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
This document was created back in 2020 and might not be actual nowadays. It is not supported anymore, so use thise information at your own risk.
wsl --set-default-version 2 in windows command line, so that all future WSL machine will use WSL2.Note
If you want to use pure WSLg, you can try the new WSLg (XWayland) tutorial or the WSLg (Wayland) tutorial.
In this tutorial, we will setup GUI in WSL2, and access it using VNC. No additional software outside WSL (like VcXsrv) is required, except, of course, a VNC Viewer (RealVNC, TightVNC, TigerVNC, UVNC, etc, all of them might work flawlessly).
The key component we need to install is the desktop metapackage you want (GNOME, KDE, Xfce, Budgie, etc) and tigervnc-standalone-server.
For this setup, I will use Ubuntu (20.04, 22.04 and 24.04 are working), and install GNOME Desktop. Since the key components aren't bound to Ubuntu or GNOME, you can use your favorite distro and GUI. Check the [Sample
Deprecated - Microsoft quit updating vm tools in favor of WSL2, it's only a matter of time before this breaks untirely (if it isn't already).
Credits, the original guide which has strangely vanished but can still be found via wayback machine here
This is largely the same as the original but with some updates
pacman -Sy && pacman -S xf86-video-fbdevThe YouTube Premium Logo userscript replaces the YouTube logo with the YouTube Premium logo.
idk why you need this, but using an adblocker[^1] + this script, will give the appearance that you have YouTube Premium.
Note
This userscript just replaces the youtube logo you see on the navbar and
inside the collapsible menu. This will NOT grant you premium feature.