Samsung S22 Ultra – Apps That Cannot Be Uninstalled

The Samsung S22 Ultra comes with pre-installed apps. Some of these apps are important for the functionality of the phone. However, there are some bloatware apps that Samsung is imposing on the users in order to maximize profits. Samsung did the right thing by giving us the ability to remove most of the preinstalled apps, … Read more

Useful Notepad++ Tips

Disable Auto Backup Auto backup could be very annoying when working on coding projects especially when working with git. Open Notepad++ and go to Settings->Preferences->Backup then select “None” under Backup on save. That’s it. Replace Tabs With Spaces It’s wildly accepted to indent code with 4 spaces. To automatically convert tab to spaces in Notepad++ Open Notepad++ and go … Read more

wxWidgets – Building From Source With Visual Studio

In this tutorial, we will see how to build wxWidgets on a windows machine from source using Visual Studio. For this build, I will be using Visual Studio 19. You may use other versions as well. Download the Source Code Go to wxWdigets Site and download the Latest Development Release as source code. I will … Read more

How to Hack WiFi Networks Using Raspberry Pi

WiFi technology is used almost in every home and business. This is understandable, given how convenient internet connectivity becomes with WiFi. This convenience comes with a price, and that price is privacy. Since WiFi is wireless this means anyone within range of the router can eavesdrop on your connection and gain access to your network. … Read more

Raspberry Pi – Recommended Initial Configurations

You have just finished installing a fresh instance of Raspberry Pi OS (if you haven’t yet, visit this link). You are about to boot the Pi for the first time. You are not sure what is the best way to start working with the Pi. This article will cover some initial configurations that are very … Read more

8 Free Software Development Tools For Windows

There are a set of tools that a developer needs in order to perform simple tasks. Windows OS does not offer such tools as part of the operating system, therefore you need to download and install them. #1 – Notepad++ First on the list is Notpad++. This is a powerful text editor that supports a … Read more

Backup Your WordPress Website

There are two things you need to have backed up when you want to restore your website. MYSQL tables WordPress installation files. Typically found at “/var/www/<site domain name>” Backup Mysql Tables to a File Backing up mysql database to a file is very simple using mysqldump. You need to have the proper access permissions to … Read more

Summary Table Of Ethernet PHY Types

This table is a summary of the capabilities of each PHY type. Taken from the publicly available IEEE802.3 specifications. How to read the table: Auto Negotiation Media Forward Error Correction (FEC) R Required S Supported O Optional U Unsupported ? To Be Defined PHY Type Clause 28 AN Clause 37 AN Clause 73 AN Optics/Active … Read more