elinks -no-numbering -dump-width 999 $(date +"enwp.org/%B_%d")|sed '/Births/,/Deaths/!d'|grep \* | egrep -i --color=no "(math|computer|program|engineer|scien|invent)" # Show today's famous #STEM birthdays from the Wikipedia page for today's date. #TwoAteZero
rpm -qa --queryformat "%10{SIZE} %{NAME}\n" | grep -Ev "(kernel|glibc|perl$|python-libs$|coreutils|hwdata$|glib2|grub2$|yum$|binutils$)" | sort -rn | head -100 # Show the largest #rpm packages on the system, omitting *some* of the critical ones. #rhel #centos #TwoAteZero
RT @[email protected]: convert -size 400x160 xc: -font product-sans.ttf -pointsize 144 -fill \#4285F4 -annotate +0+120 G -fill \#EA4335 -annotate +120+120 d -fill \#FBBC05 -annotate +220+120 p -fill \#34A853 -annotate +320+120 r GDPR.png # Missed Google Doodle opportunity #GDPR #TwoAteZero