Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://feeds2.feedburner.com/Command-line-fu

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  3.  <channel>
  4.    <title><![CDATA[All commands]]></title>
  5.    <link>http://www.commandlinefu.com/commands/browse/rss</link>
  6.    <description><![CDATA[A repository for the most elegant and useful UNIX commands.  Great commands can be shared, discussed and voted on to provide a comprehensive resource for working from the command-line]]></description>
  7.    <pubDate>Sat, 12 Jul 2025 08:44:55 +0000</pubDate>
  8.    <generator>Zend Framework Zend_Feed</generator>
  9.    <language>en-us</language>
  10.    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  11.    <item>
  12.      <title><![CDATA[Tapping screen for TikTok using shell script]]></title>
  13.      <author>wuseman1</author>
  14.      <link>http://www.commandlinefu.com/commands/view/40710/tapping-screen-for-tiktok-using-shell-script</link>
  15.      <guid>http://www.commandlinefu.com/commands/view/40710/tapping-screen-for-tiktok-using-shell-script</guid>
  16.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ while true; do input tap $(wm size | awk -F 'x' '{print $1/2 &quot; &quot; $2/2}'); done</code>
  17. <div style=""></div>
  18. <ul style="list-style:none; padding: 0; margin: 0">
  19.    <li><a href="http://www.commandlinefu.com/commands/view/40710/tapping-screen-for-tiktok-using-shell-script">View this command to comment, vote or add to favourites</a></li>
  20.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  21. </ul>
  22. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  23. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  24. ]]></description>
  25.      <pubDate>Tue, 27 May 2025 13:32:54 +0000</pubDate>
  26.      <comments>http://www.commandlinefu.com/commands/view/40710/tapping-screen-for-tiktok-using-shell-script</comments>
  27.    </item>
  28.    <item>
  29.      <title><![CDATA[Mount SMB v1 share on Linux]]></title>
  30.      <author>swarzynski</author>
  31.      <link>http://www.commandlinefu.com/commands/view/39597/mount-smb-v1-share-on-linux</link>
  32.      <guid>http://www.commandlinefu.com/commands/view/39597/mount-smb-v1-share-on-linux</guid>
  33.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ mount -t cifs -o username=administrator,password=xxx,vers=1.0,sec=ntlmv2 //192.168.0.30/nas_share /mnt/win_share</code>
  34. <div style=""></div>
  35. <ul style="list-style:none; padding: 0; margin: 0">
  36.    <li><a href="http://www.commandlinefu.com/commands/view/39597/mount-smb-v1-share-on-linux">View this command to comment, vote or add to favourites</a></li>
  37.    <li><a href="/commands/by/swarzynski">View all commands by <strong>swarzynski</strong></a></li>
  38. </ul>
  39. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  40. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  41. ]]></description>
  42.      <pubDate>Thu, 20 Mar 2025 08:16:19 +0000</pubDate>
  43.      <comments>http://www.commandlinefu.com/commands/view/39597/mount-smb-v1-share-on-linux</comments>
  44.    </item>
  45.    <item>
  46.      <title><![CDATA[Download and Extract mp3 from Youtube Video]]></title>
  47.      <author>keyboardsage</author>
  48.      <link>http://www.commandlinefu.com/commands/view/38091/download-and-extract-mp3-from-youtube-video</link>
  49.      <guid>http://www.commandlinefu.com/commands/view/38091/download-and-extract-mp3-from-youtube-video</guid>
  50.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ yt-dlp --extract-audio --audio-format mp3 --audio-quality 0 -o &quot;%(title)s.%(ext)s&quot; &lt;youtube_link_here&gt;</code>
  51. <div style="">This will download a video when given the link and it will extract the audio from the video. The filename will be the same as the video's title. File extension in mp3.</div>
  52. <ul style="list-style:none; padding: 0; margin: 0">
  53.    <li><a href="http://www.commandlinefu.com/commands/view/38091/download-and-extract-mp3-from-youtube-video">View this command to comment, vote or add to favourites</a></li>
  54.    <li><a href="/commands/by/keyboardsage">View all commands by <strong>keyboardsage</strong></a></li>
  55. </ul>
  56. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  57. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  58. ]]></description>
  59.      <pubDate>Fri, 22 Nov 2024 19:54:54 +0000</pubDate>
  60.      <comments>http://www.commandlinefu.com/commands/view/38091/download-and-extract-mp3-from-youtube-video</comments>
  61.    </item>
  62.    <item>
  63.      <title><![CDATA[Get a random quote from Breaking Bad]]></title>
  64.      <author>malathion</author>
  65.      <link>http://www.commandlinefu.com/commands/view/36873/get-a-random-quote-from-breaking-bad</link>
  66.      <guid>http://www.commandlinefu.com/commands/view/36873/get-a-random-quote-from-breaking-bad</guid>
  67.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ curl -s https://api.breakingbadquotes.xyz/v1/quotes | jq -r '.[] | &quot;\&quot;\(.quote)\&quot; -- \(.author)&quot;'</code>
  68. <div style="">Hit an API with curl returning a random quote, then parse the result with jq.</div>
  69. <ul style="list-style:none; padding: 0; margin: 0">
  70.    <li><a href="http://www.commandlinefu.com/commands/view/36873/get-a-random-quote-from-breaking-bad">View this command to comment, vote or add to favourites</a></li>
  71.    <li><a href="/commands/by/malathion">View all commands by <strong>malathion</strong></a></li>
  72. </ul>
  73. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  74. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  75. ]]></description>
  76.      <pubDate>Mon, 09 Sep 2024 14:58:37 +0000</pubDate>
  77.      <comments>http://www.commandlinefu.com/commands/view/36873/get-a-random-quote-from-breaking-bad</comments>
  78.    </item>
  79.    <item>
  80.      <title><![CDATA[Matrix - Just 1 wobbly line rather then a rain! (shorter)]]></title>
  81.      <author>wuseman1</author>
  82.      <link>http://www.commandlinefu.com/commands/view/36780/matrix-just-1-wobbly-line-rather-then-a-rain-shorter</link>
  83.      <guid>http://www.commandlinefu.com/commands/view/36780/matrix-just-1-wobbly-line-rather-then-a-rain-shorter</guid>
  84.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ while true; do printf &quot;\e[32m%*s\e[0m&quot; $(tput cols) $(shuf -e {0..1} -n $(tput cols)); sleep 0.1; done</code>
  85. <div style="">No sample. Try it and see the magic!</div>
  86. <ul style="list-style:none; padding: 0; margin: 0">
  87.    <li><a href="http://www.commandlinefu.com/commands/view/36780/matrix-just-1-wobbly-line-rather-then-a-rain-shorter">View this command to comment, vote or add to favourites</a></li>
  88.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  89. </ul>
  90. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  91. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  92. ]]></description>
  93.      <pubDate>Mon, 02 Sep 2024 00:44:33 +0000</pubDate>
  94.      <comments>http://www.commandlinefu.com/commands/view/36780/matrix-just-1-wobbly-line-rather-then-a-rain-shorter</comments>
  95.    </item>
  96.    <item>
  97.      <title><![CDATA[Matrix - Just 1 wobbly line rather then a rain!]]></title>
  98.      <author>wuseman1</author>
  99.      <link>http://www.commandlinefu.com/commands/view/36779/matrix-just-1-wobbly-line-rather-then-a-rain</link>
  100.      <guid>http://www.commandlinefu.com/commands/view/36779/matrix-just-1-wobbly-line-rather-then-a-rain</guid>
  101.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ clear; sleep 5; echo 'while :; do printf &quot;\e[32m%*s\e[0m&quot; $(tput cols) $(shuf -e {0..1} -n $(($(tput lines) * $(tput cols)))); sleep 0.1; done'</code>
  102. <div style="">Remove clear; sleep 5 and echo for not doing sample!</div>
  103. <ul style="list-style:none; padding: 0; margin: 0">
  104.    <li><a href="http://www.commandlinefu.com/commands/view/36779/matrix-just-1-wobbly-line-rather-then-a-rain">View this command to comment, vote or add to favourites</a></li>
  105.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  106. </ul>
  107. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  108. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  109. ]]></description>
  110.      <pubDate>Mon, 02 Sep 2024 00:40:34 +0000</pubDate>
  111.      <comments>http://www.commandlinefu.com/commands/view/36779/matrix-just-1-wobbly-line-rather-then-a-rain</comments>
  112.    </item>
  113.    <item>
  114.      <title><![CDATA[This command will help you to hunt the current mysql query statement in real time. (-R is deprecated, using updated -Y)]]></title>
  115.      <author>wuseman1</author>
  116.      <link>http://www.commandlinefu.com/commands/view/36696/this-command-will-help-you-to-hunt-the-current-mysql-query-statement-in-real-time.-r-is-deprecated-using-updated-y</link>
  117.      <guid>http://www.commandlinefu.com/commands/view/36696/this-command-will-help-you-to-hunt-the-current-mysql-query-statement-in-real-time.-r-is-deprecated-using-updated-y</guid>
  118.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ tshark -s 512 -i eno1 -n -f'tcp dst port 3306' -Y'&lt;mysql.query&gt;' -T fields -e &lt;mysql.query&gt;</code>
  119. <div style=""></div>
  120. <ul style="list-style:none; padding: 0; margin: 0">
  121.    <li><a href="http://www.commandlinefu.com/commands/view/36696/this-command-will-help-you-to-hunt-the-current-mysql-query-statement-in-real-time.-r-is-deprecated-using-updated-y">View this command to comment, vote or add to favourites</a></li>
  122.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  123. </ul>
  124. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  125. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  126. ]]></description>
  127.      <pubDate>Mon, 26 Aug 2024 19:29:05 +0000</pubDate>
  128.      <comments>http://www.commandlinefu.com/commands/view/36696/this-command-will-help-you-to-hunt-the-current-mysql-query-statement-in-real-time.-r-is-deprecated-using-updated-y</comments>
  129.    </item>
  130.    <item>
  131.      <title><![CDATA[Read  /etc/passwd with printf in a smarter and shorter way then some deliberately obfuscated shell commands from unethicals.]]></title>
  132.      <author>wuseman1</author>
  133.      <link>http://www.commandlinefu.com/commands/view/36695/read-etcpasswd-with-printf-in-a-smarter-and-shorter-way-then-some-deliberately-obfuscated-shell-commands-from-unethicals.</link>
  134.      <guid>http://www.commandlinefu.com/commands/view/36695/read-etcpasswd-with-printf-in-a-smarter-and-shorter-way-then-some-deliberately-obfuscated-shell-commands-from-unethicals.</guid>
  135.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ eval &quot;$(E3LFbgu='CAT /ETC/PASSWD';printf %s &quot;${E3LFbgu~~}&quot;)&quot;</code>
  136. <div style=""></div>
  137. <ul style="list-style:none; padding: 0; margin: 0">
  138.    <li><a href="http://www.commandlinefu.com/commands/view/36695/read-etcpasswd-with-printf-in-a-smarter-and-shorter-way-then-some-deliberately-obfuscated-shell-commands-from-unethicals.">View this command to comment, vote or add to favourites</a></li>
  139.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  140. </ul>
  141. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  142. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  143. ]]></description>
  144.      <pubDate>Mon, 26 Aug 2024 19:20:48 +0000</pubDate>
  145.      <comments>http://www.commandlinefu.com/commands/view/36695/read-etcpasswd-with-printf-in-a-smarter-and-shorter-way-then-some-deliberately-obfuscated-shell-commands-from-unethicals.</comments>
  146.    </item>
  147.    <item>
  148.      <title><![CDATA[Portscan entire internet (ipv4)]]></title>
  149.      <author>wuseman1</author>
  150.      <link>http://www.commandlinefu.com/commands/view/36692/portscan-entire-internet-ipv4</link>
  151.      <guid>http://www.commandlinefu.com/commands/view/36692/portscan-entire-internet-ipv4</guid>
  152.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ (masscan 0.0.0.0/0 -p80 --banner --exclude 255.255.255.255 --max-rate 100000|tee internet_ips_to_block_ranges.txt 2&gt;&amp;1 /dev/null);  1&amp;&gt; /dev/null</code>
  153. <div style=""></div>
  154. <ul style="list-style:none; padding: 0; margin: 0">
  155.    <li><a href="http://www.commandlinefu.com/commands/view/36692/portscan-entire-internet-ipv4">View this command to comment, vote or add to favourites</a></li>
  156.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  157. </ul>
  158. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  159. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  160. ]]></description>
  161.      <pubDate>Mon, 26 Aug 2024 19:14:02 +0000</pubDate>
  162.      <comments>http://www.commandlinefu.com/commands/view/36692/portscan-entire-internet-ipv4</comments>
  163.    </item>
  164.    <item>
  165.      <title><![CDATA[In emergency situations, in order not to panic, shut down the following port on the network with the following rather then shutting down the PC.]]></title>
  166.      <author>wuseman1</author>
  167.      <link>http://www.commandlinefu.com/commands/view/36691/in-emergency-situations-in-order-not-to-panic-shut-down-the-following-port-on-the-network-with-the-following-rather-then-shutting-down-the-pc.</link>
  168.      <guid>http://www.commandlinefu.com/commands/view/36691/in-emergency-situations-in-order-not-to-panic-shut-down-the-following-port-on-the-network-with-the-following-rather-then-shutting-down-the-pc.</guid>
  169.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ fuser -k 445/tcp</code>
  170. <div style=""></div>
  171. <ul style="list-style:none; padding: 0; margin: 0">
  172.    <li><a href="http://www.commandlinefu.com/commands/view/36691/in-emergency-situations-in-order-not-to-panic-shut-down-the-following-port-on-the-network-with-the-following-rather-then-shutting-down-the-pc.">View this command to comment, vote or add to favourites</a></li>
  173.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  174. </ul>
  175. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  176. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  177. ]]></description>
  178.      <pubDate>Mon, 26 Aug 2024 19:11:03 +0000</pubDate>
  179.      <comments>http://www.commandlinefu.com/commands/view/36691/in-emergency-situations-in-order-not-to-panic-shut-down-the-following-port-on-the-network-with-the-following-rather-then-shutting-down-the-pc.</comments>
  180.    </item>
  181.    <item>
  182.      <title><![CDATA[Generate a correct mac addr.]]></title>
  183.      <author>wuseman1</author>
  184.      <link>http://www.commandlinefu.com/commands/view/36690/generate-a-correct-mac-addr.</link>
  185.      <guid>http://www.commandlinefu.com/commands/view/36690/generate-a-correct-mac-addr.</guid>
  186.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ od -An -N6 -tx1 /dev/urandom |sed -e 's/^  *//' -e 's/  */:/g' -e 's/:$//' -e 's/^\(.\)[13579bdf]/\10/'</code>
  187. <div style="">1) The last sed expression ensures the unicast/multicast bit is set to zero
  188. 2) The greedy space replacements are for portability across UNIX seds</div>
  189. <ul style="list-style:none; padding: 0; margin: 0">
  190.    <li><a href="http://www.commandlinefu.com/commands/view/36690/generate-a-correct-mac-addr.">View this command to comment, vote or add to favourites</a></li>
  191.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  192. </ul>
  193. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  194. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  195. ]]></description>
  196.      <pubDate>Mon, 26 Aug 2024 19:10:02 +0000</pubDate>
  197.      <comments>http://www.commandlinefu.com/commands/view/36690/generate-a-correct-mac-addr.</comments>
  198.    </item>
  199.    <item>
  200.      <title><![CDATA[Launch hidden commands.]]></title>
  201.      <author>wuseman1</author>
  202.      <link>http://www.commandlinefu.com/commands/view/36689/launch-hidden-commands.</link>
  203.      <guid>http://www.commandlinefu.com/commands/view/36689/launch-hidden-commands.</guid>
  204.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ /bin/bash -c &quot;exec ls&quot;</code>
  205. <div style=""></div>
  206. <ul style="list-style:none; padding: 0; margin: 0">
  207.    <li><a href="http://www.commandlinefu.com/commands/view/36689/launch-hidden-commands.">View this command to comment, vote or add to favourites</a></li>
  208.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  209. </ul>
  210. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  211. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  212. ]]></description>
  213.      <pubDate>Mon, 26 Aug 2024 19:08:24 +0000</pubDate>
  214.      <comments>http://www.commandlinefu.com/commands/view/36689/launch-hidden-commands.</comments>
  215.    </item>
  216.    <item>
  217.      <title><![CDATA[Do we use: 'Wayland' OR 'x11' (systemd version)]]></title>
  218.      <author>wuseman1</author>
  219.      <link>http://www.commandlinefu.com/commands/view/36688/do-we-use-wayland-or-x11-systemd-version</link>
  220.      <guid>http://www.commandlinefu.com/commands/view/36688/do-we-use-wayland-or-x11-systemd-version</guid>
  221.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ loginctl show-session $XDG_SESSION_ID -p Type</code>
  222. <div style=""></div>
  223. <ul style="list-style:none; padding: 0; margin: 0">
  224.    <li><a href="http://www.commandlinefu.com/commands/view/36688/do-we-use-wayland-or-x11-systemd-version">View this command to comment, vote or add to favourites</a></li>
  225.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  226. </ul>
  227. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  228. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  229. ]]></description>
  230.      <pubDate>Mon, 26 Aug 2024 19:07:02 +0000</pubDate>
  231.      <comments>http://www.commandlinefu.com/commands/view/36688/do-we-use-wayland-or-x11-systemd-version</comments>
  232.    </item>
  233.    <item>
  234.      <title><![CDATA[Do we use: 'Wayland' OR 'x11']]></title>
  235.      <author>wuseman1</author>
  236.      <link>http://www.commandlinefu.com/commands/view/36687/do-we-use-wayland-or-x11</link>
  237.      <guid>http://www.commandlinefu.com/commands/view/36687/do-we-use-wayland-or-x11</guid>
  238.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ printf 'Session is: %s\n' &quot;${DISPLAY:+X11}${WAYLAND_DISPLAY:+WAYLAND}&quot;</code>
  239. <div style=""></div>
  240. <ul style="list-style:none; padding: 0; margin: 0">
  241.    <li><a href="http://www.commandlinefu.com/commands/view/36687/do-we-use-wayland-or-x11">View this command to comment, vote or add to favourites</a></li>
  242.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  243. </ul>
  244. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  245. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  246. ]]></description>
  247.      <pubDate>Mon, 26 Aug 2024 19:06:32 +0000</pubDate>
  248.      <comments>http://www.commandlinefu.com/commands/view/36687/do-we-use-wayland-or-x11</comments>
  249.    </item>
  250.    <item>
  251.      <title><![CDATA[View emerge log by date in humand friendly time]]></title>
  252.      <author>wuseman1</author>
  253.      <link>http://www.commandlinefu.com/commands/view/36686/view-emerge-log-by-date-in-humand-friendly-time</link>
  254.      <guid>http://www.commandlinefu.com/commands/view/36686/view-emerge-log-by-date-in-humand-friendly-time</guid>
  255.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ awk -F: '{print strftime(&quot;%Y-%m-%d -&gt; %X --&gt; &quot;, $1),$2}' /var/log/emerge.log</code>
  256. <div style=""></div>
  257. <ul style="list-style:none; padding: 0; margin: 0">
  258.    <li><a href="http://www.commandlinefu.com/commands/view/36686/view-emerge-log-by-date-in-humand-friendly-time">View this command to comment, vote or add to favourites</a></li>
  259.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  260. </ul>
  261. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  262. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  263. ]]></description>
  264.      <pubDate>Mon, 26 Aug 2024 19:03:05 +0000</pubDate>
  265.      <comments>http://www.commandlinefu.com/commands/view/36686/view-emerge-log-by-date-in-humand-friendly-time</comments>
  266.    </item>
  267.    <item>
  268.      <title><![CDATA[Find the right intel-ucode firmware for Intel GPU]]></title>
  269.      <author>wuseman1</author>
  270.      <link>http://www.commandlinefu.com/commands/view/36685/find-the-right-intel-ucode-firmware-for-intel-gpu</link>
  271.      <guid>http://www.commandlinefu.com/commands/view/36685/find-the-right-intel-ucode-firmware-for-intel-gpu</guid>
  272.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ iucode_tool -S -l /lib/firmware/intel-ucode/*</code>
  273. <div style=""></div>
  274. <ul style="list-style:none; padding: 0; margin: 0">
  275.    <li><a href="http://www.commandlinefu.com/commands/view/36685/find-the-right-intel-ucode-firmware-for-intel-gpu">View this command to comment, vote or add to favourites</a></li>
  276.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  277. </ul>
  278. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  279. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  280. ]]></description>
  281.      <pubDate>Mon, 26 Aug 2024 19:01:55 +0000</pubDate>
  282.      <comments>http://www.commandlinefu.com/commands/view/36685/find-the-right-intel-ucode-firmware-for-intel-gpu</comments>
  283.    </item>
  284.    <item>
  285.      <title><![CDATA[Disable Show More Options on Windows 11]]></title>
  286.      <author>wuseman1</author>
  287.      <link>http://www.commandlinefu.com/commands/view/36684/disable-show-more-options-on-windows-11</link>
  288.      <guid>http://www.commandlinefu.com/commands/view/36684/disable-show-more-options-on-windows-11</guid>
  289.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ reg add &quot;HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32&quot; /f /ve</code>
  290. <div style="">Enable it again: reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f</div>
  291. <ul style="list-style:none; padding: 0; margin: 0">
  292.    <li><a href="http://www.commandlinefu.com/commands/view/36684/disable-show-more-options-on-windows-11">View this command to comment, vote or add to favourites</a></li>
  293.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  294. </ul>
  295. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  296. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  297. ]]></description>
  298.      <pubDate>Mon, 26 Aug 2024 18:56:51 +0000</pubDate>
  299.      <comments>http://www.commandlinefu.com/commands/view/36684/disable-show-more-options-on-windows-11</comments>
  300.    </item>
  301.    <item>
  302.      <title><![CDATA[Generate a QR code in the terminal]]></title>
  303.      <author>wuseman1</author>
  304.      <link>http://www.commandlinefu.com/commands/view/36681/generate-a-qr-code-in-the-terminal</link>
  305.      <guid>http://www.commandlinefu.com/commands/view/36681/generate-a-qr-code-in-the-terminal</guid>
  306.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ printf 'https://www.gentoo.org/' | curl -F-=\&lt;- qrenco.de</code>
  307. <div style=""></div>
  308. <ul style="list-style:none; padding: 0; margin: 0">
  309.    <li><a href="http://www.commandlinefu.com/commands/view/36681/generate-a-qr-code-in-the-terminal">View this command to comment, vote or add to favourites</a></li>
  310.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  311. </ul>
  312. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  313. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  314. ]]></description>
  315.      <pubDate>Mon, 26 Aug 2024 18:41:24 +0000</pubDate>
  316.      <comments>http://www.commandlinefu.com/commands/view/36681/generate-a-qr-code-in-the-terminal</comments>
  317.    </item>
  318.    <item>
  319.      <title><![CDATA[Shuffle a reversed string without new lines (Simple way to create a progress bar)]]></title>
  320.      <author>wuseman1</author>
  321.      <link>http://www.commandlinefu.com/commands/view/36680/shuffle-a-reversed-string-without-new-lines-simple-way-to-create-a-progress-bar</link>
  322.      <guid>http://www.commandlinefu.com/commands/view/36680/shuffle-a-reversed-string-without-new-lines-simple-way-to-create-a-progress-bar</guid>
  323.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ while true; do     slumpad_eversed=$(echo &quot;$eversed_part&quot; | grep -o . | shuf | tr -d '\n');     tput cr &amp;&amp; tput el &amp;&amp; echo -n &quot;$r_part$slumpad_eversed&quot; ;     sleep 1  ; done</code>
  324. <div style=""></div>
  325. <ul style="list-style:none; padding: 0; margin: 0">
  326.    <li><a href="http://www.commandlinefu.com/commands/view/36680/shuffle-a-reversed-string-without-new-lines-simple-way-to-create-a-progress-bar">View this command to comment, vote or add to favourites</a></li>
  327.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  328. </ul>
  329. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  330. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  331. ]]></description>
  332.      <pubDate>Mon, 26 Aug 2024 18:37:43 +0000</pubDate>
  333.      <comments>http://www.commandlinefu.com/commands/view/36680/shuffle-a-reversed-string-without-new-lines-simple-way-to-create-a-progress-bar</comments>
  334.    </item>
  335.    <item>
  336.      <title><![CDATA[Shuffle two letters randomly]]></title>
  337.      <author>wuseman1</author>
  338.      <link>http://www.commandlinefu.com/commands/view/36678/shuffle-two-letters-randomly</link>
  339.      <guid>http://www.commandlinefu.com/commands/view/36678/shuffle-two-letters-randomly</guid>
  340.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ while true; do     shuffled_letter1=$(printf &quot;%s\n&quot; &quot;${letters[@]}&quot; | shuf -n 1);     shuffled_letter2=$(printf &quot;%s\n&quot; &quot;${letters[@]}&quot; | shuf -n 1);      printf &quot;%s%s\r&quot; &quot;$shuffled_letter1&quot; &quot;$shuffled_letter2&quot;;     sleep 0.1; done</code>
  341. <div style="">Use variable:  letters=("a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r" "s" "t" "u" "v" "w" "x" "y" "z")</div>
  342. <ul style="list-style:none; padding: 0; margin: 0">
  343.    <li><a href="http://www.commandlinefu.com/commands/view/36678/shuffle-two-letters-randomly">View this command to comment, vote or add to favourites</a></li>
  344.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  345. </ul>
  346. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  347. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  348. ]]></description>
  349.      <pubDate>Mon, 26 Aug 2024 18:36:29 +0000</pubDate>
  350.      <comments>http://www.commandlinefu.com/commands/view/36678/shuffle-two-letters-randomly</comments>
  351.    </item>
  352.    <item>
  353.      <title><![CDATA[Record a certain command output]]></title>
  354.      <author>wuseman1</author>
  355.      <link>http://www.commandlinefu.com/commands/view/36677/record-a-certain-command-output</link>
  356.      <guid>http://www.commandlinefu.com/commands/view/36677/record-a-certain-command-output</guid>
  357.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ script -c &quot;ls -la&quot; logfile.log</code>
  358. <div style=""></div>
  359. <ul style="list-style:none; padding: 0; margin: 0">
  360.    <li><a href="http://www.commandlinefu.com/commands/view/36677/record-a-certain-command-output">View this command to comment, vote or add to favourites</a></li>
  361.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  362. </ul>
  363. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  364. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  365. ]]></description>
  366.      <pubDate>Mon, 26 Aug 2024 18:34:05 +0000</pubDate>
  367.      <comments>http://www.commandlinefu.com/commands/view/36677/record-a-certain-command-output</comments>
  368.    </item>
  369.    <item>
  370.      <title><![CDATA[Test a crontab work on 5th line.]]></title>
  371.      <author>wuseman1</author>
  372.      <link>http://www.commandlinefu.com/commands/view/36676/test-a-crontab-work-on-5th-line.</link>
  373.      <guid>http://www.commandlinefu.com/commands/view/36676/test-a-crontab-work-on-5th-line.</guid>
  374.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ eval &quot;$(crontab -l | sed -n '5p' | tr -s ' ' | cut -d' ' -f 6-)&quot;</code>
  375. <div style="">Avoid eval by creating an variable by adding this to a variable and then call it by $cmd</div>
  376. <ul style="list-style:none; padding: 0; margin: 0">
  377.    <li><a href="http://www.commandlinefu.com/commands/view/36676/test-a-crontab-work-on-5th-line.">View this command to comment, vote or add to favourites</a></li>
  378.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  379. </ul>
  380. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  381. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  382. ]]></description>
  383.      <pubDate>Mon, 26 Aug 2024 18:32:02 +0000</pubDate>
  384.      <comments>http://www.commandlinefu.com/commands/view/36676/test-a-crontab-work-on-5th-line.</comments>
  385.    </item>
  386.    <item>
  387.      <title><![CDATA[Dump all available man pages in a particular section]]></title>
  388.      <author>wuseman1</author>
  389.      <link>http://www.commandlinefu.com/commands/view/36675/dump-all-available-man-pages-in-a-particular-section</link>
  390.      <guid>http://www.commandlinefu.com/commands/view/36675/dump-all-available-man-pages-in-a-particular-section</guid>
  391.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ find $(man --path | tr ':' ' ') -type f -path '*man2*' -exec basename {} \; | sed 's/\..*//' | sort</code>
  392. <div style="">_Exit
  393. __clone2
  394. _exit
  395. _llseek
  396. _newselect
  397. _syscall
  398. _sysctl
  399. accept
  400. accept4
  401. access
  402. acct
  403. add_key
  404. ...</div>
  405. <ul style="list-style:none; padding: 0; margin: 0">
  406.    <li><a href="http://www.commandlinefu.com/commands/view/36675/dump-all-available-man-pages-in-a-particular-section">View this command to comment, vote or add to favourites</a></li>
  407.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  408. </ul>
  409. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  410. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  411. ]]></description>
  412.      <pubDate>Mon, 26 Aug 2024 18:29:40 +0000</pubDate>
  413.      <comments>http://www.commandlinefu.com/commands/view/36675/dump-all-available-man-pages-in-a-particular-section</comments>
  414.    </item>
  415.    <item>
  416.      <title><![CDATA[Input redirection. The < character tells the shell to read the contents of the file specified. ANSI-C Quoting]]></title>
  417.      <author>wuseman1</author>
  418.      <link>http://www.commandlinefu.com/commands/view/36674/input-redirection.-the-character-tells-the-shell-to-read-the-contents-of-the-file-specified.-ansi-c-quoting</link>
  419.      <guid>http://www.commandlinefu.com/commands/view/36674/input-redirection.-the-character-tells-the-shell-to-read-the-contents-of-the-file-specified.-ansi-c-quoting</guid>
  420.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ X=$'uname\x20-a'&amp;&amp;$X</code>
  421. <div style=""></div>
  422. <ul style="list-style:none; padding: 0; margin: 0">
  423.    <li><a href="http://www.commandlinefu.com/commands/view/36674/input-redirection.-the-character-tells-the-shell-to-read-the-contents-of-the-file-specified.-ansi-c-quoting">View this command to comment, vote or add to favourites</a></li>
  424.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  425. </ul>
  426. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  427. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  428. ]]></description>
  429.      <pubDate>Mon, 26 Aug 2024 18:25:16 +0000</pubDate>
  430.      <comments>http://www.commandlinefu.com/commands/view/36674/input-redirection.-the-character-tells-the-shell-to-read-the-contents-of-the-file-specified.-ansi-c-quoting</comments>
  431.    </item>
  432.    <item>
  433.      <title><![CDATA[List /usr dirs when "ascii" chars is not available and only digits.]]></title>
  434.      <author>wuseman1</author>
  435.      <link>http://www.commandlinefu.com/commands/view/36672/list-usr-dirs-when-ascii-chars-is-not-available-and-only-digits.</link>
  436.      <guid>http://www.commandlinefu.com/commands/view/36672/list-usr-dirs-when-ascii-chars-is-not-available-and-only-digits.</guid>
  437.      <description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ ls ${PATH:0:5}</code>
  438. <div style=""></div>
  439. <ul style="list-style:none; padding: 0; margin: 0">
  440.    <li><a href="http://www.commandlinefu.com/commands/view/36672/list-usr-dirs-when-ascii-chars-is-not-available-and-only-digits.">View this command to comment, vote or add to favourites</a></li>
  441.    <li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
  442. </ul>
  443. <p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
  444. <p>Diff your entire server config at <a href="http://www.scriptrock.com?utm_campaign=clfu&utm_medium=clfu%20api%20rss&utm_source=clfu">ScriptRock.com</a></p>
  445. ]]></description>
  446.      <pubDate>Mon, 26 Aug 2024 18:19:47 +0000</pubDate>
  447.      <comments>http://www.commandlinefu.com/commands/view/36672/list-usr-dirs-when-ascii-chars-is-not-available-and-only-digits.</comments>
  448.    </item>
  449.  </channel>
  450. </rss>
  451.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda