Website
For nerdgamsic content, visit my site at https://theouterlinux.gitlab.io :)
2025 on Tumblr: Trends That Defined the Year

No title available
YOU ARE THE REASON
AnasAbdin
Peter Solarz

Product Placement
trying on a metaphor
Show & Tell
hello vonnie

★

if i look back, i am lost

JBB: An Artblog!
Misplaced Lens Cap
Sade Olutola
art blog(derogatory)

#extradirty

shark vs the universe
One Nice Bug Per Day
tumblr dot com
Cosimo Galluzzi
seen from United States
seen from United Kingdom

seen from Türkiye

seen from United States
seen from United States
seen from United States

seen from Türkiye

seen from Germany

seen from United States
seen from Brazil
seen from Germany

seen from Türkiye
seen from Morocco
seen from Türkiye
seen from Türkiye
seen from United Kingdom
seen from United States

seen from United States

seen from Australia

seen from Türkiye
@theouterlinux
Website
For nerdgamsic content, visit my site at https://theouterlinux.gitlab.io :)
Looking inside a binary/executable file to grab human-readable strings
grep string * -R Or grep -ir string *
find . -type f -print0 | xargs -0 stat -c '%y %n' | sort -n -k 1,1 -k 2,1 | awk 'END{print $NF}'
FINDDATE() { LOCATION="${1:-.}"; find ${LOCATION} -type f -print0 | xargs -0 stat -c "%y %n" | sort | sed 's/.\([0-9]\)\{9,\} +0[1-2]00/\t/' | sed 's/ /\t/g' }
Install only security patches on OpenSUSE
zypper lp | awk '$5=="security" { print "zypper install -y -n -t patch "$3}' | grep -v "needed" | sh +x
List processes listening to port 80
lsof -i tcp:80
StreamPi is a script I made for streaming or locally recording on old computers with ffmpeg. This is a video of a recent update. Grab the script: https://github.com/theouterlinux/StreamPi
Basically, if the "whois" command acts weird or stops working as expected, this is a PDF copy of a letter that might explain why. ICANN vs. GDPR.
Edit console/TTY font (Debian/Ubuntu)
sudo dpkg-reconfigure console-setup