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.
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 ...
The Linux File System
Linux uses a whole different file system philosophy than Windows. Windows automatically assigns a drive letter to every partition and drive it finds. But Linux makes every partition and drive a subdirectory of the root (/) partition. More ...
How Linux Works
To master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel actually does. Brian Ward makes the concepts behind Linux internals accessible to anyone curious about the inner workings of the operating system. 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 ...
Check Used Disk Space on Linux With du Command
On most personal devices, drives get filled up with photos and videos and music, on servers, drives get filled up with data in user accounts and log files. You can check in on disk usage with the du command. More ...
Fedora 3 Linux File Management
Installing Fedora is as simple as inserting the first CD-ROM into the drive and rebooting. The thing first you need to know when moving to a new operating system is how to manage files. 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 ...
Looking at the Android Operating System
The Android operating system is actually an offshoot of the Linux operating system. Since its inception, however, Android has developed into a robust, independent operating system designed for mobile devices. More ...
Basic Linux File and Directory Commands
This article explains the basic Linux file and directory commands used in their simple forms. How to determine you location in the directory hierarchy, create a directory, delete a directory, create a new file, move a file, copy a file, delete a file, and more. More ...
An introduction to the Linux Boot and Startup Processes
Ever wondered what it takes to get your system ready to run applications? Here's what is going on under the hood. More ...
Linux Server Hardening
For today's computing platforms, ease of access and openness is essential for web based communications. This is at odds with the increased necessity for comprehensive security measures in a world full of malware and hacking threats. More ...
Connecting Linux to the Internet
Today, a computer without Internet access would be severely limited. Mozilla running on Linux provides more reliable and secure Internet access than Internet Explorer running on Microsoft Windows. 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 ...
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 ...