Do the change
Just make the effort to make the change to the code, it wonât take long and it will be worth it for the feature introduced by Issue #46

Janaina Medeiros
2025 on Tumblr: Trends That Defined the Year
cherry valley forever

ellievsbear

tannertan36
almost home
will byers stan first human second
đȘŒ

â
macklin celebrini has autism
Jules of Nature

shark vs the universe

No title available

Kaledo Art
occasionally subtle
Mike Driver
Stranger Things
todays bird
Game of Thrones Daily

Love Begins
seen from Malaysia
seen from United States
seen from T1
seen from United States

seen from France
seen from Singapore

seen from United States
seen from Germany
seen from United States
seen from TĂŒrkiye

seen from Malaysia

seen from Argentina
seen from Malaysia
seen from Canada

seen from Malaysia

seen from United States
seen from United States
seen from Malaysia

seen from Malaysia
seen from TĂŒrkiye
@thegodsarereallyangry
Do the change
Just make the effort to make the change to the code, it wonât take long and it will be worth it for the feature introduced by Issue #46
firewall-cmd and rich rules
I find that adding logging at the info level is useful when redirecting ssh to a port other than 22 (change the Port option in /etc/ssh/sshd_config to 19356, for example). firewall-cmd rich rules allow adding far more control over firewall entries,
# firewall-cmd --add-rich-rule="$(cat rule_ssh_obfuscate.txt)" --permanent
The contents of rule_ssh_obfuscate.txt,
# cat rule_ssh_obfuscate.txt
rule family="ipv4" port port="19356" protocol="tcp" log prefix="ssh19356: " level="info" limit value="1/m" accept
# firewall-cmd --reload
# firewall-cmd  --list-rich-rules rule family="ipv4" port port="19356" protocol="tcp" log prefix="ssh19356: " level="info" limit value="1/m" accept
This way I can tell who is attempting to connect to this port in my kernel logs,
# journalctl -k | grep ssh19356
Vine autoplay
How the fuck does one turn off vine autoplay on tumblr? Itâs driving me fecking insane.
pkgconfig silliness
While attempting to configure lollypop (the excellent gnome based music player) I ran into a strange problme with pkgconfig because it couldnât find x11.pc. I noticed that the file was in /usr/lib/pkgconfig/x11.pc but pkgconfig wasnât finding it. So I pulled out strace and discovered that it was looking in /usr/lib64/pkgconfig. âHrmâ, thought I. I pulled out rpm and discovered that the file above was from the wrong package,
# rpm -qf /usr/lib/pkgconfig/x11.pc libX11-devel-1.6.3-2.fc23.i686
After installing the x86_64 version of the libX11-devel pkgconfig worked as expected and configure ran to completion as expected.
$ sudo dnf install --best --allowerasing libX11-devel.x86_64 $ pkg-config --libs x11 -x11 ...
The new Batgirl design has been often credited to Cameron Stewart OR Babs Tarr but rarely to the both of them. The design process was in fact a collaboration with both artists contributing to the final design.
Cameron: When DC first approached me about taking over Batgirl as...
I especially love the collar strap and the unility pouch strap on the thigh, that and the extra jacket seams. Such a slick design.
Just a test, no more, no less.