<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.r00tedvw.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.r00tedvw.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=R00t</id>
		<title>r00tedvw.com wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.r00tedvw.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=R00t"/>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Special:Contributions/R00t"/>
		<updated>2026-08-02T23:17:14Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference</id>
		<title>Ubuntu22/Quick Reference</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference"/>
				<updated>2025-03-05T05:00:52Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Ubuntu22/Quick_Reference|Quick Reference]]&lt;br /&gt;
=Base packages=&lt;br /&gt;
==General==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y nodejs&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==New Gnome Console and text editor==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y gnome-console gnome-text-editor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==oh-my-zsh==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y build-essential curl file git git-core fonts-powerline&lt;br /&gt;
~$ sudo apt install -y zsh&lt;br /&gt;
~$ sh -c &amp;quot;$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==DisplayLink Driver==&lt;br /&gt;
Make sure secure boot is NOT enabled.  It will prevent EDVI DKMS from being installed.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update -y &amp;amp;&amp;amp; sudo apt install -y dkms libdrm-dev&lt;br /&gt;
~$ wget https://www.synaptics.com/sites/default/files/exe_files/2022-08/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.6.1-EXE.zip&lt;br /&gt;
~$ sudo displaylink-driver-5.3.0.xx.run&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chrome==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update &amp;amp;&amp;amp; sudo apt upgrade -y&lt;br /&gt;
~$ sudo apt install -y software-properties-common apt-transport-https wget ca-certificates gnupg2 ubuntu-keyring&lt;br /&gt;
~$ sudo wget -O- https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y google-chrome-stable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KeePassXC==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y keepassxc&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Visual Studio Code==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y software-properties-common apt-transport-https wget&lt;br /&gt;
~$ wget -O- https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/vscode.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/vscode.gpg] https://packages.microsoft.com/repos/vscode stable main | sudo tee /etc/apt/sources.list.d/vscode.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y code&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Also, you can set the behavior of git commits back to a single line display instead of opening the git commit file (recently changed around 7/2022)&amp;lt;br&amp;gt;&lt;br /&gt;
* File &amp;gt; Preferences &amp;gt; Settings&lt;br /&gt;
** git.useEditorAsCommitInput --- disable&lt;br /&gt;
&lt;br /&gt;
==Spotify==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y curl libcanberra-gtk-module software-properties-common apt-transport-https gnupg2 ubuntu-keyring&lt;br /&gt;
~$ wget -O- https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/spotify.gpg&lt;br /&gt;
~$ echo &amp;quot;deb [signed-by=/usr/share/keyrings/spotify.gpg] http://repository.spotify.com stable non-free&amp;quot; | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y spotify-client&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Zoom==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ wget https://zoom.us/client/latest/zoom_amd64.deb&lt;br /&gt;
~$ wget https://zoom.us/linux/download/pubkey&lt;br /&gt;
~$ sudo apt install -y zoom_amd64.deb&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==hydrapaper==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt-get -y install hydrapaper &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=System Config=&lt;br /&gt;
==Screen sleep after 30 minutes==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ gsettings set org.gnome.desktop.session idle-delay 1800 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==Configure DHCP==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ vi /etc/netplan/00-installer-config.yaml&lt;br /&gt;
network:&lt;br /&gt;
  version: 2&lt;br /&gt;
  renderer: networkd&lt;br /&gt;
  ethernets:&lt;br /&gt;
    enp3s0:&lt;br /&gt;
      dhcp4: true&lt;br /&gt;
&lt;br /&gt;
~$ sudo netplan apply&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==ESXI server installation==&lt;br /&gt;
Both server 20.04 and 22.04 fail to install on esxi during the installation process.  I was able to get past this by removing the network adapter before installation, then adding it back afterwards.&lt;br /&gt;
&lt;br /&gt;
=Server Common Packages=&lt;br /&gt;
* vim&lt;br /&gt;
* net-tools (ifconfig)&lt;br /&gt;
* tcpdump&lt;br /&gt;
* dnsutils (dig)&lt;br /&gt;
* wget&lt;br /&gt;
* open-vm-tools&lt;br /&gt;
* python3&lt;br /&gt;
* python-is-python3&lt;br /&gt;
* mariadb-server&lt;br /&gt;
* netcat-openbsd (nc)&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference</id>
		<title>Ubuntu22/Quick Reference</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference"/>
				<updated>2025-03-05T04:58:41Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Ubuntu22/Quick_Reference|Quick Reference]]&lt;br /&gt;
=Base packages=&lt;br /&gt;
==General==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y nodejs&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==New Gnome Console and text editor==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y gnome-console gnome-text-editor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==oh-my-zsh==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y build-essential curl file git git-core fonts-powerline&lt;br /&gt;
~$ sudo apt install -y zsh&lt;br /&gt;
~$ sh -c &amp;quot;$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==DisplayLink Driver==&lt;br /&gt;
Make sure secure boot is NOT enabled.  It will prevent EDVI DKMS from being installed.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update -y &amp;amp;&amp;amp; sudo apt install -y dkms libdrm-dev&lt;br /&gt;
~$ wget https://www.synaptics.com/sites/default/files/exe_files/2022-08/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.6.1-EXE.zip&lt;br /&gt;
~$ sudo displaylink-driver-5.3.0.xx.run&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chrome==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update &amp;amp;&amp;amp; sudo apt upgrade -y&lt;br /&gt;
~$ sudo apt install -y software-properties-common apt-transport-https wget ca-certificates gnupg2 ubuntu-keyring&lt;br /&gt;
~$ sudo wget -O- https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y google-chrome-stable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KeePassXC==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y keepassxc&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Visual Studio Code==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y software-properties-common apt-transport-https wget&lt;br /&gt;
~$ wget -O- https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/vscode.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/vscode.gpg] https://packages.microsoft.com/repos/vscode stable main | sudo tee /etc/apt/sources.list.d/vscode.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y code&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Also, you can set the behavior of git commits back to a single line display instead of opening the git commit file (recently changed around 7/2022)&amp;lt;br&amp;gt;&lt;br /&gt;
* File &amp;gt; Preferences &amp;gt; Settings&lt;br /&gt;
** git.useEditorAsCommitInput --- disable&lt;br /&gt;
&lt;br /&gt;
==Spotify==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y curl libcanberra-gtk-module software-properties-common apt-transport-https gnupg2 ubuntu-keyring&lt;br /&gt;
~$ wget -O- https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/spotify.gpg&lt;br /&gt;
~$ echo &amp;quot;deb [signed-by=/usr/share/keyrings/spotify.gpg] http://repository.spotify.com stable non-free&amp;quot; | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y spotify-client&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Zoom==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ wget https://zoom.us/client/latest/zoom_amd64.deb&lt;br /&gt;
~$ wget https://zoom.us/linux/download/pubkey&lt;br /&gt;
~$ sudo apt install -y zoom_amd64.deb&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==hydrapaper==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt-get -y install hydrapaper &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=System Config=&lt;br /&gt;
==Screen sleep after 30 minutes==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ gsettings set org.gnome.desktop.session idle-delay 1800 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==Configure DHCP==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ vi /etc/netplan/00-installer-config.yaml&lt;br /&gt;
network:&lt;br /&gt;
  version: 2&lt;br /&gt;
  renderer: networkd&lt;br /&gt;
  ethernets:&lt;br /&gt;
    enp3s0:&lt;br /&gt;
      dhcp4: true&lt;br /&gt;
&lt;br /&gt;
~$ sudo netplan apply&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==ESXI server installation==&lt;br /&gt;
Both server 20.04 and 22.04 fail to install on esxi during the installation process.  I was able to get past this by removing the network adapter before installation, then adding it back afterwards.&lt;br /&gt;
&lt;br /&gt;
=Server Common Packages=&lt;br /&gt;
* vim&lt;br /&gt;
* net-tools (ifconfig)&lt;br /&gt;
* tcpdump&lt;br /&gt;
* dnsutils (dig)&lt;br /&gt;
* wget&lt;br /&gt;
* open-vm-tools&lt;br /&gt;
* python3&lt;br /&gt;
* python-is-python3&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference</id>
		<title>Ubuntu22/Quick Reference</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference"/>
				<updated>2025-03-05T04:50:02Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Ubuntu22/Quick_Reference|Quick Reference]]&lt;br /&gt;
=Base packages=&lt;br /&gt;
==General==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y nodejs&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==New Gnome Console and text editor==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y gnome-console gnome-text-editor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==oh-my-zsh==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y build-essential curl file git git-core fonts-powerline&lt;br /&gt;
~$ sudo apt install -y zsh&lt;br /&gt;
~$ sh -c &amp;quot;$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==DisplayLink Driver==&lt;br /&gt;
Make sure secure boot is NOT enabled.  It will prevent EDVI DKMS from being installed.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update -y &amp;amp;&amp;amp; sudo apt install -y dkms libdrm-dev&lt;br /&gt;
~$ wget https://www.synaptics.com/sites/default/files/exe_files/2022-08/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.6.1-EXE.zip&lt;br /&gt;
~$ sudo displaylink-driver-5.3.0.xx.run&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chrome==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update &amp;amp;&amp;amp; sudo apt upgrade -y&lt;br /&gt;
~$ sudo apt install -y software-properties-common apt-transport-https wget ca-certificates gnupg2 ubuntu-keyring&lt;br /&gt;
~$ sudo wget -O- https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y google-chrome-stable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KeePassXC==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y keepassxc&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Visual Studio Code==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y software-properties-common apt-transport-https wget&lt;br /&gt;
~$ wget -O- https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/vscode.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/vscode.gpg] https://packages.microsoft.com/repos/vscode stable main | sudo tee /etc/apt/sources.list.d/vscode.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y code&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Also, you can set the behavior of git commits back to a single line display instead of opening the git commit file (recently changed around 7/2022)&amp;lt;br&amp;gt;&lt;br /&gt;
* File &amp;gt; Preferences &amp;gt; Settings&lt;br /&gt;
** git.useEditorAsCommitInput --- disable&lt;br /&gt;
&lt;br /&gt;
==Spotify==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y curl libcanberra-gtk-module software-properties-common apt-transport-https gnupg2 ubuntu-keyring&lt;br /&gt;
~$ wget -O- https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/spotify.gpg&lt;br /&gt;
~$ echo &amp;quot;deb [signed-by=/usr/share/keyrings/spotify.gpg] http://repository.spotify.com stable non-free&amp;quot; | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y spotify-client&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Zoom==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ wget https://zoom.us/client/latest/zoom_amd64.deb&lt;br /&gt;
~$ wget https://zoom.us/linux/download/pubkey&lt;br /&gt;
~$ sudo apt install -y zoom_amd64.deb&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==hydrapaper==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt-get -y install hydrapaper &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=System Config=&lt;br /&gt;
==Screen sleep after 30 minutes==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ gsettings set org.gnome.desktop.session idle-delay 1800 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==Configure DHCP==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ vi /etc/netplan/00-installer-config.yaml&lt;br /&gt;
network:&lt;br /&gt;
  version: 2&lt;br /&gt;
  renderer: networkd&lt;br /&gt;
  ethernets:&lt;br /&gt;
    enp3s0:&lt;br /&gt;
      dhcp4: true&lt;br /&gt;
&lt;br /&gt;
~$ sudo netplan apply&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==ESXI server installation==&lt;br /&gt;
Both server 20.04 and 22.04 fail to install on esxi during the installation process.  I was able to get past this by removing the network adapter before installation, then adding it back afterwards.&lt;br /&gt;
&lt;br /&gt;
=Server Common Packages=&lt;br /&gt;
* vim&lt;br /&gt;
* net-tools (ifconfig)&lt;br /&gt;
* tcpdump&lt;br /&gt;
* dnsutils (dig)&lt;br /&gt;
* wget&lt;br /&gt;
* open-vm-tools&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference</id>
		<title>Ubuntu22/Quick Reference</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference"/>
				<updated>2025-03-05T04:49:08Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Ubuntu22/Quick_Reference|Quick Reference]]&lt;br /&gt;
=Base packages=&lt;br /&gt;
==General==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y nodejs&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==New Gnome Console and text editor==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y gnome-console gnome-text-editor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==oh-my-zsh==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y build-essential curl file git git-core fonts-powerline&lt;br /&gt;
~$ sudo apt install -y zsh&lt;br /&gt;
~$ sh -c &amp;quot;$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==DisplayLink Driver==&lt;br /&gt;
Make sure secure boot is NOT enabled.  It will prevent EDVI DKMS from being installed.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update -y &amp;amp;&amp;amp; sudo apt install -y dkms libdrm-dev&lt;br /&gt;
~$ wget https://www.synaptics.com/sites/default/files/exe_files/2022-08/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.6.1-EXE.zip&lt;br /&gt;
~$ sudo displaylink-driver-5.3.0.xx.run&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chrome==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update &amp;amp;&amp;amp; sudo apt upgrade -y&lt;br /&gt;
~$ sudo apt install -y software-properties-common apt-transport-https wget ca-certificates gnupg2 ubuntu-keyring&lt;br /&gt;
~$ sudo wget -O- https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y google-chrome-stable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KeePassXC==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y keepassxc&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Visual Studio Code==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y software-properties-common apt-transport-https wget&lt;br /&gt;
~$ wget -O- https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/vscode.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/vscode.gpg] https://packages.microsoft.com/repos/vscode stable main | sudo tee /etc/apt/sources.list.d/vscode.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y code&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Also, you can set the behavior of git commits back to a single line display instead of opening the git commit file (recently changed around 7/2022)&amp;lt;br&amp;gt;&lt;br /&gt;
* File &amp;gt; Preferences &amp;gt; Settings&lt;br /&gt;
** git.useEditorAsCommitInput --- disable&lt;br /&gt;
&lt;br /&gt;
==Spotify==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y curl libcanberra-gtk-module software-properties-common apt-transport-https gnupg2 ubuntu-keyring&lt;br /&gt;
~$ wget -O- https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/spotify.gpg&lt;br /&gt;
~$ echo &amp;quot;deb [signed-by=/usr/share/keyrings/spotify.gpg] http://repository.spotify.com stable non-free&amp;quot; | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y spotify-client&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Zoom==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ wget https://zoom.us/client/latest/zoom_amd64.deb&lt;br /&gt;
~$ wget https://zoom.us/linux/download/pubkey&lt;br /&gt;
~$ sudo apt install -y zoom_amd64.deb&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==hydrapaper==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt-get -y install hydrapaper &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=System Config=&lt;br /&gt;
==Screen sleep after 30 minutes==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ gsettings set org.gnome.desktop.session idle-delay 1800 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==Configure DHCP==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ vi /etc/netplan/00-installer-config.yaml&lt;br /&gt;
network:&lt;br /&gt;
  version: 2&lt;br /&gt;
  renderer: networkd&lt;br /&gt;
  ethernets:&lt;br /&gt;
    enp3s0:&lt;br /&gt;
      dhcp4: true&lt;br /&gt;
&lt;br /&gt;
~$ sudo netplan apply&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==ESXI server installation==&lt;br /&gt;
Both server 20.04 and 22.04 fail to install on esxi during the installation process.  I was able to get past this by removing the network adapter before installation, then adding it back afterwards.&lt;br /&gt;
&lt;br /&gt;
=Server Common Packages=&lt;br /&gt;
* vim&lt;br /&gt;
* net-tools (ifconfig)&lt;br /&gt;
* tcpdump&lt;br /&gt;
* dnsutils (dig)&lt;br /&gt;
* wget&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference</id>
		<title>Ubuntu22/Quick Reference</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference"/>
				<updated>2025-03-05T04:42:16Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Ubuntu22/Quick_Reference|Quick Reference]]&lt;br /&gt;
=Base packages=&lt;br /&gt;
==General==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y nodejs&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==New Gnome Console and text editor==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y gnome-console gnome-text-editor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==oh-my-zsh==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y build-essential curl file git git-core fonts-powerline&lt;br /&gt;
~$ sudo apt install -y zsh&lt;br /&gt;
~$ sh -c &amp;quot;$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==DisplayLink Driver==&lt;br /&gt;
Make sure secure boot is NOT enabled.  It will prevent EDVI DKMS from being installed.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update -y &amp;amp;&amp;amp; sudo apt install -y dkms libdrm-dev&lt;br /&gt;
~$ wget https://www.synaptics.com/sites/default/files/exe_files/2022-08/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.6.1-EXE.zip&lt;br /&gt;
~$ sudo displaylink-driver-5.3.0.xx.run&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chrome==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update &amp;amp;&amp;amp; sudo apt upgrade -y&lt;br /&gt;
~$ sudo apt install -y software-properties-common apt-transport-https wget ca-certificates gnupg2 ubuntu-keyring&lt;br /&gt;
~$ sudo wget -O- https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y google-chrome-stable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KeePassXC==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y keepassxc&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Visual Studio Code==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y software-properties-common apt-transport-https wget&lt;br /&gt;
~$ wget -O- https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/vscode.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/vscode.gpg] https://packages.microsoft.com/repos/vscode stable main | sudo tee /etc/apt/sources.list.d/vscode.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y code&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Also, you can set the behavior of git commits back to a single line display instead of opening the git commit file (recently changed around 7/2022)&amp;lt;br&amp;gt;&lt;br /&gt;
* File &amp;gt; Preferences &amp;gt; Settings&lt;br /&gt;
** git.useEditorAsCommitInput --- disable&lt;br /&gt;
&lt;br /&gt;
==Spotify==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y curl libcanberra-gtk-module software-properties-common apt-transport-https gnupg2 ubuntu-keyring&lt;br /&gt;
~$ wget -O- https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/spotify.gpg&lt;br /&gt;
~$ echo &amp;quot;deb [signed-by=/usr/share/keyrings/spotify.gpg] http://repository.spotify.com stable non-free&amp;quot; | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y spotify-client&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Zoom==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ wget https://zoom.us/client/latest/zoom_amd64.deb&lt;br /&gt;
~$ wget https://zoom.us/linux/download/pubkey&lt;br /&gt;
~$ sudo apt install -y zoom_amd64.deb&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==hydrapaper==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt-get -y install hydrapaper &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=System Config=&lt;br /&gt;
==Screen sleep after 30 minutes==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ gsettings set org.gnome.desktop.session idle-delay 1800 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==Configure DHCP==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ vi /etc/netplan/00-installer-config.yaml&lt;br /&gt;
network:&lt;br /&gt;
  version: 2&lt;br /&gt;
  renderer: networkd&lt;br /&gt;
  ethernets:&lt;br /&gt;
    enp3s0:&lt;br /&gt;
      dhcp4: true&lt;br /&gt;
&lt;br /&gt;
~$ sudo netplan apply&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==ESXI server installation==&lt;br /&gt;
Both server 20.04 and 22.04 fail to install on esxi during the installation process.  I was able to get past this by removing the network adapter before installation, then adding it back afterwards.&lt;br /&gt;
&lt;br /&gt;
=Server Common Packages=&lt;br /&gt;
* vim&lt;br /&gt;
* net-tools (ifconfig)&lt;br /&gt;
* tcpdump&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference</id>
		<title>Ubuntu22/Quick Reference</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Ubuntu22/Quick_Reference"/>
				<updated>2025-03-05T04:39:32Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Ubuntu22/Quick_Reference|Quick Reference]]&lt;br /&gt;
