<?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 Home</title><link>https://gowt.dev/tags/networking/</link><description>Recent content in Networking on Home</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 24 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://gowt.dev/tags/networking/index.xml" rel="self" type="application/rss+xml"/><item><title>Privacy browsers essentials</title><link>https://gowt.dev/posts/networking/browsing/</link><pubDate>Wed, 24 Dec 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/networking/browsing/</guid><description>Brave Browser Linux download page:
https://brave.com/linux/
Install:
sudo aptitude install curl curl -fsS https://dl.brave.com/install.sh | sh Tor Install Tor service:
sudo aptitude install tor Install Tor Browser (GUI):
flatpak install flathub org.torproject.torbrowser-launcher</description></item><item><title>Networking utilities</title><link>https://gowt.dev/posts/networking/proxy/</link><pubDate>Wed, 12 Nov 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/networking/proxy/</guid><description>Proxychains Install:
sudo aptitude install proxychains Run applications through proxychains:
sudo proxychains &amp;lt;browser-name&amp;gt; IP address Using NetworkManager:
nmcli device show Using hostname:
hostname -I Using iproute2:
ip addr show</description></item><item><title>Mounting network drives (CIFS)</title><link>https://gowt.dev/posts/networking/network-drive-mount/</link><pubDate>Wed, 10 Sep 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/networking/network-drive-mount/</guid><description>Make a new folder in the user directory mkdir name Check the uid and gid of the user using id To mount CIFS file systems under Linux, you may need to install additional packages. Install cifs-utils using, apt install cifs-utils Edit the fstab file to mount permanently and let it be there automatically on boot. To open, we need to be in the root. sudo nano /etc/fstab You can add entries to /etc/fstab (you must be root for that or use sudo).</description></item><item><title>GlobalProtect VPN</title><link>https://gowt.dev/posts/networking/globalprotect-oc/</link><pubDate>Wed, 16 Apr 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/networking/globalprotect-oc/</guid><description>Installation Install the GlobalProtect-openconnect .deb package from:
https://github.com/yuezk/GlobalProtect-openconnect
Verify
gpclient --version Connect
Use sudo and authenticate when prompted.
sudo gpclient connect &amp;lt;gateway&amp;gt;</description></item></channel></rss>