<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Networking on Pfft !</title><link>https://blogue.kalanso.top/tags/networking/</link><description>Recent content in Networking on Pfft !</description><generator>Hugo</generator><language>fr</language><lastBuildDate>Thu, 06 Feb 2025 06:14:26 +0000</lastBuildDate><atom:link href="https://blogue.kalanso.top/tags/networking/index.xml" rel="self" type="application/rss+xml"/><item><title>❓ How to test your internet speed in Linux???</title><link>https://blogue.kalanso.top/masto/2025-02-06-113955469145827237-how-to-test-your-internet-speed-in-linux/</link><pubDate>Thu, 06 Feb 2025 06:14:26 +0000</pubDate><guid>https://blogue.kalanso.top/masto/2025-02-06-113955469145827237-how-to-test-your-internet-speed-in-linux/</guid><description>&lt;p>❓ How to test your internet speed in Linux???&lt;/p>
&lt;p>⚡ Install: sudo apt install speedtest-cli
⚡ Run: speedtest-cli&lt;/p>
&lt;p>Check your network speed right from the terminal! 🔥 #Linux #Networking #SpeedTest&lt;/p>
&lt;p>&lt;img src="https://stockage.framapiaf.org/framapiaf/cache/media_attachments/files/113/955/492/509/638/914/original/02420346c2210332.jpg" alt="image">&lt;/p>
&lt;p>&lt;a href="https://blogue.kalanso.top/tags/linux/">&lt;code>#linux&lt;/code>&lt;/a>
 &lt;a href="https://blogue.kalanso.top/tags/networking/">&lt;code>#networking&lt;/code>&lt;/a>
 &lt;a href="https://blogue.kalanso.top/tags/speedtest/">&lt;code>#speedtest&lt;/code>&lt;/a>
&lt;/p></description></item><item><title>🚀 Linux Networking Cheat Sheet! 🌐</title><link>https://blogue.kalanso.top/masto/2025-02-06-113955178865394964-linux-networking-cheat-sheet/</link><pubDate>Thu, 06 Feb 2025 05:00:36 +0000</pubDate><guid>https://blogue.kalanso.top/masto/2025-02-06-113955178865394964-linux-networking-cheat-sheet/</guid><description>&lt;p>🚀 Linux Networking Cheat Sheet! 🌐&lt;/p>
&lt;p>🔹 Public IP:
&lt;code>curl ifconfig.me | dig +short myip.opendns.com @resolver1.opendns.com&lt;/code>
🔹 Private IP:
&lt;code> ip a | hostname -I&lt;/code>
🔹 Open Ports:
&lt;code>netstat -tuln | ss -tuln&lt;/code>
🔹 Gateway:
&lt;code> ip route | grep default&lt;/code>
🔹 Trace Path:
&lt;code>traceroute example.com | tracert example.com&lt;/code>
🔹 DNS Lookup:
&lt;code>nslookup example.com | dig example.com&lt;/code>&lt;/p>
&lt;p>💻 Stay secure &amp;amp; level up! 🔥 #Linux #Networking #CyberSecurity&lt;/p>
&lt;p>&lt;img src="https://stockage.framapiaf.org/framapiaf/cache/media_attachments/files/113/955/217/396/625/840/original/3f8c0b0db308573d.webp" alt="image">&lt;/p>
&lt;p>&lt;a href="https://blogue.kalanso.top/tags/linux/">&lt;code>#linux&lt;/code>&lt;/a>
 &lt;a href="https://blogue.kalanso.top/tags/networking/">&lt;code>#networking&lt;/code>&lt;/a>
 &lt;a href="https://blogue.kalanso.top/tags/cybersecurity/">&lt;code>#cybersecurity&lt;/code>&lt;/a>
&lt;/p></description></item><item><title>Inspect web traffic:</title><link>https://blogue.kalanso.top/masto/2023-11-30-111501420174474022-inspect-web-traffic/</link><pubDate>Thu, 30 Nov 2023 20:37:30 +0000</pubDate><guid>https://blogue.kalanso.top/masto/2023-11-30-111501420174474022-inspect-web-traffic/</guid><description>&lt;p>Inspect web traffic:&lt;/p>
&lt;p>Terminal 1: Start your server&lt;/p>
&lt;blockquote>
&lt;p>./my-web-server -port 8080&lt;/p>&lt;/blockquote>
&lt;p>Terminal 2: Start netcat/tee &amp;ldquo;proxy&amp;rdquo;&lt;/p>
&lt;blockquote>
&lt;p>nc -lk 3000 | tee /dev/tty | nc localhost 8080&lt;/p>&lt;/blockquote>
&lt;p>Terminal 3: Send requests to &amp;ldquo;proxy&amp;rdquo;&lt;/p>
&lt;blockquote>
&lt;p>curl http://localhost:3000&lt;/p>&lt;/blockquote>
&lt;p>See raw HTTP requests/responses in Terminal 2 between client and server.&lt;/p>
&lt;p>That&amp;rsquo;s it. That&amp;rsquo;s the toot.&lt;/p>
&lt;p>#Linux #HTTP #TCP #Networking&lt;/p>
&lt;p>&lt;a href="https://blogue.kalanso.top/tags/linux/">&lt;code>#linux&lt;/code>&lt;/a>
 &lt;a href="https://blogue.kalanso.top/tags/http/">&lt;code>#http&lt;/code>&lt;/a>
 &lt;a href="https://blogue.kalanso.top/tags/tcp/">&lt;code>#tcp&lt;/code>&lt;/a>
 &lt;a href="https://blogue.kalanso.top/tags/networking/">&lt;code>#networking&lt;/code>&lt;/a>
&lt;/p></description></item></channel></rss>