Reminder this is UNSUPPORTED. Reproduce bugs on a stock install with xudev/eudev before reporting them.
Do not reboot until you've done them all.
| polybar config | |
| [module/date] | |
| type = custom/script | |
| exec = ~/scripts/popup-calendar.sh | |
| interval = 5 | |
| click-left = ~/scripts/popup-calendar.sh --popup | |
| format-background = ${colors.alt-background} | |
| format-foreground = ${colors.alt-foreground} | |
| label = %output:25% |
| #!/bin/bash | |
| # nous,2019-2022 | |
| # How to use | |
| # wget https://tiny.cc/fucksystemd | |
| # chmod +x fucksystemd | |
| # sudo ./fucksystemd | |
| # Test Arch ISO installation: | |
| # cfdisk /dev/sda |
| #!/bin/bash | |
| #~/bin/upnpPortMapper.sh | |
| #sudo apt-get install miniupnpc | |
| #crontab -l | grep upnp || echo $(crontab -l ; echo '*/5 * * * * ~/bin/upnpPortMapper.sh >/dev/null 2>&1') | crontab - | |
| export LC_ALL=C | |
| router=$(ip r | grep default | cut -d " " -f 3) | |
| gateway=$(upnpc -l | grep "desc: http://$router:[0-9]*/rootDesc.xml" | cut -d " " -f 3) | |
| ip=$(upnpc -l | grep "Local LAN ip address" | cut -d: -f2) |
| //! Examples for `unwrap_or_else()` | |
| use std::process; | |
| fn func(in_num: u8) -> Option<&'static str> { | |
| if in_num % 2 != 0 { | |
| return None; | |
| } | |
| Some("even") | |
| } |
| #!/bin/env python3 | |
| from subprocess import run,PIPE | |
| from time import sleep | |
| import math | |
| # Config | |
| delay = 10 | |
| animation_duration = 10 |
| <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <dir>~/.fonts</dir> | |
| <!-- | |
| Documented at | |
| http://linux.die.net/man/5/fonts-conf | |
| To check font mapping run the command at terminal | |
| $ fc-match 'helvetica Neue' | |
If you're self-hosting your services and having trouble getting your emails through Gmail and infuriated by Google's non-existent support, you're not the only one. I'd like to share my experiences trying to get it sorted out.
I'm the author of the post above. You can tell how arrogant Google employees are from all the previous posts he made in the past.