Category Archives: Linux

Snap command examples to manage packages on Linux

By | February 18, 2023

What is Snap Snap is a software packaging and deployment system (similar to deb) developed by Canonical for Linux. It has version control capabilities which help maintain multiple releases of a particular application (aka snaps). Though it is a proprietary solution from Canonical, Snap is available for other linux distros like Fedora, CentOS and Manjaro… Read More »

How to Install VirtualBox Guest Additions on Ubuntu 22.10

By | April 30, 2023

After you install Ubuntu inside VirtualBox its necessary to install guest additions in order to enable enhanced features like native screen resolution, seamless windows, shared clipboard, shared folders and few others. Without it, you would probably have to work with a standard resolution like 1024×768 as the default virtual machine does not support every possible… 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 Benchmark Hardware on Linux with 7z LZMA Compression

By | November 28, 2022

The 7z LZMA benchmark runs dummy compression and decompression tasks to measure the overall performance of the system. It reports measurements in MIPS (million instructions per second) which give an idea of the computer’s raw processing power counting all factors. 7z LZMA compression is a multi-threaded work-load. This means that it can utilise multiple cores… Read More »