Articles & Books From Linux

Article / Updated 11-01-2020
Welcome to the world of Linux, the operating system developed by thousands of people around the world! In this article, you find out about Linux itself — what it is, where it comes from, and why it gets so much attention. Prepare to have your assumptions challenged about how software must be developed and sold, and your mind opened to new possibilities.
Article / Updated 11-01-2020
The Ubuntu installation process is one of the simplest in the Linux world. Ubuntu guides you through all the steps required to set up the system, then installs the entire Ubuntu system without prompting you for too much information.You can start the installation process from two locations after you boot from the Live DVD or USB stick: Directly from the boot menu without starting Ubuntu From the Install desktop icon after you start the Ubuntu Live system Both locations start the same installation process, which guides you through several steps of options.
Article / Updated 11-01-2020
Troubleshooting is like reading a mystery novel. You have some facts, symptoms, and details, but you don’t know whodunit. You have to take whatever information you have, work with that data, weigh the various possibilities, and then narrow them to a single suspect. Finally, you need to test your theory and prove that your suspect is the guilty party.
Article / Updated 11-01-2020
Simplicity has become the hallmark of the GNOME 3 desktop environment for Linux. There aren't any long menus from which you need to select things from, nor do you need to go digging through folders looking for files, but getting comfortable with the new interface may take some time. This discussion walks through the basic features of the GNOME 3 desktop so you can maneuver your way around.
Article / Updated 11-01-2020
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.Three types of partitions are available: primary, extended, and logical.
Linux For Dummies
Your step-by-step guide to the latest in LinuxNine previous editions of this popular benchmark guide can’t be wrong! Whether you’re new to Linux and need a step-by-step guide or are a pro who wants to catch up with recent distributions, Linux For Dummies, 10th Edition has your back. Covering everything from installation to automation, this updated edition focuses on openSUSE and Ubuntu and includes new and refreshed material—as well as chapters on building a web server and creating simple shell scripts.
Fedora Core Linux 5 Multipack For Dummies
The 9-CD alternative for installing Linux Fedora Core, for Fedora for Dummies readers Jon Hall's Red Hat Linux Fedora for Dummies is a go-to guide showing first-time Linux users how to install and use the latest version of the world's most popular Linux distribution. The book includes the Fedora Core distribution with source code on DVD, but for readers who don't have access to a DVD drive, this product provides the same Fedora Core distribution on a multipack of 9 CDs.
Article / Updated 09-28-2018
GPG includes the tools you need to use public key encryption and digital signatures on your Linux system. You can figure out how to use GPG gradually as you begin using encryption in Linux. The information you find here shows some of the typical tasks you can perform with GPG to protect your Linux system. How to Generate the key pair with GPG in Linux The steps for generating the key pairs are as follows: Type gpg --gen-key.
Article / Updated 09-28-2018
Like any other OS, Linux needs to be protected with a firewall. A firewall is a network device or host with two or more network interfaces — one connected to the protected internal network and the other connected to unprotected networks, such as the Internet. The firewall controls access to and from the protected internal network.
Article / Updated 09-28-2018
The Linux kernel has built-in packet filtering software in the form of something called netfilter. You use the iptables command to set up the rules for what happens to the packets based on the IP addresses in their header and the network connection type. To find out more about netfilter and iptables, visit the documentation section of the netfilter website.