The Linux Filesystem Hierarchical Standard

In Linux, and many other operating systems, directories can be structured in a tree-like hierarchy. The Linux directory structure is well defined and documented in the Linux Filesystem Hierarchy Standard (FHS). This standard has been put in place to ensure that all distributions of Linux are consistent in their directory usage. Such consistency makes writing and maintaining shell and compiled programs easier for SysAdmins because the programs, their configuration files, and their data, if any, should be located in the standard directories.

How Both.org is rebuilding a community after the death of an organization

For about ten years, a large number of writers from around the world contributed articles to Opensource.com. OSDC, as we called it, published thousands of articles, helped to guide and mentor many of us as we began or boosted our writing careers. OSDC also helped some of us make connections into the book publishing world. We were a vibrant and active community.

OSDC was created and supported by Red Hat — until it was purchased by IBM and soon deemed extraneous.

Learn how Both.org is rebuilding that community.

Open and the right to repair and modify

The right to repair the hardware we purchase is as basic and important as the right to see and modify the code for the open source software we use. One vendor has embraced that with a passion. System76 of Denver, Colorado, builds a complete line of repairable desktops and laptops. They’re also in the process of designing a new laptop that uses components that can be upgraded as well as repaired.

How to configure multiple websites with Apache web server

Here’s how to host two or more websites on Apache, a popular and powerful web server. With name-based virtual hosting, you can use a single IP address for multiple websites. Modern web servers, including Apache, use the hostname portion of the specified URL to determine which virtual web host responds to the page request. This requires only a little more configuration than for a single site.