=Base packages=&lt;br /&gt;
==General==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y nodejs&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==New Gnome Console and text editor==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y gnome-console gnome-text-editor&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==oh-my-zsh==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y build-essential curl file git git-core fonts-powerline&lt;br /&gt;
~$ sudo apt install -y zsh&lt;br /&gt;
~$ sh -c &amp;quot;$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==DisplayLink Driver==&lt;br /&gt;
Make sure secure boot is NOT enabled.  It will prevent EDVI DKMS from being installed.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update -y &amp;amp;&amp;amp; sudo apt install -y dkms libdrm-dev&lt;br /&gt;
~$ wget https://www.synaptics.com/sites/default/files/exe_files/2022-08/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.6.1-EXE.zip&lt;br /&gt;
~$ sudo displaylink-driver-5.3.0.xx.run&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Chrome==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt update &amp;amp;&amp;amp; sudo apt upgrade -y&lt;br /&gt;
~$ sudo apt install -y software-properties-common apt-transport-https wget ca-certificates gnupg2 ubuntu-keyring&lt;br /&gt;
~$ sudo wget -O- https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y google-chrome-stable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KeePassXC==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y keepassxc&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Visual Studio Code==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y software-properties-common apt-transport-https wget&lt;br /&gt;
~$ wget -O- https://packages.microsoft.com/keys/microsoft.asc | sudo gpg --dearmor | sudo tee /usr/share/keyrings/vscode.gpg&lt;br /&gt;
~$ echo deb [arch=amd64 signed-by=/usr/share/keyrings/vscode.gpg] https://packages.microsoft.com/repos/vscode stable main | sudo tee /etc/apt/sources.list.d/vscode.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y code&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Also, you can set the behavior of git commits back to a single line display instead of opening the git commit file (recently changed around 7/2022)&amp;lt;br&amp;gt;&lt;br /&gt;
* File &amp;gt; Preferences &amp;gt; Settings&lt;br /&gt;
** git.useEditorAsCommitInput --- disable&lt;br /&gt;
&lt;br /&gt;
==Spotify==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt install -y curl libcanberra-gtk-module software-properties-common apt-transport-https gnupg2 ubuntu-keyring&lt;br /&gt;
~$ wget -O- https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/spotify.gpg&lt;br /&gt;
~$ echo &amp;quot;deb [signed-by=/usr/share/keyrings/spotify.gpg] http://repository.spotify.com stable non-free&amp;quot; | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
~$ sudo apt update&lt;br /&gt;
~$ sudo apt install -y spotify-client&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Zoom==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ wget https://zoom.us/client/latest/zoom_amd64.deb&lt;br /&gt;
~$ wget https://zoom.us/linux/download/pubkey&lt;br /&gt;
~$ sudo apt install -y zoom_amd64.deb&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==hydrapaper==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo apt-get -y install hydrapaper &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=System Config=&lt;br /&gt;
==Screen sleep after 30 minutes==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ gsettings set org.gnome.desktop.session idle-delay 1800 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
==Configure DHCP==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ vi /etc/netplan/00-installer-config.yaml&lt;br /&gt;
network:&lt;br /&gt;
  version: 2&lt;br /&gt;
  renderer: networkd&lt;br /&gt;
  ethernets:&lt;br /&gt;
    enp3s0:&lt;br /&gt;
      dhcp4: true&lt;br /&gt;
