Under Construction
The Wiki is not yet taking editors or authors.
Please feel free to look around, though!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
simple:intro [2024/12/08 02:25] – [Introduction to Linux] CentralWaresimple:intro [2024/12/08 10:13] (current) CentralWare
Line 3: Line 3:
  
 ==== Linux on Raspberry Pi ==== ==== Linux on Raspberry Pi ====
-We support Raspberry Pi devices from RasPi ZERO to the current RasPi Five!\\  +We support Raspberry Pi devices from RasPi ZERO and ONE to the current RasPi Five!\\  
-Other devices with other fruity names will be hit or miss if we do not have those boards in stock.+Devices with other fruity names will be hit or miss if we do not have those boards in stock.\\  
 +(You're welcome to donate hardware if you would like us to try!)
  
 ==== Intel and AMD PC Computers ==== ==== Intel and AMD PC Computers ====
 We're officially claiming Pentium computers and newer being the default minimum of PC machinery we'll support. We're officially claiming Pentium computers and newer being the default minimum of PC machinery we'll support.
  
-=== Linux - What it Is Not ===+==== Linux - What it Is Not ====
   * Some people may claim Linux is a hacker's operating system. I assure you, there's an ample number of hackers on all flavors of operating systems. As of 2024/12/01 more than 83% of virus/malware attacks were focused on Windows(r) based computers and a large number of those who wrote the attack used and tested with a Windows(r) based machine.   * Some people may claim Linux is a hacker's operating system. I assure you, there's an ample number of hackers on all flavors of operating systems. As of 2024/12/01 more than 83% of virus/malware attacks were focused on Windows(r) based computers and a large number of those who wrote the attack used and tested with a Windows(r) based machine.
   * Some say that Linux and/or Unix is intended for people with an engineering or programming background.   * Some say that Linux and/or Unix is intended for people with an engineering or programming background.
Line 17: Line 18:
   * Finally, what Linux is not...  is expensive.  In fact, most releases worth having have no price tag! (Enterprise versions of some releases where corporate phone support and the likes are involved tend to have a cost for services whereas even then, the software side is usually free.)   * Finally, what Linux is not...  is expensive.  In fact, most releases worth having have no price tag! (Enterprise versions of some releases where corporate phone support and the likes are involved tend to have a cost for services whereas even then, the software side is usually free.)
  
-=== Linux - What it Is ===+==== Linux - What it Is ====
   * The two major forces running websites are Windows(r) and Linux.  Web pages hosted which end in ".html" could be from any OS. Those which end in ".php" //tend// to be Linux hosted while those in ".asp" tend to be Windows(r). As of 1st quarter 2024 stats claimed more than 70% of hosting services are running Linux; the other 30% being Unix(r), BSD, Apple(r) and Windows(r) machines.   * The two major forces running websites are Windows(r) and Linux.  Web pages hosted which end in ".html" could be from any OS. Those which end in ".php" //tend// to be Linux hosted while those in ".asp" tend to be Windows(r). As of 1st quarter 2024 stats claimed more than 70% of hosting services are running Linux; the other 30% being Unix(r), BSD, Apple(r) and Windows(r) machines.
-  * +  * Linux, like Microsoft Windows(r) or Apple's OSx(r) or MacOS(r), is a computer operating system intended to run on hardware specific to that operating system. 
 +    * An "Operating System" has been called "the layer of software that manages a computer's resources for its users and their applications." 
 +      * The Boot Loader is a specialized program responsible for telling the computer where to find the operating system. 
 +      * The Kernel is mostly responsible for opening a connection to the machine's hardware. 
 +      * The "Core" is the set of programs responsible for speaking between files or hardware devices and the shell or desktop. 
 +      * The "Desktop" is a set of programs responsible for creating and interacting with the graphics based environment. 
 +      * This list of layers applies to most operating systems out there; the names of each layer may be different but their purpose is mostly the same.