Ubuntu
= GNOME desktop installed by default
(+) Is almost always supported, very widespread
(+) Pretty easy to get started with
(+) Feels polished and stable
(-) Pretty bloated with stuff you probably won't use
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Execute from `powercord/src/Powercord` | |
## Plugins | |
git clone https://github.com/BenSegal855/webhook-tag plugins/webhook-tag | |
git clone https://github.com/Vap0r1ze/vpc-shiki plugins/vpc-shiki | |
git clone https://github.com/RazerMoon/vcTimer plugins/vcTimer | |
git clone https://github.com/powercord-community/rolecolor-everywhere plugins/rolecoler-everywhere | |
git clone https://github.com/GriefMoDz/scrollable-autocomplete plugins/scrollable-autocomplete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a directory and enter it | |
# Usage: | |
# mkcd dirname | |
mkcd () | |
{ | |
mkdir -p -- "$1" && cd -P -- "$1" | |
} | |
# Resursively run sed on files | |
# Usage: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add this to your .bashrc/.zshrc, or wherever you keep functions! | |
mc-get () | |
{ | |
LENGTH=$(echo ${1} | awk '{print length}' ) | |
if [[ $LENGTH -le 20 ]] || [[ $LENGTH -eq 32 ]] || [[ $LENGTH -eq 36 ]]; then | |
if [[ $(echo ${1} | sed 's,-,,g' | awk '{print length}' ) -eq 32 ]]; then | |
MCUUID=${1} | |
MCUSERNAME=$(curl -s https://api.mojang.com/user/profiles/${1}/names | jq ".[-1].name" | sed 's,",,g') | |
else |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convert ${INPUT} \ | |
-sharpen 0x5.0 \ | |
-modulate 100,150 \ | |
-resize 50% \ | |
-resize 200% \ | |
-contrast \ | |
+noise poisson \ | |
-equalize \ | |
-sharpen 0x4.0 \ | |
-fill red -tint 90 \ |
This takes files in the current directory named like 1.png 2.png 3.png ...
and creates a gif out.gif
.
ffmpeg -i ./%001d.png -vf palettegen=reserve_transparent=1 -f apng pipe:1 \
| ffmpeg -framerate 3 -i ./%001d.png -i - -lavfi paletteuse=alpha_threshold=128 -gifflags -offsetting out.gif
Change the framerate by changing -framerate 3
to your desired value.
Change the directory by changing the ./%001d.png
in both parts of the command.
Change the output location by changing out.gif
at the end of the command.
Home Assistant Card & Automation for a script at a specified time, the time can be configured through a card and be disbabled. A different automation can automatically re-enable it if it would have ran but was disabled.
configuration.yaml
input_boolean:
alarm_enabled:
name: "Enable Alarm Tomorrow"
initial: on
icon: mdi:theme-light-dark
- Aurora Store : https://f-droid.org/en/packages/com.aurora.store/
Google Play alternative front-end that does not require a personal Google account - Bitwarden : https://mobileapp.bitwarden.com/fdroid/ / https://github.com/bitwarden/mobile/releases
Open source & self hostable password manager - DAVx5 : https://f-droid.org/en/packages/at.bitfire.davdroid/
Calendar, tasks and contacts sync from WebDAV- ICSx5: https://f-droid.org/en/packages/at.bitfire.icsdroid/
WebCal support for DAVx5
- ICSx5: https://f-droid.org/en/packages/at.bitfire.icsdroid/
- DuckDuckGo : https://f-droid.org/en/packages/com.duckduckgo.mobile.android/
- Bitwarden : https://addons.mozilla.org/en-US/firefox/addon/bitwarden-password-manager/
A free and open source password manager, with a self-hosted option available - CanvasBlocker : https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/
Protects you from certain APIs which are commonly used to fingerprint your browser - ClearURLs : https://addons.mozilla.org/en-US/firefox/addon/clearurls/
Removes tracking elements from URLs before browsing to the page - CookieMaster : https://addons.mozilla.org/en-US/firefox/addon/cookiemaster/
Allows control of cookies per-domain - Dark Reader : https://addons.mozilla.org/en-US/firefox/addon/darkreader/
- Quilt : https://quiltmc.org/en/
The mod launcher for all the below mods
OlderNewer