Document Version: 1.0 (January 2025)
UV Version: 0.5.x (Examples tested with 0.5.0)
Last Updated: January 2025
Status: UV is under active development - features may change
I will list the commands and each argument the command should have or sub commands it should have.
I'm using DiscordJS API wrapper docs as examples since they're a complete and
well documented wrapper, but you can use any lib listed on libs.advaith.io that
are in an up to date version and have most features available.
| # Change the background video on manjaro xfce using xwinwrap and mpv | |
| echo "$1 the path of your new bg" | |
| kill $(pgrep xwinwrap) | |
| echo "xwinwrap -fs -fdt -ni -b -nf -- mpv -wid %WID --no-audio --loop \"$1\"" | sudo tee /usr/local/bin/Live.sh | |
| xwinwrap -fs -fdt -ni -b -nf -- mpv -wid %WID --no-audio --loop "$1" & disown | |
| # tutorial at https://forum.manjaro.org/t/howto-have-live-wallpaper-on-manjaro-gnome/64875 | |
| # Live.sh has the following |
| ################################# | |
| # Shadows # | |
| ################################# | |
| # Enabled client-side shadows on windows. Note desktop windows | |
| # (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, | |
| # unless explicitly requested using the wintypes option. | |
| # | |
| # shadow = false |
| // ==UserScript== | |
| // @name Button to add boot.dev certificate to linkedin | |
| // @namespace https://github.com/luigiMinardi | |
| // @match https://www.boot.dev/certificate/* | |
| // @grant none | |
| // @version 0.6.10 | |
| // @author luigiMinardi | |
| // @license MIT | |
| // @description Adds a button to add your boot.dev certificate to linkedin | |
| // @homepageURL https://gist.github.com/luigiMinardi/62b0492d187e39e495272b10d40f6aee |
Use jdupes to recursivelly search a directory for duplicates (symlinks also searched) then save results in a file.
jdupes -sr . > dups.txtGo through the first group of duplicates (original and duplicate(s)) on the .txt and open it with the default option that you have (so that you can compare both and choose if you want to delete one of them or not).
cat dups.txt | while read line; do if [ -z "$line" ]; then break; else xdg-open $line; fi; done First download arch iso and make sure to have a spare pendrive to format as a bootable one. If you like distro hopping a lot Ventoy may be a good option instead of using other ways to put just the arch iso in the pendrive. Even more if you have a larger pendrive than the at most 4gb needed for any linux distro.
After changing the boot order to the pendrive first and booting into it choose Arch Linux Install Medium to start.
Now check your internet with ping gnu.org. If you have wifi read the man.
- 2023-05-02 - Since a few days ago
\colorboxand\fcolorboxare broken and Github did't talk about if it's a temporary thing or if it will not be added back.- 2024-01-04 - Since it has not being added back I deduce that it will never be so I removed all mentions to it on the rest of the gist.
- 2023-09-29 - Tex seems to not work on h1 to h6 anymore (markdown
#'s)- 2024-01-04 - Now it works again, I'll keep the message for a while to remember that it may change again in the future
As you can se with the above message(s) Tex may not be very stable and may not be an option to you as of the dates expressed above. You can also check other tex problems here.