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 »

AIO vs Air CPU Coolers – Things you should know

By | May 14, 2021

Just like any other computer hardware, CPUs or processors produce a lot of heat, and it needs to be cooled down properly to get the maximum performance out of it. In the earlier years of personal computers or desktop PCs, air coolers was the standard way to cool down your cpu, and it is still… Read More »

How to remove password from pdf file in Ubuntu

By | May 1, 2021

We often receive password encrypted pdfs on our mail from various places. When saving these pdfs locally its a good idea to get rid of the password, so that we don’t need to remember it later on. On Ubuntu there are many simple ways to remove the password of a pdf files, each with its… Read More »