Author Archives: Silver Moon

About Silver Moon

A Tech Enthusiast, Blogger, Linux Fan and a Software Developer. Writes about Computer hardware, Linux and Open Source software and coding in Python, Php and Javascript. He can be reached at [email protected].

How to setup SurfShark with OpenVPN on Ubuntu (2023)

By | May 19, 2023

OpenVPN OpenVPN is open source, secure and robust. It is readily available for most platforms and can be setup quickly. The SurfShark native client also uses OpenVPN underneath. It supports both tcp and udp based wrappers for vpn traffic over internet. UDP is significantly faster than tcp and works really well. There are multiple ways… Read More »

How to fix OpenVPN DNS Leak on Ubuntu

By | May 19, 2023

DNS Leak DNS Leak is commonly seen in vpn connections, when all the http traffic goes through the vpn tunnel, however the dns queries go directly to system/isp dns servers bypassing the vpn tunnel, which breaks the privacy protection offered by the vpn. Unless dns leaks are fixed, you are not fully privacy guarded in… Read More »

How to monitor CPU Performance Metrics on Ubuntu

By | August 18, 2023

In a pervious article we discussed about the important cpu performance metrics like usage, temperature, power and clock frequency. In this article we shall take a look at various methods of monitoring the same on Ubuntu or similar linux distros. There are quite a few commands on linux for monitoring cpu metrics. If you just… Read More »