&lt;br /&gt;
~$ sudo netplan apply&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==ESXI server installation==&lt;br /&gt;
Both server 20.04 and 22.04 fail to install on esxi during the installation process.  I was able to get past this by removing the network adapter before installation, then adding it back afterwards.&lt;br /&gt;
&lt;br /&gt;
=Server Common Packages=&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-19T08:27:56Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
Reference: [https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s]&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to decider combinator input&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
* if resource &amp;lt; (less than) static value&lt;br /&gt;
AND&lt;br /&gt;
* &amp;quot;C&amp;quot; is &amp;lt; (less than) 1&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* Read train count &amp;quot;C&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Provider Station==&lt;br /&gt;
Where you provider specific resources from.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator x2&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator #1 input&lt;br /&gt;
# decider combinator #1 output to train stop&lt;br /&gt;
# train stop is connected to decider combinator #2 input&lt;br /&gt;
# decider combinator #2 output is connected to the communication grid&lt;br /&gt;
===Decider combinator #1 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource is &amp;gt; (greater than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* set &amp;quot;Read train count&amp;quot; and select &amp;quot;C&amp;quot;&lt;br /&gt;
===Decider combinator #2 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if &amp;quot;C&amp;quot; &amp;gt; (greater than) 0&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;lt;resource&amp;gt; and define a static value of 1&lt;br /&gt;
&lt;br /&gt;
==Depot==&lt;br /&gt;
Where trains live until they are called for use&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
* Decider Combinator (x2)&lt;br /&gt;
* Lamp&lt;br /&gt;
* Constant Combinator&lt;br /&gt;
===Train stop Connections ===&lt;br /&gt;
# connect Train stop to the communication grid&lt;br /&gt;
===Train stop config===&lt;br /&gt;
All train stops should be set to the same configuration&lt;br /&gt;
* Select &amp;quot;Send to train&amp;quot;&lt;br /&gt;
* Rename &amp;quot;Depot&amp;quot;&lt;br /&gt;
===Depot Timer===&lt;br /&gt;
This is used as a global timer that only allows 1 train to accept new tasks at a time and prevents multiple trains from going for the same task.&lt;br /&gt;
===Depot Timer Connections===&lt;br /&gt;
#connect constant combinator to decider combinator input&lt;br /&gt;
#connect decider combinator output to same decider combinator input.&lt;br /&gt;
#connect decider combinator output to the communication grid&lt;br /&gt;
===Depot Timer config===&lt;br /&gt;
====Constant combinator config====&lt;br /&gt;
=====Outputs=====&lt;br /&gt;
* Select K and assign a value of 1&lt;br /&gt;
====Decider Combinator====&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* Set &amp;quot;K&amp;quot; &amp;lt; (less than) 240&lt;br /&gt;
=====Outputs=====&lt;br /&gt;
* Set &amp;quot;K&amp;quot; to the Input count&lt;br /&gt;
===Train Controllers===&lt;br /&gt;
These are done per train stop.&lt;br /&gt;
# 1 decider combinator controls a single train being activated for a new task along with turning a light green.&lt;br /&gt;
# a second decider combinator turns the same light red when the train is not being activated for a new task.&lt;br /&gt;
# The numbers used here vary per train stop.  I have been using groups of 20, ie. between 20 and 40, or 40 and 60, etc.  You can adjust this as needed to fit your trains in.  Its recommended to have a bit of a buffer, ie dont set the diff to 1, in order to avoid overlap.&lt;br /&gt;
====Connections====&lt;br /&gt;
Using a second communication grid separate from the one used by the train stop and depot timer&lt;br /&gt;
* connect decider combinator #1 output to the lamp&lt;br /&gt;
* connect decider combinator #1 output to the train stop&lt;br /&gt;
* connect decider combinator #2 output to the lamp&lt;br /&gt;
Using the same communication grid as the train stop and depot timer&lt;br /&gt;
* connect communication grid to the input of decider combinator #1&lt;br /&gt;
* connect communication grid to the input of decider combinator #2&lt;br /&gt;
====Decider combinator #1 config====&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* (this can vary). K &amp;lt; (less than) 0  ---OR---  K &amp;gt; 20 (for example)&lt;br /&gt;
AND&lt;br /&gt;
* K &amp;lt; (less than) 40&lt;br /&gt;
=====Outputs=====&lt;br /&gt;
* P with a static value of 1&lt;br /&gt;
* the color green with a static value of 1&lt;br /&gt;
* O with a static value of 1&lt;br /&gt;
====Decider combinator #2 config====&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* (this can vary). K &amp;lt; (less than) 20&lt;br /&gt;
OR&lt;br /&gt;
* K &amp;gt; (greater than) 40&lt;br /&gt;
=====Outputs=====&lt;br /&gt;
* P with a static value of 1&lt;br /&gt;
* the color red with a static value of 1&lt;br /&gt;
====Lamp====&lt;br /&gt;
* Check &amp;quot;Enable/disable&amp;quot; and select &amp;quot;P&amp;quot; does NOT equal 1&lt;br /&gt;
* Check &amp;quot;Use colors&amp;quot;&lt;br /&gt;
* select &amp;quot;Color mapping&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Train==&lt;br /&gt;
===Config===&lt;br /&gt;
====Schedule====&lt;br /&gt;
This should be set only to &amp;quot;depot&amp;quot;&lt;br /&gt;
====Interrupts====&lt;br /&gt;
# Create a new interrupt.  Name it &amp;quot;&amp;lt;resource image&amp;gt; Loop&amp;quot;&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider is not full #you get this by selecting &amp;quot;station is not full&amp;quot; and then selecting the &amp;lt;resource&amp;gt; provider&lt;br /&gt;
AND&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester is not full #you get this by selecting &amp;quot;station is not full&amp;quot; and then selecting the &amp;lt;resource&amp;gt; requester&lt;br /&gt;
AND&lt;br /&gt;
* Circuit &amp;lt;resource&amp;gt; &amp;lt; (less than) 0&lt;br /&gt;
AND&lt;br /&gt;
* Circuit O (letter O not zero) = (equals) 1&lt;br /&gt;
&lt;br /&gt;
=====Targets=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider -- Full cargo inventory&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester -- Empty cargo inventory&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-19T08:17:11Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
Reference: [https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s]&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to decider combinator input&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
* if resource &amp;lt; (less than) static value&lt;br /&gt;
AND&lt;br /&gt;
* &amp;quot;C&amp;quot; is &amp;lt; (less than) 1&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* Read train count &amp;quot;C&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Provider Station==&lt;br /&gt;
Where you provider specific resources from.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator x2&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator #1 input&lt;br /&gt;
# decider combinator #1 output to train stop&lt;br /&gt;
# train stop is connected to decider combinator #2 input&lt;br /&gt;
# decider combinator #2 output is connected to the communication grid&lt;br /&gt;
===Decider combinator #1 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource is &amp;gt; (greater than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* set &amp;quot;Read train count&amp;quot; and select &amp;quot;C&amp;quot;&lt;br /&gt;
===Decider combinator #2 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if &amp;quot;C&amp;quot; &amp;gt; (greater than) 0&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;lt;resource&amp;gt; and define a static value of 1&lt;br /&gt;
&lt;br /&gt;
==Depot==&lt;br /&gt;
Where trains live until they are called for use&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
* Decider Combinator (x2)&lt;br /&gt;
* Light&lt;br /&gt;
* Constant Combinator&lt;br /&gt;
===Train stop Connections ===&lt;br /&gt;
# connect Train stop to the communication grid&lt;br /&gt;
===Train stop config===&lt;br /&gt;
All train stops should be set to the same configuration&lt;br /&gt;
* Select &amp;quot;Send to train&amp;quot;&lt;br /&gt;
* Rename &amp;quot;Depot&amp;quot;&lt;br /&gt;
===Depot Timer===&lt;br /&gt;
This is used as a global timer that only allows 1 train to accept new tasks at a time and prevents multiple trains from going for the same task.&lt;br /&gt;
===Depot Timer Connections===&lt;br /&gt;
#connect constant combinator to decider combinator input&lt;br /&gt;
#connect decider combinator output to same decider combinator input.&lt;br /&gt;
#connect decider combinator output to the communication grid&lt;br /&gt;
===Depot Timer config===&lt;br /&gt;
====Constant combinator config====&lt;br /&gt;
=====Outputs=====&lt;br /&gt;
* Select K and assign a value of 1&lt;br /&gt;
====Decider Combinator====&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* Set &amp;quot;K&amp;quot; &amp;lt; (less than) 240&lt;br /&gt;
=====Outputs=====&lt;br /&gt;
* Set &amp;quot;K&amp;quot; to the Input count&lt;br /&gt;
===Train Controllers===&lt;br /&gt;
These are done per train stop.&lt;br /&gt;
# 1 decider combinator controls a single train being activated for a new task along with turning a light green.&lt;br /&gt;
# a second decider combinator turns the same light red when the train is not being activated for a new task.&lt;br /&gt;
====Connections====&lt;br /&gt;
Using a second communication grid separate from the one used by the train stop and depot timer&lt;br /&gt;
* connect decider combinator #1 output to the light&lt;br /&gt;
* connect decider combinator #1 output to the train stop&lt;br /&gt;
* connect decider combinator #2 output to the light&lt;br /&gt;
Using the same communication grid as the train stop and depot timer&lt;br /&gt;
* connect communication grid to the input of decider combinator #1&lt;br /&gt;
* connect communication grid to the input of decider combinator #2&lt;br /&gt;
====Decider combinator #1 config====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Train==&lt;br /&gt;
===Config===&lt;br /&gt;
====Schedule====&lt;br /&gt;
This should be set only to &amp;quot;depot&amp;quot;&lt;br /&gt;
====Interrupts====&lt;br /&gt;
# Create a new interrupt.  Name it &amp;quot;&amp;lt;resource image&amp;gt; Loop&amp;quot;&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider is not full #you get this by selecting &amp;quot;station is not full&amp;quot; and then selecting the &amp;lt;resource&amp;gt; provider&lt;br /&gt;
AND&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester is not full #you get this by selecting &amp;quot;station is not full&amp;quot; and then selecting the &amp;lt;resource&amp;gt; requester&lt;br /&gt;
AND&lt;br /&gt;
* Circuit &amp;lt;resource&amp;gt; &amp;lt; (less than) 0&lt;br /&gt;
AND&lt;br /&gt;
* Circuit O (not zero) = (equals) 1&lt;br /&gt;
&lt;br /&gt;
=====Targets=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider -- Full cargo inventory&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester -- Empty cargo inventory&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-19T08:08:24Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
Reference: [https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s]&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to decider combinator input&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
* if resource &amp;lt; (less than) static value&lt;br /&gt;
AND&lt;br /&gt;
* &amp;quot;C&amp;quot; is &amp;lt; (less than) 1&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* Read train count &amp;quot;C&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Provider Station==&lt;br /&gt;
Where you provider specific resources from.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator x2&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator #1 input&lt;br /&gt;
# decider combinator #1 output to train stop&lt;br /&gt;
# train stop is connected to decider combinator #2 input&lt;br /&gt;
# decider combinator #2 output is connected to the communication grid&lt;br /&gt;
===Decider combinator #1 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource is &amp;gt; (greater than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* set &amp;quot;Read train count&amp;quot; and select &amp;quot;C&amp;quot;&lt;br /&gt;
===Decider combinator #2 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if &amp;quot;C&amp;quot; &amp;gt; (greater than) 0&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;lt;resource&amp;gt; and define a static value of 1&lt;br /&gt;
&lt;br /&gt;
==Depot==&lt;br /&gt;
Where trains live until they are called for use&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
* Decider Combinator (x2)&lt;br /&gt;
* Light&lt;br /&gt;
* Constant Combinator&lt;br /&gt;
===Train stop Connections ===&lt;br /&gt;
===Train stop config===&lt;br /&gt;
All train stops should be set to the same configuration&lt;br /&gt;
* Select &amp;quot;Send to train&amp;quot;&lt;br /&gt;
* Rename &amp;quot;Depot&amp;quot;&lt;br /&gt;
===Depot Timer===&lt;br /&gt;
This is used as a global timer that only allows 1 train to accept new tasks at a time and prevents multiple trains from going for the same task.&lt;br /&gt;
===Depot Timer Connections===&lt;br /&gt;
#connect constant combinator to decider combinator input&lt;br /&gt;
#connect decider combinator output to same decider combinator input.&lt;br /&gt;
===Depot Timer config===&lt;br /&gt;
====Constant combinator config====&lt;br /&gt;
=====Outputs=====&lt;br /&gt;
* Select K and assign a value of 1&lt;br /&gt;
====Decider Combinator====&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* Set &amp;quot;K&amp;quot; &amp;lt; (less than) 240&lt;br /&gt;
=====Outputs=====&lt;br /&gt;
* Set &amp;quot;K&amp;quot; to the Input count&lt;br /&gt;
&lt;br /&gt;
==Train==&lt;br /&gt;
===Config===&lt;br /&gt;
====Schedule====&lt;br /&gt;
This should be set only to &amp;quot;depot&amp;quot;&lt;br /&gt;
====Interrupts====&lt;br /&gt;
# Create a new interrupt.  Name it &amp;quot;&amp;lt;resource image&amp;gt; Loop&amp;quot;&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider is not full #you get this by selecting &amp;quot;station is not full&amp;quot; and then selecting the &amp;lt;resource&amp;gt; provider&lt;br /&gt;
AND&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester is not full #you get this by selecting &amp;quot;station is not full&amp;quot; and then selecting the &amp;lt;resource&amp;gt; requester&lt;br /&gt;
AND&lt;br /&gt;
* Circuit &amp;lt;resource&amp;gt; &amp;lt; (less than) 0&lt;br /&gt;
AND&lt;br /&gt;
* Circuit O (not zero) = (equals) 1&lt;br /&gt;
&lt;br /&gt;
=====Targets=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider -- Full cargo inventory&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester -- Empty cargo inventory&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-11T04:44:19Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Conditions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
Reference: [https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s]&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to decider combinator input&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
* if resource &amp;lt; (less than) static value&lt;br /&gt;
AND&lt;br /&gt;
* &amp;quot;C&amp;quot; is &amp;lt; (less than) 1&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* Read train count &amp;quot;C&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Provider Station==&lt;br /&gt;
Where you provider specific resources from.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator x2&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator #1 input&lt;br /&gt;
# decider combinator #1 output to train stop&lt;br /&gt;
# train stop is connected to decider combinator #2 input&lt;br /&gt;
# decider combinator #2 output is connected to the communication grid&lt;br /&gt;
===Decider combinator #1 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource is &amp;gt; (greater than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* set &amp;quot;Read train count&amp;quot; and select &amp;quot;C&amp;quot;&lt;br /&gt;
===Decider combinator #2 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if &amp;quot;C&amp;quot; &amp;gt; (greater than) 0&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;lt;resource&amp;gt; and define a static value of 1&lt;br /&gt;
&lt;br /&gt;
==Depot==&lt;br /&gt;
Where trains live until they are called for use&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Train stop config===&lt;br /&gt;
All train stops should be set to the same configuration&lt;br /&gt;
* Select &amp;quot;Send to train&amp;quot;&lt;br /&gt;
* Rename &amp;quot;Depot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Train==&lt;br /&gt;
===Config===&lt;br /&gt;
====Schedule====&lt;br /&gt;
This should be set only to &amp;quot;depot&amp;quot;&lt;br /&gt;
====Interrupts====&lt;br /&gt;
# Create a new interrupt.  Name it &amp;quot;&amp;lt;resource image&amp;gt; Loop&amp;quot;&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider is not full #you get this by selecting &amp;quot;station is not full&amp;quot; and then selecting the &amp;lt;resource&amp;gt; provider&lt;br /&gt;
AND&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester is not full #you get this by selecting &amp;quot;station is not full&amp;quot; and then selecting the &amp;lt;resource&amp;gt; requester&lt;br /&gt;
AND&lt;br /&gt;
* Circuit &amp;lt;resource&amp;gt; &amp;lt; (less than) 0&lt;br /&gt;
&lt;br /&gt;
=====Targets=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider -- Full cargo inventory&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester -- Empty cargo inventory&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-11T04:39:28Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Train stop config */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
Reference: [https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s]&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to decider combinator input&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
* if resource &amp;lt; (less than) static value&lt;br /&gt;
AND&lt;br /&gt;
* &amp;quot;C&amp;quot; is &amp;lt; (less than) 1&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* Read train count &amp;quot;C&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Provider Station==&lt;br /&gt;
Where you provider specific resources from.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator x2&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator #1 input&lt;br /&gt;
# decider combinator #1 output to train stop&lt;br /&gt;
# train stop is connected to decider combinator #2 input&lt;br /&gt;
# decider combinator #2 output is connected to the communication grid&lt;br /&gt;
===Decider combinator #1 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource is &amp;gt; (greater than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* set &amp;quot;Read train count&amp;quot; and select &amp;quot;C&amp;quot;&lt;br /&gt;
===Decider combinator #2 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if &amp;quot;C&amp;quot; &amp;gt; (greater than) 0&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;lt;resource&amp;gt; and define a static value of 1&lt;br /&gt;
&lt;br /&gt;
==Depot==&lt;br /&gt;
Where trains live until they are called for use&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Train stop config===&lt;br /&gt;
All train stops should be set to the same configuration&lt;br /&gt;
* Select &amp;quot;Send to train&amp;quot;&lt;br /&gt;
* Rename &amp;quot;Depot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Train==&lt;br /&gt;
===Config===&lt;br /&gt;
====Schedule====&lt;br /&gt;
This should be set only to &amp;quot;depot&amp;quot;&lt;br /&gt;
====Interrupts====&lt;br /&gt;
# Create a new interrupt.  Name it &amp;quot;&amp;lt;resource image&amp;gt; Loop&amp;quot;&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider is not full&lt;br /&gt;
AND&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester is not full&lt;br /&gt;
AND&lt;br /&gt;
* Circuit &amp;lt;resource&amp;gt; &amp;lt; (less than) 0&lt;br /&gt;
=====Targets=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider -- Full cargo inventory&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester -- Empty cargo inventory&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-11T04:38:19Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Connections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
Reference: [https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s]&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to decider combinator input&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
* if resource &amp;lt; (less than) static value&lt;br /&gt;
AND&lt;br /&gt;
* &amp;quot;C&amp;quot; is &amp;lt; (less than) 1&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;br /&gt;
===Train stop config===&lt;br /&gt;
set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Provider Station==&lt;br /&gt;
Where you provider specific resources from.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator x2&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator #1 input&lt;br /&gt;
# decider combinator #1 output to train stop&lt;br /&gt;
# train stop is connected to decider combinator #2 input&lt;br /&gt;
# decider combinator #2 output is connected to the communication grid&lt;br /&gt;
===Decider combinator #1 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource is &amp;gt; (greater than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* set &amp;quot;Read train count&amp;quot; and select &amp;quot;C&amp;quot;&lt;br /&gt;
===Decider combinator #2 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if &amp;quot;C&amp;quot; &amp;gt; (greater than) 0&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;lt;resource&amp;gt; and define a static value of 1&lt;br /&gt;
&lt;br /&gt;
==Depot==&lt;br /&gt;
Where trains live until they are called for use&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Train stop config===&lt;br /&gt;
All train stops should be set to the same configuration&lt;br /&gt;
* Select &amp;quot;Send to train&amp;quot;&lt;br /&gt;
* Rename &amp;quot;Depot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Train==&lt;br /&gt;
===Config===&lt;br /&gt;
====Schedule====&lt;br /&gt;
This should be set only to &amp;quot;depot&amp;quot;&lt;br /&gt;
====Interrupts====&lt;br /&gt;
# Create a new interrupt.  Name it &amp;quot;&amp;lt;resource image&amp;gt; Loop&amp;quot;&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider is not full&lt;br /&gt;
AND&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester is not full&lt;br /&gt;
AND&lt;br /&gt;
* Circuit &amp;lt;resource&amp;gt; &amp;lt; (less than) 0&lt;br /&gt;
=====Targets=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider -- Full cargo inventory&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester -- Empty cargo inventory&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-11T04:21:25Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
Reference: [https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s]&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
* if resource &amp;lt; (less than) static value&lt;br /&gt;
AND&lt;br /&gt;
* &amp;quot;C&amp;quot; is &amp;lt; (less than) 1&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;br /&gt;
===Train stop config===&lt;br /&gt;
set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Provider Station==&lt;br /&gt;
Where you provider specific resources from.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator x2&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator #1 input&lt;br /&gt;
# decider combinator #1 output to train stop&lt;br /&gt;
# train stop is connected to decider combinator #2 input&lt;br /&gt;
# decider combinator #2 output is connected to the communication grid&lt;br /&gt;
===Decider combinator #1 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource is &amp;gt; (greater than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* set &amp;quot;Read train count&amp;quot; and select &amp;quot;C&amp;quot;&lt;br /&gt;
===Decider combinator #2 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if &amp;quot;C&amp;quot; &amp;gt; (greater than) 0&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;lt;resource&amp;gt; and define a static value of 1&lt;br /&gt;
&lt;br /&gt;
==Depot==&lt;br /&gt;
Where trains live until they are called for use&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Train stop config===&lt;br /&gt;
All train stops should be set to the same configuration&lt;br /&gt;
* Select &amp;quot;Send to train&amp;quot;&lt;br /&gt;
* Rename &amp;quot;Depot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Train==&lt;br /&gt;
===Config===&lt;br /&gt;
====Schedule====&lt;br /&gt;
This should be set only to &amp;quot;depot&amp;quot;&lt;br /&gt;
====Interrupts====&lt;br /&gt;
# Create a new interrupt.  Name it &amp;quot;&amp;lt;resource image&amp;gt; Loop&amp;quot;&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider is not full&lt;br /&gt;
AND&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester is not full&lt;br /&gt;
AND&lt;br /&gt;
* Circuit &amp;lt;resource&amp;gt; &amp;lt; (less than) 0&lt;br /&gt;
=====Targets=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider -- Full cargo inventory&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester -- Empty cargo inventory&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-11T04:17:47Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
Reference: [https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s]&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource &amp;lt; (less than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;br /&gt;
===Train stop config===&lt;br /&gt;
set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Provider Station==&lt;br /&gt;
Where you provider specific resources from.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator x2&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator #1 input&lt;br /&gt;
# decider combinator #1 output to train stop&lt;br /&gt;
# train stop is connected to decider combinator #2 input&lt;br /&gt;
# decider combinator #2 output is connected to the communication grid&lt;br /&gt;
===Decider combinator #1 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource is &amp;gt; (greater than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* set &amp;quot;Read train count&amp;quot; and select &amp;quot;C&amp;quot;&lt;br /&gt;
===Decider combinator #2 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if &amp;quot;C&amp;quot; &amp;gt; (greater than) 0&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;lt;resource&amp;gt; and define a static value of 1&lt;br /&gt;
&lt;br /&gt;
==Depot==&lt;br /&gt;
Where trains live until they are called for use&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Train stop config===&lt;br /&gt;
All train stops should be set to the same configuration&lt;br /&gt;
* Select &amp;quot;Send to train&amp;quot;&lt;br /&gt;
* Rename &amp;quot;Depot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Train==&lt;br /&gt;
===Config===&lt;br /&gt;
====Schedule====&lt;br /&gt;
This should be set only to &amp;quot;depot&amp;quot;&lt;br /&gt;
====Interrupts====&lt;br /&gt;
# Create a new interrupt.  Name it &amp;quot;&amp;lt;resource image&amp;gt; Loop&amp;quot;&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider is not full&lt;br /&gt;
AND&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester is not full&lt;br /&gt;
AND&lt;br /&gt;
* Circuit &amp;lt;resource&amp;gt; &amp;lt; (less than) 0&lt;br /&gt;
=====Targets=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider -- Full cargo inventory&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester -- Empty cargo inventory&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-11T04:11:04Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
Reference: [https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s]&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource &amp;lt; (less than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;br /&gt;
===Train stop config===&lt;br /&gt;
set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Provider Station==&lt;br /&gt;
Where you provider specific resources from.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator x2&lt;br /&gt;
* Train Stop&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator #1 input&lt;br /&gt;
# decider combinator #1 output to train stop&lt;br /&gt;
# train stop is connected to decider combinator #2 input&lt;br /&gt;
===Decider combinator #1 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource is &amp;gt; (greater than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Train stop config===&lt;br /&gt;
* set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
* set &amp;quot;Read train count&amp;quot; and select &amp;quot;C&amp;quot;&lt;br /&gt;
===Decider combinator #2 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
====Outputs====&lt;br /&gt;
&lt;br /&gt;
==Depot==&lt;br /&gt;
Where trains live until they are called for use&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Train stop config===&lt;br /&gt;
All train stops should be set to the same configuration&lt;br /&gt;
* Select &amp;quot;Send to train&amp;quot;&lt;br /&gt;
* Rename &amp;quot;Depot&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Train==&lt;br /&gt;
===Config===&lt;br /&gt;
====Schedule====&lt;br /&gt;
This should be set only to &amp;quot;depot&amp;quot;&lt;br /&gt;
====Interrupts====&lt;br /&gt;
# Create a new interrupt.  Name it &amp;quot;&amp;lt;resource image&amp;gt; Loop&amp;quot;&lt;br /&gt;
=====Conditions=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider is not full&lt;br /&gt;
AND&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester is not full&lt;br /&gt;
AND&lt;br /&gt;
* Circuit &amp;lt;resource&amp;gt; &amp;lt; (less than) 0&lt;br /&gt;
=====Targets=====&lt;br /&gt;
* &amp;lt;resource&amp;gt; provider -- Full cargo inventory&lt;br /&gt;
* &amp;lt;resource&amp;gt; requester -- Empty cargo inventory&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-11T03:58:37Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
Reference: [https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s https://www.youtube.com/watch?v=EggDldJVggM&amp;amp;t=2009s]&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource &amp;lt; (less than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;br /&gt;
===Train stop config===&lt;br /&gt;
set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Provider Station==&lt;br /&gt;
Where you provider specific resources from.&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator x2&lt;br /&gt;
* Train Stop&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator #1 input&lt;br /&gt;
# decider combinator #1 output to train stop&lt;br /&gt;
===Decider combinator #1 config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource is &amp;gt; (greater than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Train stop config===&lt;br /&gt;
set &amp;quot;Set train limit&amp;quot; and select &amp;quot;L&amp;quot;&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-11T03:48:29Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;br /&gt;
==Requester Station==&lt;br /&gt;
Where you request resources to be delivered to.&amp;lt;br&amp;gt;&lt;br /&gt;
===Items Needed===&lt;br /&gt;
* Chest(s)&lt;br /&gt;
* Decider Combinator&lt;br /&gt;
* Arithmetic Combinator&lt;br /&gt;
* Train Stop&lt;br /&gt;
* communication grid&lt;br /&gt;
===Connections===&lt;br /&gt;
# connect chests together and then to the decider combinator input&lt;br /&gt;
# connect train station to decider combinator output&lt;br /&gt;
# connect train station to arithmetic combinator input&lt;br /&gt;
# decider combinator output connects to arithmetic combinator input&lt;br /&gt;
# arithmetic combinator output connects to the grid&lt;br /&gt;
===Decider combinator config===&lt;br /&gt;
====Conditions====&lt;br /&gt;
if resource &amp;lt; (less than) static value&lt;br /&gt;
====Outputs====&lt;br /&gt;
select &amp;quot;L&amp;quot; and define a static value of 1&lt;br /&gt;
===Arithmetic Combinator config===&lt;br /&gt;
====Input====&lt;br /&gt;
select &amp;quot;L&amp;quot; and multiply by -1&lt;br /&gt;
====Output====&lt;br /&gt;
select resource&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Games/Factorio</id>
		<title>Games/Factorio</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Games/Factorio"/>
				<updated>2025-01-11T03:36:49Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: Created page with &amp;quot;=LTN style Logistics Train Network= '''Requirements:''' * Factorio 2.0 with Interrupts&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LTN style Logistics Train Network=&lt;br /&gt;
'''Requirements:'''&lt;br /&gt;
* Factorio 2.0 with Interrupts&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/MediaWiki:Sidebar</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/MediaWiki:Sidebar"/>
				<updated>2025-01-11T03:34:37Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Special:Allpages|All Pages&lt;br /&gt;
** Special:ListFiles|List Files&lt;br /&gt;
** Special:Upload|Upload&lt;br /&gt;
** helppage|help&lt;br /&gt;
* Mediawiki&lt;br /&gt;
** Mediawiki/Installing|Installing&lt;br /&gt;
** Mediawiki/Hardening|Hardening&lt;br /&gt;
** Mediawiki/Force_SSL|Force SSL&lt;br /&gt;
** Mediawiki/Common_Problems|Common Problems&lt;br /&gt;
** Mediawiki/QuickReference|Quick Reference&lt;br /&gt;
** Mediawiki/Backup_Migrate|Backup | Migrate&lt;br /&gt;
* Confluence&lt;br /&gt;
** Confluence/Overview|Overview&lt;br /&gt;
** Confluence/Installing|Installing&lt;br /&gt;
* DevOps Tools&lt;br /&gt;
** DevOps_Tools/Overview|Overview&lt;br /&gt;
** DevOps_Tools/CI|Continuous Integration (CI)&lt;br /&gt;
** DevOps_Tools/SCM|Source Control Management (SCM)&lt;br /&gt;
** DevOps_Tools/Containerization|Containerization&lt;br /&gt;
** DevOps_Tools/Configuration|Configuration&lt;br /&gt;
** DevOps_Tools/Integration|Integration&lt;br /&gt;
** DevOps_Tools/Repository_Management|Repository Management&lt;br /&gt;
** DevOps_Tools/Issue_Tracking|Issue Tracking&lt;br /&gt;
** DevOps_Tools/Monitoring|Monitoring&lt;br /&gt;
* Open Source Products&lt;br /&gt;
** OpenSource/MagicMirror | MagicMirror&lt;br /&gt;
* Ubuntu&lt;br /&gt;
** Ubuntu/Commands|Commands&lt;br /&gt;
** Ubuntu/Applications|Applications&lt;br /&gt;
** Ubuntu/iptables|iptables&lt;br /&gt;
** Ubuntu/virtualbox|virtualbox&lt;br /&gt;
** Ubuntu/apache2|apache2&lt;br /&gt;
** Ubuntu/openssl|openssl&lt;br /&gt;
** Ubuntu/mysql|mysql&lt;br /&gt;
** Ubuntu/postgres|postgres&lt;br /&gt;
** Ubuntu/openssh|openssh server&lt;br /&gt;
** Ubuntu/squid|squid proxy&lt;br /&gt;
** Ubuntu/openldap|openldap&lt;br /&gt;
** Ubuntu/Quick_Reference|Quick Reference&lt;br /&gt;
** Ubuntu/Scripts|Scripts&lt;br /&gt;
** Ubuntu/Setup_Server|Setup Server&lt;br /&gt;
** Ubuntu/Android/SDK/AVD|Android AVD&lt;br /&gt;
* Ubuntu 22&lt;br /&gt;
** Ubuntu22/Quick_Reference|Quick Reference&lt;br /&gt;
** Ubuntu22/Local_Repository|Local Repository&lt;br /&gt;
* Mac OSX&lt;br /&gt;
** MacOSX/Quick_Reference|Quick Reference&lt;br /&gt;
** MacOSX/Common_Tools|Common Tools&lt;br /&gt;
* Oracle Linux&lt;br /&gt;
** Oracle_Linux/Installing|Installing&lt;br /&gt;
** Oracle_Linux/Quick_Reference|Quick Reference&lt;br /&gt;
** Oracle_Linux/Simple_IMAP_Server|Simple IMAP Server&lt;br /&gt;
** Oracle_Linux/HTTP_Reverse_Proxy|HTTP Reverse Proxy&lt;br /&gt;
** Oracle_Linux/openssl|openssl&lt;br /&gt;
** Oracle_Linux/Apache_httpd|HTTPD Apache&lt;br /&gt;
** Oracle_Linux/MySQL|MySQL&lt;br /&gt;
** Oracle_Linux/OpenLDAP|OpenLDAP&lt;br /&gt;
** Oracle_Linux/HAProxy|HAProxy&lt;br /&gt;
** Oracle_Linux/PostgreSQL|PostgreSQL&lt;br /&gt;
** Oracle_Linux/Common_Tools|Common Tools&lt;br /&gt;
** Oracle_Linux/Obfuscation|Obfuscation&lt;br /&gt;
*AWS&lt;br /&gt;
** AWS/Quick_Reference|Quick Reference&lt;br /&gt;
** AWS/CLI|AWS CLI&lt;br /&gt;
** AWS/CloudFormation|CloudFormation&lt;br /&gt;
*Windows&lt;br /&gt;
** Windows/Powershell|Powershell&lt;br /&gt;
** Windows/Powershell/Hyper_V|Powershell - Hyper-V&lt;br /&gt;
** Windows/Autounattend|Autounattend&lt;br /&gt;
** Windows/PowerShell/Common_Tools|Common Tools&lt;br /&gt;
*OpenVPN&lt;br /&gt;
** OpenVPN_Installation|Installation&lt;br /&gt;
*Grafana&lt;br /&gt;
** Grafana_Installation|Grafana Installation&lt;br /&gt;
** InfluxDB_Installation|InfluxDB Installation&lt;br /&gt;
** Collectd_Installation|Collectd Installation&lt;br /&gt;
** InfluxDB_Installation/Collectors|Collector Scripts&lt;br /&gt;
* InfluxDB2&lt;br /&gt;
** InfluxDB2/Installation|Installation&lt;br /&gt;
** InfluxDB2/Configuration|Configuration&lt;br /&gt;
*TrueNas&lt;br /&gt;
** TrueNas/telegraf|telegraf&lt;br /&gt;
*MagicMirror&lt;br /&gt;
** MagicMirror/Installation|Installation&lt;br /&gt;
** MagicMirror/Upgrading|Upgrading&lt;br /&gt;
*OwnCloud&lt;br /&gt;
** OwnCloud/Installation|OwnCloud Installation&lt;br /&gt;
*Pivotal&lt;br /&gt;
** Pivotal/BOSH|BOSH&lt;br /&gt;
** Pivotal/Cloud_Foundry|Cloud Foundry&lt;br /&gt;
** Pivotal/UAA|UAA&lt;br /&gt;
** Pivotal/tcserver|tcserver&lt;br /&gt;
** Pivotal/ERT_FrontEnd|ERT FrontEnd&lt;br /&gt;
** Pivotal/APIs|APIs&lt;br /&gt;
*osTicket&lt;br /&gt;
** osTicket/Installing|Installing&lt;br /&gt;
*OTRS&lt;br /&gt;
** otrs/Installing|Installing&lt;br /&gt;
*phpBB&lt;br /&gt;
** phpBB/Installation|Installation&lt;br /&gt;
** phpBB/Customization|Customization&lt;br /&gt;
*WordPress&lt;br /&gt;
** WordPress/Installation|Installation&lt;br /&gt;
** WordPress/Hardening|Hardening&lt;br /&gt;
** WordPress/Configuring|Configuring&lt;br /&gt;
* VmWare ESXI 5.1&lt;br /&gt;
** VmWare/Misc Commands|Misc Commands&lt;br /&gt;
** VmWare/QuickReference|Quick Reference&lt;br /&gt;
** VmWare/HP_Raid|HP Raid&lt;br /&gt;
** VmWare/VmWare_Tools|VmWare Tools&lt;br /&gt;
** VmWare/VmWare_vCenter|vCenter&lt;br /&gt;
** VmWare/Setup_iSCSI|Setup iSCSI&lt;br /&gt;
*Crypto currencies&lt;br /&gt;
** Litecoin|Litecoin&lt;br /&gt;
** Ethereum/Installation|Ethereum&lt;br /&gt;
** Cyrpto_Comparison|Crypto Comparison&lt;br /&gt;
* HTML&lt;br /&gt;
** HTML/Basic_Code|Basic Code&lt;br /&gt;
** HTML/Quick_Reference|Quick Reference&lt;br /&gt;
* CSS&lt;br /&gt;
** CSS/Basic_Code|Basic Code&lt;br /&gt;
* Python&lt;br /&gt;
** Python/Basic_Code|Basic Code&lt;br /&gt;
* Java Script&lt;br /&gt;
** Java Script/Basic_Code|Basic Code&lt;br /&gt;
* PHP&lt;br /&gt;
** PHP/Basic_Code|Basic Code&lt;br /&gt;
*Raspberry Pi&lt;br /&gt;
** Raspberry_Pi/Installing|Installing&lt;br /&gt;
** Raspberry_Pi/Projects/Wallboards|Project - Wallboards&lt;br /&gt;
** Raspberry_Pi/Quick_Reference|Quick Reference&lt;br /&gt;
*Canvas LMS&lt;br /&gt;
** Canvas_LMS/Installation|Installation&lt;br /&gt;
** Canvas_LMS/Upgrading|Upgrading&lt;br /&gt;
** Canvas_LMS/Troubleshooting|Troubleshooting&lt;br /&gt;
** Canvas_LMS/Quick_Reference|Quick Reference&lt;br /&gt;
* Kaltura Media Server&lt;br /&gt;
** Kaltura/Installation|Installation&lt;br /&gt;
* Plex Media Server&lt;br /&gt;
** Plex/Installation|Installation&lt;br /&gt;
* MetaSploit&lt;br /&gt;
** MetaSploit/Installation|Installation&lt;br /&gt;
* Zoneminder&lt;br /&gt;
** Zoneminder/Installation|Installation&lt;br /&gt;
** Zoneminder/Configuration|Configuration&lt;br /&gt;
* ShinobiCE&lt;br /&gt;
** ShinobiCE/Installation|Installation&lt;br /&gt;
* Photoshop CS2&lt;br /&gt;
** Photoshop_CS2/Quick_Reference|Quick Reference&lt;br /&gt;
*Fortinet&lt;br /&gt;
** Fortinet/General|General&lt;br /&gt;
** Fortinet/Fortigate60|Fortigate60&lt;br /&gt;
** Fortinet/Fortigate60B|Fortigate60B&lt;br /&gt;
*Uploaded&lt;br /&gt;
** Uploaded|Uploaded&lt;br /&gt;
*Certifications&lt;br /&gt;
** Certifications|Listing&lt;br /&gt;
*General Info&lt;br /&gt;
** General Info/Mail Server CLI|Mail Server CLI&lt;br /&gt;
** General Info/DNS|DNS&lt;br /&gt;
** General Info/Servers|Servers&lt;br /&gt;
** General Info/tcpdump|tcpdump&lt;br /&gt;
** General Info/nmap|nmap&lt;br /&gt;
*Games&lt;br /&gt;
** Games/Ingress|Ingress&lt;br /&gt;
** Games/Factorio|Factorio&lt;br /&gt;
*Meal Plans&lt;br /&gt;
**Meal_Plans/Breakfast|Breakfast Plans&lt;br /&gt;
** Meal_Plans/Lunch_Dinner_Plans|Lunch Dinner Plans&lt;br /&gt;
*NC Statutes&lt;br /&gt;
**NC_Statutes/Receipt_Check|Receipt Check&lt;br /&gt;
**NC_Statutes/Conceal_Weapon|Conceal and Carry&lt;br /&gt;
*Politics&lt;br /&gt;
**Politics/2020_Election|2020 Election&lt;br /&gt;
**Politics/Election_Results|Election Results&lt;br /&gt;
*Volkswagen&lt;br /&gt;
**Volkswagen/MK4|MK4&lt;br /&gt;
*Covid&lt;br /&gt;
**Covid/children|Covid vaccine for children&lt;br /&gt;
*NCDMV&lt;br /&gt;
**NCDMV/RegistrationRequirements|Registration Requirements&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Docker/Basics</id>
		<title>Docker/Basics</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Docker/Basics"/>
				<updated>2024-11-24T01:36:04Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[DevOps_Tools/Overview|Overview]] | [[DevOps_Tools/CI|Continuous Integration (CI)]] | [[DevOps_Tools/SCM|Source Control Management (SCM)]] | [[DevOps_Tools/Containerization|Containerization]] | [[DevOps_Tools/Configuration|Configuration]] | [[DevOps_Tools/Integration|Integration]]&lt;br /&gt;
=[[Docker/Basics|Docker Basics]]=&lt;br /&gt;
==Installation==&lt;br /&gt;
===The Docker Way===&lt;br /&gt;
Installation done on CentOS7.  Install, start, enable for system startup.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo yum check-update&lt;br /&gt;
~$ curl -fsSL https://get.docker.com/ | sh&lt;br /&gt;
~$ sudo systemctl start docker&lt;br /&gt;
~$ sudo systemctl enable docker&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===Using a repo===&lt;br /&gt;
Ref: https://docs.docker.com/engine/install/centos/&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo yum install -y yum-utils&lt;br /&gt;
~$ sudo yum-config-manager \&lt;br /&gt;
    --add-repo \&lt;br /&gt;
    https://download.docker.com/linux/centos/docker-ce.repo&lt;br /&gt;
~$ sudo yum install docker-ce docker-ce-cli containerd.io&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Accept the matching GPG key if prompted&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo systemctl start docker&lt;br /&gt;
~$ sudo systemctl enable docker&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Images==&lt;br /&gt;
===search===&lt;br /&gt;
public Docker Hub (repo) for images of software builds.  Includes both official (owner) created and public (consumer) created so be careful with what you download for obvious security reasons.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker search software_name&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
look for official builds and not random images laced with malware&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker search --filter is-official=true ubuntu&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===pull===&lt;br /&gt;
download docker images for local deployment.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker pull repository/software_name:tag&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===images (list)===&lt;br /&gt;
get a listing of local available docker images&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker images&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===rmi (delete image)===&lt;br /&gt;
delete a local docker image&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker rmi image_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
or alternative you can delete by name&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker rmi $(docker images | grep 'imagename')&lt;br /&gt;
~$ sudo docker rmi $(docker images 'completeimagename' -a -q)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
or you can delete all orphaned images (without a parent and is not a parent of a tagged image)&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ docker rmi $(docker images -f dangling=true -q)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===history===&lt;br /&gt;
see a history of the docker image.  It is important to know that the history only stacks based on the image_id the container was started up from.  If you create multiple changes and commit them separately, the latest image will have all the updates, but will not the multiple comments if they were included in the commit.  If you want a consistent linear growth of commit history in the image, you must start the container with the latest image_id before making updates.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker history image_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===commit===&lt;br /&gt;
create a new image based on the specified container.  It is important to note that if you want to maintain a consistent linear growth of commit history in the image, you must start the container with the latest image_id before making updates or commits.&amp;lt;br&amp;gt;&lt;br /&gt;
Also, as best practice it is recommended that you specify the repository where the docker image will be pushed to (whether public or private).  Locally however, the repository name structure can be anything, but you should follow best practice to keep organized.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker commit -m &amp;quot;comment&amp;quot; -a &amp;quot;Author&amp;quot; container_id repository/image_name:tag&lt;br /&gt;
ie. ~$ sudo docker commit -m &amp;quot;installed telnet&amp;quot; -a &amp;quot;root&amp;quot; ce056f9a7d2f root_repo/centos-updated:version3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===inspect===&lt;br /&gt;
inspect an image to see what it is comprised of.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker inspect image_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===build===&lt;br /&gt;
build an image from a dockerfile&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker build --file Dockerfile .&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Containers==&lt;br /&gt;
===run===&lt;br /&gt;
There are a few different options to consider when running a container.&lt;br /&gt;
====interactive &amp;lt;code&amp;gt;-it&amp;lt;/code&amp;gt;====&lt;br /&gt;
:add the -it option if you want to be interactive with the container, ie. immediately log in as root and have a shell.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker run -it image_id&lt;br /&gt;
~$ sudo docker run -it image_id:latest /bin/bash (example command)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====standard====&lt;br /&gt;
:no switches.  This will run the container and execute the default command.  In basic instances it would be &amp;lt;code&amp;gt;&amp;quot;/bin/bash&amp;quot;&amp;lt;/code&amp;gt; which is an unattached shell that would immediate exit causing the container to stop running.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker run image_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====name with meaningful name &amp;lt;code&amp;gt;--name=meaningful_name&amp;lt;/code&amp;gt;====&lt;br /&gt;
:add a meaningful name instead of allowing docker to randomly create one.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker run --name=meaningful_name image_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====hostname &amp;lt;code&amp;gt;--hostname=value&amp;lt;/code&amp;gt;====&lt;br /&gt;
:specify a specific hostname for the container rather than allowing a random one to be generated.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker run --hostname=defined_hostname image_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====automatically delete containers upon exit &amp;lt;code&amp;gt;--rm&amp;lt;/code&amp;gt;====&lt;br /&gt;
:a great time saving option that prevents you from having lots of stopped containers lingering.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker run --rm image_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====disconnected &amp;lt;code&amp;gt; -d &amp;lt;/code&amp;gt;====&lt;br /&gt;
:also called daemon mode&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker run -d --name=meaningful_name image_name:tag&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====container port(s) &amp;lt;code&amp;gt;-p   -P&amp;lt;/code&amp;gt;====&lt;br /&gt;
:start a container with a port or ports that pass through from the container to the host.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker run -d --name meaningful_name -P image_name:tag      --------    This binds a random host port from 32768+ to the container listening port.&lt;br /&gt;
;$ sudo docker run -d -p 8080:80 --name=meaningful_name image_name:tag      --------    This binds the host port 8080 to the container port 80.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====volume mount &amp;lt;code&amp;gt; -v &amp;lt;/code&amp;gt;====&lt;br /&gt;
:mount a volume from the host into a specific location in the container.  Allows a static location for files that live outside of the containers.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker -d -p 8080:80 --name=meaningful_name -v /host/path:/container/path image_name:tag&lt;br /&gt;
ie. ~$ sudo docker -d -p 8080:80 --name=Webserver4 -v /home/user/www:/usr/share/ngnix/html nginx:latest&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====overwrite entry point &amp;lt;code&amp;gt; -it --entrypoint=/bin/bash&amp;lt;/code&amp;gt;====&lt;br /&gt;
:overwrite the entry point used on the container startup.  This allows you to log into the container in order to inspect it manually while preventing the normal startup entry point from executing.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ docker run -it --entrypoint=/bin/bash image_name:tag&lt;br /&gt;
ie. docker run -it --entrypoint=/bin/bash grafana/grafana:latest&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====environment variables &amp;lt;code&amp;gt;-e  --env  --env-file&amp;lt;/code&amp;gt;====&lt;br /&gt;
:insert environment variables into a docker image, sometimes required for certain docker containers to run, like mysql.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ docker run -e MYVAR1 --env MYVAR2=foo --env-file ./env.list ubuntu bash&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===list===&lt;br /&gt;
There are a couple of different main options to consider when listing containers.&lt;br /&gt;
;standard&lt;br /&gt;
:no switches.  This will list all the currently running containers.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker container ls&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
;all containers &amp;lt;code&amp;gt;-a&amp;lt;/code&amp;gt;&lt;br /&gt;
:add the -a switch if you want to see all containers including those that are not running.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker container ls -a&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
;only ids &amp;lt;code&amp;gt;-q&amp;lt;/code&amp;gt;&lt;br /&gt;
:list containers but just show their id&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker container ls -q&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===stop===&lt;br /&gt;
stop a running container&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker stop container_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
stop after x seconds (&amp;lt;code&amp;gt;--time&amp;lt;/code&amp;gt;)&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker stop --time 10 97974bf7be4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===remove===&lt;br /&gt;
remove a container&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker rm container_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
remove all stopped containers&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker rm `sudo docker container ls -a -q`&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
remove container by image name&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker rm $(docker container ls --all --quiet --filter &amp;quot;ancestor=ubuntu-pwsh&amp;quot;)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===start===&lt;br /&gt;
start a container&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker start container_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
restart a container in an interactive shell&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker start -i container_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===restart===&lt;br /&gt;
;restart&lt;br /&gt;
:restart a container&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker restart container_id&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===execute===&lt;br /&gt;
;exec&lt;br /&gt;
:Sometimes you will need to execute a command within a contain.  You can do this with the &amp;lt;code&amp;gt;exec&amp;lt;/code&amp;gt; command.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker exec container_id command&lt;br /&gt;
~$ sudo docker exec -it container_id /bin/bash     -------     execute a shell on a container and attach interactively.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===copy===&lt;br /&gt;
;cp&lt;br /&gt;
:You may need to copy files from a container to the host (example, setting up volumes), do you can do this with the &amp;lt;code&amp;gt;cp&amp;lt;/code&amp;gt; command.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker cp CONTAINER:SRC_PATH DEST_PATH&lt;br /&gt;
~$ sudo docker cp telegraf01:/etc/telegraf /home/user/Docker/telegraf/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Docker Hub==&lt;br /&gt;
Docker Hub allows you to store your images either in private or public repositories. Personal accounts get (1) free private repo, Organizations do not get any free private repos.  Both can purchase private repos at any time through a subscription model.&lt;br /&gt;
===login===&lt;br /&gt;
login to the docker hub.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker login -u username&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===pull===&lt;br /&gt;
download docker images for local deployment.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker pull repository/software_name:tag&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===push===&lt;br /&gt;
push a new or updated docker image.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker push repository/software_name:tag&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===logout===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;~$ sudo docker logout&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Docker Files==&lt;br /&gt;
Docker files are used to create images and automatically configure the software.&lt;br /&gt;
===Essentials===&lt;br /&gt;
;FROM image_name&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;tag&lt;br /&gt;
:specifies the base image to start from.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;FROM debian:stable&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
;MAINTAINER&lt;br /&gt;
:specifies the maintainer of the image, generally your dockerhub account and email.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;MAINTAINER user_account &amp;lt;user@emailaddress.com&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
;RUN&lt;br /&gt;
:explicitly runs commands after the container starts.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;RUN apt-get update &amp;amp;&amp;amp; apt-get upgrade -y&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
;ENV&lt;br /&gt;
:sets an environmental variable that can be used in the container&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;ENV MYVALUE my-value&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
;EXPOSE&lt;br /&gt;
:exposes explicit container ports to the host&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;EXPOSE 80&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
;CMD&lt;br /&gt;
:generally used to start a process or service.&lt;br /&gt;
:&amp;lt;code&amp;gt;-D &amp;lt;/code&amp;gt; because we are not running in a daemon mode&lt;br /&gt;
:&amp;lt;code&amp;gt;FOREGROUND&amp;lt;/code&amp;gt; because we want the service to run in the foreground.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;CMD [&amp;quot;/usr/sbin/apache2ctl&amp;quot;,&amp;quot;-D&amp;quot;,&amp;quot;FOREGROUND&amp;quot;]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Windows/PowerShell/Common_Tools</id>
		<title>Windows/PowerShell/Common Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Windows/PowerShell/Common_Tools"/>
				<updated>2024-11-24T01:31:53Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are some common tools for Powershell 7 Core with a focus on system administration.&lt;br /&gt;
=Show open ports=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-NetTCPConnection&lt;br /&gt;
PS /&amp;gt; Get-NetTCPConnection | Where-Object { $_.State -eq 'Listen' }&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Process List=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-Process&lt;br /&gt;
PS /&amp;gt; Get-Process | Sort-Object CPU -Descending | Format-Table -Property Name, CPU, Id, MemoryUsage -AutoSize&lt;br /&gt;
PS /&amp;gt; while ($true) { Get-Process | Sort-Object CPU -Descending | Format-Table -Property Name, CPU, Id, MemoryUsage -AutoSize; Start-Sleep -Seconds 1 }&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Disk Space=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-PSDrive -PSProvider FileSystem&lt;br /&gt;
PS /&amp;gt; Get-Volume&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=CPU Usage=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-Counter -Counter &amp;quot;\Processor(_Total)\% Processor Time&amp;quot;&lt;br /&gt;
PS /&amp;gt; Get-Counter -Counter &amp;quot;\Processor(_Total)\% Processor Time&amp;quot; -Continuous&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Network Utilization=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-NetAdapterStatistics&lt;br /&gt;
PS /&amp;gt; Get-Counter -Counter &amp;quot;\Network Interface(*)\Bytes Total/sec&amp;quot;&lt;br /&gt;
PS /&amp;gt; Get-Counter -Counter &amp;quot;\Network Interface(*)\Bytes Total/sec&amp;quot; -Continuous&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Uptime=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; $uptime = (Get-Date) - (Get-CimInstance -ClassName Win32_OperatingSystem).LastBootUpTime&lt;br /&gt;
PS /&amp;gt;$uptime&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Memory Usage=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-PhysicalMemory&lt;br /&gt;
PS /&amp;gt; Get-CimInstance -ClassName Win32_OperatingSystem | Select-Object TotalVisibleMemorySize, FreePhysicalMemory&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=List Installed Software=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-CimInstance -ClassName Win32_Product | Select-Object Name, Version&lt;br /&gt;
PS /&amp;gt; Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Check System Updates=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Install-Module -Name PSWindowsUpdate -Force -SkipPublisherCheck&lt;br /&gt;
PS /&amp;gt; Get-WindowsUpdate&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Get System Info=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-ComputerInfo&lt;br /&gt;
PS /&amp;gt; (Get-ComputerInfo).OsArchitecture&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Check Active Users Sessions=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; quser&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Show Event Logs=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-EventLog -LogName System -Newest 10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=List Scheduled Tasks=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-ScheduledTask&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Windows/PowerShell/Common_Tools</id>
		<title>Windows/PowerShell/Common Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Windows/PowerShell/Common_Tools"/>
				<updated>2024-11-24T01:13:24Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: Created page with &amp;quot;Below are some common tools for Powershell 7 Core with a focus on system administration. =Show open ports=  &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-NetTCPConnection PS /&amp;gt; Get-NetTCPConnection | Whe...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are some common tools for Powershell 7 Core with a focus on system administration.&lt;br /&gt;
=Show open ports=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-NetTCPConnection&lt;br /&gt;
PS /&amp;gt; Get-NetTCPConnection | Where-Object { $_.State -eq 'Listen' }&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
=Process List=&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS /&amp;gt; Get-Process&lt;br /&gt;
PS /&amp;gt; Get-Process | Sort-Object CPU -Descending | Format-Table -Property Name, CPU, Id, MemoryUsage -AutoSize&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/MediaWiki:Sidebar</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/MediaWiki:Sidebar"/>
				<updated>2024-11-23T22:26:16Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Special:Allpages|All Pages&lt;br /&gt;
** Special:ListFiles|List Files&lt;br /&gt;
** Special:Upload|Upload&lt;br /&gt;
** helppage|help&lt;br /&gt;
* Mediawiki&lt;br /&gt;
** Mediawiki/Installing|Installing&lt;br /&gt;
** Mediawiki/Hardening|Hardening&lt;br /&gt;
** Mediawiki/Force_SSL|Force SSL&lt;br /&gt;
** Mediawiki/Common_Problems|Common Problems&lt;br /&gt;
** Mediawiki/QuickReference|Quick Reference&lt;br /&gt;
** Mediawiki/Backup_Migrate|Backup | Migrate&lt;br /&gt;
* Confluence&lt;br /&gt;
** Confluence/Overview|Overview&lt;br /&gt;
** Confluence/Installing|Installing&lt;br /&gt;
* DevOps Tools&lt;br /&gt;
** DevOps_Tools/Overview|Overview&lt;br /&gt;
** DevOps_Tools/CI|Continuous Integration (CI)&lt;br /&gt;
** DevOps_Tools/SCM|Source Control Management (SCM)&lt;br /&gt;
** DevOps_Tools/Containerization|Containerization&lt;br /&gt;
** DevOps_Tools/Configuration|Configuration&lt;br /&gt;
** DevOps_Tools/Integration|Integration&lt;br /&gt;
** DevOps_Tools/Repository_Management|Repository Management&lt;br /&gt;
** DevOps_Tools/Issue_Tracking|Issue Tracking&lt;br /&gt;
** DevOps_Tools/Monitoring|Monitoring&lt;br /&gt;
* Open Source Products&lt;br /&gt;
** OpenSource/MagicMirror | MagicMirror&lt;br /&gt;
* Ubuntu&lt;br /&gt;
** Ubuntu/Commands|Commands&lt;br /&gt;
** Ubuntu/Applications|Applications&lt;br /&gt;
** Ubuntu/iptables|iptables&lt;br /&gt;
** Ubuntu/virtualbox|virtualbox&lt;br /&gt;
** Ubuntu/apache2|apache2&lt;br /&gt;
** Ubuntu/openssl|openssl&lt;br /&gt;
** Ubuntu/mysql|mysql&lt;br /&gt;
** Ubuntu/postgres|postgres&lt;br /&gt;
** Ubuntu/openssh|openssh server&lt;br /&gt;
** Ubuntu/squid|squid proxy&lt;br /&gt;
** Ubuntu/openldap|openldap&lt;br /&gt;
** Ubuntu/Quick_Reference|Quick Reference&lt;br /&gt;
** Ubuntu/Scripts|Scripts&lt;br /&gt;
** Ubuntu/Setup_Server|Setup Server&lt;br /&gt;
** Ubuntu/Android/SDK/AVD|Android AVD&lt;br /&gt;
* Ubuntu 22&lt;br /&gt;
** Ubuntu22/Quick_Reference|Quick Reference&lt;br /&gt;
** Ubuntu22/Local_Repository|Local Repository&lt;br /&gt;
* Mac OSX&lt;br /&gt;
** MacOSX/Quick_Reference|Quick Reference&lt;br /&gt;
** MacOSX/Common_Tools|Common Tools&lt;br /&gt;
* Oracle Linux&lt;br /&gt;
** Oracle_Linux/Installing|Installing&lt;br /&gt;
** Oracle_Linux/Quick_Reference|Quick Reference&lt;br /&gt;
** Oracle_Linux/Simple_IMAP_Server|Simple IMAP Server&lt;br /&gt;
** Oracle_Linux/HTTP_Reverse_Proxy|HTTP Reverse Proxy&lt;br /&gt;
** Oracle_Linux/openssl|openssl&lt;br /&gt;
** Oracle_Linux/Apache_httpd|HTTPD Apache&lt;br /&gt;
** Oracle_Linux/MySQL|MySQL&lt;br /&gt;
** Oracle_Linux/OpenLDAP|OpenLDAP&lt;br /&gt;
** Oracle_Linux/HAProxy|HAProxy&lt;br /&gt;
** Oracle_Linux/PostgreSQL|PostgreSQL&lt;br /&gt;
** Oracle_Linux/Common_Tools|Common Tools&lt;br /&gt;
** Oracle_Linux/Obfuscation|Obfuscation&lt;br /&gt;
*AWS&lt;br /&gt;
** AWS/Quick_Reference|Quick Reference&lt;br /&gt;
** AWS/CLI|AWS CLI&lt;br /&gt;
** AWS/CloudFormation|CloudFormation&lt;br /&gt;
*Windows&lt;br /&gt;
** Windows/Powershell|Powershell&lt;br /&gt;
** Windows/Powershell/Hyper_V|Powershell - Hyper-V&lt;br /&gt;
** Windows/Autounattend|Autounattend&lt;br /&gt;
** Windows/PowerShell/Common_Tools|Common Tools&lt;br /&gt;
*OpenVPN&lt;br /&gt;
** OpenVPN_Installation|Installation&lt;br /&gt;
*Grafana&lt;br /&gt;
** Grafana_Installation|Grafana Installation&lt;br /&gt;
** InfluxDB_Installation|InfluxDB Installation&lt;br /&gt;
** Collectd_Installation|Collectd Installation&lt;br /&gt;
** InfluxDB_Installation/Collectors|Collector Scripts&lt;br /&gt;
* InfluxDB2&lt;br /&gt;
** InfluxDB2/Installation|Installation&lt;br /&gt;
** InfluxDB2/Configuration|Configuration&lt;br /&gt;
*TrueNas&lt;br /&gt;
** TrueNas/telegraf|telegraf&lt;br /&gt;
*MagicMirror&lt;br /&gt;
** MagicMirror/Installation|Installation&lt;br /&gt;
** MagicMirror/Upgrading|Upgrading&lt;br /&gt;
*OwnCloud&lt;br /&gt;
** OwnCloud/Installation|OwnCloud Installation&lt;br /&gt;
*Pivotal&lt;br /&gt;
** Pivotal/BOSH|BOSH&lt;br /&gt;
** Pivotal/Cloud_Foundry|Cloud Foundry&lt;br /&gt;
** Pivotal/UAA|UAA&lt;br /&gt;
** Pivotal/tcserver|tcserver&lt;br /&gt;
** Pivotal/ERT_FrontEnd|ERT FrontEnd&lt;br /&gt;
** Pivotal/APIs|APIs&lt;br /&gt;
*osTicket&lt;br /&gt;
** osTicket/Installing|Installing&lt;br /&gt;
*OTRS&lt;br /&gt;
** otrs/Installing|Installing&lt;br /&gt;
*phpBB&lt;br /&gt;
** phpBB/Installation|Installation&lt;br /&gt;
** phpBB/Customization|Customization&lt;br /&gt;
*WordPress&lt;br /&gt;
** WordPress/Installation|Installation&lt;br /&gt;
** WordPress/Hardening|Hardening&lt;br /&gt;
** WordPress/Configuring|Configuring&lt;br /&gt;
* VmWare ESXI 5.1&lt;br /&gt;
** VmWare/Misc Commands|Misc Commands&lt;br /&gt;
** VmWare/QuickReference|Quick Reference&lt;br /&gt;
** VmWare/HP_Raid|HP Raid&lt;br /&gt;
** VmWare/VmWare_Tools|VmWare Tools&lt;br /&gt;
** VmWare/VmWare_vCenter|vCenter&lt;br /&gt;
** VmWare/Setup_iSCSI|Setup iSCSI&lt;br /&gt;
*Crypto currencies&lt;br /&gt;
** Litecoin|Litecoin&lt;br /&gt;
** Ethereum/Installation|Ethereum&lt;br /&gt;
** Cyrpto_Comparison|Crypto Comparison&lt;br /&gt;
* HTML&lt;br /&gt;
** HTML/Basic_Code|Basic Code&lt;br /&gt;
** HTML/Quick_Reference|Quick Reference&lt;br /&gt;
* CSS&lt;br /&gt;
** CSS/Basic_Code|Basic Code&lt;br /&gt;
* Python&lt;br /&gt;
** Python/Basic_Code|Basic Code&lt;br /&gt;
* Java Script&lt;br /&gt;
** Java Script/Basic_Code|Basic Code&lt;br /&gt;
* PHP&lt;br /&gt;
** PHP/Basic_Code|Basic Code&lt;br /&gt;
*Raspberry Pi&lt;br /&gt;
** Raspberry_Pi/Installing|Installing&lt;br /&gt;
** Raspberry_Pi/Projects/Wallboards|Project - Wallboards&lt;br /&gt;
** Raspberry_Pi/Quick_Reference|Quick Reference&lt;br /&gt;
*Canvas LMS&lt;br /&gt;
** Canvas_LMS/Installation|Installation&lt;br /&gt;
** Canvas_LMS/Upgrading|Upgrading&lt;br /&gt;
** Canvas_LMS/Troubleshooting|Troubleshooting&lt;br /&gt;
** Canvas_LMS/Quick_Reference|Quick Reference&lt;br /&gt;
* Kaltura Media Server&lt;br /&gt;
** Kaltura/Installation|Installation&lt;br /&gt;
* Plex Media Server&lt;br /&gt;
** Plex/Installation|Installation&lt;br /&gt;
* MetaSploit&lt;br /&gt;
** MetaSploit/Installation|Installation&lt;br /&gt;
* Zoneminder&lt;br /&gt;
** Zoneminder/Installation|Installation&lt;br /&gt;
** Zoneminder/Configuration|Configuration&lt;br /&gt;
* ShinobiCE&lt;br /&gt;
** ShinobiCE/Installation|Installation&lt;br /&gt;
* Photoshop CS2&lt;br /&gt;
** Photoshop_CS2/Quick_Reference|Quick Reference&lt;br /&gt;
*Fortinet&lt;br /&gt;
** Fortinet/General|General&lt;br /&gt;
** Fortinet/Fortigate60|Fortigate60&lt;br /&gt;
** Fortinet/Fortigate60B|Fortigate60B&lt;br /&gt;
*Uploaded&lt;br /&gt;
** Uploaded|Uploaded&lt;br /&gt;
*Certifications&lt;br /&gt;
** Certifications|Listing&lt;br /&gt;
*General Info&lt;br /&gt;
** General Info/Mail Server CLI|Mail Server CLI&lt;br /&gt;
** General Info/DNS|DNS&lt;br /&gt;
** General Info/Servers|Servers&lt;br /&gt;
** General Info/tcpdump|tcpdump&lt;br /&gt;
** General Info/nmap|nmap&lt;br /&gt;
*Games&lt;br /&gt;
** Games/Ingress|Ingress&lt;br /&gt;
*Meal Plans&lt;br /&gt;
**Meal_Plans/Breakfast|Breakfast Plans&lt;br /&gt;
** Meal_Plans/Lunch_Dinner_Plans|Lunch Dinner Plans&lt;br /&gt;
*NC Statutes&lt;br /&gt;
**NC_Statutes/Receipt_Check|Receipt Check&lt;br /&gt;
**NC_Statutes/Conceal_Weapon|Conceal and Carry&lt;br /&gt;
*Politics&lt;br /&gt;
**Politics/2020_Election|2020 Election&lt;br /&gt;
**Politics/Election_Results|Election Results&lt;br /&gt;
*Volkswagen&lt;br /&gt;
**Volkswagen/MK4|MK4&lt;br /&gt;
*Covid&lt;br /&gt;
**Covid/children|Covid vaccine for children&lt;br /&gt;
*NCDMV&lt;br /&gt;
**NCDMV/RegistrationRequirements|Registration Requirements&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Windows/Powershell</id>
		<title>Windows/Powershell</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Windows/Powershell"/>
				<updated>2024-11-23T22:24:34Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Allow Remote Powershell=&lt;br /&gt;
==Server==&lt;br /&gt;
===Enable PSRemoting===&lt;br /&gt;
On the server you'll be accessing&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS&amp;gt; Enable-PSRemoting -Force      #suppresses user prompts and enables.&lt;br /&gt;
PS&amp;gt; Enable-PSRemoting -SkipNetworkProfileCheck -Force      #enables even on public networks.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
===Enable Windows Remote Management (WinRM)===&lt;br /&gt;
You will also probably have to enable WinRM (windows remote management)&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;# Set start mode to automatic&lt;br /&gt;
PS&amp;gt; Set-Service WinRM -StartMode Automatic&lt;br /&gt;
&lt;br /&gt;
# Verify start mode and state - it should be running&lt;br /&gt;
PS&amp;gt; Get-WmiObject -Class win32_service | Where-Object {$_.name -like &amp;quot;WinRM&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
# or verify it with this&lt;br /&gt;
PS&amp;gt; Get-Service -Name &amp;quot;WinRM&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Start/Stop service&lt;br /&gt;
PS&amp;gt; Start-Service -Name &amp;quot;WinRM&amp;quot;&lt;br /&gt;
PS&amp;gt; Stop-Service -Name &amp;quot;WinRM&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Trusted Hosts List===&lt;br /&gt;
You may also need to add the client that will be connecting to the trusted hosts list.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS&amp;gt; Set-Item WSMan:\localhost\Client\TrustedHosts -Value &amp;quot;FQDN&amp;quot; -Force    #Adds an individual host.  Overwrites previous entry.&lt;br /&gt;
PS&amp;gt; Set-Item WSMan:\localhost\Client\TrustedHosts -Value &amp;quot;*&amp;quot; -Force      #Adds everything to the trusted host list.&lt;br /&gt;
&lt;br /&gt;
PS&amp;gt; Get-Item WSMan:\localhost\Client\TrustedHosts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   WSManConfig: Microsoft.WSMan.Management\WSMan::localhost\Client&lt;br /&gt;
&lt;br /&gt;
Type            Name                           SourceOfValue   Value                                                  &lt;br /&gt;
----            ----                           -------------   -----                                                  &lt;br /&gt;
System.String   TrustedHosts                                   *  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
====Add to existing====&lt;br /&gt;
If you want to add to the existing list without overwriting, you can either create an array out of the existing values, or use the &amp;lt;code&amp;gt;-Concatenate&amp;lt;/code&amp;gt; switch.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS&amp;gt; $curList = (Get-Item WSMan:\localhost\Client\TrustedHosts).value&lt;br /&gt;
PS&amp;gt; Set-Item WSMan:\localhost\Client\TrustedHosts -Value &amp;quot;$curList, FQDN&amp;quot;&lt;br /&gt;
&lt;br /&gt;
PS&amp;gt; Set-Item WSMan:\localhost\Client\TrustedHosts -Concatenate -Value FQDN&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Test Connectivity===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS&amp;gt; Test-WSMan -ComputerName {ServerFQDN} -Credential {ServerFQDN/Domain}\{User} -Authentication Default&lt;br /&gt;
ie. PS&amp;gt; Test-WSMan -ComputerName win-45mo0eqvg4g -Credential win-45mo0eqvg4g\Administrator -Authentication Default&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Client==&lt;br /&gt;
===Trusted Hosts===&lt;br /&gt;
From the Client you need add the server to the Trusted Hosts. &amp;lt;br&amp;gt;&lt;br /&gt;
'''NOTE:''' While you do NOT need WinRM to be running on the client, you do need to start it in order to manipulate the trusted host list.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS&amp;gt; PS&amp;gt; Start-Service -Name &amp;quot;WinRM&amp;quot;&lt;br /&gt;
&lt;br /&gt;
PS&amp;gt; Set-Item WSMan:\localhost\Client\TrustedHosts -Value &amp;quot;FQDN&amp;quot; -Force    #Adds an individual host.  Overwrites previous entry.&lt;br /&gt;
PS&amp;gt; Set-Item WSMan:\localhost\Client\TrustedHosts -Value &amp;quot;*&amp;quot; -Force      #Adds everything to the trusted host list.&lt;br /&gt;
&lt;br /&gt;
PS&amp;gt; Get-Item WSMan:\localhost\Client\TrustedHosts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   WSManConfig: Microsoft.WSMan.Management\WSMan::localhost\Client&lt;br /&gt;
&lt;br /&gt;
Type            Name                           SourceOfValue   Value                                                  &lt;br /&gt;
----            ----                           -------------   -----                                                  &lt;br /&gt;
System.String   TrustedHosts                                   *  &lt;br /&gt;
&lt;br /&gt;
PS&amp;gt; Stop-Service -Name &amp;quot;WinRM&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Test Connectivity===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS&amp;gt; Test-WSMan -ComputerName {ServerFQDN} -Credential {ServerFQDN/Domain}\{User} -Authentication Default&lt;br /&gt;
ie. PS&amp;gt; Test-WSMan -ComputerName win-45mo0eqvg4g -Credential win-45mo0eqvg4g\Administrator -Authentication Default&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sessions/Invoke Command==&lt;br /&gt;
To run remote powershell commands, you'll need to either specify the computer name or create a session and specify that.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#Without a Session, unique one-liner&lt;br /&gt;
PS&amp;gt; Invoke-Command -ComputerName win-45mo0eqvg4g -Credential win-45mo0eqvg4g\Administrator -ScriptBlock {HostName}&lt;br /&gt;
WIN-45MO0EQVG4G&lt;br /&gt;
&lt;br /&gt;
#With a session&lt;br /&gt;
PS&amp;gt; New-PSSession -ComputerName win-45mo0eqvg4g -Credential win-45mo0eqvg4g\Administrator&lt;br /&gt;
&lt;br /&gt;
 Id Name            ComputerName    ComputerType    State         ConfigurationName     Availability&lt;br /&gt;
 -- ----            ------------    ------------    -----         -----------------     ------------&lt;br /&gt;
  6 WinRM6          win-45mo0eqvg4g RemoteMachine   Opened        Microsoft.PowerShell     Available&lt;br /&gt;
&lt;br /&gt;
PS&amp;gt; Invoke-Command -Session (Get-PSSession) -ScriptBlock {Hostname}&lt;br /&gt;
WIN-45MO0EQVG4G&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===New/Disconnect/Remove===&lt;br /&gt;
The process should be to Create a NEW session &amp;gt; DISCONNECT the session (but leaves in history) &amp;gt; REMOVE the session (removes from history).&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;PS&amp;gt; New-PSSession -ComputerName win-45mo0eqvg4g -Credential win-45mo0eqvg4g\Administrator&lt;br /&gt;
PS&amp;gt; Disconnect-PSSession (Get-PSSession)&lt;br /&gt;
PS&amp;gt; Remove-PSSession (Get-PSSession)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Code Reference=&lt;br /&gt;
==Bitbucket ouath authentication and git clone==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt; $Body = &amp;quot;grant_type=client_credentials&amp;quot;&lt;br /&gt;
$creds = [System.Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes('iuondfijondsjkofnsdofjnc:hdfiohnwdfjndsjofnjodsnfjodsnjofndsoj'))&lt;br /&gt;
$access_token = $(Invoke-WebRequest -Uri &amp;quot;https://bitbucket.org/site/oauth2/access_token&amp;quot; -Body $Body -Method 'POST' -Headers @{ 'Authorization' = 'Basic ' + $creds } | Select-Object -Expand Content | ConvertFrom-Json | select access_token -ExpandProperty access_token)&lt;br /&gt;
 &lt;br /&gt;
Start-Process -FilePath &amp;quot;C:\Program Files\Git\cmd\git.exe&amp;quot; -ArgumentList &amp;quot;clone https://x-token-auth:$access_token@bitbucket.org/repo/project.git&amp;quot; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Dockerfile WinRM &amp;amp; SSH=&lt;br /&gt;
example of a dockerfile that uses the powershell core 7 public docker image to connect to host&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#Image contains all the tools necessary to connect via powershell (winrm) to pwsh 5.1 along with ssh&lt;br /&gt;
#cannot build without the ssh private key being in the build directory&lt;br /&gt;
#sudo docker build -t &amp;quot;pwshcore-wsman:Dockerfile&amp;quot; .&lt;br /&gt;
#vpn connection needs to be running on the docker host if required for connectivity to computers&lt;br /&gt;
#example connecting via ssh (22)&lt;br /&gt;
# ssh -i id_ed25519 user@computer.tld&lt;br /&gt;
#example connecting via winrm (5985)&lt;br /&gt;
# pwsh&lt;br /&gt;
# $username = &amp;quot;&amp;lt;username&amp;gt;&amp;quot;&lt;br /&gt;
# $password = &amp;quot;&amp;lt;password&amp;gt;&amp;quot;&lt;br /&gt;
# $computer = &amp;quot;&amp;lt;computer&amp;gt;&amp;quot;&lt;br /&gt;
# $securePassword = ConvertTo-SecureString $password -AsPlainText -Force&lt;br /&gt;
# $credentials = New-Object System.Management.Automation.PSCredential ($username, $securePassword)&lt;br /&gt;
# Enter-PSSession -ComputerName $computer -Credential $credentials&lt;br /&gt;
&lt;br /&gt;
FROM powershell7:latest&lt;br /&gt;
LABEL maintainer=&amp;quot;root&amp;quot;&lt;br /&gt;
&lt;br /&gt;
SHELL [&amp;quot;/bin/bash&amp;quot;, &amp;quot;-c&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
RUN DEBIAN_FRONTEND=noninteractive apt update -y&lt;br /&gt;
RUN DEBIAN_FRONTEND=noninteractive apt upgrade -y&lt;br /&gt;
RUN DEBIAN_FRONTEND=noninteractive apt install -y iputils-ping ansible telnet vim tcpdump git python-is-python3 python3-pip&lt;br /&gt;
RUN DEBIAN_FRONTEND=noninteractive apt install -y wget apt-transport-https software-properties-common sshpass gss-ntlmssp netcat curl&lt;br /&gt;
RUN sed -i '/\[provider_sect\]/a legacy = legacy_sect' /etc/ssl/openssl.cnf&lt;br /&gt;
RUN sed -i '/\[default_sect\]/a [legacy_sect]\nactivate = 1' /etc/ssl/openssl.cnf&lt;br /&gt;
RUN sed -i '/\[default_sect\]/a activate = 1' /etc/ssl/openssl.cnf&lt;br /&gt;
RUN pwsh -Command 'Install-Module -Name PSWSMan -Scope AllUsers -AcceptLicense -Force -Confirm:$False; Install-WSMan -Verbose'&lt;br /&gt;
COPY id_ed25519 /id_ed25519&lt;br /&gt;
RUN chmod 0600 id_ed25519&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T07:57:34Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://en.wikipedia.org/wiki/Early_voting https://en.wikipedia.org/wiki/Early_voting]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://time.com/4539862/early-voting-history-first-states/ https://time.com/4539862/early-voting-history-first-states/]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.nbcnews.com/politics/2024-elections/early-vote https://www.nbcnews.com/politics/2024-elections/early-vote]&amp;lt;br&amp;gt;&lt;br /&gt;
Louisiana first established “in-person absentee voting” in 1921, which is the precursor to early voting, however early voting did not account for a calculable percentage until 1992.&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Δ Total Votes (D%) !! Participation !! Early Vote % !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 340.5 || 146.1 || -6.05% || 42.85% || 60.2% || 71.3 || -12.3% || 74.8 || +0.5% || 226 || 312 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || +20.73% || 46.91% || 64.04% || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || +1.58% || 39.47% || 36.6% || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || -2.01% || 40.5% || 31.6% || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || +6.94% || 42.5% || 30.6% || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || +19.33% || 40.97% || 22% || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || +17.09% || 36.05% || 16% || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 268.3 || 86.6 || +3.1% || 32.3% || n/a || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 255.3 || 84 || -7.39% || 32.89% || 7% || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.2 || 90.7 || -1.52% || 37.2% || n/a || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 235.4 || 92.1 || +15.99% || 39.15% || n/a || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || -0.63% || 35.06% || n/a || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 216.1 || 79.9 || +4.72% || 37.0% || n/a || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.8 || 76.3 || +21.11% || 36.2% || n/a || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 194.3 || 63 || -10.38% || 32.46% || n/a || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 187.3 || 70.3 || +2.93% || 37.54% || n/a || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 179.3 || 68.3 || +10.88% || 38.14% || n/a || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.3 || 61.6 || +0.98% || 36.6% || n/a || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 163.8 || 61 || +32.61% || 37.27% || n/a || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 145.0 || 46 || -3.36% || 31.72% || n/a || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.0 || 47.6 || -3.84% || 34.2% || n/a || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || +11.24% || 37.47% || n/a || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 128.1 || 44.5 || +15.28% || 34.7% || n/a || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 125.2 || 38.6 || +6.04% || 30.84% || n/a || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 120.4 || 36.4 || +51.04% || 30.3% || n/a || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 111.5 || 24.1 || -4.74%% || 21.61% || n/a || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.0 || 25.3 || +43.75% || 23.87% || n/a || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 99.3 || 17.6 || +79.59% || 17.73% || n/a || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.9 || 9.8 || -30.5% || 10.22% || n/a || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 90.0 || 14.1 || +11.02% || 15.67% || n/a || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 84.0 || 12.7 || -6.62% || 15.12% || n/a || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.2 || 13.6 || n/a || 17.83% || n/a || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T07:34:32Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://en.wikipedia.org/wiki/Early_voting https://en.wikipedia.org/wiki/Early_voting]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://time.com/4539862/early-voting-history-first-states/ https://time.com/4539862/early-voting-history-first-states/]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.nbcnews.com/politics/2024-elections/early-vote https://www.nbcnews.com/politics/2024-elections/early-vote]&amp;lt;br&amp;gt;&lt;br /&gt;
Louisiana first established “in-person absentee voting” in 1921, which is the precursor to early voting, however early voting did not account for a calculable percentage until 1992.&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Participation !! Early Vote % !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 340.5 || 146.1 || 42.85% || 60.2% || 71.3 || -12.3% || 74.8 || +0.5% || 226 || 312 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || 46.91% || 64.04% || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || 39.47% || 36.6% || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || 40.5% || 31.6% || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || 42.5% || 30.6% || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || 40.97% || 22% || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || 36.05% || 16% || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 268.3 || 86.6 || 32.3% || n/a || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 255.3 || 84 || 32.89% || 7% || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.2 || 90.7 || 37.2% || n/a || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 235.4 || 92.1 || 39.15% || n/a || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.06% || n/a || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 216.1 || 79.9 || 37.0% || n/a || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.8 || 76.3 || 36.2% || n/a || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 194.3 || 63 || 32.46% || n/a || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 187.3 || 70.3 || 37.54% || n/a || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 179.3 || 68.3 || 38.14% || n/a || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.3 || 61.6 || 36.6% || n/a || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 163.8 || 61 || 37.27% || n/a || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 145.0 || 46 || 31.72% || n/a || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.0 || 47.6 || 34.2% || n/a || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 37.47% || n/a || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 128.1 || 44.5 || 34.7% || n/a || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 125.2 || 38.6 || 30.84% || n/a || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 120.4 || 36.4 || 30.3% || n/a || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 111.5 || 24.1 || 21.61% || n/a || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.0 || 25.3 || 23.87% || n/a || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 99.3 || 17.6 || 17.73% || n/a || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.9 || 9.8 || 10.22% || n/a || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 90.0 || 14.1 || 15.67% || n/a || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 84.0 || 12.7 || 15.12% || n/a || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.2 || 13.6 || 17.83% || n/a || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T07:30:10Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://en.wikipedia.org/wiki/Early_voting https://en.wikipedia.org/wiki/Early_voting]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://time.com/4539862/early-voting-history-first-states/ https://time.com/4539862/early-voting-history-first-states/]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.nbcnews.com/politics/2024-elections/early-vote https://www.nbcnews.com/politics/2024-elections/early-vote]&amp;lt;br&amp;gt;&lt;br /&gt;
Louisiana first established “in-person absentee voting” in 1921, which is the precursor to early voting, however early voting did not account for a calculable percentage until 1992.&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Participation !! Early Vote % !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 340.5 || 146 || 42.85% || 60.2% || 71.3 || -12.3% || 74.8 || +0.5% || 226 || 312 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || 46.91% || 64.04% || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || 39.47% || 36.6% || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || 40.5% || 31.6% || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || 42.5% || 30.6% || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || 40.97% || 22% || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || 36.05% || 16% || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 268.3 || 86.6 || 32.3% || n/a || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 255.3 || 84 || 32.89% || 7% || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.2 || 90.7 || 37.2% || n/a || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 235.4 || 92.1 || 39.15% || n/a || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.06% || n/a || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 216.1 || 79.9 || 37.0% || n/a || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.8 || 76.3 || 36.2% || n/a || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 194.3 || 63 || 32.46% || n/a || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 187.3 || 70.3 || 37.54% || n/a || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 179.3 || 68.3 || 38.14% || n/a || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.3 || 61.6 || 36.6% || n/a || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 163.8 || 61 || 37.27% || n/a || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 145.0 || 46 || 31.72% || n/a || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.0 || 47.6 || 34.2% || n/a || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 37.47% || n/a || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 128.1 || 44.5 || 34.7% || n/a || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 125.2 || 38.6 || 30.84% || n/a || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 120.4 || 36.4 || 30.3% || n/a || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 111.5 || 24.1 || 21.61% || n/a || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.0 || 25.3 || 23.87% || n/a || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 99.3 || 17.6 || 17.73% || n/a || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.9 || 9.8 || 10.22% || n/a || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 90.0 || 14.1 || 15.67% || n/a || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 84.0 || 12.7 || 15.12% || n/a || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.2 || 13.6 || 17.83% || n/a || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T07:26:28Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://en.wikipedia.org/wiki/Early_voting https://en.wikipedia.org/wiki/Early_voting]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://time.com/4539862/early-voting-history-first-states/ https://time.com/4539862/early-voting-history-first-states/]&amp;lt;br&amp;gt;&lt;br /&gt;
Louisiana first established “in-person absentee voting” in 1921, which is the precursor to early voting, however early voting did not account for a calculable percentage until 1992.&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Participation !! Early Vote % !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 340.5 || 146 || 42.85% || ??% || 71.3 || -12.3% || 74.8 || +0.5% || 226 || 312 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || 46.91% || 64.04% || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || 39.47% || 36.6% || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || 40.5% || 31.6% || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || 42.5% || 30.6% || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || 40.97% || 22% || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || 36.05% || 16% || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 268.3 || 86.6 || 32.3% || n/a || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 255.3 || 84 || 32.89% || 7% || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.2 || 90.7 || 37.2% || n/a || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 235.4 || 92.1 || 39.15% || n/a || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.06% || n/a || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 216.1 || 79.9 || 37.0% || n/a || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.8 || 76.3 || 36.2% || n/a || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 194.3 || 63 || 32.46% || n/a || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 187.3 || 70.3 || 37.54% || n/a || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 179.3 || 68.3 || 38.14% || n/a || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.3 || 61.6 || 36.6% || n/a || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 163.8 || 61 || 37.27% || n/a || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 145.0 || 46 || 31.72% || n/a || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.0 || 47.6 || 34.2% || n/a || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 37.47% || n/a || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 128.1 || 44.5 || 34.7% || n/a || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 125.2 || 38.6 || 30.84% || n/a || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 120.4 || 36.4 || 30.3% || n/a || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 111.5 || 24.1 || 21.61% || n/a || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.0 || 25.3 || 23.87% || n/a || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 99.3 || 17.6 || 17.73% || n/a || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.9 || 9.8 || 10.22% || n/a || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 90.0 || 14.1 || 15.67% || n/a || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 84.0 || 12.7 || 15.12% || n/a || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.2 || 13.6 || 17.83% || n/a || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T07:25:47Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html]&amp;lt;br&amp;gt;&lt;br /&gt;
Louisiana first established “in-person absentee voting” in 1921, which is the precursor to early voting, however early voting did not account for a calculable percentage until 1992.&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Participation !! Early Vote % !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 340.5 || 146 || 42.85% || ??% || 71.3 || -12.3% || 74.8 || +0.5% || 226 || 312 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || 46.91% || 64.04% || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || 39.47% || 36.6% || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || 40.5% || 31.6% || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || 42.5% || 30.6% || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || 40.97% || 22% || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || 36.05% || 16% || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 268.3 || 86.6 || 32.3% || n/a || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 255.3 || 84 || 32.89% || 7% || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.2 || 90.7 || 37.2% || n/a || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 235.4 || 92.1 || 39.15% || n/a || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.06% || n/a || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 216.1 || 79.9 || 37.0% || n/a || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.8 || 76.3 || 36.2% || n/a || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 194.3 || 63 || 32.46% || n/a || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 187.3 || 70.3 || 37.54% || n/a || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 179.3 || 68.3 || 38.14% || n/a || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.3 || 61.6 || 36.6% || n/a || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 163.8 || 61 || 37.27% || n/a || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 145.0 || 46 || 31.72% || n/a || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.0 || 47.6 || 34.2% || n/a || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 37.47% || n/a || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 128.1 || 44.5 || 34.7% || n/a || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 125.2 || 38.6 || 30.84% || n/a || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 120.4 || 36.4 || 30.3% || n/a || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 111.5 || 24.1 || 21.61% || n/a || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.0 || 25.3 || 23.87% || n/a || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 99.3 || 17.6 || 17.73% || n/a || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.9 || 9.8 || 10.22% || n/a || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 90.0 || 14.1 || 15.67% || n/a || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 84.0 || 12.7 || 15.12% || n/a || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.2 || 13.6 || 17.83% || n/a || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T07:14:10Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html]&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Participation !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 340.5 || 146 || 42.85% || 71.3 || -12.3% || 74.8 || +0.5% || 226 || 312 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || 46.91% || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || 39.47% || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || 40.5% || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || 42.5% || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || 40.97% || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || 36.05% || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 268.3 || 86.6 || 32.3% || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 255.3 || 84 || 32.89% || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.2 || 90.7 || 37.2% || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 235.4 || 92.1 || 39.15% || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.06% || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 216.1 || 79.9 || 37.0% || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.8 || 76.3 || 36.2% || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 194.3 || 63 || 32.46% || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 187.3 || 70.3 || 37.54% || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 179.3 || 68.3 || 38.14% || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.3 || 61.6 || 36.6% || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 163.8 || 61 || 37.27% || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 145.0 || 46 || 31.72% || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.0 || 47.6 || 34.2% || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 37.47% || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 128.1 || 44.5 || 34.7% || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 125.2 || 38.6 || 30.84% || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 120.4 || 36.4 || 30.3% || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 111.5 || 24.1 || 21.61% || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.0 || 25.3 || 23.87% || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 99.3 || 17.6 || 17.73% || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.9 || 9.8 || 10.22% || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 90.0 || 14.1 || 15.67% || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 84.0 || 12.7 || 15.12% || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.2 || 13.6 || 17.83% || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T07:03:52Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html]&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 340.5 || 146 || 71.3 || -12.3% || 74.8 || +0.5% || 226 || 312 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 268.3 || 86.6 || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 255.3 || 84 || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.2 || 90.7 || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 235.4 || 92.1 || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 216.1 || 79.9 || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.8 || 76.3 || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 194.3 || 63 || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 187.3 || 70.3 || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 179.3 || 68.3 || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.3 || 61.6 || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 163.8 || 61 || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 145.0 || 46 || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.0 || 47.6 || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 128.1 || 44.5 || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 125.2 || 38.6 || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 120.4 || 36.4 || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 111.5 || 24.1 || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.0 || 25.3 || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 99.3 || 17.6 || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.9 || 9.8 || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 90.0 || 14.1 || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 84.0 || 12.7 || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.2 || 13.6 || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T07:02:59Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html]&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 340.5 || 146 || 71.2 || -12.3% || 74.8 || +0.5% || TBD || TBD || TBD&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 268.3 || 86.6 || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 255.3 || 84 || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.2 || 90.7 || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 235.4 || 92.1 || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 216.1 || 79.9 || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.8 || 76.3 || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 194.3 || 63 || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 187.3 || 70.3 || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 179.3 || 68.3 || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.3 || 61.6 || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 163.8 || 61 || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 145.0 || 46 || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.0 || 47.6 || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 128.1 || 44.5 || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 125.2 || 38.6 || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 120.4 || 36.4 || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 111.5 || 24.1 || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.0 || 25.3 || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 99.3 || 17.6 || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.9 || 9.8 || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 90.0 || 14.1 || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 84.0 || 12.7 || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.2 || 13.6 || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T07:01:39Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html]&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || ? || 146 || 71.2 || -12.3% || 74.8 || +0.5% || TBD || TBD || TBD&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 268.3 || 86.6 || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 255.3 || 84 || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.2 || 90.7 || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 235.4 || 92.1 || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 216.1 || 79.9 || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.8 || 76.3 || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 194.3 || 63 || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 187.3 || 70.3 || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 179.3 || 68.3 || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.3 || 61.6 || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 163.8 || 61 || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 145.0 || 46 || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.0 || 47.6 || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 128.1 || 44.5 || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 125.2 || 38.6 || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 120.4 || 36.4 || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 111.5 || 24.1 || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.0 || 25.3 || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 99.3 || 17.6 || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.9 || 9.8 || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 90.0 || 14.1 || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 84.0 || 12.7 || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.2 || 13.6 || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T07:01:20Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&lt;br /&gt;
[https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html https://www.census.gov/data/tables/time-series/dec/popchange-data-text.html]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || ? || 146 || 71.2 || -12.3% || 74.8 || +0.5% || TBD || TBD || TBD&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 268.3 || 86.6 || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 255.3 || 84 || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.2 || 90.7 || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 235.4 || 92.1 || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 216.1 || 79.9 || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.8 || 76.3 || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 194.3 || 63 || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 187.3 || 70.3 || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 179.3 || 68.3 || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.3 || 61.6 || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 163.8 || 61 || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 145.0 || 46 || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.0 || 47.6 || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 128.1 || 44.5 || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 125.2 || 38.6 || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 120.4 || 36.4 || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 111.5 || 24.1 || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.0 || 25.3 || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 99.3 || 17.6 || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.9 || 9.8 || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 90.0 || 14.1 || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 84.0 || 12.7 || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.2 || 13.6 || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T06:51:08Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || ? || 146 || 71.2 || -12.3% || 74.8 || +0.5% || TBD || TBD || TBD&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.5 || 155.5 || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 326.9 || 128.8 || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 313.3 || 126.8 || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.2 || 129.4 || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.1 || 121 || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 281.4 || 101.4 || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 266.5 || 86.6 || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 257.7 || 84 || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.5 || 90.7 || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 234.5 || 92.1 || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 218.0 || 79.9 || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.1 || 76.3 || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 200.7 || 63 || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 191.9 || 70.3 || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 180.7 || 68.3 || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.0 || 61.6 || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 151.3 || 61 || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 146.6 || 46 || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.9 || 47.6 || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 127.0 || 44.5 || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 124.0 || 38.6 || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 121.8 || 36.4 || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 116.5 || 24.1 || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.5 || 25.3 || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 98.2 || 17.6 || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.3 || 9.8 || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 92.0 || 14.1 || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 85.0 || 12.7 || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.0 || 13.6 || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T06:38:31Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 334.2 || 146 || 71.2 || -12.3% || 74.8 || +0.5% || TBD || TBD || TBD&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.0 || 155.5 || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 323.1 || 128.8 || 65.8 || -0.15% || 63.0 || +3.45% || 232 || 306 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 314.0 || 126.8 || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.1 || 129.4 || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.5 || 121 || 59.0 || +15.91% || 62.0 || +22.77% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 282.2 || 101.4 || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 266.5 || 86.6 || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 257.7 || 84 || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.5 || 90.7 || 41.8 || +11.17% || 48.9 || -10.28% || 111 || 426 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 234.5 || 92.1 || 37.6 || +5.92% || 54.5 || +24.15% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.5 || -12.99% || 43.9 || +12.28% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 218.0 || 79.9 || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.1 || 76.3 || 29.1 || -7.03% || 47.2 || +48.9% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 200.7 || 63 || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 191.9 || 70.3 || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 180.7 || 68.3 || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.0 || 61.6 || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 151.3 || 61 || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 146.6 || 46 || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.9 || 47.6 || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 127.0 || 44.5 || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 124.0 || 38.6 || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 121.8 || 36.4 || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 116.5 || 24.1 || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.5 || 25.3 || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 98.2 || 17.6 || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.3 || 9.8 || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 8 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 92.0 || 14.1 || 6.4 || +25.49% || 7.7 || +1.32% || 321 || 162 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 85.0 || 12.7 || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 140 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.0 || 13.6 || 6.4 || N/A || 7.2 || N/A || 292 || 155 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T06:27:49Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
Sources:&lt;br /&gt;
[https://www.presidency.ucsb.edu/statistics/elections https://www.presidency.ucsb.edu/statistics/elections]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 334.2 || 146 || 71.2 || -12.3% || 74.8 || +0.5% || TBD || TBD || TBD&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.0 || 155.5 || 81.3 || +23.56% || 74.2 || +17.78% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 323.1 || 128.8 || 65.8 || -0.15% || 63.0 || +3.45% || 227 || 304 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 314.0 || 126.8 || 65.9 || -5.18% || 60.9 || +1.67% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.1 || 129.4 || 69.5 || +17.8% || 59.9 || -3.39% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.5 || 121 || 59.0 || +15.91% || 62.0 || +22.77% || 252 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 282.2 || 101.4 || 50.9 || +7.38% || 50.5 || +28.83% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 266.5 || 86.6 || 47.4 || +5.57% || 39.2 || -0.26% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 257.7 || 84 || 44.9 || +7.42% || 39.1 || -20.04% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.5 || 90.7 || 41.8 || +11.17% || 48.9 || -10.28% || 426 || 111 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 234.5 || 92.1 || 37.6 || +5.92% || 54.5 || +24.15% || 525 || 13 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 79.4 || 35.5 || -12.99% || 43.9 || +12.28% || 489 || 49 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 218.0 || 79.9 || 40.8 || +40.21% || 39.1 || -17.16% || 297 || 241 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.1 || 76.3 || 29.1 || -7.03% || 47.2 || +48.9% || 520 || 17 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 200.7 || 63 || 31.3 || -27.38% || 31.7 || +16.54% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 191.9 || 70.3 || 43.1 || +26.02% || 27.2 || -20.23% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 180.7 || 68.3 || 34.2 || +31.54% || 34.1 || -4.21% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.0 || 61.6 || 26.0 || -4.76% || 35.6 || +5.64% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 151.3 || 61 || 27.3 || +13.28% || 33.7 || +53.88% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 146.6 || 46 || 24.1 || -5.86% || 21.9 || -0.45% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.9 || 47.6 || 25.6 || -5.88% || 22.0 || -1.35% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.5 || 27.2 || -2.16% || 22.3 || +33.53% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 127.0 || 44.5 || 27.8 || +21.93% || 16.7 || +5.7% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 124.0 || 38.6 || 22.8 || +52.0% || 15.8 || -26.17% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 121.8 || 36.4 || 15.0 || +78.57% || 21.4 || +36.31% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 116.5 || 24.1 || 8.4 || -7.69% || 15.7 || -3.09% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.5 || 25.3 || 9.1 || 0.00% || 16.2 || +90.59% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 98.2 || 17.6 || 9.1 || +44.44% || 8.5 || +142.86% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.3 || 9.8 || 6.3 || -1.56% || 3.5 || -54.55% || 435 || 88 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 92.0 || 14.1 || 6.4 || +25.49% || 7.7 || +1.32% || 494 || 0 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 85.0 || 12.7 || 5.1 || -20.31% || 7.6 || +5.56% || 336 || 0 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.0 || 13.6 || 6.4 || N/A || 7.2 || N/A || 292 || 0 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T05:00:48Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 334.2 || 146.1 || 71.2 || -12.3% || 74.8 || +0.5% || TBD || TBD || TBD&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.0 || 159.0 || 81.3 || +23.4% || 74.2 || +18.0% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 323.1 || 138.8 || 65.9 || 0% || 62.9 || +3.3% || 227 || 304 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 314.0 || 129.1 || 69.5 || +5.5% || 60.9 || +1.7% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.1 || 131.1 || 69.5 || +10.4% || 59.9 || -0.7% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.5 || 122.3 || 59.0 || +15.9% || 62.0 || +3.4% || 252 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 282.2 || 105.4 || 50.9 || +3.5% || 50.4 || -0.5% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 266.5 || 96.0 || 47.4 || +8.0% || 39.1 || -7.5% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 257.7 || 104.4 || 44.9 || +10.1% || 39.1 || -0.5% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.5 || 91.6 || 41.8 || +1.7% || 48.0 || +7.0% || 426 || 111 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 234.5 || 92.6 || 37.6 || +7.3% || 51.0 || +2.3% || 525 || 13 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 88.5 || 34.0 || -9.3% || 43.9 || +7.3% || 489 || 49 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 218.0 || 81.7 || 37.5 || +0.3% || 39.1 || +0.7% || 297 || 241 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.1 || 77.7 || 29.9 || +1.4% || 46.7 || +9.7% || 520 || 17 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 200.7 || 72.0 || 31.7 || 0% || 31.7 || +0.8% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 191.9 || 68.8 || 43.1 || +31.5% || 27.1 || -1.7% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 180.7 || 68.8 || 34.2 || +31.5% || 34.1 || -4.2% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.0 || 62.0 || 26.0 || -4.8% || 35.6 || +7.0% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 151.3 || 61.6 || 27.3 || -3.7% || 34.1 || +10.5% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 146.6 || 48.9 || 24.2 || +2.8% || 21.9 || -10.5% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.9 || 47.6 || 24.9 || -5.5% || 22.0 || +10.5% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.9 || 27.3 || +2.8% || 22.3 || +5.4% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 127.0 || 45.7 || 27.8 || +16.4% || 16.7 || -21.2% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 124.0 || 39.8 || 22.8 || +52.8% || 15.7 || -28.8% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 121.8 || 36.8 || 15.0 || +7.6% || 21.4 || +20.3% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 116.5 || 29.1 || 13.9 || -9.7% || 15.7 || +26.6% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.5 || 26.8 || 9.1 || -7.9% || 16.1 || +58.4% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 98.2 || 18.5 || 9.9 || +24.7% || 8.5 || +2.4% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.3 || 15.0 || 6.3 || +43.2% || 3.5 || -23.3% || 435 || 88 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 92.0 || 14.9 || 4.9 || -9.5% || 7.3 || +5.3% || 494 || 0 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 85.0 || 13.6 || 4.5 || -7.2% || 7.6 || +4.1% || 336 || 0 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.0 || 13.0 || 4.3 || +1.8% || 7.6 || +4.1% || 292 || 0 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:55:24Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 334.2 || 146.1 || 71.2 || -12.3% || 74.8 || +0.5% || TBD || TBD || TBD&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.0 || 159.0 || 81.3 || +23.4% || 74.2 || +18.0% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 323.1 || 138.8 || 65.9 || 0% || 62.9 || +3.3% || 227 || 304 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 314.0 || 129.1 || 69.5 || +5.5% || 60.9 || +1.7% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.1 || 131.1 || 69.5 || +10.4% || 59.9 || -0.7% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.5 || 122.3 || 59.0 || +15.9% || 62.0 || +3.4% || 252 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 282.2 || 105.4 || 50.9 || +3.5% || 50.4 || -0.5% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 266.5 || 96.0 || 47.4 || +8.0% || 39.1 || -7.5% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 257.7 || 104.4 || 44.9 || +10.1% || 39.1 || -0.5% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.5 || 91.6 || 41.8 || +1.7% || 48.0 || +7.0% || 426 || 111 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 234.5 || 92.6 || 37.6 || +7.3% || 51.0 || +2.3% || 525 || 13 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 88.5 || 34.0 || +3.3% || 43.9 || +7.3% || 489 || 49 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 218.0 || 81.7 || 37.5 || +0.3% || 39.1 || +0.7% || 297 || 241 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.1 || 77.7 || 29.9 || +1.4% || 46.7 || +9.7% || 520 || 17 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 200.7 || 72.0 || 31.7 || 0% || 31.7 || +0.8% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 191.9 || 68.8 || 43.1 || +31.5% || 27.1 || -1.7% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 180.7 || 68.8 || 34.2 || +31.5% || 34.1 || -4.2% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.0 || 62.0 || 26.0 || -4.8% || 35.6 || +7.0% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 151.3 || 61.6 || 27.3 || -3.7% || 34.1 || +10.5% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 146.6 || 48.9 || 24.2 || +2.8% || 21.9 || -10.5% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.9 || 47.6 || 24.9 || -5.5% || 22.0 || +10.5% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.9 || 27.3 || +2.8% || 22.3 || +5.4% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 127.0 || 45.7 || 27.8 || +16.4% || 16.7 || -21.2% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 124.0 || 39.8 || 22.8 || +52.8% || 15.7 || -28.8% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 121.8 || 36.8 || 15.0 || +7.6% || 21.4 || +20.3% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 116.5 || 29.1 || 13.9 || -9.7% || 15.7 || +26.6% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.5 || 26.8 || 9.1 || -7.9% || 16.1 || +58.4% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 98.2 || 18.5 || 9.9 || +24.7% || 8.5 || +2.4% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.3 || 15.0 || 6.3 || +43.2% || 3.5 || -23.3% || 435 || 88 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 92.0 || 14.9 || 4.9 || -9.5% || 7.3 || +5.3% || 494 || 0 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 85.0 || 13.6 || 4.5 || -7.2% || 7.6 || +4.1% || 336 || 0 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.0 || 13.0 || 4.3 || +1.8% || 7.6 || +4.1% || 292 || 0 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:49:44Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: /* Presidential Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! U.S. Population (millions) !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 334.2 || 146.1 || 71.2 || -12.3% || 74.8 || +0.5% || TBD || TBD || TBD&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 331.0 || 159.0 || 81.3 || +23.4% || 74.2 || +18.0% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 323.1 || 138.8 || 65.9 || 0% || 62.9 || +3.3% || 227 || 304 || Donald Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 314.0 || 129.1 || 69.5 || +5.5% || 60.9 || +1.7% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 304.1 || 131.1 || 69.5 || +10.4% || 59.9 || -0.7% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 295.5 || 122.3 || 59.0 || +2.2% || 62.0 || +4.0% || 252 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 282.2 || 105.4 || 50.9 || +3.5% || 50.4 || -0.5% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 266.5 || 96.0 || 47.4 || +8.0% || 39.1 || -7.5% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 257.7 || 104.4 || 44.9 || +10.1% || 39.1 || -0.5% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 244.5 || 91.6 || 41.8 || +1.7% || 48.0 || +7.0% || 426 || 111 || George H. W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 234.5 || 92.6 || 37.6 || +7.3% || 51.0 || +2.3% || 525 || 13 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 226.5 || 88.5 || 34.0 || +3.3% || 43.9 || +7.3% || 489 || 49 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 218.0 || 81.7 || 37.5 || +0.3% || 39.1 || +0.7% || 297 || 241 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 210.1 || 77.7 || 29.9 || +1.4% || 46.7 || +9.7% || 520 || 17 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 200.7 || 72.0 || 31.7 || 0% || 31.7 || +0.8% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 191.9 || 68.8 || 43.1 || +31.5% || 27.1 || -1.7% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 180.7 || 68.8 || 34.2 || +31.5% || 34.1 || -4.2% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 168.0 || 62.0 || 26.0 || -4.8% || 35.6 || +7.0% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 151.3 || 61.6 || 27.3 || -3.7% || 34.1 || +10.5% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 146.6 || 48.9 || 24.2 || +2.8% || 21.9 || -10.5% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 139.9 || 47.6 || 24.9 || -5.5% || 22.0 || +10.5% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 132.1 || 49.9 || 27.3 || +2.8% || 22.3 || +5.4% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 127.0 || 45.7 || 27.8 || +16.4% || 16.7 || -21.2% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 124.0 || 39.8 || 22.8 || +52.8% || 15.7 || -28.8% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 121.8 || 36.8 || 15.0 || +7.6% || 21.4 || +20.3% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 116.5 || 29.1 || 13.9 || -9.7% || 15.7 || +26.6% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 106.5 || 26.8 || 9.1 || -7.9% || 16.1 || +58.4% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 98.2 || 18.5 || 9.9 || +24.7% || 8.5 || +2.4% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 95.3 || 15.0 || 6.3 || +43.2% || 3.5 || -23.3% || 435 || 88 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 92.0 || 14.9 || 4.9 || -9.5% || 7.3 || +5.3% || 494 || 0 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 85.0 || 13.6 || 4.5 || -7.2% || 7.6 || +4.1% || 336 || 0 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 76.0 || 13.0 || 4.3 || +1.8% || 7.6 || +4.1% || 292 || 0 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:38:12Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 146.1 || 71.2 || -12.4% || 74.8 || +0.8% || 203 || 335 || Donald J. Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 158.4 || 81.3 || +23.4% || 74.2 || +18.0% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 136.8 || 65.9 || 0.0% || 62.9 || +3.3% || 227 || 304 || Donald J. Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 129.1 || 65.9 || -3.6% || 60.9 || -1.7% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 131.3 || 69.5 || +17.8% || 59.9 || +3.2% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 122.3 || 59.0 || +15.7% || 62.0 || +6.9% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 105.4 || 51.0 || +7.6% || 50.5 || +28.8% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 96.3 || 47.4 || +5.6% || 39.2 || -14.1% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 104.4 || 44.9 || +7.4% || 39.1 || -20.0% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 91.6 || 41.8 || -0.8% || 48.9 || -10.3% || 111 || 426 || George H.W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 92.6 || 37.6 || +5.9% || 54.5 || +25.0% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 86.5 || 35.5 || -13.3% || 43.6 || +11.1% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 81.6 || 40.8 || +11.8% || 39.1 || -6.5% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 77.7 || 29.2 || -9.0% || 47.2 || +6.0% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 73.2 || 31.3 || +1.3% || 31.7 || +13.5% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 70.6 || 43.1 || +36.0% || 27.2 || -22.2% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 68.8 || 34.2 || +31.5% || 34.1 || -4.2% || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 62.0 || 26.0 || -4.8% || 35.6 || +7.0% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 61.6 || 27.3 || -3.7% || 34.1 || +10.5% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 48.9 || 24.2 || +2.8% || 21.9 || -10.5% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 47.6 || 24.9 || -5.5% || 22.0 || +10.5% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 49.9 || 27.3 || +2.8% || 22.3 || +5.4% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 45.7 || 27.8 || +16.4% || 16.7 || -21.2% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 39.8 || 22.8 || +52.8% || 15.7 || -28.8% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 36.8 || 15.0 || +7.6% || 21.4 || +20.3% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 29.1 || 13.9 || -9.7% || 15.7 || +26.6% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 26.8 || 9.1 || -7.9% || 16.1 || +58.4% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 18.5 || 9.9 || +24.7% || 8.5 || +2.4% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 15.0 || 6.3 || +43.2% || 3.5 || -23.3% || 435 || 88 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 14.9 || 4.9 || -9.5% || 7.7 || +3.8% || 162 || 321 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 13.5 || 5.1 || +13.7% || 7.6 || -12.6% || 140 || 336 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 13.0 || 6.4 || +5.7% || 7.2 || +6.1% || 155 || 292 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:36:45Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 146.1 || 71.2 || -12.4% || 74.8 || +0.8% || 203 || 335 || Donald J. Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 158.4 || 81.3 || +23.4% || 74.2 || +18.0% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 136.8 || 65.9 || 0.0% || 62.9 || +3.3% || 227 || 304 || Donald J. Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 129.1 || 65.9 || -3.6% || 60.9 || -1.7% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 131.3 || 69.5 || +17.8% || 59.9 || +3.2% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 122.3 || 59.0 || +15.7% || 62.0 || +6.9% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 105.4 || 51.0 || +7.6% || 50.5 || +28.8% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 96.3 || 47.4 || +5.6% || 39.2 || -14.1% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 104.4 || 44.9 || +7.4% || 39.1 || -20.0% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 91.6 || 41.8 || -0.8% || 48.9 || -10.3% || 111 || 426 || George H.W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 92.6 || 37.6 || +5.9% || 54.5 || +25.0% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 86.5 || 35.5 || -13.3% || 43.6 || +11.1% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 81.6 || 40.8 || +11.8% || 39.1 || -6.5% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 77.7 || 29.2 || -9.0% || 47.2 || +6.0% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 73.2 || 31.3 || +1.3% || 31.7 || +13.5% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 70.6 || 43.1 || +36.0% || 27.2 || -22.2% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 68.8 || 34.2 || N/A || 34.1 || N/A || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1956 || 62.0 || 26.0 || -4.8% || 35.6 || +7.0% || 73 || 457 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1952 || 61.6 || 27.3 || -3.7% || 34.1 || +10.5% || 89 || 442 || Dwight D. Eisenhower (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1948 || 48.9 || 24.2 || +2.8% || 21.9 || -10.5% || 303 || 189 || Harry S. Truman (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1944 || 47.6 || 24.9 || -5.5% || 22.0 || +10.5% || 432 || 99 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1940 || 49.9 || 27.3 || +2.8% || 22.3 || +5.4% || 449 || 82 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1936 || 45.7 || 27.8 || +16.4% || 16.7 || -21.2% || 523 || 8 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1932 || 39.8 || 22.8 || +52.8% || 15.7 || -28.8% || 472 || 59 || Franklin D. Roosevelt (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1928 || 36.8 || 15.0 || +7.6% || 21.4 || +20.3% || 87 || 444 || Herbert Hoover (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1924 || 29.1 || 13.9 || -9.7% || 15.7 || +26.6% || 136 || 382 || Calvin Coolidge (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1920 || 26.8 || 9.1 || -7.9% || 16.1 || +58.4% || 127 || 404 || Warren G. Harding (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1916 || 18.5 || 9.9 || +24.7% || 8.5 || +2.4% || 277 || 254 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1912 || 15.0 || 6.3 || +43.2% || 3.5 || -23.3% || 435 || 88 || Woodrow Wilson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1908 || 14.9 || 4.9 || -9.5% || 7.7 || +3.8% || 162 || 321 || William H. Taft (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1904 || 13.5 || 5.1 || +13.7% || 7.6 || -12.6% || 140 || 336 || Theodore Roosevelt (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1900 || 13.0 || 6.4 || +5.7% || 7.2 || +6.1% || 155 || 292 || William McKinley (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:35:11Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 146.1 || 71.2 || -12.4% || 74.8 || +0.8% || 203 || 335 || Donald J. Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 158.4 || 81.3 || +23.4% || 74.2 || +18.0% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 136.8 || 65.9 || 0.0% || 62.9 || +3.3% || 227 || 304 || Donald J. Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 129.1 || 65.9 || -3.6% || 60.9 || -1.7% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 131.3 || 69.5 || +17.8% || 59.9 || +3.2% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 122.3 || 59.0 || +15.7% || 62.0 || +6.9% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 105.4 || 51.0 || +7.6% || 50.5 || +28.8% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 96.3 || 47.4 || +5.6% || 39.2 || -14.1% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 104.4 || 44.9 || +7.4% || 39.1 || -20.0% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 91.6 || 41.8 || -0.8% || 48.9 || -10.3% || 111 || 426 || George H.W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 92.6 || 37.6 || +5.9% || 54.5 || +25.0% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 86.5 || 35.5 || -13.3% || 43.6 || +11.1% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1976 || 81.6 || 40.8 || +11.8% || 39.1 || -6.5% || 297 || 240 || Jimmy Carter (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1972 || 77.7 || 29.2 || -9.0% || 47.2 || +6.0% || 17 || 520 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1968 || 73.2 || 31.3 || +1.3% || 31.7 || +13.5% || 191 || 301 || Richard Nixon (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1964 || 70.6 || 43.1 || +36.0% || 27.2 || -22.2% || 486 || 52 || Lyndon B. Johnson (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1960 || 68.8 || 34.2 || N/A || 34.1 || N/A || 303 || 219 || John F. Kennedy (D)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:27:43Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%) !! Democrat Electoral Votes !! Republican Electoral Votes !! Winner&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 146.1 || 71.2 || -12.4% || 74.8 || +0.8% || 226 || 312 || Donald J. Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 158.4 || 81.3 || +23.4% || 74.2 || +18.0% || 306 || 232 || Joe Biden (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 136.8 || 65.9 || 0.0% || 62.9 || +3.3% || 227 || 304 || Donald J. Trump (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 129.1 || 65.9 || -3.6% || 60.9 || -1.7% || 332 || 206 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 131.3 || 69.5 || +17.8% || 59.9 || +3.2% || 365 || 173 || Barack Obama (D)&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 122.3 || 59.0 || +15.7% || 62.0 || +6.9% || 251 || 286 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 105.4 || 51.0 || +7.6% || 50.5 || +28.8% || 266 || 271 || George W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 96.3 || 47.4 || +5.6% || 39.2 || -14.1% || 379 || 159 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 104.4 || 44.9 || +7.4% || 39.1 || -20.0% || 370 || 168 || Bill Clinton (D)&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 91.6 || 41.8 || -0.8% || 48.9 || -10.3% || 111 || 426 || George H.W. Bush (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 92.6 || 37.6 || +5.9% || 54.5 || +25.0% || 13 || 525 || Ronald Reagan (R)&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 86.5 || 35.5 || -13.3% || 43.6 || +11.1% || 49 || 489 || Ronald Reagan (R)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:24:52Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%)&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 146.1 || 71.2 || -12.4% || 74.8 || +0.8%&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 158.4 || 81.3 || +23.4% || 74.2 || +18.0%&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 136.8 || 65.9 || 0.0% || 62.9 || +3.3%&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 129.1 || 65.9 || -3.6% || 60.9 || -1.7%&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 131.3 || 69.5 || +17.8% || 59.9 || +3.2%&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 122.3 || 59.0 || +15.7% || 62.0 || +6.9%&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 105.4 || 51.0 || +7.6% || 50.5 || +28.8%&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 96.3 || 47.4 || +5.6% || 39.2 || -14.1%&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 104.4 || 44.9 || +7.4% || 39.1 || -20.0%&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 91.6 || 41.8 || -0.8% || 48.9 || -10.3%&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 92.6 || 37.6 || +5.9% || 54.5 || +25.0%&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 86.5 || 35.5 || -13.3% || 43.6 || +11.1%&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:20:16Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%)&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 146.1 || 71.2 || +9.5% || 74.8 || +0.8%&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 158.4 || 81.3 || +23.2% || 74.2 || +18.1%&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 136.8 || 65.9 || +1.8% || 62.9 || +1.4%&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 129.1 || 65.9 || -3.6% || 60.9 || -2.0%&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 131.3 || 69.5 || +24.6% || 59.9 || +22.2%&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 122.3 || 59.0 || +14.1% || 62.0 || +22.9%&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 105.4 || 51.0 || -2.2% || 50.5 || -6.9%&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 96.3 || 47.4 || +5.2% || 39.2 || -20.1%&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 104.4 || 44.9 || +23.6% || 39.1 || -4.5%&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 91.6 || 41.8 || -5.3% || 48.9 || +12.6%&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 92.6 || 37.6 || -6.7% || 54.5 || +25.0%&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 86.5 || 35.5 || -13.0% || 43.6 || +11.2%&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:20:08Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%)&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || 146.1 || 71.2 || +9.5%  || 74.8 || +0.8%&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 158.4 || 81.3 || +23.2% || 74.2 || +18.1%&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 136.8 || 65.9 || +1.8% || 62.9 || +1.4%&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 129.1 || 65.9 || -3.6% || 60.9 || -2.0%&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 131.3 || 69.5 || +24.6% || 59.9 || +22.2%&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 122.3 || 59.0 || +14.1% || 62.0 || +22.9%&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 105.4 || 51.0 || -2.2% || 50.5 || -6.9%&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 96.3 || 47.4 || +5.2% || 39.2 || -20.1%&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 104.4 || 44.9 || +23.6% || 39.1 || -4.5%&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 91.6 || 41.8 || -5.3% || 48.9 || +12.6%&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 92.6 || 37.6 || -6.7% || 54.5 || +25.0%&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 86.5 || 35.5 || -13.0% || 43.6 || +11.2%&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:16:52Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! Total Votes (millions) !! Democrat Votes (millions) !! Δ Election (D%) !! Republican Votes (millions) !! Δ Election (R%)&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || 158.4 || 81.3 || +23.2% || 74.2 || +18.1%&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || 136.8 || 65.9 || +1.8% || 62.9 || +1.4%&lt;br /&gt;
|-&lt;br /&gt;
| 2012 || 129.1 || 65.9 || -3.6% || 60.9 || -2.0%&lt;br /&gt;
|-&lt;br /&gt;
| 2008 || 131.3 || 69.5 || +24.6% || 59.9 || +22.2%&lt;br /&gt;
|-&lt;br /&gt;
| 2004 || 122.3 || 59.0 || +14.1% || 62.0 || +22.9%&lt;br /&gt;
|-&lt;br /&gt;
| 2000 || 105.4 || 51.0 || -2.2% || 50.5 || -6.9%&lt;br /&gt;
|-&lt;br /&gt;
| 1996 || 96.3 || 47.4 || +5.2% || 39.2 || -20.1%&lt;br /&gt;
|-&lt;br /&gt;
| 1992 || 104.4 || 44.9 || +23.6% || 39.1 || -4.5%&lt;br /&gt;
|-&lt;br /&gt;
| 1988 || 91.6 || 41.8 || -5.3% || 48.9 || +12.6%&lt;br /&gt;
|-&lt;br /&gt;
| 1984 || 92.6 || 37.6 || -6.7% || 54.5 || +25.0%&lt;br /&gt;
|-&lt;br /&gt;
| 1980 || 86.5 || 35.5 || -13.0% || 43.6 || +11.2%&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:13:06Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! Year !! Total Votes !! Democrat Votes !! Δ Election !! Republican Votes !! Δ Election&lt;br /&gt;
|-&lt;br /&gt;
| 2024 || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| 2020 || Example || Example || Example || Example || Example&lt;br /&gt;
|-&lt;br /&gt;
| 2016 || Example || Example || Example || Example || Example&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/Politics/Election_Results</id>
		<title>Politics/Election Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/Politics/Election_Results"/>
				<updated>2024-11-11T04:07:00Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: Created page with &amp;quot;=Presidential Results=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Presidential Results=&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	<entry>
		<id>https://wiki.r00tedvw.com/index.php/MediaWiki:Sidebar</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.r00tedvw.com/index.php/MediaWiki:Sidebar"/>
				<updated>2024-11-11T04:05:30Z</updated>
		
		<summary type="html">&lt;p&gt;R00t: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Special:Allpages|All Pages&lt;br /&gt;
** Special:ListFiles|List Files&lt;br /&gt;
** Special:Upload|Upload&lt;br /&gt;
** helppage|help&lt;br /&gt;
* Mediawiki&lt;br /&gt;
** Mediawiki/Installing|Installing&lt;br /&gt;
** Mediawiki/Hardening|Hardening&lt;br /&gt;
** Mediawiki/Force_SSL|Force SSL&lt;br /&gt;
** Mediawiki/Common_Problems|Common Problems&lt;br /&gt;
** Mediawiki/QuickReference|Quick Reference&lt;br /&gt;
** Mediawiki/Backup_Migrate|Backup | Migrate&lt;br /&gt;
* Confluence&lt;br /&gt;
** Confluence/Overview|Overview&lt;br /&gt;
** Confluence/Installing|Installing&lt;br /&gt;
* DevOps Tools&lt;br /&gt;
** DevOps_Tools/Overview|Overview&lt;br /&gt;
** DevOps_Tools/CI|Continuous Integration (CI)&lt;br /&gt;
** DevOps_Tools/SCM|Source Control Management (SCM)&lt;br /&gt;
** DevOps_Tools/Containerization|Containerization&lt;br /&gt;
** DevOps_Tools/Configuration|Configuration&lt;br /&gt;
** DevOps_Tools/Integration|Integration&lt;br /&gt;
** DevOps_Tools/Repository_Management|Repository Management&lt;br /&gt;
** DevOps_Tools/Issue_Tracking|Issue Tracking&lt;br /&gt;
** DevOps_Tools/Monitoring|Monitoring&lt;br /&gt;
* Open Source Products&lt;br /&gt;
** OpenSource/MagicMirror | MagicMirror&lt;br /&gt;
* Ubuntu&lt;br /&gt;
** Ubuntu/Commands|Commands&lt;br /&gt;
** Ubuntu/Applications|Applications&lt;br /&gt;
** Ubuntu/iptables|iptables&lt;br /&gt;
** Ubuntu/virtualbox|virtualbox&lt;br /&gt;
** Ubuntu/apache2|apache2&lt;br /&gt;
** Ubuntu/openssl|openssl&lt;br /&gt;
** Ubuntu/mysql|mysql&lt;br /&gt;
** Ubuntu/postgres|postgres&lt;br /&gt;
** Ubuntu/openssh|openssh server&lt;br /&gt;
** Ubuntu/squid|squid proxy&lt;br /&gt;
** Ubuntu/openldap|openldap&lt;br /&gt;
** Ubuntu/Quick_Reference|Quick Reference&lt;br /&gt;
** Ubuntu/Scripts|Scripts&lt;br /&gt;
** Ubuntu/Setup_Server|Setup Server&lt;br /&gt;
** Ubuntu/Android/SDK/AVD|Android AVD&lt;br /&gt;
* Ubuntu 22&lt;br /&gt;
** Ubuntu22/Quick_Reference|Quick Reference&lt;br /&gt;
** Ubuntu22/Local_Repository|Local Repository&lt;br /&gt;
* Mac OSX&lt;br /&gt;
** MacOSX/Quick_Reference|Quick Reference&lt;br /&gt;
** MacOSX/Common_Tools|Common Tools&lt;br /&gt;
* Oracle Linux&lt;br /&gt;
** Oracle_Linux/Installing|Installing&lt;br /&gt;
** Oracle_Linux/Quick_Reference|Quick Reference&lt;br /&gt;
** Oracle_Linux/Simple_IMAP_Server|Simple IMAP Server&lt;br /&gt;
** Oracle_Linux/HTTP_Reverse_Proxy|HTTP Reverse Proxy&lt;br /&gt;
** Oracle_Linux/openssl|openssl&lt;br /&gt;
** Oracle_Linux/Apache_httpd|HTTPD Apache&lt;br /&gt;
** Oracle_Linux/MySQL|MySQL&lt;br /&gt;
** Oracle_Linux/OpenLDAP|OpenLDAP&lt;br /&gt;
** Oracle_Linux/HAProxy|HAProxy&lt;br /&gt;
** Oracle_Linux/PostgreSQL|PostgreSQL&lt;br /&gt;
** Oracle_Linux/Common_Tools|Common Tools&lt;br /&gt;
** Oracle_Linux/Obfuscation|Obfuscation&lt;br /&gt;
*AWS&lt;br /&gt;
** AWS/Quick_Reference|Quick Reference&lt;br /&gt;
** AWS/CLI|AWS CLI&lt;br /&gt;
** AWS/CloudFormation|CloudFormation&lt;br /&gt;
*Windows&lt;br /&gt;
** Windows/Powershell|Powershell&lt;br /&gt;
** Windows/Powershell/Hyper_V|Powershell - Hyper-V&lt;br /&gt;
** Windows/Autounattend|Autounattend&lt;br /&gt;
*OpenVPN&lt;br /&gt;
** OpenVPN_Installation|Installation&lt;br /&gt;
*Grafana&lt;br /&gt;
** Grafana_Installation|Grafana Installation&lt;br /&gt;
** InfluxDB_Installation|InfluxDB Installation&lt;br /&gt;
** Collectd_Installation|Collectd Installation&lt;br /&gt;
** InfluxDB_Installation/Collectors|Collector Scripts&lt;br /&gt;
* InfluxDB2&lt;br /&gt;
** InfluxDB2/Installation|Installation&lt;br /&gt;
** InfluxDB2/Configuration|Configuration&lt;br /&gt;
*TrueNas&lt;br /&gt;
** TrueNas/telegraf|telegraf&lt;br /&gt;
*MagicMirror&lt;br /&gt;
** MagicMirror/Installation|Installation&lt;br /&gt;
** MagicMirror/Upgrading|Upgrading&lt;br /&gt;
*OwnCloud&lt;br /&gt;
** OwnCloud/Installation|OwnCloud Installation&lt;br /&gt;
*Pivotal&lt;br /&gt;
** Pivotal/BOSH|BOSH&lt;br /&gt;
** Pivotal/Cloud_Foundry|Cloud Foundry&lt;br /&gt;
** Pivotal/UAA|UAA&lt;br /&gt;
** Pivotal/tcserver|tcserver&lt;br /&gt;
** Pivotal/ERT_FrontEnd|ERT FrontEnd&lt;br /&gt;
** Pivotal/APIs|APIs&lt;br /&gt;
*osTicket&lt;br /&gt;
** osTicket/Installing|Installing&lt;br /&gt;
*OTRS&lt;br /&gt;
** otrs/Installing|Installing&lt;br /&gt;
*phpBB&lt;br /&gt;
** phpBB/Installation|Installation&lt;br /&gt;
** phpBB/Customization|Customization&lt;br /&gt;
*WordPress&lt;br /&gt;
** WordPress/Installation|Installation&lt;br /&gt;
** WordPress/Hardening|Hardening&lt;br /&gt;
** WordPress/Configuring|Configuring&lt;br /&gt;
* VmWare ESXI 5.1&lt;br /&gt;
** VmWare/Misc Commands|Misc Commands&lt;br /&gt;
** VmWare/QuickReference|Quick Reference&lt;br /&gt;
** VmWare/HP_Raid|HP Raid&lt;br /&gt;
** VmWare/VmWare_Tools|VmWare Tools&lt;br /&gt;
** VmWare/VmWare_vCenter|vCenter&lt;br /&gt;
** VmWare/Setup_iSCSI|Setup iSCSI&lt;br /&gt;
*Crypto currencies&lt;br /&gt;
** Litecoin|Litecoin&lt;br /&gt;
** Ethereum/Installation|Ethereum&lt;br /&gt;
** Cyrpto_Comparison|Crypto Comparison&lt;br /&gt;
* HTML&lt;br /&gt;
** HTML/Basic_Code|Basic Code&lt;br /&gt;
** HTML/Quick_Reference|Quick Reference&lt;br /&gt;
* CSS&lt;br /&gt;
** CSS/Basic_Code|Basic Code&lt;br /&gt;
* Python&lt;br /&gt;
** Python/Basic_Code|Basic Code&lt;br /&gt;
* Java Script&lt;br /&gt;
** Java Script/Basic_Code|Basic Code&lt;br /&gt;
* PHP&lt;br /&gt;
** PHP/Basic_Code|Basic Code&lt;br /&gt;
*Raspberry Pi&lt;br /&gt;
** Raspberry_Pi/Installing|Installing&lt;br /&gt;
** Raspberry_Pi/Projects/Wallboards|Project - Wallboards&lt;br /&gt;
** Raspberry_Pi/Quick_Reference|Quick Reference&lt;br /&gt;
*Canvas LMS&lt;br /&gt;
** Canvas_LMS/Installation|Installation&lt;br /&gt;
** Canvas_LMS/Upgrading|Upgrading&lt;br /&gt;
** Canvas_LMS/Troubleshooting|Troubleshooting&lt;br /&gt;
** Canvas_LMS/Quick_Reference|Quick Reference&lt;br /&gt;
* Kaltura Media Server&lt;br /&gt;
** Kaltura/Installation|Installation&lt;br /&gt;
* Plex Media Server&lt;br /&gt;
** Plex/Installation|Installation&lt;br /&gt;
* MetaSploit&lt;br /&gt;
** MetaSploit/Installation|Installation&lt;br /&gt;
* Zoneminder&lt;br /&gt;
** Zoneminder/Installation|Installation&lt;br /&gt;
** Zoneminder/Configuration|Configuration&lt;br /&gt;
* ShinobiCE&lt;br /&gt;
** ShinobiCE/Installation|Installation&lt;br /&gt;
* Photoshop CS2&lt;br /&gt;
** Photoshop_CS2/Quick_Reference|Quick Reference&lt;br /&gt;
*Fortinet&lt;br /&gt;
** Fortinet/General|General&lt;br /&gt;
** Fortinet/Fortigate60|Fortigate60&lt;br /&gt;
** Fortinet/Fortigate60B|Fortigate60B&lt;br /&gt;
*Uploaded&lt;br /&gt;
** Uploaded|Uploaded&lt;br /&gt;
*Certifications&lt;br /&gt;
** Certifications|Listing&lt;br /&gt;
*General Info&lt;br /&gt;
** General Info/Mail Server CLI|Mail Server CLI&lt;br /&gt;
** General Info/DNS|DNS&lt;br /&gt;
** General Info/Servers|Servers&lt;br /&gt;
** General Info/tcpdump|tcpdump&lt;br /&gt;
** General Info/nmap|nmap&lt;br /&gt;
*Games&lt;br /&gt;
** Games/Ingress|Ingress&lt;br /&gt;
*Meal Plans&lt;br /&gt;
**Meal_Plans/Breakfast|Breakfast Plans&lt;br /&gt;
** Meal_Plans/Lunch_Dinner_Plans|Lunch Dinner Plans&lt;br /&gt;
*NC Statutes&lt;br /&gt;
**NC_Statutes/Receipt_Check|Receipt Check&lt;br /&gt;
**NC_Statutes/Conceal_Weapon|Conceal and Carry&lt;br /&gt;
*Politics&lt;br /&gt;
**Politics/2020_Election|2020 Election&lt;br /&gt;
**Politics/Election_Results|Election Results&lt;br /&gt;
*Volkswagen&lt;br /&gt;
**Volkswagen/MK4|MK4&lt;br /&gt;
*Covid&lt;br /&gt;
**Covid/children|Covid vaccine for children&lt;br /&gt;
*NCDMV&lt;br /&gt;
**NCDMV/RegistrationRequirements|Registration Requirements&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>R00t</name></author>	</entry>

	</feed>