Jump to content

OneLiners: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 August 2025

  • curprev 14:5514:55, 6 August 2025 Encryptid talk contribs 800 bytes +800 Created page with "Just a quick Reference for "One-Liner"s that I find very useful =What's my IP= * Basic curl https://icanhazip.com * IPv4 curl https://ipv4.icanhazip.com/ * IPv6 curl https://ipv6.icanhazip.com/ =Download Imgur Album= wget -q "http://imgur.com/a/(UniqueIDhere)" -O - | grep name | cut -d\" -f2| while read id;do echo "Downloading $id.jpg";wget -q -c "http://i.imgur.com/$id.jpg";done =GZip Log Folder= for i in *; do tar --remove-files -czf $i.gz $i ; d..."