Raspberry Pi 400 PC in a Keyboard Raspberry Pi 400 takes the same components as Raspberry Pi 4, including the system-on-chip and memory and puts them in a compact keyboard.
Understanding Linux Filesystems: Ext4 and Beyond
Learn the history of ext4, including what's different from ext3 and the other filesystems that came before it. More ...
How to Dual Boot Windows XP and Ubuntu 8
If you want to have access to both a Windows and Linux environment on your computer, this guide will show you an easy way to have that using Windows XP and Ubuntu 8. It is assumed that you already have Windows XP installed on your computer and that you have Ubuntu 8 Desktop Edition downloaded and burned onto a CD already. More ...
Linux Display Settings
Linux uses a free version of the X Window System called Xfree86 to control your display. Xfree86 supports VGA, Super VGA, and some accelerated video adapters. If you have a new video card, or new motherboard with on-board video, you may want to download the latest version of Xfree86. More ...
What Is the Android Operating System?
Google's Android operating system is a version of Linux customized for mobile devices, developed by the company Android Inc., which was purchased by Google. It has gone through many updates, each version give the name of a different dessert. More ...
The Death of Windows
If want you to explore and learn about Linux without uninstalling Windows or making any changes to your PC, Knoppix is the way to go. maybe someday everyone will carry a Knoppix CD and a CD-RW to use on any computer they find. That day will truly be the death of Windows. More ...
Bootloaders In Linux
A boot loader is a program that controls the the initial sequence of operations performed in the process of starting the Operating System when the computer is switched on. More ...
The Fedora 3 Linux File Structure
You'll feel more comfortable using Linux if you understand its file system. Like any operating system, the Linux file system is organized in a hierarchical structure where a directory can contain files or other directories. More ...
Virtualization Technology an Emerging Technology
Virtualization involves a physical resource being shared amoung multiple virtual resources. For example multiple virtual machines can run on the same physical host, with each virtual machine sharing the resources of the host. Virtualization represents a huge monetary savings opportunity for business. More ...
Linux Security Basics: How to Encrypt and Sign Files with GnuPG
Linux comes with the GNU Privacy Guard (GnuPG or GPG) encryption and authentication utility. With GnuPG, you can create your public and private key pair on your Linux system, encrypt files with your key, and digitally sign a message. More ...
What You Need to Know to Set Up a Simple Firewall in Linux
Like any other OS, Linux needs to be protected with a firewall. Essentially, a firewall is a protective fence that keeps unwanted external data and software out and sensitive internal data and software in. More ...
How to Partition a Drive for Linux and Microsoft Windows
If you only have a single hard drive available in your PC, you need to create separate areas (called partitions) on the hard drive for Windows and Linux. This article walks through the process of how to do that, but first, you need to understand how partitions work. More ...
12 Essential Linux Commands for Beginners
I recommend these commands to anyone who is getting started with Linux. More ...
Migrating to Linux: Installing Software
The typical approach to get software installed on your computer is to get it from a vendor and run the install program. With Linux there is a central repository of software. Just about any program you might want will be in a list of available packages that you can install. More ...
Linux su vs sudo: What's the Difference?
A comparison of the su and sudo Linux commands for escalating privileges for non-root users. More ...