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.
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 ...
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 ...
How to Load or Unload a Linux kernel Module
Linux manages hardware peripherals using kernel modules. Fix problem peripherals by finding and loading kernel modules. Here is how to load or unload a Linux kernel module. 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 ...
How to Detect and Guard against Linux Security Vulnerabilities
You should scan your Linux-based systems to avoid hacks and gather information from both outside and inside your network. That way, you can see what the bad guys see from both directions. 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 ...
Commands to Display Your Linux Computer's Hardware Information
Get the details on the hardware inside your Linux computer from the command line. 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 Server Step-by-Step Configuration Guide
This book contains no boring theory. Instead it's packed with 54 hands-on, step-by-step exercises and 185 graphics including screen captures showing you exactly what you should be seeing on your own screen. More ...
Setting Up a Linux Modem
Almost all modems manufactured today are software modems, usually referred to as winmodems. Even though we pay a lot for a winmodem, they are cheap to manufacture because they use very little electronics. More ...
How to Protect Files and Directories in Linux
In Linux, you can protect the files through file ownership and the permission settings that control who can read, write, or execute the file. 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 ...
Linux System Calls and Support
There are several kinds of kernel features available to user processes. For example, system calls (or syscalls) perform specific tasks that a user process alone cannot do well or at all. For example, the acts of opening, reading, and writing files. 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 ...