<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Linux / Unix Command Examples</title>
	<atom:link href="http://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Sun, 19 Apr 2026 16:43:06 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/comment-page-14/#comment-1867996</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 01 Jan 2026 17:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184982#comment-1867996</guid>
		<description><![CDATA[https://github.com/karol-broda/snitch
a prettier way to inspect network connections]]></description>
		<content:encoded><![CDATA[<p><a href="https://github.com/karol-broda/snitch" rel="nofollow">https://github.com/karol-broda/snitch</a><br />
a prettier way to inspect network connections</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/comment-page-14/#comment-1867865</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 01 Jan 2026 14:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184982#comment-1867865</guid>
		<description><![CDATA[https://www.helpnetsecurity.com/2025/12/31/duplicati-free-open-source-backup-client/]]></description>
		<content:encoded><![CDATA[<p><a href="https://www.helpnetsecurity.com/2025/12/31/duplicati-free-open-source-backup-client/" rel="nofollow">https://www.helpnetsecurity.com/2025/12/31/duplicati-free-open-source-backup-client/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/comment-page-14/#comment-1867863</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 01 Jan 2026 14:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184982#comment-1867863</guid>
		<description><![CDATA[https://github.com/skatkov/devtui]]></description>
		<content:encoded><![CDATA[<p><a href="https://github.com/skatkov/devtui" rel="nofollow">https://github.com/skatkov/devtui</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/comment-page-14/#comment-1867744</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 28 Dec 2025 22:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184982#comment-1867744</guid>
		<description><![CDATA[cloudflare-speed-cli is a free and open source terminal app for running network speed tests via Cloudflare’s service. It is written in Rust Lang all within a TUI. No web browser is required. In addition to speed tests, it has interactive, real time charts and statistics. It also stores a history of your results, allowing you to view and manage past tests. Further, you can export and save results as JSON, and it supports scripting via a headless mode if that is what your heart desires. Give it a try.

Source code repo https://github.com/kavehtehrani/cloudflare-speed-cli]]></description>
		<content:encoded><![CDATA[<p>cloudflare-speed-cli is a free and open source terminal app for running network speed tests via Cloudflare’s service. It is written in Rust Lang all within a TUI. No web browser is required. In addition to speed tests, it has interactive, real time charts and statistics. It also stores a history of your results, allowing you to view and manage past tests. Further, you can export and save results as JSON, and it supports scripting via a headless mode if that is what your heart desires. Give it a try.</p>
<p>Source code repo <a href="https://github.com/kavehtehrani/cloudflare-speed-cli" rel="nofollow">https://github.com/kavehtehrani/cloudflare-speed-cli</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/comment-page-14/#comment-1866091</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 27 Nov 2025 19:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184982#comment-1866091</guid>
		<description><![CDATA[https://www.facebook.com/share/1DBp34N7jQ/

Here is a small tip: You can check for Wayland or Xorg (X11) Linux or Unix desktops using the CLI.  You can use these commands to check if a user is running X11 (Xorg) or Wayland on Linux, and then take a specific action such as installing a package (such as Kinto that only works on X11) or aborting the installation. All you have to do is type:
```
echo &quot;$XDG_SESSION_TYPE&quot;
env &#124; grep -E -i &#039;x11&#124;xorg&#124;wayland&#039;
```]]></description>
		<content:encoded><![CDATA[<p><a href="https://www.facebook.com/share/1DBp34N7jQ/" rel="nofollow">https://www.facebook.com/share/1DBp34N7jQ/</a></p>
<p>Here is a small tip: You can check for Wayland or Xorg (X11) Linux or Unix desktops using the CLI.  You can use these commands to check if a user is running X11 (Xorg) or Wayland on Linux, and then take a specific action such as installing a package (such as Kinto that only works on X11) or aborting the installation. All you have to do is type:<br />
&#8220;`<br />
echo &#8220;$XDG_SESSION_TYPE&#8221;<br />
env | grep -E -i &#8216;x11|xorg|wayland&#8217;<br />
&#8220;`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/comment-page-14/#comment-1866038</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 26 Nov 2025 21:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184982#comment-1866038</guid>
		<description><![CDATA[https://github.com/boltgolt/howdy
Windows Hello™ style facial authentication for Linux]]></description>
		<content:encoded><![CDATA[<p><a href="https://github.com/boltgolt/howdy" rel="nofollow">https://github.com/boltgolt/howdy</a><br />
Windows Hello™ style facial authentication for Linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/comment-page-14/#comment-1866037</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 26 Nov 2025 21:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184982#comment-1866037</guid>
		<description><![CDATA[https://muropaketti.com/tietotekniikka/tietotekniikkauutiset/amdn-ajureissa-on-outo-piirre-jos-kosket-windows-ikkunaan-asiantuntijatkin-ymmallaan/#google_vignette]]></description>
		<content:encoded><![CDATA[<p><a href="https://muropaketti.com/tietotekniikka/tietotekniikkauutiset/amdn-ajureissa-on-outo-piirre-jos-kosket-windows-ikkunaan-asiantuntijatkin-ymmallaan/#google_vignette" rel="nofollow">https://muropaketti.com/tietotekniikka/tietotekniikkauutiset/amdn-ajureissa-on-outo-piirre-jos-kosket-windows-ikkunaan-asiantuntijatkin-ymmallaan/#google_vignette</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/comment-page-14/#comment-1865559</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 18 Nov 2025 15:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184982#comment-1865559</guid>
		<description><![CDATA[Stop using these outdated Linux commands before they cause problems
Linux offers many classic commands, but some are already outdated, insecure, or are now inefficient. We show you which commands you can leave behind and which you can switch to instead.
https://www.pcworld.com/article/2960504/old-insecure-inefficient-which-linux-commands-you-should-avoid-today.html

Table of Contents
egrep and fgrep
nslookup
ifconfig, route and netstat
iwconfig
scp
...]]></description>
		<content:encoded><![CDATA[<p>Stop using these outdated Linux commands before they cause problems<br />
Linux offers many classic commands, but some are already outdated, insecure, or are now inefficient. We show you which commands you can leave behind and which you can switch to instead.<br />
<a href="https://www.pcworld.com/article/2960504/old-insecure-inefficient-which-linux-commands-you-should-avoid-today.html" rel="nofollow">https://www.pcworld.com/article/2960504/old-insecure-inefficient-which-linux-commands-you-should-avoid-today.html</a></p>
<p>Table of Contents<br />
egrep and fgrep<br />
nslookup<br />
ifconfig, route and netstat<br />
iwconfig<br />
scp<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/comment-page-14/#comment-1864703</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sun, 02 Nov 2025 12:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184982#comment-1864703</guid>
		<description><![CDATA[Nearly 90% of Windows Games now run on Linux, latest data shows — as Windows 10 dies, gaming on Linux is more viable than ever
News
By Mark Tyson published October 28, 2025
The number continues to grow, but growth seems to be slowing.
https://www.tomshardware.com/software/linux/nearly-90-percent-of-windows-games-now-run-on-linux-latest-data-shows-as-windows-10-dies-gaming-on-linux-is-more-viable-than-ever]]></description>
		<content:encoded><![CDATA[<p>Nearly 90% of Windows Games now run on Linux, latest data shows — as Windows 10 dies, gaming on Linux is more viable than ever<br />
News<br />
By Mark Tyson published October 28, 2025<br />
The number continues to grow, but growth seems to be slowing.<br />
<a href="https://www.tomshardware.com/software/linux/nearly-90-percent-of-windows-games-now-run-on-linux-latest-data-shows-as-windows-10-dies-gaming-on-linux-is-more-viable-than-ever" rel="nofollow">https://www.tomshardware.com/software/linux/nearly-90-percent-of-windows-games-now-run-on-linux-latest-data-shows-as-windows-10-dies-gaming-on-linux-is-more-viable-than-ever</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2020/01/15/linux-unix-command-examples/comment-page-14/#comment-1863988</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Wed, 22 Oct 2025 12:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=184982#comment-1863988</guid>
		<description><![CDATA[https://github.com/TibixDev/winboat
Run Windows apps on Linux]]></description>
		<content:encoded><![CDATA[<p><a href="https://github.com/TibixDev/winboat" rel="nofollow">https://github.com/TibixDev/winboat</a><br />
Run Windows apps on Linux</p>
]]></content:encoded>
	</item>
</channel>
</rss>
