This feed does not validate.
In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendations.
line 18, column 0: (25 occurrences) [help]
<ul style="list-style:none; padding: 0; margin: 0">
line 24, column 3: (25 occurrences) [help]
]]></description>
^
</channel>
^
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
<title><![CDATA[All commands]]></title>
<link>http://www.commandlinefu.com/commands/browse/rss</link>
<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>
<pubDate>Sat, 12 Jul 2025 08:44:55 +0000</pubDate>
<generator>Zend Framework Zend_Feed</generator>
<language>en-us</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<item>
<title><![CDATA[Tapping screen for TikTok using shell script]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/40710/tapping-screen-for-tiktok-using-shell-script</link>
<guid>http://www.commandlinefu.com/commands/view/40710/tapping-screen-for-tiktok-using-shell-script</guid>
<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 " " $2/2}'); done</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Tue, 27 May 2025 13:32:54 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/40710/tapping-screen-for-tiktok-using-shell-script</comments>
</item>
<item>
<title><![CDATA[Mount SMB v1 share on Linux]]></title>
<author>swarzynski</author>
<link>http://www.commandlinefu.com/commands/view/39597/mount-smb-v1-share-on-linux</link>
<guid>http://www.commandlinefu.com/commands/view/39597/mount-smb-v1-share-on-linux</guid>
<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>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/swarzynski">View all commands by <strong>swarzynski</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Thu, 20 Mar 2025 08:16:19 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/39597/mount-smb-v1-share-on-linux</comments>
</item>
<item>
<title><![CDATA[Download and Extract mp3 from Youtube Video]]></title>
<author>keyboardsage</author>
<link>http://www.commandlinefu.com/commands/view/38091/download-and-extract-mp3-from-youtube-video</link>
<guid>http://www.commandlinefu.com/commands/view/38091/download-and-extract-mp3-from-youtube-video</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ yt-dlp --extract-audio --audio-format mp3 --audio-quality 0 -o "%(title)s.%(ext)s" <youtube_link_here></code>
<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>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/keyboardsage">View all commands by <strong>keyboardsage</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Fri, 22 Nov 2024 19:54:54 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/38091/download-and-extract-mp3-from-youtube-video</comments>
</item>
<item>
<title><![CDATA[Get a random quote from Breaking Bad]]></title>
<author>malathion</author>
<link>http://www.commandlinefu.com/commands/view/36873/get-a-random-quote-from-breaking-bad</link>
<guid>http://www.commandlinefu.com/commands/view/36873/get-a-random-quote-from-breaking-bad</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ curl -s https://api.breakingbadquotes.xyz/v1/quotes | jq -r '.[] | "\"\(.quote)\" -- \(.author)"'</code>
<div style="">Hit an API with curl returning a random quote, then parse the result with jq.</div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/malathion">View all commands by <strong>malathion</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 09 Sep 2024 14:58:37 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36873/get-a-random-quote-from-breaking-bad</comments>
</item>
<item>
<title><![CDATA[Matrix - Just 1 wobbly line rather then a rain! (shorter)]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36780/matrix-just-1-wobbly-line-rather-then-a-rain-shorter</link>
<guid>http://www.commandlinefu.com/commands/view/36780/matrix-just-1-wobbly-line-rather-then-a-rain-shorter</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ while true; do printf "\e[32m%*s\e[0m" $(tput cols) $(shuf -e {0..1} -n $(tput cols)); sleep 0.1; done</code>
<div style="">No sample. Try it and see the magic!</div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 02 Sep 2024 00:44:33 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36780/matrix-just-1-wobbly-line-rather-then-a-rain-shorter</comments>
</item>
<item>
<title><![CDATA[Matrix - Just 1 wobbly line rather then a rain!]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36779/matrix-just-1-wobbly-line-rather-then-a-rain</link>
<guid>http://www.commandlinefu.com/commands/view/36779/matrix-just-1-wobbly-line-rather-then-a-rain</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ clear; sleep 5; echo 'while :; do printf "\e[32m%*s\e[0m" $(tput cols) $(shuf -e {0..1} -n $(($(tput lines) * $(tput cols)))); sleep 0.1; done'</code>
<div style="">Remove clear; sleep 5 and echo for not doing sample!</div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 02 Sep 2024 00:40:34 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36779/matrix-just-1-wobbly-line-rather-then-a-rain</comments>
</item>
<item>
<title><![CDATA[This command will help you to hunt the current mysql query statement in real time. (-R is deprecated, using updated -Y)]]></title>
<author>wuseman1</author>
<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>
<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>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ tshark -s 512 -i eno1 -n -f'tcp dst port 3306' -Y'<mysql.query>' -T fields -e <mysql.query></code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 19:29:05 +0000</pubDate>
<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>
</item>
<item>
<title><![CDATA[Read /etc/passwd with printf in a smarter and shorter way then some deliberately obfuscated shell commands from unethicals.]]></title>
<author>wuseman1</author>
<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>
<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>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ eval "$(E3LFbgu='CAT /ETC/PASSWD';printf %s "${E3LFbgu~~}")"</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 19:20:48 +0000</pubDate>
<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>
</item>
<item>
<title><![CDATA[Portscan entire internet (ipv4)]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36692/portscan-entire-internet-ipv4</link>
<guid>http://www.commandlinefu.com/commands/view/36692/portscan-entire-internet-ipv4</guid>
<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>&1 /dev/null); 1&> /dev/null</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 19:14:02 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36692/portscan-entire-internet-ipv4</comments>
</item>
<item>
<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>
<author>wuseman1</author>
<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>
<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>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ fuser -k 445/tcp</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 19:11:03 +0000</pubDate>
<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>
</item>
<item>
<title><![CDATA[Generate a correct mac addr.]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36690/generate-a-correct-mac-addr.</link>
<guid>http://www.commandlinefu.com/commands/view/36690/generate-a-correct-mac-addr.</guid>
<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>
<div style="">1) The last sed expression ensures the unicast/multicast bit is set to zero
2) The greedy space replacements are for portability across UNIX seds</div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 19:10:02 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36690/generate-a-correct-mac-addr.</comments>
</item>
<item>
<title><![CDATA[Launch hidden commands.]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36689/launch-hidden-commands.</link>
<guid>http://www.commandlinefu.com/commands/view/36689/launch-hidden-commands.</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ /bin/bash -c "exec ls"</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 19:08:24 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36689/launch-hidden-commands.</comments>
</item>
<item>
<title><![CDATA[Do we use: 'Wayland' OR 'x11' (systemd version)]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36688/do-we-use-wayland-or-x11-systemd-version</link>
<guid>http://www.commandlinefu.com/commands/view/36688/do-we-use-wayland-or-x11-systemd-version</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ loginctl show-session $XDG_SESSION_ID -p Type</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 19:07:02 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36688/do-we-use-wayland-or-x11-systemd-version</comments>
</item>
<item>
<title><![CDATA[Do we use: 'Wayland' OR 'x11']]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36687/do-we-use-wayland-or-x11</link>
<guid>http://www.commandlinefu.com/commands/view/36687/do-we-use-wayland-or-x11</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ printf 'Session is: %s\n' "${DISPLAY:+X11}${WAYLAND_DISPLAY:+WAYLAND}"</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 19:06:32 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36687/do-we-use-wayland-or-x11</comments>
</item>
<item>
<title><![CDATA[View emerge log by date in humand friendly time]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36686/view-emerge-log-by-date-in-humand-friendly-time</link>
<guid>http://www.commandlinefu.com/commands/view/36686/view-emerge-log-by-date-in-humand-friendly-time</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ awk -F: '{print strftime("%Y-%m-%d -> %X --> ", $1),$2}' /var/log/emerge.log</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 19:03:05 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36686/view-emerge-log-by-date-in-humand-friendly-time</comments>
</item>
<item>
<title><![CDATA[Find the right intel-ucode firmware for Intel GPU]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36685/find-the-right-intel-ucode-firmware-for-intel-gpu</link>
<guid>http://www.commandlinefu.com/commands/view/36685/find-the-right-intel-ucode-firmware-for-intel-gpu</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ iucode_tool -S -l /lib/firmware/intel-ucode/*</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 19:01:55 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36685/find-the-right-intel-ucode-firmware-for-intel-gpu</comments>
</item>
<item>
<title><![CDATA[Disable Show More Options on Windows 11]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36684/disable-show-more-options-on-windows-11</link>
<guid>http://www.commandlinefu.com/commands/view/36684/disable-show-more-options-on-windows-11</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve</code>
<div style="">Enable it again: reg delete "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f</div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 18:56:51 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36684/disable-show-more-options-on-windows-11</comments>
</item>
<item>
<title><![CDATA[Generate a QR code in the terminal]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36681/generate-a-qr-code-in-the-terminal</link>
<guid>http://www.commandlinefu.com/commands/view/36681/generate-a-qr-code-in-the-terminal</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ printf 'https://www.gentoo.org/' | curl -F-=\<- qrenco.de</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 18:41:24 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36681/generate-a-qr-code-in-the-terminal</comments>
</item>
<item>
<title><![CDATA[Shuffle a reversed string without new lines (Simple way to create a progress bar)]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36680/shuffle-a-reversed-string-without-new-lines-simple-way-to-create-a-progress-bar</link>
<guid>http://www.commandlinefu.com/commands/view/36680/shuffle-a-reversed-string-without-new-lines-simple-way-to-create-a-progress-bar</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ while true; do slumpad_eversed=$(echo "$eversed_part" | grep -o . | shuf | tr -d '\n'); tput cr && tput el && echo -n "$r_part$slumpad_eversed" ; sleep 1 ; done</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 18:37:43 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36680/shuffle-a-reversed-string-without-new-lines-simple-way-to-create-a-progress-bar</comments>
</item>
<item>
<title><![CDATA[Shuffle two letters randomly]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36678/shuffle-two-letters-randomly</link>
<guid>http://www.commandlinefu.com/commands/view/36678/shuffle-two-letters-randomly</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ while true; do shuffled_letter1=$(printf "%s\n" "${letters[@]}" | shuf -n 1); shuffled_letter2=$(printf "%s\n" "${letters[@]}" | shuf -n 1); printf "%s%s\r" "$shuffled_letter1" "$shuffled_letter2"; sleep 0.1; done</code>
<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>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 18:36:29 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36678/shuffle-two-letters-randomly</comments>
</item>
<item>
<title><![CDATA[Record a certain command output]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36677/record-a-certain-command-output</link>
<guid>http://www.commandlinefu.com/commands/view/36677/record-a-certain-command-output</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ script -c "ls -la" logfile.log</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 18:34:05 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36677/record-a-certain-command-output</comments>
</item>
<item>
<title><![CDATA[Test a crontab work on 5th line.]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36676/test-a-crontab-work-on-5th-line.</link>
<guid>http://www.commandlinefu.com/commands/view/36676/test-a-crontab-work-on-5th-line.</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ eval "$(crontab -l | sed -n '5p' | tr -s ' ' | cut -d' ' -f 6-)"</code>
<div style="">Avoid eval by creating an variable by adding this to a variable and then call it by $cmd</div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 18:32:02 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36676/test-a-crontab-work-on-5th-line.</comments>
</item>
<item>
<title><![CDATA[Dump all available man pages in a particular section]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36675/dump-all-available-man-pages-in-a-particular-section</link>
<guid>http://www.commandlinefu.com/commands/view/36675/dump-all-available-man-pages-in-a-particular-section</guid>
<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>
<div style="">_Exit
__clone2
_exit
_llseek
_newselect
_syscall
_sysctl
accept
accept4
access
acct
add_key
...</div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 18:29:40 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36675/dump-all-available-man-pages-in-a-particular-section</comments>
</item>
<item>
<title><![CDATA[Input redirection. The < character tells the shell to read the contents of the file specified. ANSI-C Quoting]]></title>
<author>wuseman1</author>
<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>
<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>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ X=$'uname\x20-a'&&$X</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 18:25:16 +0000</pubDate>
<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>
</item>
<item>
<title><![CDATA[List /usr dirs when "ascii" chars is not available and only digits.]]></title>
<author>wuseman1</author>
<link>http://www.commandlinefu.com/commands/view/36672/list-usr-dirs-when-ascii-chars-is-not-available-and-only-digits.</link>
<guid>http://www.commandlinefu.com/commands/view/36672/list-usr-dirs-when-ascii-chars-is-not-available-and-only-digits.</guid>
<description><![CDATA[<code style="padding:5px; font-family:monospace; font-size:12pt">$ ls ${PATH:0:5}</code>
<div style=""></div>
<ul style="list-style:none; padding: 0; margin: 0">
<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>
<li><a href="/commands/by/wuseman1">View all commands by <strong>wuseman1</strong></a></li>
</ul>
<p><a href="http://www.commandlinefu.com"><img src="http://www.commandlinefu.com/images/small-logo.jpg" alt="commandlinefu.com"/></a></p>
<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>
]]></description>
<pubDate>Mon, 26 Aug 2024 18:19:47 +0000</pubDate>
<comments>http://www.commandlinefu.com/commands/view/36672/list-usr-dirs-when-ascii-chars-is-not-available-and-only-digits.</comments>
</item>
</channel>
</rss>