Website
For nerdgamsic content, visit my site at https://theouterlinux.gitlab.io :)
2025 on Tumblr: Trends That Defined the Year
No title available
d e v o n
PUT YOUR BEARD IN MY MOUTH

No title available
tumblr dot com
Cosimo Galluzzi
official daine visual archive
No title available
The Bowery Presents
sheepfilms
Keni
No title available
🩵 avery cochrane 🩵
Fai_Ryy
let's talk about Bridgerton tea, my ask is open
Misplaced Lens Cap

Origami Around
Show & Tell

PR's Tumblrdome

seen from Türkiye

seen from Singapore

seen from United States

seen from India
seen from Malaysia
seen from United States
seen from United States

seen from Mexico

seen from Malaysia
seen from Brazil
seen from United States

seen from T1
seen from Netherlands
seen from Bangladesh
seen from Ireland

seen from Germany

seen from United Kingdom
seen from Laos

seen from United States

seen from Russia
@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