<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.khemgeek.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wikiadmin</id>
	<title>Khem Geek Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.khemgeek.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wikiadmin"/>
	<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/wiki/Special:Contributions/Wikiadmin"/>
	<updated>2026-04-07T05:29:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=29618</id>
		<title>Computers and server hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=29618"/>
		<updated>2023-08-25T05:52:59Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Changed protection settings for &amp;quot;Computers and server hardware&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modern computers are electronic devices used to compute, analyze, and display data to the user. Over the last decade, computers have increasingly grown smaller and more complex as transistor size has shrunk and roughly doubling in number for a given chip size in a phenomenon is known as [[wikipedia:Moore&amp;#039;s_law|Moore&amp;#039;s law]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The basic computer has various components designed to provide power to the unit, control the flow of electricity to various components, process commands, and to display and store data. Both consumer oriented computer hardware and server hardware utilized in enterprise environments have the same basic components.&lt;br /&gt;
&lt;br /&gt;
Personal computer (PC) components need to work together in order to form a stable computer system. Consumer computer systems can either be prebuilt from Big Box stores such as [https://www.bestbuy.com Bestbuy] or OEM manufacturers such as [Https://www.lenovo.com Lenovo], [Https://www.dell.com Dell], [Https://www.hp.com HP], or [Https://www.asus.com Asus]&lt;br /&gt;
== Consumer Computer Hardware ==&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
PC power supplies convert AC power (typically 110 V in the US) to DC current to be distributed to the various powered computer components. Power supplies typically include the following connectors.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;24 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects directly to the mainboard and provides power to the board itself.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;4 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to the CPU, sometimes seen as a 4+4 connector.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;8 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to a GPU. Sometimes seen as an 8+6 pin connector.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Sata power&amp;#039;&amp;#039;&amp;#039; - this connector connects to SATA devices such as optical media, floppy drives, hard disk drives and ssd’s.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Molex connector&amp;#039;&amp;#039;&amp;#039; - this larger 4 pin connector is used to connect accessory devices such as liquid cooling pumps and LED’s.&lt;br /&gt;
* &lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
The mainboard, often called the “motherboard” is a PCB board that houses the computer’s primary components. &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CPU socket&amp;#039;&amp;#039;&amp;#039; - where the CPU connects to the mainboard&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DIMM Slots&amp;#039;&amp;#039;&amp;#039; - slots that hold RAM chips for system memory. Often configured in pairs known as “channels”.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Chipset&amp;#039;&amp;#039;&amp;#039; - this chip resides on the mainboard and communicates instructions between the CPU, memory, and other components.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SATA Connector&amp;#039;&amp;#039;&amp;#039; - connects SATA devices to the mainboard to allow data transfer for read and write operations.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PCIe Slots&amp;#039;&amp;#039;&amp;#039; - PCI express slots allow for “daughter” expansion boards such as graphics processing cards, network interface cards, and RAID cards&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;I/O Panel&amp;#039;&amp;#039;&amp;#039; - this panel, typically configured to be at the rear of the machine, allows peripheral connections to graphics, input, USB, networking, and audio devices.&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
The Central Processing Unit (CPU) is a computer chip that handles complex computations and calculations handed to it by the [[Operating Systems|operating system]]. Due to the massive amount of heat created to process these calculations, CPUs generally require coolers to dissipate the heat. Modern consumer PC computers are manufactured by three main companies:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Intel&amp;#039;&amp;#039;&amp;#039; - Intel produces desktop and enterprise chips including the Intel Core I-Series (i9, i7, i5, and i3 processors). Current common socket size is Socket 1200.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;AMD&amp;#039;&amp;#039;&amp;#039; - AMD produces the Ryzen series of processors using the AM4 socket&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Apple&amp;#039;&amp;#039;&amp;#039; - produces the proprietary M1 chip for their MacOS products.&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
The graphics processing unit (GPU) takes instructions from the CPU and operating system to display a graphical interface to the user on a display.&lt;br /&gt;
=== Memory ===&lt;br /&gt;
Data to be processed by the CPU and stored for faster access without writing to disk is stored in Random Access Memory (RAM), commonly called simply &amp;quot;memory&amp;quot;. RAM is composed of series of DIMM chips often organized into lanes, often in pairs. There are different types of DIMM chips for laptop and desktop motherboards.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DIMM&amp;#039;&amp;#039;&amp;#039; - The standard RAM chip in most desktop computers. Standard length of 133.35mm (5.25 in.)&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;288 Pin&amp;#039;&amp;#039;&amp;#039; - The newest generations of RAM, DDR5 and DDR4, have 288 pins.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;240 Pin&amp;#039;&amp;#039;&amp;#039; - Older generations of RAM, DDR3 and DDR2, have 240 pins.  &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SO-DIM&amp;#039;&amp;#039;&amp;#039; - The standard RAM chip in most laptop computers. Standard length of 67.60mm (2.25 in.)&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;262 Pin&amp;#039;&amp;#039;&amp;#039; - DDR5 SO-DIMM RAM. This newest generation has a different number of pins than either of the previous generations.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;260 Pin&amp;#039;&amp;#039;&amp;#039; - DDR4 SO-DIMM RAM. &lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;204 Pin&amp;#039;&amp;#039;&amp;#039; - DDR3 SO-DIMM RAM.&lt;br /&gt;
=== Physical Storage ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Hard Drive&amp;#039;&amp;#039;&amp;#039; - Pseudonymous term for most internal storage. consists of several spinning platters upon which data is stored.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;3.50 in. HDD&amp;#039;&amp;#039;&amp;#039; - The most common form factor for spinning platter hard drives, especially for desktop systems&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;2.50 in. HDD&amp;#039;&amp;#039;&amp;#039; - The most common form factor for spinning platter hard drives in laptop systems due to being thinner and lighter than 3.50 inch drives.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SSD&amp;#039;&amp;#039;&amp;#039; - Solid State Drives (SSD) are becoming the predominant internal storage due to their efficiency, shock resistance, and longevity.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;2.5 SSD&amp;#039;&amp;#039;&amp;#039; - One of the most common form factors for SSD&amp;#039;s. This form factor fits most bays for laptop hard drives.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;nVME M.2 -&amp;#039;&amp;#039;&amp;#039; The newest form factor of SSD&amp;#039;s that is becoming increasingly common due to physical size and efficiency. 2 TB nVME drives or larger are becoming increasingly affordable.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;mSATA&amp;#039;&amp;#039;&amp;#039; - One of the first internal SSD form factors for tablet computers. This form factor is mostly outdated, having been superseded by the M.2 standard.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=29617</id>
		<title>Computers and server hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=29617"/>
		<updated>2023-08-25T05:52:41Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Protected &amp;quot;Computers and server hardware&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modern computers are electronic devices used to compute, analyze, and display data to the user. Over the last decade, computers have increasingly grown smaller and more complex as transistor size has shrunk and roughly doubling in number for a given chip size in a phenomenon is known as [[wikipedia:Moore&amp;#039;s_law|Moore&amp;#039;s law]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The basic computer has various components designed to provide power to the unit, control the flow of electricity to various components, process commands, and to display and store data. Both consumer oriented computer hardware and server hardware utilized in enterprise environments have the same basic components.&lt;br /&gt;
&lt;br /&gt;
Personal computer (PC) components need to work together in order to form a stable computer system. Consumer computer systems can either be prebuilt from Big Box stores such as [https://www.bestbuy.com Bestbuy] or OEM manufacturers such as [Https://www.lenovo.com Lenovo], [Https://www.dell.com Dell], [Https://www.hp.com HP], or [Https://www.asus.com Asus]&lt;br /&gt;
== Consumer Computer Hardware ==&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
PC power supplies convert AC power (typically 110 V in the US) to DC current to be distributed to the various powered computer components. Power supplies typically include the following connectors.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;24 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects directly to the mainboard and provides power to the board itself.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;4 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to the CPU, sometimes seen as a 4+4 connector.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;8 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to a GPU. Sometimes seen as an 8+6 pin connector.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Sata power&amp;#039;&amp;#039;&amp;#039; - this connector connects to SATA devices such as optical media, floppy drives, hard disk drives and ssd’s.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Molex connector&amp;#039;&amp;#039;&amp;#039; - this larger 4 pin connector is used to connect accessory devices such as liquid cooling pumps and LED’s.&lt;br /&gt;
* &lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
The mainboard, often called the “motherboard” is a PCB board that houses the computer’s primary components. &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CPU socket&amp;#039;&amp;#039;&amp;#039; - where the CPU connects to the mainboard&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DIMM Slots&amp;#039;&amp;#039;&amp;#039; - slots that hold RAM chips for system memory. Often configured in pairs known as “channels”.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Chipset&amp;#039;&amp;#039;&amp;#039; - this chip resides on the mainboard and communicates instructions between the CPU, memory, and other components.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SATA Connector&amp;#039;&amp;#039;&amp;#039; - connects SATA devices to the mainboard to allow data transfer for read and write operations.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PCIe Slots&amp;#039;&amp;#039;&amp;#039; - PCI express slots allow for “daughter” expansion boards such as graphics processing cards, network interface cards, and RAID cards&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;I/O Panel&amp;#039;&amp;#039;&amp;#039; - this panel, typically configured to be at the rear of the machine, allows peripheral connections to graphics, input, USB, networking, and audio devices.&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
The Central Processing Unit (CPU) is a computer chip that handles complex computations and calculations handed to it by the [[Operating Systems|operating system]]. Due to the massive amount of heat created to process these calculations, CPUs generally require coolers to dissipate the heat. Modern consumer PC computers are manufactured by three main companies:&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Intel&amp;#039;&amp;#039;&amp;#039; - Intel produces desktop and enterprise chips including the Intel Core I-Series (i9, i7, i5, and i3 processors). Current common socket size is Socket 1200.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;AMD&amp;#039;&amp;#039;&amp;#039; - AMD produces the Ryzen series of processors using the AM4 socket&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Apple&amp;#039;&amp;#039;&amp;#039; - produces the proprietary M1 chip for their MacOS products.&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
The graphics processing unit (GPU) takes instructions from the CPU and operating system to display a graphical interface to the user on a display.&lt;br /&gt;
=== Memory ===&lt;br /&gt;
Data to be processed by the CPU and stored for faster access without writing to disk is stored in Random Access Memory (RAM), commonly called simply &amp;quot;memory&amp;quot;. RAM is composed of series of DIMM chips often organized into lanes, often in pairs. There are different types of DIMM chips for laptop and desktop motherboards.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DIMM&amp;#039;&amp;#039;&amp;#039; - The standard RAM chip in most desktop computers. Standard length of 133.35mm (5.25 in.)&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;288 Pin&amp;#039;&amp;#039;&amp;#039; - The newest generations of RAM, DDR5 and DDR4, have 288 pins.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;240 Pin&amp;#039;&amp;#039;&amp;#039; - Older generations of RAM, DDR3 and DDR2, have 240 pins.  &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SO-DIM&amp;#039;&amp;#039;&amp;#039; - The standard RAM chip in most laptop computers. Standard length of 67.60mm (2.25 in.)&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;262 Pin&amp;#039;&amp;#039;&amp;#039; - DDR5 SO-DIMM RAM. This newest generation has a different number of pins than either of the previous generations.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;260 Pin&amp;#039;&amp;#039;&amp;#039; - DDR4 SO-DIMM RAM. &lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;204 Pin&amp;#039;&amp;#039;&amp;#039; - DDR3 SO-DIMM RAM.&lt;br /&gt;
=== Physical Storage ===&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Hard Drive&amp;#039;&amp;#039;&amp;#039; - Pseudonymous term for most internal storage. consists of several spinning platters upon which data is stored.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;3.50 in. HDD&amp;#039;&amp;#039;&amp;#039; - The most common form factor for spinning platter hard drives, especially for desktop systems&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;2.50 in. HDD&amp;#039;&amp;#039;&amp;#039; - The most common form factor for spinning platter hard drives in laptop systems due to being thinner and lighter than 3.50 inch drives.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SSD&amp;#039;&amp;#039;&amp;#039; - Solid State Drives (SSD) are becoming the predominant internal storage due to their efficiency, shock resistance, and longevity.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;2.5 SSD&amp;#039;&amp;#039;&amp;#039; - One of the most common form factors for SSD&amp;#039;s. This form factor fits most bays for laptop hard drives.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;nVME M.2 -&amp;#039;&amp;#039;&amp;#039; The newest form factor of SSD&amp;#039;s that is becoming increasingly common due to physical size and efficiency. 2 TB nVME drives or larger are becoming increasingly affordable.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;mSATA&amp;#039;&amp;#039;&amp;#039; - One of the first internal SSD form factors for tablet computers. This form factor is mostly outdated, having been superseded by the M.2 standard.&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=29616</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=29616"/>
		<updated>2023-08-25T05:52:19Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Protected &amp;quot;Main Page&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt; Welcome to The Khem Geek Wiki&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki was created as an aid and guide for all those interested in technology. From the homelab builder to the Security Analyst, there is always more to learn. Feel free to browse the topics below.&lt;br /&gt;
== Wiki Topics ==&lt;br /&gt;
* [[Computers and server hardware|Computers and Server Hardware]]&lt;br /&gt;
* [[Operating Systems]]&lt;br /&gt;
* [[Self hosted applications|Self-Hosted Applications]]&lt;br /&gt;
* [[Cybersecurity and Online Threats]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=29613</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=29613"/>
		<updated>2023-08-25T05:51:25Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt; Welcome to The Khem Geek Wiki&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki was created as an aid and guide for all those interested in technology. From the homelab builder to the Security Analyst, there is always more to learn. Feel free to browse the topics below.&lt;br /&gt;
== Wiki Topics ==&lt;br /&gt;
* [[Computers and server hardware|Computers and Server Hardware]]&lt;br /&gt;
* [[Operating Systems]]&lt;br /&gt;
* [[Self hosted applications|Self-Hosted Applications]]&lt;br /&gt;
* [[Cybersecurity and Online Threats]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=72</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=72"/>
		<updated>2022-12-18T17:07:13Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Wiki Topics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt; Welcome to The Khem Geek Wiki&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki was created as an aid and guide for all those interested in technology. From the homelab builder to the Security Analyst, there is always more to learn. Feel free to browse the topics below.&lt;br /&gt;
== Wiki Topics ==&lt;br /&gt;
* [[Computers and server hardware|Computers and Server Hardware]]&lt;br /&gt;
* [[Operating Systems]]&lt;br /&gt;
* [[Self hosted applications|Self-Hosted Applications]]&lt;br /&gt;
* [[Cybersecurity and Online Threats]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=25</id>
		<title>Computers and server hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=25"/>
		<updated>2022-05-29T01:19:31Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Consumer Computer Hardware */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modern computers are electronic devices used to compute, analyze, and display data to the user. Over the last decade, computers have increasingly grown smaller and more complex as transistor size has shrunk and roughly doubling in number for a given chip size in a phenomenon is known as [[wikipedia:Moore&amp;#039;s_law|Moore&amp;#039;s law]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The basic computer has various components designed to provide power to the unit, control the flow of electricity to various components, process commands, and to display and store data. Both consumer oriented computer hardware and server hardware utilized in enterprise environments have the same basic components.&lt;br /&gt;
&lt;br /&gt;
Personal computer (PC) components need to work together in order to form a stable computer system. Consumer computer systems can either be prebuilt from Big Box stores such as [https://www.bestbuy.com Bestbuy] or OEM manufacturers such as [Https://www.lenovo.com Lenovo], [Https://www.dell.com Dell], [Https://www.hp.com HP], or [Https://www.asus.com Asus] &lt;br /&gt;
&lt;br /&gt;
== Consumer Computer Hardware ==&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
PC power supplies convert AC power (typically 110 V in the US) to DC current to be distributed to the various powered computer components. Power supplies typically include the following connectors.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;24 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects directly to the mainboard and provides power to the board itself.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;4 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to the CPU, sometimes seen as a 4+4 connector.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;8 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to a GPU. Sometimes seen as an 8+6 pin connector.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Sata power&amp;#039;&amp;#039;&amp;#039; - this connector connects to SATA devices such as optical media, floppy drives, hard disk drives and ssd’s.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Molex connector&amp;#039;&amp;#039;&amp;#039; - this larger 4 pin connector is used to connect accessory devices such as liquid cooling pumps and LED’s.&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
The mainboard, often called the “motherboard” is a PCB board that houses the computer’s primary components. &lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CPU socket&amp;#039;&amp;#039;&amp;#039; - where the CPU connects to the mainboard&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DIMM Slots&amp;#039;&amp;#039;&amp;#039; - slots that hold RAM chips for system memory. Often configured in pairs known as “channels”.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Chipset&amp;#039;&amp;#039;&amp;#039; - this chip resides on the mainboard and communicates instructions between the CPU, memory, and other components.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SATA Connector&amp;#039;&amp;#039;&amp;#039; - connects SATA devices to the mainboard to allow data transfer for read and write operations.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PCIe Slots&amp;#039;&amp;#039;&amp;#039; - PCI express slots allow for “daughter” expansion boards such as graphics processing cards, network interface cards, and RAID cards&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;I/O Panel&amp;#039;&amp;#039;&amp;#039;  - this panel, typically configured to be at the rear of the machine, allows peripheral connections to graphics, input, USB, networking, and audio devices.&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
The Central Processing Unit (CPU) is a computer chip that handles complex computations and calculations handed to it by the [[Operating Systems|operating system]]. Due to the massive amount of heat created to process these calculations, CPUs generally require coolers to dissipate the heat. Modern consumer PC computers are manufactured by three main companies:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Intel&amp;#039;&amp;#039;&amp;#039; - Intel produces desktop and enterprise chips including the Intel Core I-Series (i9, i7, i5, and i3 processors). Current common socket size is Socket 1200.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;AMD&amp;#039;&amp;#039;&amp;#039; - AMD produces the Ryzen series of processors using the AM4 socket&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Apple&amp;#039;&amp;#039;&amp;#039; - produces the proprietary M1 chip for their MacOS products.&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
The graphics processing unit (GPU) takes instructions from the CPU and operating system to display a graphical interface to the user on a display.&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;br /&gt;
&lt;br /&gt;
== Enterprise Server Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=24</id>
		<title>Computers and server hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=24"/>
		<updated>2022-05-28T03:26:42Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modern computers are electronic devices used to compute, analyze, and display data to the user. Over the last decade, computers have increasingly grown smaller and more complex as transistor size has shrunk and roughly doubling in number for a given chip size in a phenomenon is known as [[wikipedia:Moore&amp;#039;s_law|Moore&amp;#039;s law]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The basic computer has various components designed to provide power to the unit, control the flow of electricity to various components, process commands, and to display and store data. Both consumer oriented computer hardware and server hardware utilized in enterprise environments have the same basic components.&lt;br /&gt;
&lt;br /&gt;
Personal computer (PC) components need to work together in order to form a stable computer system. Consumer computer systems can either be prebuilt from Big Box stores such as [https://www.bestbuy.com Bestbuy] or OEM manufacturers such as [Https://www.lenovo.com Lenovo], [Https://www.dell.com Dell], [Https://www.hp.com HP], or [Https://www.asus.com Asus] &lt;br /&gt;
&lt;br /&gt;
== Consumer Computer Hardware ==&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
PC power supplies convert AC power (typically 110 V in the US) to DC current to be distributed to the various powered computer components. Power supplies typically include the following connectors.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;24 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects directly to the mainboard and provides power to the board itself.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;4 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to the CPU, sometimes seen as a 4+4 connector.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;8 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to a GPU. Sometimes seen as an 8+6 pin connector.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Sata power&amp;#039;&amp;#039;&amp;#039; - this connector connects to SATA devices such as optical media, floppy drives, hard disk drives and ssd’s.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Molex connector&amp;#039;&amp;#039;&amp;#039; - this larger 4 pin connector is used to connect accessory devices such as liquid cooling pumps and LED’s.&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
The mainboard, often called the “motherboard” is a PCB board that houses the computer’s primary components. &lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CPU socket&amp;#039;&amp;#039;&amp;#039; - where the CPU connects to the mainboard&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DIMM Slots&amp;#039;&amp;#039;&amp;#039; - slots that hold RAM chips for system memory. Often configured in pairs known as “channels”.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Chipset&amp;#039;&amp;#039;&amp;#039; - this chip resides on the mainboard and communicates instructions between the CPU, memory, and other components.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SATA Connector&amp;#039;&amp;#039;&amp;#039; - connects SATA devices to the mainboard to allow data transfer for read and write operations.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PCIe Slots&amp;#039;&amp;#039;&amp;#039; - PCI express slots allow for “daughter” expansion boards such as graphics processing cards, network interface cards, and RAID cards&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;I/O Panel&amp;#039;&amp;#039;&amp;#039;  - this panel, typically configured to be at the rear of the machine, allows peripheral connections to graphics, input, USB, networking, and audio devices.&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
The Central Processing Unit (CPU) is a computer chip that handles complex computations and calculations handed to it by the [[Operating Systems|operating system]]. Due to the massive amount of heat created to process these calculations, CPUs generally require coolers to dissipate the heat. Modern consumer PC computers are manufactured by three main companies:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Intel&amp;#039;&amp;#039;&amp;#039; - Intel produces desktop and enterprise chips including the Intel Core I-Series (i9, i7, i5, and i3 processors). Current common socket size is Socket 1200.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;AMD&amp;#039;&amp;#039;&amp;#039; - AMD produces the Ryzen series of processors using the AM4 socket&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Apple&amp;#039;&amp;#039;&amp;#039; - produces the proprietary M1 chip for their MacOS products.&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
The graphics processing unit (GPU) takes instructions from the CPU and operating system to display a graphical interface to the user on a display.&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enterprise Server Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=23</id>
		<title>Computers and server hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=23"/>
		<updated>2022-05-28T01:16:07Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modern computers are electronic devices used to compute, analyze, and display data to the user. Over the last decade, computers have increasingly grown smaller and more complex as transistor size has shrunk and roughly doubling in number for a given chip size in a phenomenon is known as [[wikipedia:Moore&amp;#039;s_law|Moore&amp;#039;s law]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The basic computer has various components designed to provide power to the unit, control the flow of electricity to various components, process commands, and to display and store data. Both consumer oriented computer hardware and server hardware utilized in enterprise environments have the same basic components.&lt;br /&gt;
&lt;br /&gt;
Personal computer (PC) components need to work together in order to form a stable computer system. Consumer computer systems can either be prebuilt from Big Box stores such as [https://www.bestbuy.com Bestbuy] or OEM manufacturers such as [Https://www.lenovo.com Lenovo], [Https://www.dell.com Dell], [Https://www.hp.com HP], or [Https://www.asus.com Asus] &lt;br /&gt;
&lt;br /&gt;
== Consumer Computer Hardware ==&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
PC power supplies convert AC power (typically 110 V in the US) to DC current to be distributed to the various powered computer components. Power supplies typically include the following connectors.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;24 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects directly to the mainboard and provides power to the board itself.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;4 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to the CPU, sometimes seen as a 4+4 connector.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;8 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to a GPU. Sometimes seen as an 8+6 pin connector.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Sata power&amp;#039;&amp;#039;&amp;#039; - this connector connects to SATA devices such as optical media, floppy drives, hard disk drives and ssd’s.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Molex connector&amp;#039;&amp;#039;&amp;#039; - this larger 4 pin connector is used to connect accessory devices such as liquid cooling pumps and LED’s.&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
The mainboard, often called the “motherboard” is a PCB board that houses the computer’s primary components. &lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;CPU socket&amp;#039;&amp;#039;&amp;#039; - where the CPU connects to the mainboard&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DIMM Slots&amp;#039;&amp;#039;&amp;#039; - slots that hold RAM chips for system memory. Often configured in pairs known as “channels”.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Chipset&amp;#039;&amp;#039;&amp;#039; - this chip resides on the mainboard and communicates instructions between the CPU, memory, and other components.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;SATA Connector&amp;#039;&amp;#039;&amp;#039; - connects SATA devices to the mainboard to allow data transfer for read and write operations.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;PCIe Slots&amp;#039;&amp;#039;&amp;#039; - PCI express slots allow for “daughter” expansion boards such as graphics processing cards, network interface cards, and RAID cards&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;I/O Panel&amp;#039;&amp;#039;&amp;#039;  - this panel, typically configured to be at the rear of the machine, allows peripheral connections to graphics, input, USB, networking, and audio devices.&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enterprise Server Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=22</id>
		<title>Computers and server hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=22"/>
		<updated>2022-05-28T00:58:51Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modern computers are electronic devices used to compute, analyze, and display data to the user. Over the last decade, computers have increasingly grown smaller and more complex as transistor size has shrunk and roughly doubling in number for a given chip size in a phenomenon is known as [[wikipedia:Moore&amp;#039;s_law|Moore&amp;#039;s law]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The basic computer has various components designed to provide power to the unit, control the flow of electricity to various components, process commands, and to display and store data. Both consumer oriented computer hardware and server hardware utilized in enterprise environments have the same basic components.&lt;br /&gt;
&lt;br /&gt;
Personal computer (PC) components need to work together in order to form a stable computer system. Consumer computer systems can either be prebuilt from Big Box stores such as [https://www.bestbuy.com Bestbuy] or OEM manufacturers such as [Https://www.lenovo.com Lenovo], [Https://www.dell.com Dell], [Https://www.hp.com HP], or [Https://www.asus.com Asus] &lt;br /&gt;
&lt;br /&gt;
== Consumer Computer Hardware ==&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
PC power supplies convert AC power (typically 110 V in the US) to DC current to be distributed to the various powered computer components. Power supplies typically include the following connectors.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;24 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects directly to the mainboard and provides power to the board itself.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;4 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to the CPU, sometimes seen as a 4+4 connector.&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enterprise Server Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=21</id>
		<title>Computers and server hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=21"/>
		<updated>2022-05-28T00:49:07Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modern computers are electronic devices used to compute, analyze, and display data to the user. Over the last decade, computers have increasingly grown smaller and more complex as transistor size has shrunk and roughly doubling in number for a given chip size in a s phenomenon is known as [[wikipedia:Moore&amp;#039;s_law|Moore&amp;#039;s law]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The basic computer has various components designed to provide power to the unit, control the flow of electricity to various components, process commands, and to display and store data. Both consumer oriented computer hardware and server hardware utilized in enterprise environments have the same basic components.&lt;br /&gt;
&lt;br /&gt;
Personal computer (PC) components need to work together in order to form a stable computer system. Consumer computer systems can either be prebuilt from Big Box stores such as [https://www.bestbuy.com Bestbuy] or OEM manufacturers such as [Https://www.lenovo.com Lenovo], [Https://www.dell.com Dell], [Https://www.hp.com HP], or [Https://www.asus.com Asus] &lt;br /&gt;
&lt;br /&gt;
== Consumer Computer Hardware ==&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
PC power supplies convert AC power (typically 110 V in the US) to DC current to be distributed to the various powered computer components. Power supplies typically include the following connectors.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;24 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects directly to the mainboard and provides power to the board itself.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;4 pin connector&amp;#039;&amp;#039;&amp;#039; - this connector connects to the CPU, sometimes seen as a 4+4 connector.&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enterprise Server Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=20</id>
		<title>Computers and server hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=20"/>
		<updated>2022-05-28T00:40:50Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modern computers are electronic devices used to compute, analyze, and display data to the user. Over the last decade, computers have increasingly grown smaller and more complex as transistor size has shrunk and roughly doubling in number for a given chip size in a s phenomenon is known as [[wikipedia:Moore&amp;#039;s_law|Moore&amp;#039;s law]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The basic computer has various components designed to provide power to the unit, control the flow of electricity to various components, process commands, and to display and store data. Both consumer oriented computer hardware and server hardware utilized in enterprise environments have the same basic components.&lt;br /&gt;
&lt;br /&gt;
Personal computer (PC) components need to work together in order to form a stable computer system. Consumer computer systems can either be prebuilt from Big Box stores such as [https://www.bestbuy.com Bestbuy] or OEM manufacturers such as [Https://www.lenovo.com Lenovo], [Https://www.dell.com Dell], [Https://www.hp.com HP], or [Https://www.asus.com Asus] &lt;br /&gt;
&lt;br /&gt;
== Consumer Computer Hardware ==&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enterprise Server Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=19</id>
		<title>Computers and server hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=19"/>
		<updated>2022-05-28T00:11:29Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Modern computers are electronic devices used to compute, analyze, and display data to the user. Over the last decade, computers have increasingly grown smaller and more complex as transistor size has shrunk and roughly doubling in number for a given chip size in a s phenomenon is known as [[wikipedia:Moore&amp;#039;s_law|Moore&amp;#039;s law]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The basic computer has various components designed to provide power to the unit, control the flow of electricity to various components, process commands, and to display and store data. Both consumer oriented computer hardware and server hardware utilized in enterprise environments have the same basic components.&lt;br /&gt;
&lt;br /&gt;
Personal computer (PC) components need to work together in order to form a stable computer system. Consumer computer systems can either be prebuilt from Big Box stores such as [https://www.bestbuy.com Bestbuy] or OEM manufacturers such as Lenovo, Dell, HP, or Asus &lt;br /&gt;
&lt;br /&gt;
== Consumer Computer Hardware ==&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Enterprise Server Hardware ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Power Supply ===&lt;br /&gt;
&lt;br /&gt;
=== Mainboard ===&lt;br /&gt;
&lt;br /&gt;
=== Central Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Graphics Processing Unit ===&lt;br /&gt;
&lt;br /&gt;
=== Memory ===&lt;br /&gt;
&lt;br /&gt;
=== Physical Storage ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Operating_Systems&amp;diff=18</id>
		<title>Operating Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Operating_Systems&amp;diff=18"/>
		<updated>2022-05-27T21:11:28Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A computer&amp;#039;s &amp;#039;&amp;#039;&amp;#039;operating system (OS)&amp;#039;&amp;#039;&amp;#039; is software that instructs the computer on how to manage [[Computers and server hardware|computer hardware]], as well as interpret, store, and present data to the user. The dominant operating system worldwide for consumer computers is [[Microsoft Windows]]. Other important Operating Systems include&lt;br /&gt;
&lt;br /&gt;
{{Template}}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Cybersecurity_and_Online_Threats&amp;diff=17</id>
		<title>Cybersecurity and Online Threats</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Cybersecurity_and_Online_Threats&amp;diff=17"/>
		<updated>2022-05-27T21:10:57Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot;{{Template}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template}}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Template:Template&amp;diff=16</id>
		<title>Template:Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Template:Template&amp;diff=16"/>
		<updated>2022-05-27T21:10:29Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== 1st section title ==&lt;br /&gt;
&lt;br /&gt;
text&lt;br /&gt;
&lt;br /&gt;
== 2nd section title ==&lt;br /&gt;
&lt;br /&gt;
text&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bibliography ==&lt;br /&gt;
* {{cite book&lt;br /&gt;
 |last      = &lt;br /&gt;
 |first     = &lt;br /&gt;
 |title     = title&lt;br /&gt;
 |publisher = &lt;br /&gt;
 |editor    = &lt;br /&gt;
 |url       = &lt;br /&gt;
 |year      = &lt;br /&gt;
 |place     = &lt;br /&gt;
 |isbn      = &lt;br /&gt;
}}&lt;br /&gt;
* {{cite book&lt;br /&gt;
 |last      = &lt;br /&gt;
 |first     = &lt;br /&gt;
 |title     = title&lt;br /&gt;
 |publisher = &lt;br /&gt;
 |editor    = &lt;br /&gt;
 |url       = &lt;br /&gt;
 |year      = &lt;br /&gt;
 |place     = &lt;br /&gt;
 |isbn      = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:}}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Template:Template&amp;diff=15</id>
		<title>Template:Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Template:Template&amp;diff=15"/>
		<updated>2022-05-27T21:10:17Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{user sandbox+ | {{&amp;lt;includeonly&amp;gt;safesubst:&amp;lt;/includeonly&amp;gt;NAMESPACENUMBER}} &amp;lt;!-- Do not remove this line as long as this page is still a sandbox --&amp;gt; }}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;{{&amp;lt;includeonly&amp;gt;safesubst:&amp;lt;/includeonly&amp;gt;SUBPAGENAME}}&amp;#039;&amp;#039;&amp;#039; is…&lt;br /&gt;
&lt;br /&gt;
== 1st section title ==&lt;br /&gt;
&lt;br /&gt;
text&lt;br /&gt;
&lt;br /&gt;
== 2nd section title ==&lt;br /&gt;
&lt;br /&gt;
text&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bibliography ==&lt;br /&gt;
* {{cite book&lt;br /&gt;
 |last      = &lt;br /&gt;
 |first     = &lt;br /&gt;
 |title     = title&lt;br /&gt;
 |publisher = &lt;br /&gt;
 |editor    = &lt;br /&gt;
 |url       = &lt;br /&gt;
 |year      = &lt;br /&gt;
 |place     = &lt;br /&gt;
 |isbn      = &lt;br /&gt;
}}&lt;br /&gt;
* {{cite book&lt;br /&gt;
 |last      = &lt;br /&gt;
 |first     = &lt;br /&gt;
 |title     = title&lt;br /&gt;
 |publisher = &lt;br /&gt;
 |editor    = &lt;br /&gt;
 |url       = &lt;br /&gt;
 |year      = &lt;br /&gt;
 |place     = &lt;br /&gt;
 |isbn      = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:}}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Template:Template&amp;diff=14</id>
		<title>Template:Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Template:Template&amp;diff=14"/>
		<updated>2022-05-27T21:09:28Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Template&amp;diff=12</id>
		<title>Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Template&amp;diff=12"/>
		<updated>2022-05-27T21:08:54Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== 1st section title ==&lt;br /&gt;
&lt;br /&gt;
text&lt;br /&gt;
&lt;br /&gt;
== 2nd section title ==&lt;br /&gt;
&lt;br /&gt;
text&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bibliography ==&lt;br /&gt;
* {{cite book&lt;br /&gt;
 |last      = &lt;br /&gt;
 |first     = &lt;br /&gt;
 |title     = title&lt;br /&gt;
 |publisher = &lt;br /&gt;
 |editor    = &lt;br /&gt;
 |url       = &lt;br /&gt;
 |year      = &lt;br /&gt;
 |place     = &lt;br /&gt;
 |isbn      = &lt;br /&gt;
}}&lt;br /&gt;
* {{cite book&lt;br /&gt;
 |last      = &lt;br /&gt;
 |first     = &lt;br /&gt;
 |title     = title&lt;br /&gt;
 |publisher = &lt;br /&gt;
 |editor    = &lt;br /&gt;
 |url       = &lt;br /&gt;
 |year      = &lt;br /&gt;
 |place     = &lt;br /&gt;
 |isbn      = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:}}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Template&amp;diff=11</id>
		<title>Template</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Template&amp;diff=11"/>
		<updated>2022-05-27T21:06:24Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot;&amp;lt;namespace&amp;gt;: Template  == 1st section title ==  text  == 2nd section title ==  text  == See also == *  *   == References == &amp;lt;references /&amp;gt;  == Bibliography == * {{cite book  |last      =   |first     =   |title     = title  |publisher =   |editor    =   |url       =   |year      =   |place     =   |isbn      =  }} * {{cite book  |last      =   |first     =   |title     = title  |publisher =   |editor    =   |url       =   |year      =   |place     =   |isbn      =  }}...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;namespace&amp;gt;: Template&lt;br /&gt;
&lt;br /&gt;
== 1st section title ==&lt;br /&gt;
&lt;br /&gt;
text&lt;br /&gt;
&lt;br /&gt;
== 2nd section title ==&lt;br /&gt;
&lt;br /&gt;
text&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bibliography ==&lt;br /&gt;
* {{cite book&lt;br /&gt;
 |last      = &lt;br /&gt;
 |first     = &lt;br /&gt;
 |title     = title&lt;br /&gt;
 |publisher = &lt;br /&gt;
 |editor    = &lt;br /&gt;
 |url       = &lt;br /&gt;
 |year      = &lt;br /&gt;
 |place     = &lt;br /&gt;
 |isbn      = &lt;br /&gt;
}}&lt;br /&gt;
* {{cite book&lt;br /&gt;
 |last      = &lt;br /&gt;
 |first     = &lt;br /&gt;
 |title     = title&lt;br /&gt;
 |publisher = &lt;br /&gt;
 |editor    = &lt;br /&gt;
 |url       = &lt;br /&gt;
 |year      = &lt;br /&gt;
 |place     = &lt;br /&gt;
 |isbn      = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* &lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:}}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Operating_Systems&amp;diff=10</id>
		<title>Operating Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Operating_Systems&amp;diff=10"/>
		<updated>2022-05-27T21:01:27Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A computer&amp;#039;s &amp;#039;&amp;#039;&amp;#039;operating system (OS)&amp;#039;&amp;#039;&amp;#039; is software that instructs the computer on how to manage [[Computers and server hardware|computer hardware]], as well as interpret, store, and present data to the user. The dominant operating system worldwide for consumer computers is [[Microsoft Windows]]. Other important Operating Systems include&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Operating_Systems&amp;diff=9</id>
		<title>Operating Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Operating_Systems&amp;diff=9"/>
		<updated>2022-05-27T20:50:28Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created blank page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=7</id>
		<title>Computers and server hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Computers_and_server_hardware&amp;diff=7"/>
		<updated>2022-05-27T02:58:58Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Created page with &amp;quot;Computers are&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Computers are&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=6</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=6"/>
		<updated>2022-05-27T02:45:51Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Wiki Subjects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt; Welcome to The Khem Geek Wiki&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki was created as an aid and guide for all those interested in technology. From the homelab builder to the Security Analyst, there is always more to learn. Feel free to browse the topics below.&lt;br /&gt;
&lt;br /&gt;
== Wiki Topics ==&lt;br /&gt;
* [[Computers and server hardware|Computers and Server Hardware]]&lt;br /&gt;
* [[Operating Systems]]&lt;br /&gt;
* [[Self hosted applications|Self-Hosted Applications]]&lt;br /&gt;
* [[Cybersecurity and Online Threats]]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=5</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=5"/>
		<updated>2022-05-27T02:42:38Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Wiki Subjects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt; Welcome to The Khem Geek Wiki&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki was created as an aid and guide for all those interested in technology. From the homelab builder to the Security Analyst, there is always more to learn. Feel free to browse the topics below.&lt;br /&gt;
&lt;br /&gt;
== Wiki Subjects ==&lt;br /&gt;
* [https://wiki.khemgeek.com/wiki/Computer_and_server_hardware|Computer Computers and server hardware]&lt;br /&gt;
* Operating Systems&lt;br /&gt;
* Self hosted applications&lt;br /&gt;
* Security&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=4</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=4"/>
		<updated>2022-05-27T02:33:01Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Wiki Subjects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt; Welcome to The Khem Geek Wiki&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki was created as an aid and guide for all those interested in technology. From the homelab builder to the Security Analyst, there is always more to learn. Feel free to browse the topics below.&lt;br /&gt;
&lt;br /&gt;
== Wiki Subjects ==&lt;br /&gt;
* [[https://wiki.khemgeek.com/wiki/Computer_and_server_hardware|Computer and server hardware]]&lt;br /&gt;
* Operating Systems&lt;br /&gt;
* Self hosted applications&lt;br /&gt;
* Security&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=3</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=3"/>
		<updated>2022-05-27T01:16:45Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt; Welcome to The Khem Geek Wiki&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki was created as an aid and guide for all those interested in technology. From the homelab builder to the Security Analyst, there is always more to learn. Feel free to browse the topics below.&lt;br /&gt;
&lt;br /&gt;
== Wiki Subjects ==&lt;br /&gt;
* Computer and server hardware&lt;br /&gt;
* Operating Systems&lt;br /&gt;
* Self hosted applications&lt;br /&gt;
* Security&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=2</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.khemgeek.com/w/index.php?title=Main_Page&amp;diff=2"/>
		<updated>2022-05-24T22:33:44Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt; Welcome to The Khem Geek Wiki&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This wiki was created as an aid and guide for all those interested in technology. From the homelab builder to the Security Analyst, there is always more to learn. Feel free to browse the topics below.&lt;br /&gt;
&lt;br /&gt;
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
</feed>