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.
How to install software applications on Linux
For well over a decade, Linux has used software repositories to distribute software. A repository in this context is a public server hosting installable software packages. 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 ...
7 Steps to Securing Your Linux Server
This primer will introduce you to basic Linux server security. While it focuses on Debian/Ubuntu, you can apply everything presented here to other Linux distributions. More ...
Welcome to the world of Knoppix
Knoppix is a bootable CD with a collection of GNU/Linux software, automatic hardware detection, and support for many graphics cards, sound cards, SCSI and USB devices and other peripherals. It is not necessary to install anything on a hard disk. More ...
Installing Software on Fedora
With windows, you execute the applications setup program (by double-clicking on setup.exe) and, 99 percent of the time, the application will install succesfully. Compare that to installing software on Linux, where you're supposed to search internet repositories and gather all the components required for the program. 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 ...
Installing Fedora 3 Linux
Installing Fedora is as simple as inserting the first CD-ROM into the drive and rebooting. But first make sure that your system is set to boot from the CD drive. Watch the on-screen messages as the system boots. More ...
You Can Switch to Linux!
Books have been written with solutions for all the potential pitfalls the Linux-switcher faces. Instead of just telling you what to do, I?m going to tell you how to do things and explain why you're doing them. I'm going to focus on the things that are truly a challenge (and poorly documented), but still give you a head start on the easy stuff. More ...
Linux Process Management
On a modern operating system, many processes run simultaneously. For example, you might have a web browser and a spreadsheet open on a desktop computer at the same time. However, things are not as they appear: on a single-core CPU the processes do not run at exactly the same time. 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 ...
CFS: Completely Fair Process Scheduling in Linux
A scheduling class specifies which scheduling policy applies to which type of process. Completely fair scheduling (CFS), which became part of the Linux 2.6.23 kernel in 2007, gives every task a fair share of processor resources in a low-fuss but highly efficient way. More ...
How to Use the VIM Text Editor in Linux
In 1988, an improved version of Vi, called vim (vi iMproved), was released. This article provides some examples that illustrate some basic operations with text as well as its extra features that make vim unique and useful. More ...
12 Essential Linux Commands for Beginners
I recommend these commands to anyone who is getting started with Linux. More ...
Linux Memory User Space
Linux Memory is divided into two distinct areas: user space, which is a set of locations where user processes run, and kernel space, which is the location where the code of the kernel is stored, and executes under. More ...