Browsed by
Category: Tutorial

Installing the Samsung 870 EVO SSD in the HP 2000-2c20NR laptop

Installing the Samsung 870 EVO SSD in the HP 2000-2c20NR laptop

Hi everyone, Today, we will be installing our newly-cloned Samsung 870 EVO SSD to the HP 2000-2c20NR laptop. For these steps, you will also require a screwdriver like we did in the steps we took to take out the previous hard disk drive from this laptop. For the purposes of this post, we will assume that you already have the laptop back covers opened. If you need to remove the previous hard disk or open the back covers, take a…

Read More Read More

Cloning a 500GB Hard Disk Drive to the Samsung 870 EVO SSD using Linux

Cloning a 500GB Hard Disk Drive to the Samsung 870 EVO SSD using Linux

Hi everyone, In this post, we will be cloning a 500GB Hard Disk Drive to a 500GB Samsung 870 EVO SSD. For this, we will be using the Linux dd utility, and will confirm some important details using KDE Partition Manager. Before we begin, we must use a SATA to USB enclosure or adapter. I will be using an UGREEN USB 3.0 to SATA enclosure. Let’s begin the preparation: Preparing the Hard Disk Drive and SSD for cloning These are…

Read More Read More

Removing the Hard Disk Drive on the HP 2000-2c20NR laptop

Removing the Hard Disk Drive on the HP 2000-2c20NR laptop

Hi everyone, Today, I will be showing you how to remove the Hard Disk Drive on the HP 2000-2c20NR laptop. This process is simple, but you will need a screwdriver in order to take off some plastic covers that gives you access to the laptop’s RAM, WiFi Card, Hard Disk Drive, and Optical Disk Drive securing screw. Reasons of why you may want to remove the hard disk drive would be to upgrade or replace it with another, higher capacity…

Read More Read More

Partitioning the Samsung SSD 980 500GB using gparted

Partitioning the Samsung SSD 980 500GB using gparted

Hi everyone, In this post, we will be partitioning our Samsung SSD 980 500GB using gparted for use in our Linux machine. Before we create a partition in our drive, we must have gparted installed. If you do not have it installed, follow these instructions below to install it. Installing gparted We will be installing gparted in Ubuntu 23.04. To install it, we will use apt. The command to use is sudo apt install gparted: We will approve the installation…

Read More Read More

Updating the BIOS of the ASUS E210MA laptop

Updating the BIOS of the ASUS E210MA laptop

Hi everyone, In this post, we will see how to update the BIOS of the ASUS E210MA laptop I got for Christmas. It came with the BIOS 301 version, but we can update it to BIOS 304. Here, we will see the steps to update it. Downloading the BIOS The first thing we will do is go to ASUS Download Center support page and type our model number. This particular machine is model E210MA. We will click on “Driver &…

Read More Read More

Updating the WineHQ repository on Ubuntu 22.10 after using the Ubuntu 22.04 WineHQ repository

Updating the WineHQ repository on Ubuntu 22.10 after using the Ubuntu 22.04 WineHQ repository

Hi everyone, I should have written this post some time ago, since Ubuntu 22.10 has been released for a while now, and there is now an official WineHQ 22.10 Kinetic repository. Therefore, in this post, I will show the steps to update the WineHQ repository file from Ubuntu Jammy to Ubuntu Kinetic. The process of updating the apt repository for WineHQ is very simple. We will rename the repository file from jammy to kinetic, use nano as our text editor…

Read More Read More

Installing Wine from WineHQ in Ubuntu 23.04

Installing Wine from WineHQ in Ubuntu 23.04

Hi everyone, Today, we will be installing Wine from the WineHQ repository in Ubuntu 23.04. Wine is a compatibility layer that allow us to run Windows software on Linux. It is not an emulator nor a virtualization software. It simply translates the binary to Linux-compatible POSIX API call to allow the execution of them. In Windows, Microsoft added the Windows Subsystem for Linux (WSL). There are currently 2 versions: WSL1 and WSL2. WSL1 can be considered the opposite of Wine,…

Read More Read More

Installing an SSD to the ASUS E210MA laptop – 500GB Samsung SSD 980

Installing an SSD to the ASUS E210MA laptop – 500GB Samsung SSD 980

Hi everyone, In this post, we will see how to install an SSD to the ASUS E210MA laptop: This laptop features an M.2 2280 slot to install a separate NVMe drive, expanding the storage from the internal 64GB eMMC drive: We will be installing a 500GB Samsung SSD 980 NVMe drive in this slot, which will be used as a separate drive to hold the machine’s data, while keeping the 64GB eMMC drive for the Ubuntu operating system. The 500GB…

Read More Read More

Enabling 96Khz for the LDAC Bluetooth Codec in Linux when using WirePlumber

Enabling 96Khz for the LDAC Bluetooth Codec in Linux when using WirePlumber

Hi everyone, In this post, we will learn how to change the default Sample Rate for the LDAC Bluetooth Codec from the default value of 48Khz to 96Khz. In order to do this, you must be using PipeWire with WirePlumber and the libspa-0.2-bluetooth package installed in your Linux System. In this post, we are using Ubuntu 23.04 (Development Branch). Depending on your Linux distro, some information on this post may be different. If you are not using WirePlumber nor have…

Read More Read More

Updating, compiling and installing the Linux Kernel from our previously cloned Linux repository

Updating, compiling and installing the Linux Kernel from our previously cloned Linux repository

Hi everyone, In this post, I will show you how to update a locally cloned Linux Repo, run some cleanup commands, and compile the kernel again. We will then proceed to install it. This post will be shorter than yesterday due to the fact that we have already performed the preparations to compile it. We will simply be running a git pull command to update our local repository with the latest remote repository changes, run some cleanup commands, and run…

Read More Read More