The Edge2 Pro is a CRAZY Powerful ARM Single Board Computer

When I first looked at the Edge2 Pro by Khadas, the price was shocking. $300 for a single-board computer? Then I read a little further and realized that this is the most powerful SBC I have ever had the opportunity to examine. In this article, we will examine the specs and see how the device actually performs. Hardware This board is surprisingly powerful. It features a Rockchip RK3588S. This is an 8-core ARM CPU (up to 2.25GHz clock speed). x4 2.25GHz Cortex-A76 performance cores are paired with x4 1.8GHz Cortex-A55 efficiency cores. Also, depending on your configuration, it will have 32/64 GB of EMMC storage and 8/16GB of LPDDR4X RAM. ...

September 28, 2022 · 3 min · 538 words · Brandon Hopkins

How to Dual Boot Windows 10 and Pop!_OS (Legacy/GRUB)

Pop!_OS is one of, if not the best, distributions based on Ubuntu to date. It has sparked the interest of the dedicated Linux community and new users alike. Dual-booting has helped with this! One major hesitation of the new Linux user is wiping Windows from their life completely. Luckily, this is not a necessity. In this guide, we will go over step-by-step instructions on how to install Pop!_OS alongside Windows and update the bootloader. ...

September 26, 2022 · 6 min · 1079 words · Brandon Hopkins

Installing Arch Linux the EASY WAY! – archfi Guide

This is a simple installation script written in bash by the developer MatMoul 2. It allows you to install Arch by selecting various options and packages instead of running commands. https://youtu.be/u2l54FMgWq4 Installing Arch Linux is an effort especially if you’re new to the whole process. If you don’t feel like jumping back and forth between the Arch wiki and spending hours just to not have a system that boots this guide is for you. I would still recommend running through the official ArchWiki and learning the proper installation process. Doing this will help you understand what archfi is doing in the background. ...

September 26, 2022 · 4 min · 812 words · Brandon Hopkins

The Death of Mozilla is the Death of the Open Web

This is a problem because one company, Google, controls every web standard used in our browsers. So, Firefox is our last hope for a non-Chromium-based browser. If you look at the current desktop browser market share, Chrome accounts for almost 70%. That is 70% of the web is controlled by just one company, a company that makes money by selling your user data and pushing ads. They also have a huge incentive to get as much control of web standards as possible to increase their profits. ...

September 25, 2022 · 6 min · 1075 words · Cameron Knaff

How to Dual Boot Fedora and Windows 11

So, you run Windows, which does everything you need. But you’re done with relying on something so limited and corporate. But you aren’t ready to switch to Linux fully yet. There may be some application or game that you want to keep running. But now it is time to move your primary workflow to Linux. So, let’s dual-boot the worst with the best (in my opinion). Please backup all important data before continuing! We highly recommend doing this on two different drives instead of just one; however, this guide still covers it on one drive. If you are using one drive, note that Windows may not play well on Linux and has been known to wipe Linux partitions during updates. Also, before you do anything, we highly recommend backing up your data. Below is a video guide that will go through everything step-by-step with additional detail. ...

September 16, 2022 · 7 min · 1314 words · Brandon Hopkins

How to make ZIP Files in Windows

https://youtu.be/78dc2qX7GpQ A ZIP file is a way to compress files to make them easier to send. Let’s say you have a group of files you want to send to someone or upload to the internet. All you have to do is select the items you want to put in a zip file, than right click them, go to “Send to” and “Compressed (zipped) folder”. This will create a zip file in the same directory as the rest of the files, and you can set the name to whatever you want. ...

September 4, 2022 · 2 min · 285 words · Brandon Hopkins

The Sudden Fall of JingOS and their Linux Tablet

The entire Linux community was hyped about the JingPad. It was the first Linux tablet with amazing build quality, and its own flagship iPad OS-inspired distro helped, too. We could have had one of the best pieces of Linux hardware, complete with features such as Android app support. However, this never came to be, and the company behind it seems to be completely dead. Jingling was founded in June of 2020 and quickly assembled a staff of around 80 people. Most of these people focused on their operating system, JingOS. This operating system aimed to be a consumer-friendly mobile operating system with a Linux base and Android application support. The hardware and software teams were separated, with the JingOS team being in Beijing and the rest of the hardware development team in Shenzhen (where the rest of its supply chain was located). ...

August 12, 2022 · 7 min · 1289 words · Brandon Hopkins

Linux Distros Based on Fedora

A few weeks ago, I made a YouTube video on risiOS, and a lot of people were surprised that it was Fedora-based because most distros are based on either Debian, Ubuntu, or Arch. Well, there are quite a few other distributions based on Fedora, so let’s go through some of them, specifically the ones mentioned on Fedora’s list of Fedora remixes wiki page. https://youtu.be/stIndl1YuIg Nobara Nobara is a distribution that is designed specifically for gaming. It is made by a Red Hat Engineer who is also the Proton-GE contributor’s maintainer and a Lutris developer. Booting into it, I noticed that its flagship version has a customized version of GNOME, although there is also a vanilla one. Some of the extensions the non-Vanilla version installs include ArcMenu, Blur my Shell, and Dash to Panel. This gives it an overall setup similar to Windows 7. It also comes preinstalled with many gaming-related tools, including Steam, Lutris, Wine, ProtonUp, and GOverley. ...

August 8, 2022 · 8 min · 1545 words · Brandon Hopkins

The BEST Solutions for Running Windows Apps in Linux

One of the biggest difficulties of switching over to Linux is getting used to a completely different ecosystem for applications and trying to switch away from many proprietary applications that are Windows only. Ideally, we should try to convince new users to learn how to use open-source software instead of proprietary software, but there are some cases where that is not an option. https://youtu.be/gpsmHI7oPas Main Solutions The Wine compatibility layer is the solution to getting these Windows applications onto our Linux system, which essentially converts all the Windows libraries and system calls over to open-source alternatives. Steam’s Proton is built on this, allowing many Windows games to have full Steam Deck compatibility. The main problem with Wine is that it can be a huge pain to set up and configure. Several applications aim to solve this problem, but most aren’t great. ...

July 26, 2022 · 5 min · 1038 words · Brandon Hopkins

No, Manjaro is NOT Arch

Many people love Manjaro as a clean and easy way to get into Arch or even Linux in general. But many people claim that Manjaro has diverted too far away from Arch to consider it. So, let’s compare both Arch and Manjaro, how they are different, and why more people might need to distinguish that Manjaro isn’t Arch. https://youtu.be/VzAw8a3Jx-k So first, what is Arch? Arch Linux is an independent rolling release distribution that is known for being very customizable and bleeding edge but not for being easy to install. Your hand isn’t held at all when you install Arch. You are forced to either learn how to install your system manually from scratch, including partitioning through a terminal, installing the actual Linux kernel, and setting up your bootloader and DEs. Basically, the customization isn’t an option. It’s a requirement because you’re building it. ...

July 23, 2022 · 5 min · 1021 words · Brandon Hopkins
Air VPN - The air to breathe the real Internet