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 Switch to Ubuntu
Ubuntu is a free alternative to Windows which is fast and easy to use. You may want to switch to Ubuntu because of its robust security, speed, freedom, ease of use, low maintenance, and no price. This article will show you step by step how to switch from Windows to Ubuntu. 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 ...
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 ...
Set Up a Minimal Server on a Raspberry Pi
The Raspberry Pi is a small, single-board computer that is perfect for computer projects, but a Raspberry Pi can also be used as a web server on your main local network or the internet. This step-by-step guide shows you how. More ...
Protect Your Android Device From Malware
The growth rate of mobile devices continues to soar. Android is the leading operating system for mobile devices. Cybercriminals have intensified their efforts to hack into Android devices. 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 ...
Understanding the Linux Boot Process
In order to troubleshoot a Linux system that fails to boot, it is important to understand the boot process. Then we can identify at which stage of the booting sequence the failure occurred. 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 ...
Configuration of Conky System Monitor for Linux
For those who work with computer resources conky universal system monitor will rouse some interest. The main peculiarity of this program is the usage of X Window System functionality to display data on the desktop, be it XFCE, IceWM, KDE, or any other. 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 is Bash?
A shell is a computer program which exposes an operating systems services to a human user or other program. It normally uses a command-line interface, but may have a graphical user interface. It is called a shell because it is the outermost layer around the operating system. 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 ...
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 ...
What is Linux?
Linux is an operating system that was not created by a corporation or by someone out to make money. The Linux core was created by Linus Torvalds who wanted to create a Unix-like system that would work on home computers. More ...