<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://yawg.net/index.php?action=history&amp;feed=atom&amp;title=OneLiners</id>
	<title>OneLiners - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://yawg.net/index.php?action=history&amp;feed=atom&amp;title=OneLiners"/>
	<link rel="alternate" type="text/html" href="https://yawg.net/index.php?title=OneLiners&amp;action=history"/>
	<updated>2026-04-29T16:18:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://yawg.net/index.php?title=OneLiners&amp;diff=17&amp;oldid=prev</id>
		<title>Encryptid: Created page with &quot;Just a quick Reference for &quot;One-Liner&quot;s that I find very useful  =What&#039;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 &quot;http://imgur.com/a/(UniqueIDhere)&quot; -O - | grep name | cut -d\&quot; -f2| while read id;do echo &quot;Downloading $id.jpg&quot;;wget -q -c &quot;http://i.imgur.com/$id.jpg&quot;;done  =GZip Log Folder=     for i in *; do tar --remove-files -czf $i.gz $i ; d...&quot;</title>
		<link rel="alternate" type="text/html" href="https://yawg.net/index.php?title=OneLiners&amp;diff=17&amp;oldid=prev"/>
		<updated>2025-08-06T18:55:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Just a quick Reference for &amp;quot;One-Liner&amp;quot;s that I find very useful  =What&amp;#039;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 &amp;quot;http://imgur.com/a/(UniqueIDhere)&amp;quot; -O - | grep name | cut -d\&amp;quot; -f2| while read id;do echo &amp;quot;Downloading $id.jpg&amp;quot;;wget -q -c &amp;quot;http://i.imgur.com/$id.jpg&amp;quot;;done  =GZip Log Folder=     for i in *; do tar --remove-files -czf $i.gz $i ; d...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Just a quick Reference for &amp;quot;One-Liner&amp;quot;s that I find very useful&lt;br /&gt;
&lt;br /&gt;
=What&amp;#039;s my IP=&lt;br /&gt;
* Basic&lt;br /&gt;
    curl https://icanhazip.com&lt;br /&gt;
* IPv4&lt;br /&gt;
    curl https://ipv4.icanhazip.com/&lt;br /&gt;
* IPv6&lt;br /&gt;
    curl https://ipv6.icanhazip.com/&lt;br /&gt;
&lt;br /&gt;
=Download Imgur Album=&lt;br /&gt;
    wget -q &amp;quot;http://imgur.com/a/(UniqueIDhere)&amp;quot; -O - | grep name | cut -d\&amp;quot; -f2| while read id;do echo &amp;quot;Downloading $id.jpg&amp;quot;;wget -q -c &amp;quot;http://i.imgur.com/$id.jpg&amp;quot;;done&lt;br /&gt;
&lt;br /&gt;
=GZip Log Folder=&lt;br /&gt;
    for i in *; do tar --remove-files -czf $i.gz $i ; done&lt;br /&gt;
&lt;br /&gt;
=Remote Windows Shutdown=&lt;br /&gt;
    net rpc shutdown -I IPADDRESS -U USERNAME%PASSWORD&lt;br /&gt;
&lt;br /&gt;
=Sed=&lt;br /&gt;
==Add space ever #==&lt;br /&gt;
* this will add a space every third character&lt;br /&gt;
    cat file | sed &amp;#039;s/.\{3\}/&amp;amp; /g&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=Loops=&lt;br /&gt;
    for i in $(cat list4); do echo Trying$i &amp;amp;&amp;amp; sudo ./TACOTH $i; done &amp;gt; results&lt;br /&gt;
[[Category:Scripts]][[Category:HackRefs]]&lt;/div&gt;</summary>
		<author><name>Encryptid</name></author>
	</entry>
</feed>