Install Tor Browser on Kali Linux

Alright, let’s install the browser to browse into deep web. Warning: there’s nothing nice under there, so kids please stay out of this. First things first, make sure your Kali is updated and upgraded. sudo apt update sudo apt upgrade Then, install Tor Browser. sudo apt install -y tor torbrowser-launcher Lastly, launch the Tor Browser […]

Install Cloudflare on Ubuntu 22.04

How I install Cloudflare WARP on Ubuntu 22.04. As we all know, WARP is the free yet powerful private DNS service provided by Cloudflare. If you want new internet experience with DNS freedom, especially if your country blocks DNS requests to some websites, then you should install WARP. First of all, download WARP desktop client […]

[Solved] USB Unknown Capacity, Can’t Format the USB drive

Today Windows 11 can’t detect my USB drive. I tried to plugged it in Windows 10 and there’s notification to format the drive. But Windows can’t format the drive. It’s said “unknown capacity” and Windows disk partition cannot detect it. It happens because sometimes your USB drive can lose it’s partition. The workaround is to […]

Solve Ubuntu Kernel Update Error : Unable to Install Package: post-removal script subprocess returned error exit status 1

Sometimes after upgrading your Kernel, you cannot install a program because the post-removal script ends prematurely. So all new installation will be postponed until you solve it. Execute autoremove to remove or identify the broken package/files. If you’re still on user level you should add each command with sudo. I execute all commands as root […]

Install Ubuntu + Pi-Hole on Android

Pi-Hole QuickStart Code You can utilize your unused Android phone as DNS Server. Using pi-hole, you can have your own DNS AdBlocker for free. Alternatively, you can use Raspberry Pi Zero-W. Pre-requisite: Root your phone. Install BusyBox. Install Linux Deploy. Install your preferred OS, I choose Debian (armhf) or any supported pi-hole OS. I tried […]

How I Upgrade My Laptop from Ubuntu 20.10 to 21.04

This is my logbook when upgrading from Ubuntu 20.10 to Ubuntu 21.04. First, update and upgrade your packages, I use default server (US). $ sudo apt update $ sudo apt upgrade Remove all unused packages $ sudo apt autoremove Reboot Ubuntu. Edit /etc/update-manager/release-upgrades and set to normal nano /etc/update-manager/release-upgrades Upgrade release $ sudo do-release-upgrade Reboot. […]