<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.galliumos.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dvdmuckle</id>
		<title>GalliumOS Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.galliumos.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dvdmuckle"/>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/Special:Contributions/Dvdmuckle"/>
		<updated>2026-06-19T10:56:28Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.3</generator>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1322</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1322"/>
				<updated>2018-03-26T03:12:35Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Add section on mounting gdrive via fstab&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt install ./google-chrome-stable_current_amd64.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- Before apt&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adobe Flash ===&lt;br /&gt;
&lt;br /&gt;
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.&lt;br /&gt;
&lt;br /&gt;
* Install adobe-flashplugin from Canonical's &amp;lt;code&amp;gt;partner&amp;lt;/code&amp;gt; repository.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 2em; padding:0.4em;&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install adobe-flashplugin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Confirm installation by entering &amp;lt;code&amp;gt;chrome://plugins&amp;lt;/code&amp;gt; (Chromium) or &amp;lt;code&amp;gt;about:plugins&amp;lt;/code&amp;gt; (Firefox) into the URL bar&lt;br /&gt;
&lt;br /&gt;
The proprietary version of Google Chrome includes PepperFlash, and does not require an additional plugin.&lt;br /&gt;
&lt;br /&gt;
=== Firefox Aurora ===&lt;br /&gt;
&lt;br /&gt;
Aurora is the '''developer preview''' of Firefox.&lt;br /&gt;
&lt;br /&gt;
The '''stable''' version of Firefox can be installed from the standard Canonical repositories with &amp;lt;code&amp;gt;sudo apt install firefox&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
More info: https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/firefox-aurora&lt;br /&gt;
&lt;br /&gt;
=== Pale Moon ===&lt;br /&gt;
&lt;br /&gt;
Pale Moon is a web browser, originally derived from Firefox, and optimized for performance.&lt;br /&gt;
&lt;br /&gt;
* Official site: http://linux.palemoon.org/&lt;br /&gt;
* Installation: https://software.opensuse.org/download.html?project=home%3Astevenpusser&amp;amp;package=palemoon&lt;br /&gt;
** (Follow instructions for Ubuntu)&lt;br /&gt;
&lt;br /&gt;
=== TeamViewer ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
curl -OL http://download.teamviewer.com/download/teamviewer_i386.deb&lt;br /&gt;
sudo dpkg -i teamviewer_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration&amp;lt;br&amp;gt;  ===&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternatively, you may wish to set Google Drive to mount at startup using the &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt; file. If so, create the file &amp;lt;code&amp;gt;/usr/bin/gdfuse&amp;lt;/code&amp;gt; with the following contents, replacing &amp;lt;code&amp;gt;&amp;lt;user&amp;gt;&amp;lt;/code&amp;gt; with your GalliumOS username, then run &amp;lt;code&amp;gt;sudo chmod +x /usr/bin/gdfuse&amp;lt;/code&amp;gt;.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 su &amp;lt;user&amp;gt; -l -c &amp;quot;google-drive-ocamlfuse $*&amp;quot;&lt;br /&gt;
 exit 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Next, add the following line to your &amp;lt;code&amp;gt;/etc/fstab&amp;lt;/code&amp;gt;, again replacing &amp;lt;code&amp;gt;&amp;lt;user&amp;gt;&amp;lt;/code&amp;gt; with your user, and replacing the &amp;lt;code&amp;gt;uid/&amp;lt;code&amp;gt; and &amp;lt;code&amp;gt;gid&amp;lt;/code&amp;gt; values with the values retrieved from the &amp;lt;code&amp;gt;echo $UID&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;echo $GID&amp;lt;/code&amp;gt; commands respectively.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 gdfuse /home/&amp;lt;user&amp;gt;/googledrive      fuse    uid=1000,gid=1000,user 0         0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If you decide to change the mount location for Google Drive, make sure the location is owned by your user. You can do so by running &amp;lt;code&amp;gt;chown $UID:$GID /mount/location&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
Most up-to-date instructions can be found on project home page: https://github.com/astrada/google-drive-ocamlfuse/wiki&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
Download the .deb below, and install using:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg -i skypeforlinux-64.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deb download: https://www.skype.com/en/download-skype/skype-for-linux/downloading-web/?type=weblinux-deb&lt;br /&gt;
&lt;br /&gt;
If you have the older Skype client installed, you will need to update to the newest client. For information on the older client, see: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
Source: https://blogs.skype.com/news/2017/03/01/the-skype-for-linux-beta-version-5-0-is-now-available-for-download&lt;br /&gt;
&lt;br /&gt;
Note that while this is the only officially supported Skype client, it is an beta, so not everything may work.&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 2.0.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spotify ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886&lt;br /&gt;
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install spotify-client&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://www.spotify.com/us/download/linux/&lt;br /&gt;
&lt;br /&gt;
=== Kodi Media Center ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install python-software-properties pkg-config software-properties-common&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install kodi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo apt install python-apt&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo apt-get install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== caffeine-plus ===&lt;br /&gt;
Used to keep the screen awake with full screen applications such as full screen video.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:nilarimogard/webupd8&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install caffeine-plus&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: [http://www.webupd8.org/2014/08/screensaver-lock-screen-inhibitor.html Webupd8]&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption. Powertop also provides a calibration option, which some people have reported issues with (locks up device?).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install powertop&lt;br /&gt;
sudo powertop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Powertop needs to be run every time the system boots. Expand for instructions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;border:1px #666666 dashed;padding:0.5em 1em;min-height:2em;margin:0 2em;background-color:#eee;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create &amp;lt;code&amp;gt;/etc/systemd/system/powertop.service&amp;lt;/code&amp;gt; with the following content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Powertop tunings&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=oneshot&lt;br /&gt;
ExecStart=/usr/sbin/powertop --auto-tune&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot.&lt;br /&gt;
&lt;br /&gt;
Source: https://wiki.archlinux.org/index.php/Powertop&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#ffffcc;margin:0 0 0.5em 1.5em; padding:0.3em;border:1px solid #ccccaa&amp;quot;&amp;gt;NOTE: There are also reports of system instability while running TLP. If you experience any issues, try disabling it first.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo add-apt-repository ppa:linrunner/tlp &lt;br /&gt;
sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Changing the Window Manager ====&lt;br /&gt;
* The &amp;lt;code&amp;gt;i3&amp;lt;/code&amp;gt; window manager is a minimal tiling window manager that can be successfully installed alongside the default galliumos WM (&amp;lt;code&amp;gt;xfce4&amp;lt;/code&amp;gt;). Instructions are available here[https://wiki.galliumos.org/FAQ/i3wm]. If you want to try something totally new in terms of user-experience, try this out. If you want to improve your development workflow, try this out (then go look up emacs).&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tachos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;OBS&amp;lt;/code&amp;gt; from PPA. One of the most popular screen recording tools. See https://obsproject.com/ for more info.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:obsproject/obs-studio&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install obs-studio&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;br /&gt;
&lt;br /&gt;
==== Disk Usage/Performance Indicators ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-goodies&amp;lt;/code&amp;gt; from Ubuntu repositories includes a free space checker applet&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-diskperf-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories is a disk performance monitor applet, and shows usage as well&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Media&amp;diff=1212</id>
		<title>Media</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Media&amp;diff=1212"/>
				<updated>2017-06-19T17:25:13Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Added Ars Technica Article&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Media Coverage ==&lt;br /&gt;
&lt;br /&gt;
Media outlets big and small. If you have written about GalliumOS, or know someone who has, please let us know so we can add you to our list.&lt;br /&gt;
&lt;br /&gt;
For media inquiries, please reach us at contact-at-galliumos-dot-org!&lt;br /&gt;
&lt;br /&gt;
* '''Ars Technica''' [https://arstechnica.com/gadgets/2017/06/how-to-install-linux-on-a-chromebook/ How To Install Linux on a Chromebook] (2017-06-19)&lt;br /&gt;
* '''Linux Luddites''' [https://linuxluddites.com/shows/episode-85/ Linux Luddites Episode #85] (2016-08-22) &lt;br /&gt;
* '''Nick Janetakis''' [http://nickjanetakis.com/blog/transform-a-toshiba-chromebook-cb35-into-a-linux-development-environment-with-galliumos Transform a Toshiba Chromebook CB35 (2015) into a Linux development environment with GalliumOS] (2016-07-30)&lt;br /&gt;
* '''Jean-Pierre Buntinx '''[https://medium.com/@jdebunt/why-i-switched-to-galliumos-on-my-acer-c720-chromebook-a61e38b2f24d#.frabh8516 Why I Switched to GalliumOS On My Acer C720 Chromebook] (2016-05-17)&lt;br /&gt;
* '''tech lore by igor''' [https://techlorebyigor.blogspot.com/2016/04/my-review-of-galliumos-v10.html My Review of GalliumOS v1.0] (2016-04-05) (we're not the North Korean mafia, we super promise!)&lt;br /&gt;
* '''Foss Force''' [http://fossforce.com/2016/03/screencast-look-galliumos A Screencast Look at GalliumOS] (2016-03-25)&lt;br /&gt;
* '''Linux Action Show''' [http://www.jupiterbroadcasting.com/92926/pre-scale-las-las-401/ Pre SCaLE LAS | LAS 401] (2016-01-24)&lt;br /&gt;
* '''Linux.com''' [http://www.linux.com/learn/tutorials/870387-galliumos-the-ideal-linux-distribution-for-chromebook-hardware/ GalliumOS: The Ideal Linux Distribution for Chromebook Hardware] (2015-12-05)&lt;br /&gt;
* '''ITWorld.com''' [http://www.itworld.com/article/3004051/linux/galliumos-beta-released-for-chromebooks-and-chromeboxes.html GalliumOS Linux beta released for Chromebooks and Chromeboxes] (2015-11-12)&lt;br /&gt;
* '''ChromeCrunch''' [http://chromecrunch.com/galliumos-for-chromeos-is-finally-here-beta-1-is-ready-to-install-on-chromebook/ GalliumOS For ChromeOS Is Finally Here! Beta 1 Is Ready To Install] (2015-11-12)&lt;br /&gt;
* '''Elio's Corner''' [http://elioqoshi.me/2015/11/galliumos-beta/ GalliumOS – A Linux alternative for ChromeOS] (2015-11-12)&lt;br /&gt;
* '''ColtonDRG.com''' [https://coltondrg.com/2015/11/galliumos-beta-1-released/ GalliumOS Beta 1 Released] (2015-11-11)&lt;br /&gt;
&lt;br /&gt;
== Non-English ==&lt;br /&gt;
&lt;br /&gt;
We don't really know what these say... We hope they're good! :D&lt;br /&gt;
&lt;br /&gt;
* '''Omicrono''' (es) [http://www.omicrono.com/2016/05/galliumos-chromebook-chrome-os/ GalliumOS, la alternativa perfecta a ChromeOS] (2016-05-26)&lt;br /&gt;
* '''linuxadictos''' (es) [http://www.linuxadictos.com/galliumos-beta-disponible-de-la-mejor-distro-al-estilo-chrome-os.html GalliumOS beta disponible de la mejor distro al estilo Chrome OS] (2015-11-17)&lt;br /&gt;
* '''Cloudspace.news''' (ru) [http://cloudspace.news/linux-chromebook-galliumos/ Опубликована первая версия GalliumOS] (2015-11-13)&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Hardware_Compatibility&amp;diff=1204</id>
		<title>Hardware Compatibility</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Hardware_Compatibility&amp;diff=1204"/>
				<updated>2017-04-27T01:47:39Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: fixed closing reference tag&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order to install and run GalliumOS, your ChromeOS device needs firmware with Legacy Boot capability. This feature is typically provided by [http://www.seabios.org/ SeaBIOS], and included in [http://coreboot.org coreboot].&lt;br /&gt;
&lt;br /&gt;
Some Chromebooks and Chromeboxes have Legacy Boot enabled in the default factory firmware. Other models require a firmware update to add or enable the feature, and unfortunately some models will not work at all.&lt;br /&gt;
&lt;br /&gt;
In general, ChromeOS devices fall into categories by the core architecture of their CPU:&lt;br /&gt;
&lt;br /&gt;
* '''Intel Haswell''', '''Broadwell''', '''Bay Trail''', and '''Sandy/Ivy Bridge''' Chromebooks and Chromeboxes are supported by GalliumOS&lt;br /&gt;
* '''Intel Braswell''' and '''Skylake''' models are newer and ''mostly'' supported&lt;br /&gt;
* '''Intel Pineview''' models are older and &amp;lt;span style=&amp;quot;color:#cc0000&amp;quot;&amp;gt;not supported&amp;lt;/span&amp;gt;: they do not ship with compatible firmware, and custom firmware is not presently available&lt;br /&gt;
* '''ARM''' models are &amp;lt;span style=&amp;quot;color:#cc0000&amp;quot;&amp;gt;not supported&amp;lt;/span&amp;gt;: they do not ship with compatible firmware, and custom firmware is not presently available&lt;br /&gt;
&lt;br /&gt;
The table below lists all ChromeOS devices ever produced, and the vital details regarding their ability to support GalliumOS. If you find any errors or omissions, please let us know!&lt;br /&gt;
&lt;br /&gt;
If you run into any issues not covered here, please check our [https://github.com/GalliumOS/galliumos-distro/issues issue tracker] and submit a bug report.&lt;br /&gt;
&lt;br /&gt;
Third party firmware updates for many devices are available from several parties -- see [[Firmware]]. &lt;br /&gt;
&lt;br /&gt;
Additionally, some devices can support dual-boot (GalliumOS alongside ChromeOS) either with stock firmware or with updated firmware. See [https://chrx.org/ chrx] for full details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;display:none&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- force footnote numbering the way I want it :) --&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;hwid&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;HiDPI2560&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;SAMUS&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;PANTHER&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== GalliumOS Support by Model ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
| Sample Row&lt;br /&gt;
| WIP&lt;br /&gt;
| 1980&lt;br /&gt;
| 8088&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Y ℹ︎&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | ?&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;color:#cc0000;&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Tested&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe26d&amp;quot; | Untested&lt;br /&gt;
|-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Model&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Hardware ID&amp;lt;ref name=&amp;quot;hwid&amp;quot;/&amp;gt;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Released&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Processor&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Supports GalliumOS?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … with factory firmware?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … with custom firmware?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … dual-boot with ChromeOS?&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| More Info&lt;br /&gt;
|-&lt;br /&gt;
| Acer AC700&lt;br /&gt;
| ZGB&lt;br /&gt;
| 2011&lt;br /&gt;
| Intel Pineview&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Acer C7&lt;br /&gt;
| PARROT&lt;br /&gt;
| 2012&lt;br /&gt;
| Intel Sandy/Ivy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Acer C710&lt;br /&gt;
| PARROT&lt;br /&gt;
| 2012&lt;br /&gt;
| Intel Sandy/Ivy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Acer C720&lt;br /&gt;
| PEPPY&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Peppy|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer C720P&lt;br /&gt;
| PEPPY&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Peppy|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer C730&lt;br /&gt;
| GNAWTY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer C910&lt;br /&gt;
| YUNA&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 11 (C740)&lt;br /&gt;
| PAINE&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 11 (CB3-111)&lt;br /&gt;
| GNAWTY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 11 (CB3-131)&lt;br /&gt;
| GNAWTY&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 11 (C735)&lt;br /&gt;
| GNAWTY&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 11 N7 (C731)&lt;br /&gt;
| RELM&lt;br /&gt;
| 2017&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 13 C810&lt;br /&gt;
| (tbd)&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 13 (CB5-311)&lt;br /&gt;
| BIG&lt;br /&gt;
| 2014&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 14 (CB3-431)&lt;br /&gt;
| EDGAR&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 14 For Work (CP5-471)&lt;br /&gt;
| LARS&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Skylake&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: internal audio&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: boot video&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 15 (CB3-531)&lt;br /&gt;
| BANJO&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 15 (CB5-571)&lt;br /&gt;
| YUNA&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook 15 (CB3-532)&lt;br /&gt;
| BANON&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook R11 (CB5-132T, C738T)&lt;br /&gt;
| CYAN&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: internal audio&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebook R13 (CB5-312T)&lt;br /&gt;
| ELM&lt;br /&gt;
| 2016&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebox CXI&lt;br /&gt;
| MCCLOUD&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Panther|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Acer Chromebox CXI2&lt;br /&gt;
| RIKKU&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AOPEN Chromebase Commercial 22 (WT22M)&lt;br /&gt;
| SUMO&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| AOPEN Chromebox Commercial (DE3255)&lt;br /&gt;
| NINJA&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebook C200&lt;br /&gt;
| SQUAWKS&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebook C201PA&lt;br /&gt;
| SPEEDY&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebook C202SA&lt;br /&gt;
| TERRA&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebook C300&lt;br /&gt;
| QUAWKS&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebook C300SA&lt;br /&gt;
| TERRA&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebook C301SA&lt;br /&gt;
| TERRA&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebook Flip C302&lt;br /&gt;
| CAVE&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Skylake&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: internal audio&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: boot video&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebox CN60&lt;br /&gt;
| PANTHER&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues:&amp;lt;br&amp;gt;USB init&amp;lt;ref name=&amp;quot;PANTHER&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Panther|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Chromebox CN62&lt;br /&gt;
| GUADO&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ASUS Flip C100&lt;br /&gt;
| MINNIE&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| CTL J2 Chromebook for Education&lt;br /&gt;
| JERRY&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| CTL J4 Chromebook for Education&lt;br /&gt;
| JERRY&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| CTL NL6 Education Chromebook&lt;br /&gt;
| ENGUARDE&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| CTL NL61 Chromebook&lt;br /&gt;
| RELM&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebook 11&lt;br /&gt;
| WOLF&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebook 11 (3120)&lt;br /&gt;
| CANDY&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebook 11 (3180)&lt;br /&gt;
| KEFKA&lt;br /&gt;
| 2017&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebook 11 (3189)&lt;br /&gt;
| KEFKA&lt;br /&gt;
| 2017&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebook 13 (7310)&lt;br /&gt;
| LULU&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Lulu|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebook 13 (3380)&lt;br /&gt;
| ASUKA&lt;br /&gt;
| 2017&lt;br /&gt;
| Intel Skylake&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: internal audio&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: boot video&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Dell Chromebox&lt;br /&gt;
| TRICKY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Panther|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Edxis Education Chromebook&lt;br /&gt;
| RELM&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Google Chromebook Pixel&lt;br /&gt;
| LINK&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Ivy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: HiDPI&amp;lt;ref name=&amp;quot;HiDPI2560&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues?&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Google Chromebook Pixel&lt;br /&gt;
| SAMUS&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SAMUS&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Samus|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Google Cr-48&lt;br /&gt;
| MARIO&lt;br /&gt;
| 2011&lt;br /&gt;
| Intel Pineview&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Possibly&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Possibly&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Possibly, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Haier Chromebook 11&lt;br /&gt;
| JAQ&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Haier Chromebook 11 (edu)&lt;br /&gt;
| MIGHTY&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Haier Chromebook 11 G2&lt;br /&gt;
| HELI&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| HEXA Chromebook Pi&lt;br /&gt;
| EXPRESSO&lt;br /&gt;
| 2014&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| HiSense Chromebook 11&lt;br /&gt;
| JERRY&lt;br /&gt;
| 2015&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 11 G1&lt;br /&gt;
| SPRING&lt;br /&gt;
| 2013&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 11 G2&lt;br /&gt;
| SKATE&lt;br /&gt;
| 2013&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 11 G3&lt;br /&gt;
| KIP&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 11 G4&lt;br /&gt;
| KIP&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 11 G5&lt;br /&gt;
| SETZER&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 11 G5 EE&lt;br /&gt;
| RELM&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 13&lt;br /&gt;
| CHELL&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Skylake&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: internal audio&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: boot video&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 14&lt;br /&gt;
| FALCO&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 14 G3&lt;br /&gt;
| BLAZE&lt;br /&gt;
| 2014&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebook 14 G4&lt;br /&gt;
| KIP&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| HP Chromebox&lt;br /&gt;
| ZAKO&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues:&amp;lt;br&amp;gt;USB init&amp;lt;ref name=&amp;quot;PANTHER&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Panther|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| HP Pavilion Chromebook 14&lt;br /&gt;
| BUTTERFLY&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Sandy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| LG Chromebase (22CV241)&lt;br /&gt;
| MONROE&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Probably&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Probably&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| LG Chromebase (22CB25S)&lt;br /&gt;
| MONROE&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Probably&lt;br /&gt;
|&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Probably&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo 100S Chromebook&lt;br /&gt;
| ORCO&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo N20 Chromebook&lt;br /&gt;
| CLAPPER&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo N20P Chromebook&lt;br /&gt;
| CLAPPER&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo N21 Chromebook&lt;br /&gt;
| ENGUARDE&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo N22 Chromebook&lt;br /&gt;
| REKS&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo N42 Chromebook&lt;br /&gt;
| REKS&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo ThinkCentre Chromebox&lt;br /&gt;
| TIDUS&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo ThinkPad 11e Chromebook&lt;br /&gt;
| GLIMMER&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo ThinkPad 11e Chromebook G3&lt;br /&gt;
| ULTIMA&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo ThinkPad 13 Chromebook&lt;br /&gt;
| SENTRY&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Skylake&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: internal audio&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues: boot video&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Skylake&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo ThinkPad Yoga&lt;br /&gt;
| GLIMMER&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo ThinkPad Yoga G3&lt;br /&gt;
| ULTIMA&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Lenovo X131e Chromebook&lt;br /&gt;
| STOUT&lt;br /&gt;
| 2013&lt;br /&gt;
| Intel Ivy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Mecer V2 Chromebook&lt;br /&gt;
| RELM&lt;br /&gt;
| 2017&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| NComputing Chromebook CX100&lt;br /&gt;
| JERRY&lt;br /&gt;
| 2016&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Chromebook (XE303C12)&lt;br /&gt;
| SNOW&lt;br /&gt;
| 2012&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Chromebook 2 (XE500C12)&lt;br /&gt;
| WINKY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [https://sites.google.com/site/winkychromebook/ Installation]&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Chromebook 2 (XE503C12)&lt;br /&gt;
| PIT&lt;br /&gt;
| 2014&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Chromebook 2 (XE503C32)&lt;br /&gt;
| PI&lt;br /&gt;
| 2014&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Chromebook 3 (XE500C13)&lt;br /&gt;
| CELES&lt;br /&gt;
| 2016&lt;br /&gt;
| Intel Braswell&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Braswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Chromebook Plus (XE513C24)&lt;br /&gt;
| KEVIN&lt;br /&gt;
| 2017&lt;br /&gt;
| ARM&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;ARM&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Series 3 Chromebox&lt;br /&gt;
| STUMPY&lt;br /&gt;
| 2012&lt;br /&gt;
| Intel Sandy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Series 5&lt;br /&gt;
| ALEX&lt;br /&gt;
| 2011&lt;br /&gt;
| Intel Pineview&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffcccc&amp;quot; | No&amp;lt;ref name=&amp;quot;Pineview&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | -&lt;br /&gt;
|-&lt;br /&gt;
| Samsung Series 5 550&lt;br /&gt;
| LUMPY&lt;br /&gt;
| 2012&lt;br /&gt;
| Intel Sandy Bridge&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
|-&lt;br /&gt;
| Senkatel Edu&lt;br /&gt;
| ENGUARDE&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba Chromebook CB30&lt;br /&gt;
| LEON&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba Chromebook CB35&lt;br /&gt;
| LEON&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Haswell&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Haswell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba Chromebook 2 CB30&lt;br /&gt;
| SWANKY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba Chromebook 2 CB35&lt;br /&gt;
| SWANKY&lt;br /&gt;
| 2014&lt;br /&gt;
| Intel Bay Trail&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes, after firmware update&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;&amp;quot;                         | [[Installing/Baytrail|Installation]]&lt;br /&gt;
|-&lt;br /&gt;
| Toshiba Chromebook 2 CB35&lt;br /&gt;
| GANDOF&lt;br /&gt;
| 2015&lt;br /&gt;
| Intel Broadwell&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffffcc&amp;quot; | Yes, with issues:&amp;lt;br&amp;gt;text display&amp;lt;ref name=&amp;quot;TextMode&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;/&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Yes&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Model&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Hardware ID&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Released&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Processor&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Supports GalliumOS?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … with factory firmware?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … with custom firmware?&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| … dual-boot with ChromeOS?&amp;lt;ref name=&amp;quot;chrx&amp;quot;/&amp;gt;&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| More Info&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Pineview&amp;quot;&amp;gt;&lt;br /&gt;
'''Pineview''' models do not ship with compatible firmware, and custom firmware is not generally available. MARIO (Google Cr-48) might be an exception. See [[Support/Pineview]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;SandyIvy&amp;quot;&amp;gt;&lt;br /&gt;
'''Sandy/Ivy Bridge''' models are supported. See [[Support/SandyIvy]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Haswell&amp;quot;&amp;gt;&lt;br /&gt;
'''Haswell''' models are well-supported. See [[Support/Haswell]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;BayTrail&amp;quot;&amp;gt;&lt;br /&gt;
'''Bay Trail''' models are supported. See [[Support/BayTrail]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Broadwell&amp;quot;&amp;gt;&lt;br /&gt;
'''Broadwell''' models are well-supported. See [[Support/Broadwell]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;ARM&amp;quot;&amp;gt;&lt;br /&gt;
'''ARM''' models do not ship with compatible firmware, and custom firmware is not available at this time. See [[Support/ARM]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Braswell&amp;quot;&amp;gt;&lt;br /&gt;
'''Braswell''' models are '''mostly''' supported. See [[Support/Braswell]] and [https://github.com/GalliumOS/galliumos-distro/issues/270 Braswell Platform Validation].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;Skylake&amp;quot;&amp;gt;&lt;br /&gt;
'''Skylake''' models are '''mostly''' supported. See [[Support/Skylake]] and [https://github.com/GalliumOS/galliumos-distro/issues/274 Skylake Platform Validation].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;TextMode&amp;quot;&amp;gt;'''Text Mode''':&lt;br /&gt;
The factory firmware of this model fails to display text-mode output, so messages printed to screen during the early boot process will be invisible. This can be functional, but very difficult to debug if problems arise. Updated FULL ROM firmware fixes it. See [[Firmware]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;HiDPI2560&amp;quot;&amp;gt;'''HiDPI''':&lt;br /&gt;
This model has a 2560x1700 display. GalliumOS (Xfce, Gtk2, xfwm4) will work at this geometry, but GUI elements will be very small (possibly unusably small), since they are not scaled appropriately. You can install the &amp;lt;code&amp;gt;galliumos-hidpi&amp;lt;/code&amp;gt; package for better settings.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;SAMUS&amp;quot;&amp;gt;'''SAMUS'''&lt;br /&gt;
(Google Pixel, 2015) See [[Installing/Samus]] for some notes on audio and HiDPI config.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;PANTHER&amp;quot;&amp;gt;'''PANTHER/ZAKO'''&lt;br /&gt;
(ASUS Chromebox, 2014 / HP Chromebox, 2014) have a broken factory legacy boot payload that fails to initialize the USB3 ports; custom firmware is the only resolution. See also [[Installing/Panther]].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;hwid&amp;quot;&amp;gt;'''Hardware ID''': Each Chromebook/box/base model is identified by a hardware ID. Some manufacturers reuse model names for different hardware IDs (e.g. Samsung), and others market several versions of the same hardware ID (e.g. HP). For purposes of support questions, hardware ID is the most important identifier for your model. You can check your Hardware ID from the Developer Mode boot screen (&amp;quot;OS verification is OFF&amp;quot;), from the Terminal (&amp;lt;code&amp;gt;dmidecode -s system-product-name&amp;lt;/code&amp;gt;) or from inside ChromeOS by navigating to &amp;lt;code&amp;gt;chrome://system&amp;lt;/code&amp;gt;, where it's called &amp;lt;code&amp;gt;hardware_class&amp;lt;/code&amp;gt;.&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;ref name=&amp;quot;chrx&amp;quot;&amp;gt;'''Dual-Booting''' with ChromeOS is possible where the factory firmware supports legacy booting (SeaBIOS), or the custom firmware installs legacy boot capability without removing ChromeOS boot functionality. Currently, dual-boot setups are installed via [https://chrx.org/ chrx].&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/references&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1183</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1183"/>
				<updated>2017-03-01T17:40:41Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Skype */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt install ./google-chrome-stable_current_amd64.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- Before apt&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adobe Flash ===&lt;br /&gt;
&lt;br /&gt;
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.&lt;br /&gt;
&lt;br /&gt;
* Install adobe-flashplugin from Canonical's &amp;lt;code&amp;gt;partner&amp;lt;/code&amp;gt; repository.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 2em; padding:0.4em;&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install adobe-flashplugin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Confirm installation by entering &amp;lt;code&amp;gt;chrome://plugins&amp;lt;/code&amp;gt; (Chromium) or &amp;lt;code&amp;gt;about:plugins&amp;lt;/code&amp;gt; (Firefox) into the URL bar&lt;br /&gt;
&lt;br /&gt;
The proprietary version of Google Chrome includes PepperFlash, and does not require an additional plugin.&lt;br /&gt;
&lt;br /&gt;
=== Firefox Aurora ===&lt;br /&gt;
&lt;br /&gt;
Aurora is the '''developer preview''' of Firefox.&lt;br /&gt;
&lt;br /&gt;
The '''stable''' version of Firefox can be installed from the standard Canonical repositories with &amp;lt;code&amp;gt;sudo apt install firefox&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
More info: https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/firefox-aurora&lt;br /&gt;
&lt;br /&gt;
=== Pale Moon ===&lt;br /&gt;
&lt;br /&gt;
Pale Moon is a web browser, originally derived from Firefox, and optimized for performance.&lt;br /&gt;
&lt;br /&gt;
* Official site: http://linux.palemoon.org/&lt;br /&gt;
* Installation: https://software.opensuse.org/download.html?project=home%3Astevenpusser&amp;amp;package=palemoon&lt;br /&gt;
** (Follow instructions for Ubuntu)&lt;br /&gt;
&lt;br /&gt;
=== TeamViewer ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
curl -OL http://download.teamviewer.com/download/teamviewer_i386.deb&lt;br /&gt;
sudo dpkg -i teamviewer_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration&amp;lt;br&amp;gt;  ===&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
Most up-to-date instructions can be found on project home page: https://github.com/astrada/google-drive-ocamlfuse/wiki&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
Download the .deb below, and install using:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg -i skypeforlinux-64.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deb download: https://www.skype.com/en/download-skype/skype-for-linux/downloading-web/?type=weblinux-deb&lt;br /&gt;
&lt;br /&gt;
If you have the older Skype client installed, you will need to update to the newest client. For information on the older client, see: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
Source: https://blogs.skype.com/news/2017/03/01/the-skype-for-linux-beta-version-5-0-is-now-available-for-download/?utm_source=t.co&amp;amp;utm_medium=referral&lt;br /&gt;
&lt;br /&gt;
Note that while this is the only officially supported Skype client, it is an beta, so not everything may work.&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 2.0.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spotify ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886&lt;br /&gt;
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install spotify-client&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://www.spotify.com/us/download/linux/&lt;br /&gt;
&lt;br /&gt;
=== Kodi Media Center ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install python-software-properties pkg-config software-properties-common&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install kodi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo apt install python-apt&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo apt-get install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== caffeine-plus ===&lt;br /&gt;
Used to keep the screen awake with full screen applications such as full screen video.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:nilarimogard/webupd8&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install caffeine-plus&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: [http://www.webupd8.org/2014/08/screensaver-lock-screen-inhibitor.html Webupd8]&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption. Powertop also provides a calibration option, which some people have reported issues with (locks up device?).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install powertop&lt;br /&gt;
sudo powertop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Powertop needs to be run every time the system boots. Expand for instructions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;border:1px #666666 dashed;padding:0.5em 1em;min-height:2em;margin:0 2em;background-color:#eee;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create &amp;lt;code&amp;gt;/etc/systemd/system/powertop.service&amp;lt;/code&amp;gt; with the following content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Powertop tunings&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=oneshot&lt;br /&gt;
ExecStart=/usr/sbin/powertop --auto-tune&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot.&lt;br /&gt;
&lt;br /&gt;
Source: https://wiki.archlinux.org/index.php/Powertop&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#ffffcc;margin:0 0 0.5em 1.5em; padding:0.3em;border:1px solid #ccccaa&amp;quot;&amp;gt;NOTE: There are also reports of system instability while running TLP. If you experience any issues, try disabling it first.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo add-apt-repository ppa:linrunner/tlp &lt;br /&gt;
sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tachos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;OBS&amp;lt;/code&amp;gt; from PPA. One of the most popular screen recording tools. See https://obsproject.com/ for more info.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:obsproject/obs-studio&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install obs-studio&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;br /&gt;
&lt;br /&gt;
==== Disk Usage/Performance Indicators ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-goodies&amp;lt;/code&amp;gt; from Ubuntu repositories includes a free space checker applet&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-diskperf-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories is a disk performance monitor applet, and shows usage as well&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1181</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1181"/>
				<updated>2017-02-28T23:01:16Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Skype */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt install ./google-chrome-stable_current_amd64.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- Before apt&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adobe Flash ===&lt;br /&gt;
&lt;br /&gt;
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.&lt;br /&gt;
&lt;br /&gt;
* Install adobe-flashplugin from Canonical's &amp;lt;code&amp;gt;partner&amp;lt;/code&amp;gt; repository.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 2em; padding:0.4em;&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install adobe-flashplugin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Confirm installation by entering &amp;lt;code&amp;gt;chrome://plugins&amp;lt;/code&amp;gt; (Chromium) or &amp;lt;code&amp;gt;about:plugins&amp;lt;/code&amp;gt; (Firefox) into the URL bar&lt;br /&gt;
&lt;br /&gt;
The proprietary version of Google Chrome includes PepperFlash, and does not require an additional plugin.&lt;br /&gt;
&lt;br /&gt;
=== Firefox Aurora ===&lt;br /&gt;
&lt;br /&gt;
Aurora is the '''developer preview''' of Firefox.&lt;br /&gt;
&lt;br /&gt;
The '''stable''' version of Firefox can be installed from the standard Canonical repositories with &amp;lt;code&amp;gt;sudo apt install firefox&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
More info: https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/firefox-aurora&lt;br /&gt;
&lt;br /&gt;
=== Pale Moon ===&lt;br /&gt;
&lt;br /&gt;
Pale Moon is a web browser, originally derived from Firefox, and optimized for performance.&lt;br /&gt;
&lt;br /&gt;
* Official site: http://linux.palemoon.org/&lt;br /&gt;
* Installation: https://software.opensuse.org/download.html?project=home%3Astevenpusser&amp;amp;package=palemoon&lt;br /&gt;
** (Follow instructions for Ubuntu)&lt;br /&gt;
&lt;br /&gt;
=== TeamViewer ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
curl -OL http://download.teamviewer.com/download/teamviewer_i386.deb&lt;br /&gt;
sudo dpkg -i teamviewer_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration&amp;lt;br&amp;gt;  ===&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
Most up-to-date instructions can be found on project home page: https://github.com/astrada/google-drive-ocamlfuse/wiki&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
Download the .deb below, and install using:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg -i skypeforlinux-64-alpha.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deb download: https://www.skype.com/en/download-skype/skype-for-linux/downloading-web/?type=weblinux-deb&lt;br /&gt;
&lt;br /&gt;
If you have the older Skype client installed, you will need to update to the newest client. For information on the older client, see: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
Source: https://community.skype.com/t5/Linux/Skype-for-Linux-Alpha-and-calling-on-Chrome-amp-Chromebooks/td-p/4434299&lt;br /&gt;
&lt;br /&gt;
Note that while this is the only officially supported Skype client, it is an alpha, so not everything may work.&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 2.0.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spotify ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886&lt;br /&gt;
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install spotify-client&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://www.spotify.com/us/download/linux/&lt;br /&gt;
&lt;br /&gt;
=== Kodi Media Center ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install python-software-properties pkg-config software-properties-common&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install kodi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo apt install python-apt&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo apt-get install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== caffeine-plus ===&lt;br /&gt;
Used to keep the screen awake with full screen applications such as full screen video.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:nilarimogard/webupd8&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install caffeine-plus&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: [http://www.webupd8.org/2014/08/screensaver-lock-screen-inhibitor.html Webupd8]&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption. Powertop also provides a calibration option, which some people have reported issues with (locks up device?).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install powertop&lt;br /&gt;
sudo powertop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Powertop needs to be run every time the system boots. Expand for instructions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;border:1px #666666 dashed;padding:0.5em 1em;min-height:2em;margin:0 2em;background-color:#eee;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create &amp;lt;code&amp;gt;/etc/systemd/system/powertop.service&amp;lt;/code&amp;gt; with the following content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Powertop tunings&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=oneshot&lt;br /&gt;
ExecStart=/usr/sbin/powertop --auto-tune&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot.&lt;br /&gt;
&lt;br /&gt;
Source: https://wiki.archlinux.org/index.php/Powertop&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#ffffcc;margin:0 0 0.5em 1.5em; padding:0.3em;border:1px solid #ccccaa&amp;quot;&amp;gt;NOTE: There are also reports of system instability while running TLP. If you experience any issues, try disabling it first.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo add-apt-repository ppa:linrunner/tlp &lt;br /&gt;
sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tachos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;OBS&amp;lt;/code&amp;gt; from PPA. One of the most popular screen recording tools. See https://obsproject.com/ for more info.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:obsproject/obs-studio&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install obs-studio&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;br /&gt;
&lt;br /&gt;
==== Disk Usage/Performance Indicators ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-goodies&amp;lt;/code&amp;gt; from Ubuntu repositories includes a free space checker applet&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-diskperf-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories is a disk performance monitor applet, and shows usage as well&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Support/SandyIvy&amp;diff=1167</id>
		<title>Support/SandyIvy</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Support/SandyIvy&amp;diff=1167"/>
				<updated>2017-02-14T18:20:28Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Intel processors with Sandy Bridge and Ivy Bridge cores are only used in a few ChromeOS devices.&lt;br /&gt;
&lt;br /&gt;
Factory firmware support for coreboot and SeaBIOS is limited, but custom firmware is available for all Sandy/Ivy Bridge models from John Lewis: https://johnlewis.ie/custom-chromebook-firmware/rom-download/.&lt;br /&gt;
&lt;br /&gt;
Full firmware for select Sandy/Ivy Bridge models is also available from MrChromebox: https://mrchromebox.tech&lt;br /&gt;
&lt;br /&gt;
There are three firmware update options available:&lt;br /&gt;
&lt;br /&gt;
# '''RW_LEGACY'''&lt;br /&gt;
#* Leaves all stock functionality intact, including the white &amp;quot;OS verification is OFF&amp;quot; screen&lt;br /&gt;
#* Allows device to dual-boot GalliumOS alongside ChromeOS&lt;br /&gt;
#* Some models ship with this feature enabled and including a working SeaBIOS&lt;br /&gt;
#* On some models, includes bugfixes and enables additional functionality such as booting from SD card/eMMC&lt;br /&gt;
#* '''''Sandy/Ivy Bridge''': only available for the Google Pixel 2013 (LINK)''&lt;br /&gt;
# '''BOOT_STUB'''&lt;br /&gt;
#* Bypasses the white &amp;quot;OS verification is OFF&amp;quot; screen&lt;br /&gt;
#* Removes the ability to run ChromeOS natively, creating a small risk of bricking your device &lt;br /&gt;
#* Leaves the “REFRESH + POWER” functionality of the stock ROM intact&lt;br /&gt;
#** If you engage this key sequence, device will reboot and try to run ChromeOS Recovery (which will fail)&lt;br /&gt;
#** This process will repeat on every boot until you disassemble the device and briefly disconnect the battery&lt;br /&gt;
# '''Full ROM'''&lt;br /&gt;
#* Installs a complete ROM containing a coreboot build and a working SeaBIOS&lt;br /&gt;
#* Bypasses the white &amp;quot;OS verification is OFF&amp;quot; screen&lt;br /&gt;
#* Removes the ability to run ChromeOS natively, creating a small risk of bricking your device&lt;br /&gt;
#* Will wipe out all product data&lt;br /&gt;
#* This option is the most invasive and may include bugs or idiosyncrasies that the stock firmware does not&lt;br /&gt;
#* '''''Sandy/Ivy Bridge''': Enables hardware virtualization extensions and suspend''&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1166</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1166"/>
				<updated>2017-02-14T04:28:07Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Skype */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt install ./google-chrome-stable_current_amd64.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- Before apt&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adobe Flash ===&lt;br /&gt;
&lt;br /&gt;
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.&lt;br /&gt;
&lt;br /&gt;
* Install adobe-flashplugin from Canonical's &amp;lt;code&amp;gt;partner&amp;lt;/code&amp;gt; repository.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 2em; padding:0.4em;&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install adobe-flashplugin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Confirm installation by entering &amp;lt;code&amp;gt;chrome://plugins&amp;lt;/code&amp;gt; (Chromium) or &amp;lt;code&amp;gt;about:plugins&amp;lt;/code&amp;gt; (Firefox) into the URL bar&lt;br /&gt;
&lt;br /&gt;
The proprietary version of Google Chrome includes PepperFlash, and does not require an additional plugin.&lt;br /&gt;
&lt;br /&gt;
=== Firefox Aurora ===&lt;br /&gt;
&lt;br /&gt;
Aurora is the '''developer preview''' of Firefox.&lt;br /&gt;
&lt;br /&gt;
The '''stable''' version of Firefox can be installed from the standard Canonical repositories with &amp;lt;code&amp;gt;sudo apt install firefox&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
More info: https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/firefox-aurora&lt;br /&gt;
&lt;br /&gt;
=== Pale Moon ===&lt;br /&gt;
&lt;br /&gt;
Pale Moon is a web browser, originally derived from Firefox, and optimized for performance.&lt;br /&gt;
&lt;br /&gt;
* Official site: http://linux.palemoon.org/&lt;br /&gt;
* Installation: https://software.opensuse.org/download.html?project=home%3Astevenpusser&amp;amp;package=palemoon&lt;br /&gt;
** (Follow instructions for Ubuntu)&lt;br /&gt;
&lt;br /&gt;
=== TeamViewer ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
curl -OL http://download.teamviewer.com/download/teamviewer_i386.deb&lt;br /&gt;
sudo dpkg -i teamviewer_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration&amp;lt;br&amp;gt;  ===&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
Most up-to-date instructions can be found on project home page: https://github.com/astrada/google-drive-ocamlfuse/wiki&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE: ON MARCH 1ST, THIS CLIENT WILL NO LONGER FUNCTION. PLEASE SWITCH TO THE NEW CLIENT.'''&lt;br /&gt;
&lt;br /&gt;
This is the older version of Skype, if you're looking for the newer Skype for Linux Alpha, please see here: https://community.skype.com/t5/Linux/Skype-for-Linux-Alpha-and-calling-on-Chrome-amp-Chromebooks/td-p/4434299&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 2.0.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spotify ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886&lt;br /&gt;
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install spotify-client&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://www.spotify.com/us/download/linux/&lt;br /&gt;
&lt;br /&gt;
=== Kodi Media Center ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install python-software-properties pkg-config software-properties-common&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install kodi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo apt install python-apt&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo apt-get install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== caffeine-plus ===&lt;br /&gt;
Used to keep the screen awake with full screen applications such as full screen video.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:nilarimogard/webupd8&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install caffeine-plus&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: [http://www.webupd8.org/2014/08/screensaver-lock-screen-inhibitor.html Webupd8]&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption. Powertop also provides a calibration option, which some people have reported issues with (locks up device?).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install powertop&lt;br /&gt;
sudo powertop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Powertop needs to be run every time the system boots. Expand for instructions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;border:1px #666666 dashed;padding:0.5em 1em;min-height:2em;margin:0 2em;background-color:#eee;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create &amp;lt;code&amp;gt;/etc/systemd/system/powertop.service&amp;lt;/code&amp;gt; with the following content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Powertop tunings&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=oneshot&lt;br /&gt;
ExecStart=/usr/sbin/powertop --auto-tune&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot.&lt;br /&gt;
&lt;br /&gt;
Source: https://wiki.archlinux.org/index.php/Powertop&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#ffffcc;margin:0 0 0.5em 1.5em; padding:0.3em;border:1px solid #ccccaa&amp;quot;&amp;gt;NOTE: There are also reports of system instability while running TLP. If you experience any issues, try disabling it first.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo add-apt-repository ppa:linrunner/tlp &lt;br /&gt;
sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tachos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;OBS&amp;lt;/code&amp;gt; from PPA. One of the most popular screen recording tools. See https://obsproject.com/ for more info.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:obsproject/obs-studio&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install obs-studio&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;br /&gt;
&lt;br /&gt;
==== Disk Usage/Performance Indicators ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-goodies&amp;lt;/code&amp;gt; from Ubuntu repositories includes a free space checker applet&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-diskperf-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories is a disk performance monitor applet, and shows usage as well&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1147</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1147"/>
				<updated>2017-01-26T02:16:59Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Stickers and T-Shirts */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
We have some announcements as well as some statistics for the past year.&lt;br /&gt;
&lt;br /&gt;
== Stickers and T-Shirts ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;traditional&amp;quot;&amp;gt;&lt;br /&gt;
Image:stickerClear.png| 1.5&amp;quot; square clear sticker&lt;br /&gt;
Image:stickerWhite.png| 1x4&amp;quot; white sticker&lt;br /&gt;
Image:shirt.png| Blue unisex tee&lt;br /&gt;
Image:womens tee.png| Blue women's tee&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will be sending GalliumOS stickers to PayPal contributors in 2017. Be sure to include a mailing address with your [https://galliumos.org/donate PayPal donation], and we'll send you two stickers (one of each). If you've already donated in 2017, thank you! -- and check your email for one from us requesting your mailing address. If you would like to contribute, but do '''not''' want stickers, just let us know.&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. The campaign will run for two weeks, from January 23rd to February 7th. T-shirt pricing is set to cover our costs to Teespring and will not be a significant source of funds for the Project.&lt;br /&gt;
&lt;br /&gt;
EDIT: It's come to our attention that Teespring will be discontinuing the color of blue we're using for our shirts. If you really want a shirt in that particular blue, now might be the only time.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== GalliumOS ISO Downloads and Installs ===&lt;br /&gt;
&lt;br /&gt;
GalliumOS downloads are available from [https://galliumos.org/download primary] and [https://galliumos.org/releases/MIRRORS mirror] sites. You can also download through [https://galliumos.org/download BitTorrent].&lt;br /&gt;
&lt;br /&gt;
Installation instructions and options are documented on the [https://wiki.galliumos.org/Installing GalliumOS wiki].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
GalliumOS documentation and support is provided through our [https://galliumos.org website], our [https://wiki.galliumos.org wiki], the GalliumOS [https://reddit.com/r/GalliumOS subreddit], and [https://galliumos.org/irc IRC]. Please join us in any of those places if you have any questions or would like to help work on GalliumOS!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Unique users, monthly&lt;br /&gt;
! Page views, monthly&lt;br /&gt;
! Data transfer, monthly&lt;br /&gt;
|-&lt;br /&gt;
| [https://galliumos.org/ galliumos.org]&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 20,811&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 66,792&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 2343 GB&lt;br /&gt;
|-&lt;br /&gt;
| [https://reddit.com/r/GalliumOS Reddit]&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 5,581&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 20,477&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
'''Thank You''' to everyone who contributed in 2016!&lt;br /&gt;
&lt;br /&gt;
We will be sending GalliumOS stickers to all contributors in 2017! Be sure to include your shipping address when you [https://galliumos.org/donate contribute through Paypal]!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''($3198.08)'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, ending 2016&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GalliumOS 2.1 ==&lt;br /&gt;
&lt;br /&gt;
GalliumOS 2.1 is nearing release. We'll be making a separate announcement soon. The 2.1 release will include support for UEFI booting, as well as audio for most Braswell models, and package updates for all. Nightly images are available now.&lt;br /&gt;
&lt;br /&gt;
== Discuss ==&lt;br /&gt;
&lt;br /&gt;
Discuss this post on [https://redd.it/5pq3kg Reddit].&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170120&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1144</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1144"/>
				<updated>2017-01-23T17:03:12Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: synced campaign length&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
We have some announcements as well as some statistics for the past year.&lt;br /&gt;
&lt;br /&gt;
== Stickers and T-Shirts ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;traditional&amp;quot;&amp;gt;&lt;br /&gt;
Image:stickerClear.png| 1.5&amp;quot; square clear sticker&lt;br /&gt;
Image:stickerWhite.png| 1x4&amp;quot; white sticker&lt;br /&gt;
Image:shirt.png| Blue unisex tee&lt;br /&gt;
Image:womens tee.png| Blue women's tee&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We will be sending GalliumOS stickers to PayPal contributors in 2017. Be sure to include a mailing address with your [https://galliumos.org/donate PayPal donation], and we'll send you two stickers (one of each). If you've already donated in 2017, thank you! -- and check your email for one from us requesting your mailing address. If you would like to contribute, but do '''not''' want stickers, just let us know.&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. The campaign will run for two weeks, from January 23rd to February 7th. T-shirt pricing is set to cover our costs to Teespring and will not be a significant source of funds for the Project.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== GalliumOS ISO Downloads and Installs ===&lt;br /&gt;
&lt;br /&gt;
GalliumOS downloads are available from [https://galliumos.org/download primary] and [https://galliumos.org/releases/MIRRORS mirror] sites. You can also download through [https://galliumos.org/download BitTorrent].&lt;br /&gt;
&lt;br /&gt;
Installation instructions and options are documented on the [https://wiki.galliumos.org/Installing GalliumOS wiki].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
GalliumOS documentation and support is provided through our [https://galliumos.org website], our [https://wiki.galliumos.org wiki], the GalliumOS [https://reddit.com/r/GalliumOS subreddit], and [https://galliumos.org/irc IRC]. Please join us in any of those places if you have any questions or would like to help work on GalliumOS!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Unique users, monthly&lt;br /&gt;
! Page views, monthly&lt;br /&gt;
! Data transfer, monthly&lt;br /&gt;
|-&lt;br /&gt;
| [https://galliumos.org/ galliumos.org]&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 20,811&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 66,792&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 2343 GB&lt;br /&gt;
|-&lt;br /&gt;
| [https://reddit.com/r/GalliumOS Reddit]&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 5,581&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 20,477&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
'''Thank You''' to everyone who contributed in 2016!&lt;br /&gt;
&lt;br /&gt;
We will be sending GalliumOS stickers to all contributors in 2017! Be sure to include your shipping address when you [https://galliumos.org/donate contribute through Paypal]!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''($3198.08)'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, ending 2016&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GalliumOS 2.1 ==&lt;br /&gt;
&lt;br /&gt;
GalliumOS 2.1 is nearing release. We'll be making a separate announcement soon. The 2.1 release will include support for UEFI booting, as well as audio for most Braswell models, and package updates for all. Nightly images are available now.&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170120&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=File:Womens_tee.png&amp;diff=1142</id>
		<title>File:Womens tee.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=File:Womens_tee.png&amp;diff=1142"/>
				<updated>2017-01-23T16:48:32Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Dvdmuckle uploaded a new version of File:Womens tee.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;reup&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1134</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1134"/>
				<updated>2017-01-21T23:08:55Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: updated campaign date to projected run time&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
We have some announcements as well as some statistics for the past year.&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;traditional&amp;quot;&amp;gt;&lt;br /&gt;
Image:stickerClear.png| 1.5&amp;quot; square clear sticker&lt;br /&gt;
Image:stickerWhite.png| 1x4&amp;quot; white sticker&lt;br /&gt;
Image:shirt.png| Blue unisex shirt&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We now have stickers available to people that donate through PayPal for this year. They come in two varieties. If you'd like stickers, please send a mailing address with your PayPal donation. To donate, please go to [https://galliumos.org/donate our donation page.] Each mailing address sent with a donation will receive one of each variety of sticker.&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. The campaign will run for two weeks, from January 23rd to February 6th. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time. We have made the shirts as inexpensive as possible, and any proceeds that we receive will be put into the donation pool.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== GalliumOS ISO Downloads and Installs ===&lt;br /&gt;
&lt;br /&gt;
GalliumOS downloads are available from [https://galliumos.org/download primary] and [https://galliumos.org/releases/MIRRORS mirror] sites. You can also download through [https://galliumos.org/download BitTorrent].&lt;br /&gt;
&lt;br /&gt;
Installation instructions and options are documented on the [https://wiki.galliumos.org/Installing GalliumOS wiki].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
GalliumOS documentation and support is provided through our [https://galliumos.org website], our [https://wiki.galliumos.org wiki], the GalliumOS [https://reddit.com/r/GalliumOS subreddit], and [https://galliumos.org/irc IRC]. Please join us in any of those places if you have any questions or would like to help work on GalliumOS!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Unique users, monthly&lt;br /&gt;
! Page views, monthly&lt;br /&gt;
! Data transfer, monthly&lt;br /&gt;
|-&lt;br /&gt;
| [https://galliumos.org/ galliumos.org]&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 20,811&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 66,792&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 2343 GB&lt;br /&gt;
|-&lt;br /&gt;
| [https://reddit.com/r/GalliumOS Reddit]&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 5,581&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 20,477&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
'''Thank You''' to everyone who contributed in 2016!&lt;br /&gt;
&lt;br /&gt;
We will be sending GalliumOS stickers to all contributors in 2017! Be sure to include your shipping address when you [https://galliumos.org/donate contribute through Paypal]!&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''($3198.08)'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, ending 2016&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== GalliumOS 2.1 ==&lt;br /&gt;
&lt;br /&gt;
GalliumOS 2.1 is nearing release. We'll be making a separate announcement soon. The 2.1 release will include support for UEFI booting, as well as audio for most Braswell models, and package updates for all. Nightly images are available now.&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170120&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1127</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1127"/>
				<updated>2017-01-18T19:30:34Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
We have some announcements as well as some statistics for the past year.&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;traditional&amp;quot;&amp;gt;&lt;br /&gt;
Image:stickerClear.png| Clear with just the logo&lt;br /&gt;
Image:stickerWhite.png| White with the logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
Image:shirt.png| Blue unisex shirt with logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We now have stickers available to people that donate through PayPal for this year. They come in two varieties. If you'd like stickers, please send a mailing address with your PayPal donation. To donate, please go to [https://galliumos.org/donate our donation page.]&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. The campaign will run for two weeks, from January 18th to February 1st. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.1 Progress ==&lt;br /&gt;
&lt;br /&gt;
Soon! We have functional UEFI multiboot images in testing, and audio is working on a couple of Braswell devices now. It's still a work in progress, and we appreciate all the help from testers and contributors alike.&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1126</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1126"/>
				<updated>2017-01-18T18:53:36Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: added campaign length&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
We have some announcements as well as some statistics for the past year.&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;traditional&amp;quot;&amp;gt;&lt;br /&gt;
Image:stickerClear.png| Clear with just the logo&lt;br /&gt;
Image:stickerWhite.png| White with the logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
Image:shirt.png| Blue unisex shirt with logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We now have stickers available to people that donate through PayPal for this year. They come in two varieties. If you'd like stickers, please send a mailing address with your PayPal donation. If you'd like to donate, please go to [https://galliumos.org/donate our donation page.]&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. The campaign will run for two weeks, from January 18th to February 1st. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.1 Progress ==&lt;br /&gt;
&lt;br /&gt;
Soon! We have functional UEFI multiboot images in testing, and audio is working on a couple of Braswell devices now. It's still a work in progress, and we appreciate all the help from testers and contributors alike.&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1124</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1124"/>
				<updated>2017-01-18T18:00:13Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Dvdmuckle moved page News/2016 Annual Report &amp;amp; Announcement to News/2016 Annual Report and Announcement: changed from &amp;amp; to and&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
We have some announcements as well as some statistics for the past year.&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;traditional&amp;quot;&amp;gt;&lt;br /&gt;
Image:stickerClear.png| Clear with just the logo&lt;br /&gt;
Image:stickerWhite.png| White with the logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
Image:shirt.png| Blue unisex shirt with logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We now have stickers available to people that donate through PayPal for this year. They come in two varieties. If you'd like stickers, please send a mailing address with your PayPal donation. If you'd like to donate, please go to [https://galliumos.org/donate our donation page.]&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.1 Progress ==&lt;br /&gt;
&lt;br /&gt;
Soon! We have functional UEFI multiboot images in testing, and audio is working on a couple of Braswell devices now. It's still a work in progress, and we appreciate all the help from testers and contributors alike.&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_%26_Announcement&amp;diff=1125</id>
		<title>News/2016 Annual Report &amp; Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_%26_Announcement&amp;diff=1125"/>
				<updated>2017-01-18T18:00:13Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Dvdmuckle moved page News/2016 Annual Report &amp;amp; Announcement to News/2016 Annual Report and Announcement: changed from &amp;amp; to and&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[News/2016 Annual Report and Announcement]]&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1123</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1123"/>
				<updated>2017-01-18T17:59:19Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: added mention of 2.1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
We have some announcements as well as some statistics for the past year.&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;traditional&amp;quot;&amp;gt;&lt;br /&gt;
Image:stickerClear.png| Clear with just the logo&lt;br /&gt;
Image:stickerWhite.png| White with the logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
Image:shirt.png| Blue unisex shirt with logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We now have stickers available to people that donate through PayPal for this year. They come in two varieties. If you'd like stickers, please send a mailing address with your PayPal donation. If you'd like to donate, please go to [https://galliumos.org/donate our donation page.]&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.1 Progress ==&lt;br /&gt;
&lt;br /&gt;
Soon! We have functional UEFI multiboot images in testing, and audio is working on a couple of Braswell devices now. It's still a work in progress, and we appreciate all the help from testers and contributors alike.&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1122</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1122"/>
				<updated>2017-01-18T17:52:56Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Shirts and Stickers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
We have some announcements as well as some statistics for the past year.&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;traditional&amp;quot;&amp;gt;&lt;br /&gt;
Image:stickerClear.png| Clear with just the logo&lt;br /&gt;
Image:stickerWhite.png| White with the logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
Image:shirt.png| Blue unisex shirt with logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We now have stickers available to people that donate through PayPal for this year. They come in two varieties. If you'd like stickers, please send a mailing address with your PayPal donation. If you'd like to donate, please go to [https://galliumos.org/donate our donation page.]&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1120</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1120"/>
				<updated>2017-01-18T17:17:06Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Dvdmuckle moved page News/2016 Annual Report to News/2016 Annual Report &amp;amp; Announcement: added shirts and stickers announcement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
We have some announcements as well as some statistics for the past year.&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;traditional&amp;quot;&amp;gt;&lt;br /&gt;
Image:stickerClear.png| Clear with just the logo&lt;br /&gt;
Image:stickerWhite.png| White with the logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
Image:shirt.png| Blue unisex shirt with logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We now have stickers available to people that donate through PayPal for this year. They come in two varieties. If you'd like stickers, please send a mailing address with your PayPal donation.&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report&amp;diff=1121</id>
		<title>News/2016 Annual Report</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report&amp;diff=1121"/>
				<updated>2017-01-18T17:17:06Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Dvdmuckle moved page News/2016 Annual Report to News/2016 Annual Report &amp;amp; Announcement: added shirts and stickers announcement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[News/2016 Annual Report &amp;amp; Announcement]]&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1119</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1119"/>
				<updated>2017-01-18T16:12:15Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: moved and organized pictures&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
We have some announcements as well as some statistics for the past year.&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;traditional&amp;quot;&amp;gt;&lt;br /&gt;
Image:stickerClear.png| Clear with just the logo&lt;br /&gt;
Image:stickerWhite.png| White with the logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
Image:shirt.png| Blue unisex shirt with logo and &amp;quot;GalliumOS&amp;quot;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We now have stickers available to people that donate through PayPal for this year. They come in two varieties. If you'd like stickers, please send a mailing address with your PayPal donation.&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1118</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1118"/>
				<updated>2017-01-18T05:35:35Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: added shirt picture&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
Here are some interesting statistics for GalliumOS in 2016.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
We now have shirts and stickers available. Stickers are available to people that donate through PayPal for this year. They come in two varieties.&lt;br /&gt;
&lt;br /&gt;
[[File:stickerClear.png |thumb|none| Clear with just the logo]]&lt;br /&gt;
&lt;br /&gt;
[[File:stickerWhite.png |thumb|none| White with the logo and &amp;quot;GalliumOS&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
If you'd like stickers, please send a mailing address with your PayPal donation.&lt;br /&gt;
&lt;br /&gt;
[[File:shirt.png |thumb|none]]&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=File:Shirt.png&amp;diff=1117</id>
		<title>File:Shirt.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=File:Shirt.png&amp;diff=1117"/>
				<updated>2017-01-18T05:34:09Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1116</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1116"/>
				<updated>2017-01-18T05:29:05Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
Here are some interesting statistics for GalliumOS in 2016.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
We now have shirts and stickers available. Stickers are available to people that donate through PayPal for this year. They come in two varieties.&lt;br /&gt;
&lt;br /&gt;
[[File:stickerClear.png |thumb|none| Clear with just the logo]]&lt;br /&gt;
&lt;br /&gt;
[[File:stickerWhite.png |thumb|none| White with the logo and &amp;quot;GalliumOS&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
If you'd like stickers, please send a mailing address with your PayPal donation.&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1115</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1115"/>
				<updated>2017-01-18T05:23:25Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
Here are some interesting statistics for GalliumOS in 2016.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
We now have shirts and stickers available. Stickers are available to people that donate through PayPal for this year. They come in two varieties.&lt;br /&gt;
&lt;br /&gt;
[[File:stickerClear.png |thumb|none| Clear with just the logo]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:stickerWhite.png |thumb|none| White with the logo and &amp;quot;GalliumOS&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=File:StickerWhite.png&amp;diff=1114</id>
		<title>File:StickerWhite.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=File:StickerWhite.png&amp;diff=1114"/>
				<updated>2017-01-18T05:19:47Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=File:StickerClear.png&amp;diff=1113</id>
		<title>File:StickerClear.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=File:StickerClear.png&amp;diff=1113"/>
				<updated>2017-01-18T05:18:48Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1112</id>
		<title>News/2016 Annual Report and Announcement</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=News/2016_Annual_Report_and_Announcement&amp;diff=1112"/>
				<updated>2017-01-18T05:15:58Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: shirts and stickers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Project, 2016 ==&lt;br /&gt;
&lt;br /&gt;
As we close the books on our first full year of operations, we'd like to thank everyone who helped make it such a great year for the GalliumOS Project!&lt;br /&gt;
&lt;br /&gt;
Thank you for contributing, answering questions on Reddit and IRC, ''asking'' questions on Reddit and IRC, researching configuration tweaks, testing new builds, and reporting successes and failures.&lt;br /&gt;
&lt;br /&gt;
We're looking forward to more in 2017, and hope you'll join us for the ride!&lt;br /&gt;
&lt;br /&gt;
Here are some interesting statistics for GalliumOS in 2016.&lt;br /&gt;
&lt;br /&gt;
== 2016 in Numbers ==&lt;br /&gt;
&lt;br /&gt;
=== Global Domination, Progress Toward ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| '''45,194'''&lt;br /&gt;
| ISO Downloads:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 19,088&lt;br /&gt;
| Haswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 7,834&lt;br /&gt;
| Broadwell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 14,249&lt;br /&gt;
| Bay Trail&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 3,556&lt;br /&gt;
| Sandy/Ivy Bridge&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 399&lt;br /&gt;
| Braswell&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 33&lt;br /&gt;
| Skylake&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | 36&lt;br /&gt;
| Samus&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| '''16,344'''&lt;br /&gt;
| chrx installs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Web Statistics ===&lt;br /&gt;
&lt;br /&gt;
==== galliumos.org ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,811'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''66,792'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''2343 GB'''&lt;br /&gt;
| Monthly data transfer&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Reddit ====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''5,581'''&lt;br /&gt;
| Monthly unique users&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''20,477'''&lt;br /&gt;
| Monthly page views&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Finances ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$89.76''' &lt;br /&gt;
| Account balance, starting 2016&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''193'''&lt;br /&gt;
| Contributions&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$3850.01'''&lt;br /&gt;
| Total contributions&lt;br /&gt;
|-&lt;br /&gt;
| '''$3198.08'''&lt;br /&gt;
| Expenses:&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $182.21&lt;br /&gt;
|PayPal fees&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $657.41&lt;br /&gt;
|Hosting for web/download/build servers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $1478.41&lt;br /&gt;
|Hardware for test and development&amp;lt;br&amp;gt;(GNAWTYx2, BANJO, CYAN, EDGAR, LARS, TERRA, SENTRY)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $87.53&lt;br /&gt;
|Other (domain renewals, shipping costs, etc)&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $100.00&lt;br /&gt;
|Donation to the Numix Project&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $133.00&lt;br /&gt;
|GalliumOS promotional stickers&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | $559.52&lt;br /&gt;
|Taxes, estimated&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:right;&amp;quot; | '''$741.69''' &lt;br /&gt;
| Account balance, starting 2017&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Shirts and Stickers ==&lt;br /&gt;
We now have shirts and stickers available. Stickers are available to people that donate through PayPal for this year. They come in two varieties.&lt;br /&gt;
&lt;br /&gt;
[https://i.imgur.com/XBLoqFg.png|link=| Clear with just the logo]&lt;br /&gt;
&lt;br /&gt;
[https://i.imgur.com/1Ex9yEG.png|link=| White with the logo and &amp;quot;GalliumOS&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
We also have [https://teespring.com/galliumos shirts available] for a limited time through Teespring. They have the logo with &amp;quot;GalliumOS&amp;quot; on the front in your choice of blue, black, or gray, in unisex or women's. If you miss your chance to purchase a shirt, don't worry, we will run the campaign again another time.&lt;br /&gt;
&lt;br /&gt;
== Thank You! ==&lt;br /&gt;
&lt;br /&gt;
- The GalliumOS Team, 20170117&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1088</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1088"/>
				<updated>2016-12-06T05:38:50Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Skype */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt install ./google-chrome-stable_current_amd64.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- Before apt&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adobe Flash ===&lt;br /&gt;
&lt;br /&gt;
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.&lt;br /&gt;
&lt;br /&gt;
* Install adobe-flashplugin from Canonical's &amp;lt;code&amp;gt;partner&amp;lt;/code&amp;gt; repository.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 2em; padding:0.4em;&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install adobe-flashplugin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Confirm installation by entering &amp;lt;code&amp;gt;chrome://plugins&amp;lt;/code&amp;gt; (Chromium) or &amp;lt;code&amp;gt;about:plugins&amp;lt;/code&amp;gt; (Firefox) into the URL bar&lt;br /&gt;
&lt;br /&gt;
The proprietary version of Google Chrome includes PepperFlash, and does not require an additional plugin.&lt;br /&gt;
&lt;br /&gt;
=== Firefox Aurora ===&lt;br /&gt;
&lt;br /&gt;
Aurora is the '''developer preview''' of Firefox.&lt;br /&gt;
&lt;br /&gt;
The '''stable''' version of Firefox can be installed from the standard Canonical repositories with &amp;lt;code&amp;gt;sudo apt install firefox&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
More info: https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/firefox-aurora&lt;br /&gt;
&lt;br /&gt;
=== Pale Moon ===&lt;br /&gt;
&lt;br /&gt;
Pale Moon is a web browser, originally derived from Firefox, and optimized for performance.&lt;br /&gt;
&lt;br /&gt;
* Official site: http://linux.palemoon.org/&lt;br /&gt;
* Installation: https://software.opensuse.org/download.html?project=home%3Astevenpusser&amp;amp;package=palemoon&lt;br /&gt;
** (Follow instructions for Ubuntu)&lt;br /&gt;
&lt;br /&gt;
=== TeamViewer ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
curl -OL http://download.teamviewer.com/download/teamviewer_i386.deb&lt;br /&gt;
sudo dpkg -i teamviewer_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;background-color:#ffaaaa;padding:0.2em 0.5em&amp;quot;&amp;gt;NOTE: Instructions need update for GalliumOS 2.0. Error reported when adding user to &amp;lt;code&amp;gt;fuse&amp;lt;/code&amp;gt; group.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' This is the older version of Skype, if you're looking for the newer Skype for Linux Alpha, please see here: https://community.skype.com/t5/Linux/Skype-for-Linux-Alpha-and-calling-on-Chrome-amp-Chromebooks/td-p/4434299&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 2.0.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spotify ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886&lt;br /&gt;
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install spotify-client&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://www.spotify.com/us/download/linux/&lt;br /&gt;
&lt;br /&gt;
=== Kodi Media Center ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install python-software-properties pkg-config software-properties-common&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install kodi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo apt-get install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== caffeine-plus ===&lt;br /&gt;
Used to keep the screen awake with full screen applications such as full screen video.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:nilarimogard/webupd8&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install caffeine-plus&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: [http://www.webupd8.org/2014/08/screensaver-lock-screen-inhibitor.html Webupd8]&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption. Powertop also provides a calibration option, which some people have reported issues with (locks up device?).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install powertop&lt;br /&gt;
sudo powertop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Powertop needs to be run every time the system boots. Expand for instructions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;border:1px #666666 dashed;padding:0.5em 1em;min-height:2em;margin:0 2em;background-color:#eee;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create &amp;lt;code&amp;gt;/etc/systemd/system/powertop.service&amp;lt;/code&amp;gt; with the following content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Powertop tunings&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=oneshot&lt;br /&gt;
ExecStart=/usr/sbin/powertop --auto-tune&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot.&lt;br /&gt;
&lt;br /&gt;
Source: https://wiki.archlinux.org/index.php/Powertop&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo add-apt-repository ppa:linrunner/tlp &lt;br /&gt;
sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tachos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;OBS&amp;lt;/code&amp;gt; from PPA. One of the most popular screen recording tools. See https://obsproject.com/ for more info.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:obsproject/obs-studio&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install obs-studio&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;br /&gt;
&lt;br /&gt;
==== Disk Usage/Performance Indicators ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-goodies&amp;lt;/code&amp;gt; from Ubuntu repositories includes a free space checker applet&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-diskperf-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories is a disk performance monitor applet, and shows usage as well&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/New_To_Linux&amp;diff=1080</id>
		<title>Installing/New To Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/New_To_Linux&amp;diff=1080"/>
				<updated>2016-10-29T21:44:52Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: warning under restoring stock firmware section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Tutorial: How to install GalliumOS on a Chromebook =&lt;br /&gt;
&lt;br /&gt;
== Objective of this Tutorial ==&lt;br /&gt;
This Tutorial is aimed at people with limited or zero computer programming experience who wish to install Linux GalliumOS on their Chromebook. It is a step-by-step recipe that requires no knowledge in computer programming. Its scope is limited in that it doesn't intend to show you how to install any Linux distribution but only GalliumOS. Furthermore, the user should not attempt to install GalliumOS on a Chromebook that IS NOT on the GalliumOS Hardware Compatibility List. (See below in &amp;quot;Things to check first&amp;quot;). &lt;br /&gt;
&lt;br /&gt;
GalliumOS is one of the numerous Linux &amp;quot;distributions&amp;quot;. A Linux distribution is a set of software packages with an installation program that allows the user not only to access his or her computer with Linux Operating System (OS) but also to complete most of the tasks that an average user is expected to do with computers (word, presentation and spreadsheet processing, audio and video playing and editing, Internet browsing, e-mailing, etc.). In that respect, it differs from &amp;quot;commercial&amp;quot; operating systems that don't provide much besides access to the computer system. Linux is the most advanced operating system in the world: as of November 2015, 494 or 98.8% of the 500 world's fastest supercomputers use the Linux kernel. (See [[wikipedia:TOP500|https://en.wikipedia.org/wiki/TOP500]])&lt;br /&gt;
&lt;br /&gt;
GalliumOS is different from other Linux distributions in that it is designed for Chromebooks. But then, why would you want Linux on your Chromebook?&lt;br /&gt;
&lt;br /&gt;
== Why Install Linux on a Chromebook ==&lt;br /&gt;
Chromebooks are lean and mean computing machines that are designed to work in conjunction with the Internet. A Chromebook &amp;quot;keeps&amp;quot; hardly any software on its internal drive; what the user needs to complete a task is downloaded from Internet - often for a price - and is not kept inside the computer when the task is done. This is why most Chromebooks are equipped with a very small solid-state drive (SSD), typically 16 or 32 gigabits (GB). Often, this SSD is not upgradable and most of the time, the random-acess memory (RAM) is not upgradable either: Chromebooks' SSD and RAM are frequently hard-wired to the motherboard. With Linux installed on a Chromebook, applications stay inside the computer and can be accessed any time, with or without Internet. &lt;br /&gt;
&lt;br /&gt;
The often talked about constraint about installing Linux on a Chromebook is the SSD size. This SHOULD NOT be a deterrent when installing Linux. 16 GB is plenty to install GalliumOS; all your music, photos, videos and other paraphernalia that don’t fit on the static drive can go to an external drive. On all Chromebooks, you have the luxury of at least three ports: two USB and one SD. Without spending much, you could have at any given time 768 GB of memory on your Chromebook with three 256 GB external drives! Even a Thunderbird mail profile, for instance, can sit on an external drive without any significant speed penalty. All your Linux OS and programs can sit nicely on the 16 GB internal drive with room to spare. &lt;br /&gt;
&lt;br /&gt;
Furthermore, quite a few Chromebooks now can be upgraded with a larger capacity static drive. For a little investment, you could end up with a powerful laptop for a fraction of the price that you would normally pay for something other than a Chromebook.&lt;br /&gt;
&lt;br /&gt;
== Things to check first ==&lt;br /&gt;
You probably don’t want to venture into uncharted territory, so you need to do a few checks before you start converting your Chromebook computer to a GalliumOS Linux machine. There are many benefits with using Linux, notably the ability to run thousands of excellent applications without ever accessing the Net, but you have to be reasonably certain that your Chromebook will allow you to do that. The first place to find out whether your Chromebook is supported for a GalliumOS install is: https://wiki.galliumos.org/Hardware_Compatibility&lt;br /&gt;
&lt;br /&gt;
Here are a few explanations about this table:&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;Model&amp;lt;/u&amp;gt;''': The basic idea is that it is not advisable to attempt a GalliumOS install unless your Chromebook Model is listed in this table.&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;Hardware ID&amp;lt;/u&amp;gt;''': The Hardware ID is something that you will read in your Chromebook when you create a Recovery Media for your specific model (see below). This is valuable information; '''write it down!'''&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;Processor Name&amp;lt;/u&amp;gt;''': The Processor name (Sandy/Ivy Bridge, Bay Trail, Haswell, Broadwell, etc.) is something else you will need when you select the GalliumOS version you have to download. See: https://galliumos.org/download.html&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;Supports GalliumOS&amp;lt;/u&amp;gt;''': Better be safe than sorry! Make sure that your Chromebook is supported by GalliumOS.  &lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;Firmware&amp;lt;/u&amp;gt;''': That is one of the crucial changes that may, or may not, be required to make your Chromebook a GalliumOS Linux machine. The firmware modification requirement is indicated in the column titled “…with custom firmware?”. Fortunately, this firmware change is a fairly straightforward operation thanks to the work of John Lewis. Basically, it boils down to opening a terminal page in Chrome on your Chromebook (we will get to that) and writing, or copying and pasting, a short script.  &lt;br /&gt;
&lt;br /&gt;
('''NOTE''': Although there is still the possibility to dual-boot (GalliumOS and ChromeOS), this is not discussed here as it is assumed that the user has a limited, small static drive on which space doesn’t really allow two Operating Systems. In this tutorial, we will dedicate the entire drive space to Linux.)&lt;br /&gt;
&lt;br /&gt;
I '''&amp;lt;u&amp;gt;strongly suggest&amp;lt;/u&amp;gt;''' that you '''&amp;lt;u&amp;gt;note&amp;lt;/u&amp;gt;''' all the data regarding the Model name, Hardware ID, Processor Name and Firmware modification requirement specific to your Chromebook. You will need it later. &lt;br /&gt;
&lt;br /&gt;
Now that you have determined that you can give yourself the go-ahead for a GalliumOS installation on your Chromebook, let’s do first a little bit of house-cleaning and preparation.&lt;br /&gt;
&lt;br /&gt;
== Backup ==&lt;br /&gt;
You may have a few files on your Chromebook drive that you wish to keep. You should transfer all those files onto an USB flash drive or an SD drive. Remember that everything on your drive is going to be wiped out when you install GalliumOS Linux.&lt;br /&gt;
&lt;br /&gt;
== Chromebook Recovery Media ==&lt;br /&gt;
You need to create a Chromebook Recovery Media in case, further down the road, you wish to return your Chromebook to its original state. (See at the end of this Tutorial &amp;quot;Back to ChromeOS&amp;quot;.) To do that, you need to download the Chromebook Recovery Utility from the Google Web Store (it is in your ChromeOS Menu). Once downloaded, the Recovery icon will also be in your ChromeOS Menu. &lt;br /&gt;
[[File:Recovery-icon-02.jpg|centre|frameless|Recovery Icon in ChromeOS Menu|649x649px]] &lt;br /&gt;
&lt;br /&gt;
This software allows you to create a recovery media for your Chromebook. You need a 4GB USB flash drive or SD card that does not contain data that you want to keep because this drive too is going to be totally erased to receive the recovery data. &lt;br /&gt;
&lt;br /&gt;
Once the Recovery icon is in your Chromebook Launcher, click on it to start the Recovery Media creation process. Go past the first page by clicking on &amp;quot;Get started&amp;quot; to access the next page titled “Identify your Chromebook”. This page contains '''important information''' regarding your specific Chromebook model number. &lt;br /&gt;
[[File:Identify-Chromebook.jpg|centre|thumb|604x604px|Your Chromebook Identity]] &lt;br /&gt;
&lt;br /&gt;
There is a line that states: “For this Chromebook, enter XYZ XXX-XXX-XXX-XXX”.&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;Write down&amp;lt;/u&amp;gt;''' the MODEL NUMBER for YOUR Chromebook. It could be something like:&lt;br /&gt;
&lt;br /&gt;
GNAWTY C2C-E3N-A2M&lt;br /&gt;
&lt;br /&gt;
YUNA D21-A3B-L4A-A35&lt;br /&gt;
&lt;br /&gt;
YUNA D25-B3B-B4A-A4M, etc.&lt;br /&gt;
&lt;br /&gt;
Everything is important in this number, so keep it in a safe place; add it to the other info you already wrote down (Model, Hardware ID, Processor, firmware required, etc.). The first word could be something like: BANJO, CANDY, FALCO, GNAWTY, MONROE, PARROT, YUNA, etc. You notice that this first word is the Hardware ID that you have seen on the “GalliumOS Support by Model” table, that we have already talked about and is displayed at:&lt;br /&gt;
&lt;br /&gt;
https://wiki.galliumos.org/Hardware_Compatibility&lt;br /&gt;
&lt;br /&gt;
You  need the whole number, not just the first word, to create a recovery utility; you also need the name if you ever need a “shellball” to bring your Chromebook back to its original state. We’ll get back to that, but for now, make sure you have this whole number kept somewhere.&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Identify your Chromebook&amp;quot; page of the Recovery Utility, the number we just talked about extensively is already written in blue in the Recovery window; just click on it and it will print automagically in the window below. But if you were to create a recovery utility for ANOTHER Chromebook, this is the window where you would enter the specific model number as outlined above. Since Google is nice to you, you could also select the Chromebook from a list that you call up by clicking on “Select a model from a list”. It is safer however to use the model number.&lt;br /&gt;
&lt;br /&gt;
Click on Continue to proceed with the actual Media creation. Just follow the instructions.&lt;br /&gt;
&lt;br /&gt;
== Create your GalliumOS USB or SD installation drive ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#ffffcc;padding:0.2em 0.5em 0;border:1px solid #ddddaa;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''NOTE''': This section recommends a tool called &amp;quot;Unetbootin&amp;quot;, which may have caused problems for some users.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Our standard recommendation is &amp;lt;code&amp;gt;Win32DiskImager&amp;lt;/code&amp;gt; for Windows, or &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; for Linux or macOS. More details at [[Installing/Creating_Bootable_USB]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Operating System you want to install, GalliumOS, must be available to you on a “bootable” USB or SD drive that you need to create. You therefore proceed to https://galliumos.org/download where you download the GalliumOS version appropriate to your Chromebook architecture (Haswell, Broadwell, Bay Trail, etc.). These are the Processor names that are displayed in the Hardware Compatibility List; you should have the name specific to your Chromebook available, if you wrote it down as was suggested earlier. &lt;br /&gt;
&lt;br /&gt;
This GalliumOS installation file you download is an .iso file. The beauty of a file of this type is that you have on a single file all the bits and pieces required to install a Linux operating system with everything you need on a computer. Once this file has been downloaded, however, it needs to be decompressed and put on an USB flash or SD drive. To do that, it is recommended you use an application called Unetbootin that is available for Linux, Windows and Mac.  It can be downloaded at:&lt;br /&gt;
&lt;br /&gt;
http://unetbootin.github.io/&lt;br /&gt;
&lt;br /&gt;
Once Unetbootin is installed on your computer, you plug in an USB or SD drive and follow the indications in Unetbootin. It is recommended you use a 4GB USB drive. It has been found that Chromebooks may not boot with large capacity USB drives. Also, an USB 3 drive may also not be willing to boot. Do it cheap and simple!&lt;br /&gt;
&lt;br /&gt;
Now, you should have two drives (USB or SB) to keep: one with your Chromebook Recovery Media; one with GalliumOS. Make sure you label them properly and don’t misplace or erase them.&lt;br /&gt;
&lt;br /&gt;
== Prepare the Chromebook ==&lt;br /&gt;
=== Select the procedure according to your Chromebook architecture ===&lt;br /&gt;
For this step, please see https://wiki.galliumos.org/Installing/Preparing This Wiki page explains how a Chromebook has to be prepared for installation according to the architecture of its processor (CPU). You notice that the architecture names (Sandy Bridge, Haswell, Broadwell, etc.) for which a specific installation is described are the same as the Processor names we already saw at https://wiki.galliumos.org/Hardware_Compatibility&lt;br /&gt;
&lt;br /&gt;
If you followed our indications so far, your Chromebook architecture should have be noted somewhere.&lt;br /&gt;
&lt;br /&gt;
For every architecture, the GalliumOS Installing/Preparing tutorial refers to SeaBIOS firmware. BIOS stands for Basic Input/Output System. It is a tiny – but very important – program (firmware) that tells your computer, among other things, where to look to find an operating system that will make it go. A special type of BIOS called SeaBIOS is required to install Linux on a Chromebook. Chromebooks with Haswell CPU architecture come with SeaBIOS already installed and you normally shouldn't have to worry about it. However, some bugs are reported in the SeaBIOS preinstalled on Haswell Chromebooks. (See https://wiki.galliumos.org/Firmware) It may therefore be advisable to install another version of the SeaBIOS on these machines. If you need to “flash” (replace) the BIOS firmware on your machine, you follow the procedure indicated in the [[Installing/Preparing tutorial]]. This is a delicate operation that you don't want to botch up as you may &amp;quot;brick&amp;quot; your Chromebook. (&amp;quot;Bricking&amp;quot; means that you make your computer worth no more than a brick of the same weight!) Luckily, John Lewis’ scripts to flash Chromebook BIOS makes it very easy. Before we get there, however, you need to put your Chromebook in developer mode.&lt;br /&gt;
&lt;br /&gt;
=== Get into Developer Mode ===&lt;br /&gt;
The process to put the device in developer mode is very well described in the [https://wiki.galliumos.org/Installing/Preparing GalliumOS Installing/Preparing] Tutorial. Just in case you are looking for the Refresh key, it is the 4th one from the top left; it shows a clockwise arrow. As indicated in the Tutorial, you need to hold the &amp;quot;esc&amp;quot; (escape) and Refresh key and start your Chromebook to begin the process of getting into Developer mode. The first page you see is the &amp;quot;scary one&amp;quot;: &amp;quot;Chrome OS is missing or damaged. Please insert a recovery USB stick or SD card.&amp;quot;  &lt;br /&gt;
[[File:ChromeMissModel.jpg|centre|thumb|576x576px|Scary, but informative!]]  &lt;br /&gt;
&lt;br /&gt;
Once your heartbeat is back to normal after having read this ominous warning, you can quietly read what else is written on this page. You notice on the last line, at the bottom of the page, the Chromeboook Model number. If you haven't written it down yet, as you should have, you get another chance to do it. (Got the message?). Now press &amp;quot;ctrl+D&amp;quot; (the letter &amp;quot;D&amp;quot; for &amp;quot;developer&amp;quot;). You get to another (less) scary white page which, again, shows the Model number. (Did I tell you this number is important?). But it also states that &amp;quot;To turn OS verification OFF, press ENTER.&amp;quot; As it's written, &amp;quot;Your system will reboot and local data will be cleared&amp;quot;. Go ahead, but it's your last chance to save your birthday photos on your Chromebook SSD! If you are not sure, press ESC. &lt;br /&gt;
[[File:TurnOSverif.jpg|centre|thumb|564x564px|Last chance to change your mind!]] &lt;br /&gt;
&lt;br /&gt;
From now on, you let your computer do its thing. It first reboots and shows a big red exclamation mark.   &lt;br /&gt;
[[File:OSVerifOFF.jpg|centre|thumb|577x577px|Let your computer do its thing!]]  &lt;br /&gt;
&lt;br /&gt;
After 30 seconds, the Chromebook beeps twice and reboots, then you have another chance to change your mind and, after 30 seconds, it restarts again and prepares the system for Developer Mode.  &lt;br /&gt;
&lt;br /&gt;
Once you are in Developer Mode, your Chromebook is “rooted”; it means that you have access to the “root” of the computer system. It also means you have to tread carefully… Note that some older Chromebooks have a physical switch that you'll have to flip in order to turn on Developer Mode. If you aren't sure, look up instructions for your specific device on enabling Developer Mode.&lt;br /&gt;
&lt;br /&gt;
It takes about 15 minutes to put your Chromebook into Developer Mode. When it's done, it reboots and you get the scary message again. Since you don't want to stare at it for 30 seconds, just press &amp;quot;ctrl+D&amp;quot; to get to your familiar ChromeOS Welcome screen. &lt;br /&gt;
&lt;br /&gt;
In Developer Mode, your Chromebook still works normally. The only difference is a white window that is displayed for 30 seconds upon restart and that you can bypass by entering ctrl+D. After you are in Developer mode, it is suggested you configure your Internet access normally and enter your Gmail name and password, just to reassure you that your Chromebook is still alive and well. Also, for the continuation of the operation, you will need Internet access.&lt;br /&gt;
&lt;br /&gt;
=== Remove the Write Protection, if required ===&lt;br /&gt;
The BIOS is write-protected through physical and software means. If you have a Sandy Bridge / Ivy Bridge or a Bay Trail Chromebook, you will have to remove the physical write protection. To do that, you have to open the computer and, generally, remove a screw. You will find the information on how to do that through a quick search in Google. &lt;br /&gt;
[[File:WP-screw-02.jpg|centre|thumb|720x720px|Write-protection screw (circled in red) on an Acer Chromebook 15.]] &lt;br /&gt;
&lt;br /&gt;
=== Access the “shell” and flash the firmware ===&lt;br /&gt;
Let’s assume now that you have restarted your Chromebook in Developer mode, entered your password and accessed the Chrome browser in your Chromebook. The next step is to open a Terminal window. This will take you to the heart of your computer. The Terminal is the screen that allows you to talk to the innards of your machine through commands and scripts. (Just like you see in the movies when the hacker is about to steal government secrets!) You can do all that in a Chromebook. (Not steal government secrets, but access a terminal window!) You just have to press CTRL+ALT+T. (Kind of an anticlimax, isn’t it?)&lt;br /&gt;
&lt;br /&gt;
In this black terminal screen, at the prompt, you type: “shell” (without quotation marks) and hit Enter. From now on, follow the  [https://wiki.galliumos.org/Installing/Preparing Preparing/Installing] tutorial for your appropriate CPU architecture from the line where it is stated:&lt;br /&gt;
&lt;br /&gt;
“and hit enter. Now you should be in bash. You’ll have a prompt that looks something like this.”&lt;br /&gt;
&lt;br /&gt;
('''NOTE''': If your Chromebook has a Haswell architecture but you prefer to flash the BIOS, follow the procedure outlined for the Broadwell architecture.)&lt;br /&gt;
&lt;br /&gt;
Follow John Lewis’ script carefully. I recommend that you cut and paste it into the terminal. Remember that the Terminal is just another tab in the Chrome browser; you can access any other Internet site in other tabs and flip through tabs to Cut and Paste whatever you want from one page to another page.&lt;br /&gt;
&lt;br /&gt;
After John Lewis’ script has been run, you continue with the GalliumOS Installing/Preparing Tutorial with a little caveat. Where it states: “Reboot your computer, plug in your GalliumOS USB and start installing!”, it should be the other way round. You must first plug in your GalliumOS USB drive, then reboot your computer.&lt;br /&gt;
&lt;br /&gt;
== Install GalliumOS ==&lt;br /&gt;
When the Chromebook starts, a blue Unetbootin page comes up. It shows three options and states that you edit options with the Tab key. Actually, you don’t want to edit options at this stage; you only want to select one of them. You change selections with the Arrow keys and press Enter to select. I suggest you select the second one, “Gallium Live Image and Installer”. (Selecting &amp;quot;Default&amp;quot; is also fine; it does the same thing as the second option but it doesn't say so.)&lt;br /&gt;
[[File:Unetboot-Select-A.jpg|centre|thumb|505x505px|Use the Arrow down key to select GalliumOS Live]]&lt;br /&gt;
In a few seconds, you get a beautiful display of a glass skyscraper shot from below. You also have a fully functional Operating System at your disposal but your SSD is untouched because this is a “Live USB” (or &amp;quot;Live SD&amp;quot;): you totally bypass your SDD drive to talk to your computer. You can configure your WiFi and browse the Net. You can open AbiWord text processor and write your biography. But this is not what you want right now: you want to install GalliumOS. Fortunately, at the top right of the screen, there is an icon that states – Would you believe? – Install GalliumOS. Just double-click on it and follow the instructions.&lt;br /&gt;
[[File:InstallGall0S.jpg|centre|thumb|608x608px|Just double-click on Install GalliumOS icon!]]&lt;br /&gt;
&lt;br /&gt;
When it comes to the page titled “Preparing to install GalliumOS, a Warning pop-up windows may come up to inform you of an error. You can safely ignore. You then come up to the Installation type window. The choice here is easy: select the first option, “Erase disk and install GalliumOS”. The installation may take 15-20 minutes. Relax and let GalliumOS do its thing. &lt;br /&gt;
[[File:Erase-disk.jpg|centre|thumb|577x577px|An easy choice at last: Erase the disk!]] &lt;br /&gt;
&lt;br /&gt;
== GalliumOS is installed! ==&lt;br /&gt;
Now you have removed your GalliumOS installation USB drive and restarted your computer. The first thing you see is “Press ESC for boot menu.” You press ESC and the screen shows “Select boot device:” and a choice of devices. If there is no USB flash or SD drive plugged into your computer, you have only choice # 1, that is the computer SSD. If more than one device is displayed, select the one you know is your SSD. The type and the size should help you determine which the right one is. And if you make a mistake, no big deal: you just won’t start GalliumOS.&lt;br /&gt;
&lt;br /&gt;
Once GalliumOS is opened, you will want to test the applications that come with it. You can also add other applications: you have tens of thousands applications to choose from! If you want to add applications, open Synaptic Package Manager that you will find in the Menu under System.&lt;br /&gt;
&lt;br /&gt;
NOTE: Many Chromebooks have small screens. In Linux, it may happen that you are not able to see the bottom of a displayed window. This is particularly embarrassing if you have something to click on in that area. There is an easy trick: keep a finger on Left Alt and click on the window. As long as you keep the Left Alt key and the left mouse button pressed in, you can bring the window up or down, and move it around wherever you please.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard ===&lt;br /&gt;
GalliumOS is a fantastic Linux distribution tailored to Chromebooks. So, of course, the first thing to check is the keyboard because, as you know, the Chromebook keyboard is not standard.&lt;br /&gt;
&lt;br /&gt;
==== Capital Lock Key ====&lt;br /&gt;
You may be from the &amp;quot;old school&amp;quot; like me and prefer to use the Chromebook Search key as a &amp;quot;Normal&amp;quot; Capital Lock key.&lt;br /&gt;
&lt;br /&gt;
To get your Capital Lock back, you have to modify a file and create another one. &lt;br /&gt;
&lt;br /&gt;
Besides being useful, this procedure will show you how easy it is to change things in Linux.&lt;br /&gt;
* Open Thunar File Manager. Under View, select &amp;quot;Show Hidden Files&amp;quot;. Files that you were not aware of now show up in your Home folder.&lt;br /&gt;
* One of the file is &amp;quot;.bashrc&amp;quot;. Notice the dot (.) before the file name. This dot is what causes this file to be hidden. Simple, isn't it?&lt;br /&gt;
* Right click on .bashrc and select &amp;quot;Open with Mousepad&amp;quot;.&lt;br /&gt;
* When .bashrc is open in Mousepad, cut and paste the following lines at the bottom of the file.&lt;br /&gt;
 if [-s ~/.Xmodmap]; then&lt;br /&gt;
&lt;br /&gt;
 xmodmap ~/.Xmodmap &lt;br /&gt;
&lt;br /&gt;
 fi&lt;br /&gt;
* Save the file.&lt;br /&gt;
* Still in Mousepad, go to File and click on New.&lt;br /&gt;
* In this new document, just enter: &lt;br /&gt;
 keycode 133 = Caps_Lock&lt;br /&gt;
* Save this file in your Home folder as .Xmodmap (Don't forget the &amp;quot;dot&amp;quot; before the file name!).&lt;br /&gt;
* Close Mousepad and Log out of your session and back in. Your Capital Lock key should now work &amp;quot;normally&amp;quot;.&lt;br /&gt;
Note that an external keyboard plugged into your Chromebook through whatever connection (USB, Bluetooth, etc.) will work as it is supposed to do according to the particular model, even if you modify/create the configuration files as indicated above. (See below in &amp;quot;Chromebook Special Keys&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
==== Chromebook Special Keys ====&lt;br /&gt;
Once you have confirmed that your Capital Lock is working, go the GalliumOS Menu (Icon in the left hand corner of the Taskbar) and go to Settings, then to Settings Manager. In the Settings window, click on Keyboard (under Hardware). Select the tab Layout. Under &amp;quot;Keyboard model&amp;quot;, select: &amp;quot;Chromebook | No overlay | F keys mapped to media keys&amp;quot;. You now have a standard Chromebook keyboard with the exception of the Search key that is now a normal Caps Lock. You can use the special function keys normally (Full Screen, Brightness, Volume, etc.). &lt;br /&gt;
&lt;br /&gt;
You can also use the Keyboard Model window to select an external keyboard you wish to use if you plug one in. If you don't find the exact keyboard model in the list, you may use one close enough (same manufacturer, similar performance, etc.). You can try and see until you find a model that fits your needs. You can always use your mouse to change your selection if your external keyboard has a strange behavior.&lt;br /&gt;
&lt;br /&gt;
=== Mouse and Touchpad ===&lt;br /&gt;
You may also prefer to use a mouse because the touchpad may feel awkward to use for you and interferes with your typing. Many people prefer having the touchpad deactivated when they type. There is a simple solution called: Touchpad Indicator. To install this application, go to:&lt;br /&gt;
&lt;br /&gt;
http://tipsonubuntu.com/2014/05/26/install-touchpad-indicator-ubuntu-14-04/&lt;br /&gt;
&lt;br /&gt;
Follow the instructions, except that at the beginning, you won't access the terminal by entering Ctrl+Alt+T. But it's even simpler in GalliumOS: just click in the taskbar on the icon that shows an arrow head and a minus sign. &lt;br /&gt;
&lt;br /&gt;
Once Touchpad Indicator is installed, you need to reboot the computer for the Touchpad-indicator to work. In the Menu, the application is under Accessories; click on it to start. It will put an icon in the right of the taskbar, in an area generally called the &amp;quot;tray&amp;quot;. However, the icon may not be visible, depending on the Desktop theme you have selected. If you see what looks like an empty spot in the tray, it may well be the Touchpad indicator icon. Click on it and select Preferences. First go to Theme and select the icon on the right; the Touchpad-indicator icon should now be visible in the tray. While you are in Touchpad indicator Preferences, go to the Actions tab, and select &amp;quot;Disable touchpad when a mouse plugged&amp;quot; and &amp;quot;Enable touuchpad on exit&amp;quot;. In General options, select &amp;quot;Autostart&amp;quot;. With this configuration, the touchpad will be ON when you start the computer without a mouse and OFF when a mouse is plugged in.&lt;br /&gt;
&lt;br /&gt;
=== Printers ===&lt;br /&gt;
Your printers may have been detected by Linux and configured. In the GalliumOS Menu, under System, select Printers. Click on Add. If you have one or more Network printers - that is the most probable scenario - just click on Network Printer and Find Network Printer. It may take a while (15-20 seconds), but the printers on your local network should be detected. If the system proposes a &amp;quot;generic printer&amp;quot; or if you cannot find the exact printer model in the list under the manufacturer's name, it means that the driver is not available in the present Linux kernel; however, it is most probably available on the manufacturer’s site. Just go to their site, enter your computer model and follow the instructions. Actually, as a rule, it always safer to check if there is a Linux driver on the manufacturer's site. &lt;br /&gt;
&lt;br /&gt;
If you have downloaded a printer driver, or any other software for that matter, as a .deb file (the application file format in GalliumOS), you install it using GDebi. To do so, open your Thunar file manager (the icon on the taskbar that looks like a folder), go to the Downloads folder and find in there the file with the &amp;quot;.deb&amp;quot; suffix you just downloaded. Right click on the file icon and select &amp;quot;Open with GDebi package manager&amp;quot;. Follow the instructions.&lt;br /&gt;
&lt;br /&gt;
=== New Applications and Updates ===&lt;br /&gt;
You have thousands of applications at your disposal in Linux. You also have in GalliumOS a very easy and efficient tool to install applications: Synaptic Package Manager. In GalliumOS Menu, the Synaptic Package Manager is found under System. Just click on it, enter your password, search the application you need and, when it is listed in the window, right click on the window and select &amp;quot;Mark for Installation&amp;quot;. You may have to Mark additional required changes (the system will ask you if you accept to do that), and you then click Apply. That's all.&lt;br /&gt;
&lt;br /&gt;
If you want to install all updates that may have cropped up since your GalliumOS version first came out, you also use the Synaptic Package Manager. First, you click on All, in the left window, then on Reload, in the Icon bar, then on Mark All Upgrades, also in the Icon bar. You just have to click Apply, still in the Icon bar, and all your software will be updated.  &lt;br /&gt;
&lt;br /&gt;
=== File Transfer on Private Network ===&lt;br /&gt;
If you want to transfer files between computers on your own private network, through your own router, the easiest way is to install Nautilus file manager. Use Synaptic Package Manager to select and install the Nautilus application. &lt;br /&gt;
&lt;br /&gt;
In Nautilus, you just right click on the folder you want to share and select Share on local network.&lt;br /&gt;
&lt;br /&gt;
=== Office Suite ===&lt;br /&gt;
AbiWord is a simple and efficient application for word-processing. In AbiWord, you can open and save Microsoft&amp;lt;sup&amp;gt;TM&amp;lt;/sup&amp;gt; Office Word documents.  &lt;br /&gt;
&lt;br /&gt;
If you need a full Office Suite, look no further than LibreOffice, a free and open-source software. All the praise you may read on Internet about this Office Suite is well deserved. &lt;br /&gt;
&lt;br /&gt;
In case you absolutely need the actual Microsoft&amp;lt;sup&amp;gt;TM&amp;lt;/sup&amp;gt; Office Suite,  your option is to use Wine, an application that makes Windows applications &amp;quot;believe&amp;quot; they are in Windows OS. Wine per se is a bit tricky to configure; the user without a thorough knowledge of Wine may not obtain satisfactory results when attempting to use it. However, you will find in Synaptic Package Manager a front-end for Wine called PlayOnLinux that will make installing Windows application a breeze. Once installed in GalliumOS, PlayOnLinux comes in the Menu under Games (?!!). Installing Microsoft Office with PlayOnLinux is fairly straightforward. However, installing the updates or &amp;quot;Service Packs (SP)&amp;quot; may be a bit trickier, so here is how it goes. &lt;br /&gt;
&lt;br /&gt;
Let's assume that you have installed MS Office 2007 with PlayOnLinux. You also downloaded the appropriate update from the MS site (SP3, in the case of Office 2007); it goes into your Downloads folder. You now open PlayOnLinux (in Games, remember?) and you click on the Configure icon. In the PlayOnLinux configuration window, you click on Office2007 (or whichever MS Office Suite you installed). You now click on the Miscellaneous tab and click on &amp;quot;Run a .exe file in this virtual drive&amp;quot;. You select in Downloads the MS Office Service Pack .exe file and follow the instructions. Your MS Office 2007 will be updated as required.&lt;br /&gt;
&lt;br /&gt;
If you really want to make it very simple, you may wish to install CrossOver Office by Codeweavers. (See https://www.codeweavers.com) This application is not free but it simplifies greatly the installation of Windows applications in Linux. &lt;br /&gt;
&lt;br /&gt;
== Back to ChromeOS ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;background-color:#ffffcc;padding:0.2em 0.5em 0;border:1px solid #ddddaa;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''NOTE''': This section recommends using the John Lewis flashrom script/utility to return to stock firmware.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;We recommend using the MrChromebox script for restoring stock firmware and changing GBB flags. More details at https://mrchromebox.tech/.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
You may wish to return your Chromebook to its original state; in other words, you want to run it under ChromeOS instead of GalliumOS. This is also a fairly simple operation as long as you follow the procedure. &lt;br /&gt;
&lt;br /&gt;
If you flashed the original Chromebook BIOS to install GalliumOS, you have to flash again the BIOS to bring it back to original. Remember that even if you have a Haswell CPU, you may have chosen to install initially John Lewis' SeaBIOS.&lt;br /&gt;
&lt;br /&gt;
=== Download the appropriate shellball ===&lt;br /&gt;
The first thing to do is to download a &amp;quot;shellball&amp;quot;, that is a folder that contains a bunch of files specific to your particular Chromebook to bring it back to original. You find the shellballs at:&lt;br /&gt;
&lt;br /&gt;
https://johnlewis.ie/Chromebook-ROMs/shellballs&lt;br /&gt;
&lt;br /&gt;
When you get to that page, you see an Index listing names which should be familiar to you: it is your Hardware ID that was displayed in the [[Hardware Compatibility List]] that we referred to at the beginning of this tutorial. You may wish to go back to that list, just to be sure.&lt;br /&gt;
&lt;br /&gt;
Open Thunar and go to your Home page. In there, create a folder named &amp;quot;shellball&amp;quot;. Download into that folder all the files under the appropriate shellball name that you found in the [[shellballs list]]. &lt;br /&gt;
&lt;br /&gt;
=== Get John Lewis' flashrom utility ===&lt;br /&gt;
Next, go to https://johnlewis.ie/Chromebook-ROMs/utils/&lt;br /&gt;
&lt;br /&gt;
In the list, right click on &amp;quot;flashrom&amp;quot; and click on &amp;quot;Save Target As ...&amp;quot;. Save this file in your Home folder.&lt;br /&gt;
&lt;br /&gt;
In Thunar, go to your Home folder, right click on this downloaded &amp;quot;flashrom&amp;quot; file and Rename it &amp;quot;flashrom.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Open a Terminal window. (XFCE Terminal is in your Panel and your Menu.) The Terminal normally opens in your Home folder. (The prompt should show [YOUR_COMPUTER_NAME]:~$)&lt;br /&gt;
&lt;br /&gt;
You are now going to make &amp;quot;flashrom.sh&amp;quot;  executable. To do so, at the prompt, type:&lt;br /&gt;
&lt;br /&gt;
chmod +x flashrom.sh&lt;br /&gt;
&lt;br /&gt;
While you are in the terminal, change to the shellball folder. To do so, at the prompt, type:&lt;br /&gt;
&lt;br /&gt;
cd shellball&lt;br /&gt;
&lt;br /&gt;
Now that you are in &amp;quot;shellball&amp;quot;, there is a file there that you have to make executable; it is &amp;quot;gbb_utility&amp;quot;. So you type at the prompt:&lt;br /&gt;
&lt;br /&gt;
chmod +x gbb_utility&lt;br /&gt;
&lt;br /&gt;
=== Enter the required commands ===&lt;br /&gt;
Still in the terminal, you now have to type the commands below. You may Cut and Paste, EXCEPT the &amp;quot;hwid&amp;quot; which is specific to your Chromebook.    &lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;u&amp;gt;NOTE:&amp;lt;/u&amp;gt;'''     &lt;br /&gt;
* When you type the commands, ensure that you have two dashes before « set » and « hwid » and not an M-dash (a single long dash). Text editors have a mind of their own and sometimes replace two consecutive dashes by a single M-dash.    &lt;br /&gt;
* Replace the Hardware ID (hwid) number (ABCXYX X1X-Y2Y-Z3Z) by the one specific to your Chromebook and that you should have kept. Mine is GNAWTY C2C-E3N-A2M; yours is probably different.    &lt;br /&gt;
* If a command does not work, i.e. you get a message like “Command cannot be found” it is quite likely that you missed a dot (.) or a slash (/) at the beginning of the command line.    &lt;br /&gt;
* The file &amp;quot;bios.bin.new&amp;quot; may not be present in the shellball folder. In that case, the second and forth commands below are not required.    &lt;br /&gt;
The commands are:&lt;br /&gt;
&lt;br /&gt;
./gbb_utility --set --hwid='ABCXYX X1X-Y2Y-Z3Z' bios.bin&lt;br /&gt;
&lt;br /&gt;
./gbb_utility --set --hwid='ABCXYX X1X-Y2Y-Z3Z' bios.bin.new&lt;br /&gt;
&lt;br /&gt;
./gbb_utility --set --flags=0x489 bios.bin&lt;br /&gt;
&lt;br /&gt;
./gbb_utility --set --flags=0x489 bios.bin.new&lt;br /&gt;
&lt;br /&gt;
Everytime, the system should confirm that the command was successful.  &lt;br /&gt;
&lt;br /&gt;
Still in the terminal, return to the home folder by typing &amp;quot;cd&amp;quot; and two dots at the prompt, like so: &lt;br /&gt;
&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
Then, run this command:&lt;br /&gt;
&lt;br /&gt;
sudo ./flashrom.sh -w shellball/bios.bin&lt;br /&gt;
&lt;br /&gt;
=== Restart your computer ===&lt;br /&gt;
Your Chromebook first displays a message with a red exclamation mark stating: OS verification is OFF.&lt;br /&gt;
&lt;br /&gt;
After some beeps, another message appears: &amp;quot;Chrome OS is missing or damaged. Please insert a recovery USB stick or SD card.&lt;br /&gt;
&lt;br /&gt;
Insert your USB or SD Chromebook Recovery Media into the appropriate port. Follow the instructions.  &lt;br /&gt;
&lt;br /&gt;
(Basically, just wait until the recovery is complete.) &lt;br /&gt;
&lt;br /&gt;
When it's done, remove the Recovery Media and the Chromebook restarts.&lt;br /&gt;
&lt;br /&gt;
After the restart, you get a beep, then the usual Chromebook opening page.&lt;br /&gt;
&lt;br /&gt;
Enter all the required data to log into your Chromebook.&lt;br /&gt;
&lt;br /&gt;
=== Reset the &amp;quot;flags&amp;quot; and OS Verification ===&lt;br /&gt;
You don't really have to know what these flags are. Just keep in mind that they dictate the sequence of the boot process. You need to reset them for your Chromebook to boot like new.&lt;br /&gt;
&lt;br /&gt;
Open a terminal with CTRL+ALT+T&lt;br /&gt;
&lt;br /&gt;
At the command prompt, type “shell” and press Enter.&lt;br /&gt;
&lt;br /&gt;
Type each of the following command, pressing Enter after each one: &lt;br /&gt;
&lt;br /&gt;
sudo flashrom --wp-disable&lt;br /&gt;
&lt;br /&gt;
sudo /usr/share/vboot/bin/set_gbb_flags.sh 0x000&lt;br /&gt;
&lt;br /&gt;
sudo flashrom --wp-enable&lt;br /&gt;
&lt;br /&gt;
Restart the computer.&lt;br /&gt;
&lt;br /&gt;
You get the message stating &amp;quot;OS verification is OFF. Press SPACE to re-enable.&amp;quot; Press the spacebar.&lt;br /&gt;
&lt;br /&gt;
Your Chromebook is now - almost - back to where it was when new. &lt;br /&gt;
&lt;br /&gt;
To make it complete, reinstall the physical write protect device (probably a single screw to put back in place) if a change on the motherboard was required to disable the physical BIOS write-protection.&lt;br /&gt;
&lt;br /&gt;
== Conclusion: How much space left? ==&lt;br /&gt;
The major concern for a Chromebook user after installing GalliumOS is the amount of space left on the SDD. As initially mentioned, unless you have a large SSD because either you bought a top-of-the line Chromebook or you upgraded to a larger SSD, the usual SSD size on a Chromebook is 16GB. Normally, however, the data files (text, image, video, etc.) should preferably be stored on external drives when using a Chromebook. Still, as a matter of interest, I checked with GParted (available in Settings) the space used on my 16GB Acer CB3-111 after a GalliumOS installation; several applications were added and a complete OS update was performed. I have 5.74GB of free space left, that is more than 1/3 of the drive. But I have to mention that I installed more applications than I'll ever need! For instance, I installed the complete LibreOffice Suite AS WELL AS the complete Microsoft Office 2007 suite, with three grammar and spell-checkers (English, Spanish, French). I also installed Firefox AND Chrome on top of Chromium. So it may be safe to say that for about 90% of the average computer users, space should not be an issue on a Chromebook, provided external USB flash or SD drives are used to keep non-executable files.&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1066</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1066"/>
				<updated>2016-09-25T20:14:26Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Wine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt install ./google-chrome-stable_current_amd64.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- Before apt&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adobe Flash ===&lt;br /&gt;
&lt;br /&gt;
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.&lt;br /&gt;
&lt;br /&gt;
* Install adobe-flashplugin from Canonical's &amp;lt;code&amp;gt;partner&amp;lt;/code&amp;gt; repository.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 2em; padding:0.4em;&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install adobe-flashplugin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Confirm installation by entering &amp;lt;code&amp;gt;chrome://plugins&amp;lt;/code&amp;gt; (Chromium) or &amp;lt;code&amp;gt;about:plugins&amp;lt;/code&amp;gt; (Firefox) into the URL bar&lt;br /&gt;
&lt;br /&gt;
The proprietary version of Google Chrome includes PepperFlash, and does not require an additional plugin.&lt;br /&gt;
&lt;br /&gt;
=== Firefox Aurora (developer preview) ===&lt;br /&gt;
&lt;br /&gt;
See https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/firefox-aurora&lt;br /&gt;
&lt;br /&gt;
=== TeamViewer ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
curl -OL http://download.teamviewer.com/download/teamviewer_i386.deb&lt;br /&gt;
sudo dpkg -i teamviewer_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;background-color:#ffaaaa;padding:0.2em 0.5em&amp;quot;&amp;gt;NOTE: Instructions need update for GalliumOS 2.0. Error reported when adding user to &amp;lt;code&amp;gt;fuse&amp;lt;/code&amp;gt; group.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 2.0.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spotify ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886&lt;br /&gt;
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install spotify-client&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://www.spotify.com/us/download/linux/&lt;br /&gt;
&lt;br /&gt;
=== Kodi Media Center ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install python-software-properties pkg-config software-properties-common&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install kodi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo apt-get install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== caffeine-plus ===&lt;br /&gt;
Used to keep the screen awake with full screen applications such as full screen video.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:nilarimogard/webupd8&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install caffeine-plus&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: [http://www.webupd8.org/2014/08/screensaver-lock-screen-inhibitor.html Webupd8]&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption. Powertop also provides a calibration option, which some people have reported issues with (locks up device?).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install powertop&lt;br /&gt;
sudo powertop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Powertop needs to be run every time the system boots. Expand for instructions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;border:1px #666666 dashed;padding:0.5em 1em;min-height:2em;margin:0 2em;background-color:#eee;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create &amp;lt;code&amp;gt;/etc/systemd/system/powertop.service&amp;lt;/code&amp;gt; with the following content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Powertop tunings&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=oneshot&lt;br /&gt;
ExecStart=/usr/sbin/powertop --auto-tune&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot.&lt;br /&gt;
&lt;br /&gt;
Source: https://wiki.archlinux.org/index.php/Powertop&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo add-apt-repository ppa:linrunner/tlp &lt;br /&gt;
sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tachos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;OBS&amp;lt;/code&amp;gt; from PPA. One of the most popular screen recording tools. See https://obsproject.com/ for more info.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:obsproject/obs-studio&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install obs-studio&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;br /&gt;
&lt;br /&gt;
==== Disk Usage/Performance Indicators ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-goodies&amp;lt;/code&amp;gt; from Ubuntu repositories includes a free space checker applet&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-diskperf-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories is a disk performance monitor applet, and shows usage as well&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Media&amp;diff=1056</id>
		<title>Media</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Media&amp;diff=1056"/>
				<updated>2016-08-22T19:02:06Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Added Linux Luddites link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Media Coverage ==&lt;br /&gt;
&lt;br /&gt;
Media outlets big and small. If you have written about GalliumOS, or know someone who has, please let us know so we can add you to our list.&lt;br /&gt;
&lt;br /&gt;
For media inquiries, please reach us at contact-at-galliumos-dot-org!&lt;br /&gt;
&lt;br /&gt;
* '''Linux Luddites''' [https://linuxluddites.com/shows/episode-85/ Linux Luddites Episode #85] (2016-08-22) &lt;br /&gt;
* '''Nick Janetakis''' [http://nickjanetakis.com/blog/transform-a-toshiba-chromebook-cb35-into-a-linux-development-environment-with-galliumos Transform a Toshiba Chromebook CB35 (2015) into a Linux development environment with GalliumOS] (2016-07-30)&lt;br /&gt;
* '''Jean-Pierre Buntinx '''[https://medium.com/@jdebunt/why-i-switched-to-galliumos-on-my-acer-c720-chromebook-a61e38b2f24d#.frabh8516 Why I Switched to GalliumOS On My Acer C720 Chromebook] (2016-05-17)&lt;br /&gt;
* '''tech lore by igor''' [https://techlorebyigor.blogspot.com/2016/04/my-review-of-galliumos-v10.html My Review of GalliumOS v1.0] (2016-04-05) (we're not the North Korean mafia, we super promise!)&lt;br /&gt;
* '''Foss Force''' [http://fossforce.com/2016/03/screencast-look-galliumos A Screencast Look at GalliumOS] (2016-03-25)&lt;br /&gt;
* '''Linux Action Show''' [http://www.jupiterbroadcasting.com/92926/pre-scale-las-las-401/ Pre SCaLE LAS | LAS 401] (2016-01-24)&lt;br /&gt;
* '''Linux.com''' [http://www.linux.com/learn/tutorials/870387-galliumos-the-ideal-linux-distribution-for-chromebook-hardware/ GalliumOS: The Ideal Linux Distribution for Chromebook Hardware] (2015-12-05)&lt;br /&gt;
* '''ITWorld.com''' [http://www.itworld.com/article/3004051/linux/galliumos-beta-released-for-chromebooks-and-chromeboxes.html GalliumOS Linux beta released for Chromebooks and Chromeboxes] (2015-11-12)&lt;br /&gt;
* '''ChromeCrunch''' [http://chromecrunch.com/galliumos-for-chromeos-is-finally-here-beta-1-is-ready-to-install-on-chromebook/ GalliumOS For ChromeOS Is Finally Here! Beta 1 Is Ready To Install] (2015-11-12)&lt;br /&gt;
* '''Elio's Corner''' [http://elioqoshi.me/2015/11/galliumos-beta/ GalliumOS – A Linux alternative for ChromeOS] (2015-11-12)&lt;br /&gt;
* '''ColtonDRG.com''' [https://coltondrg.com/2015/11/galliumos-beta-1-released/ GalliumOS Beta 1 Released] (2015-11-11)&lt;br /&gt;
&lt;br /&gt;
== Non-English ==&lt;br /&gt;
&lt;br /&gt;
We don't really know what these say... We hope they're good! :D&lt;br /&gt;
&lt;br /&gt;
* '''Omicrono''' (es) [http://www.omicrono.com/2016/05/galliumos-chromebook-chrome-os/ GalliumOS, la alternativa perfecta a ChromeOS] (2016-05-26)&lt;br /&gt;
* '''linuxadictos''' (es) [http://www.linuxadictos.com/galliumos-beta-disponible-de-la-mejor-distro-al-estilo-chrome-os.html GalliumOS beta disponible de la mejor distro al estilo Chrome OS] (2015-11-17)&lt;br /&gt;
* '''Cloudspace.news''' (ru) [http://cloudspace.news/linux-chromebook-galliumos/ Опубликована первая версия GalliumOS] (2015-11-13)&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1037</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1037"/>
				<updated>2016-08-06T22:25:52Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Powertop needs to run as root; service should pull from /usr/sbin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p style=&amp;quot;background-color:#ffaaaa;padding:0.2em 0.5em&amp;quot;&amp;gt;'''NOTE (20160702)''' Most of the instructions here are for GalliumOS 1.0 and have not yet been tested for GalliumOS 2.0. Most will work without change, but some updates will probably be necessary. These will be updated soon, but please let us know if you run into any issues!&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt install ./google-chrome-stable_current_amd64.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- Before apt&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adobe Flash ===&lt;br /&gt;
&lt;br /&gt;
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.&lt;br /&gt;
&lt;br /&gt;
* Install adobe-flashplugin from Canonical's &amp;lt;code&amp;gt;partner&amp;lt;/code&amp;gt; repository.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 2em; padding:0.4em;&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ubuntu vivid partner&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install adobe-flashplugin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Confirm installation by entering &amp;lt;code&amp;gt;chrome://plugins&amp;lt;/code&amp;gt; (Chromium) or &amp;lt;code&amp;gt;about:plugins&amp;lt;/code&amp;gt; (Firefox) into the URL bar&lt;br /&gt;
&lt;br /&gt;
The proprietary version of Google Chrome includes PepperFlash, and does not require an additional plugin.&lt;br /&gt;
&lt;br /&gt;
* '''For GalliumOS 2.0''': Process is still valid, but replace &amp;lt;code&amp;gt;vivid&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;xenial&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;add-apt-repository&amp;lt;/code&amp;gt; command line.&lt;br /&gt;
&lt;br /&gt;
=== Firefox Aurora (developer preview) ===&lt;br /&gt;
&lt;br /&gt;
See https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/firefox-aurora&lt;br /&gt;
&lt;br /&gt;
=== TeamViewer ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
curl -OL http://download.teamviewer.com/download/teamviewer_i386.deb&lt;br /&gt;
sudo dpkg -i teamviewer_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;background-color:#ffaaaa;padding:0.2em 0.5em&amp;quot;&amp;gt;NOTE: Instructions need update for GalliumOS 2.0. Error reported when adding user to &amp;lt;code&amp;gt;fuse&amp;lt;/code&amp;gt; group.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 1.0beta2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spotify ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886&lt;br /&gt;
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install spotify-client&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://www.spotify.com/us/download/linux/&lt;br /&gt;
&lt;br /&gt;
=== Kodi Media Center ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install python-software-properties pkg-config software-properties-common&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install kodi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo apt-get install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== caffeine-plus ===&lt;br /&gt;
Used to keep the screen awake with full screen applications such as full screen video.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:nilarimogard/webupd8&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install caffeine-plus&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: [http://www.webupd8.org/2014/08/screensaver-lock-screen-inhibitor.html Webupd8]&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption. Powertop also provides a calibration option, which some people have reported issues with (locks up device?).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install powertop&lt;br /&gt;
sudo powertop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Powertop needs to be run every time the system boots. Expand for instructions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;border:1px #666666 dashed;padding:0.5em 1em;min-height:2em;margin:0 2em;background-color:#eee;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create &amp;lt;code&amp;gt;/etc/systemd/system/powertop.service&amp;lt;/code&amp;gt; with the following content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Powertop tunings&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=oneshot&lt;br /&gt;
ExecStart=/usr/sbin/powertop --auto-tune&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot.&lt;br /&gt;
&lt;br /&gt;
Source: https://wiki.archlinux.org/index.php/Powertop&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo add-apt-repository ppa:linrunner/tlp &lt;br /&gt;
sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tachos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;br /&gt;
&lt;br /&gt;
==== Disk Usage/Performance Indicators ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-goodies&amp;lt;/code&amp;gt; from Ubuntu repositories includes a free space checker applet&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-diskperf-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories is a disk performance monitor applet, and shows usage as well&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1020</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=1020"/>
				<updated>2016-07-30T06:26:05Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Added caffeine-plus entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p style=&amp;quot;background-color:#ffaaaa;padding:0.2em 0.5em&amp;quot;&amp;gt;'''NOTE (20160702)''' Most of the instructions here are for GalliumOS 1.0 and have not yet been tested for GalliumOS 2.0. Most will work without change, but some updates will probably be necessary. These will be updated soon, but please let us know if you run into any issues!&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Adobe Flash ===&lt;br /&gt;
&lt;br /&gt;
Adobe Flash apps (and Twitch streams, etc) require Adobe Flash Player, which is not included by default in GalliumOS.&lt;br /&gt;
&lt;br /&gt;
* Install adobe-flashplugin from Canonical's &amp;lt;code&amp;gt;partner&amp;lt;/code&amp;gt; repository.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 2em; padding:0.4em;&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ubuntu vivid partner&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install adobe-flashplugin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Confirm installation by entering &amp;lt;code&amp;gt;chrome://plugins&amp;lt;/code&amp;gt; (Chromium) or &amp;lt;code&amp;gt;about:plugins&amp;lt;/code&amp;gt; (Firefox) into the URL bar&lt;br /&gt;
&lt;br /&gt;
The proprietary version of Google Chrome includes PepperFlash, and does not require an additional plugin.&lt;br /&gt;
&lt;br /&gt;
* '''For GalliumOS 2.0''': Process is still valid, but replace &amp;lt;code&amp;gt;vivid&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;xenial&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;add-apt-repository&amp;lt;/code&amp;gt; command line.&lt;br /&gt;
&lt;br /&gt;
=== Firefox Aurora (developer preview) ===&lt;br /&gt;
&lt;br /&gt;
See https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/firefox-aurora&lt;br /&gt;
&lt;br /&gt;
=== TeamViewer ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
curl -OL http://download.teamviewer.com/download/teamviewer_i386.deb&lt;br /&gt;
sudo dpkg -i teamviewer_i386.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p style=&amp;quot;background-color:#ffaaaa;padding:0.2em 0.5em&amp;quot;&amp;gt;NOTE: Instructions need update for GalliumOS 2.0. Error reported when adding user to &amp;lt;code&amp;gt;fuse&amp;lt;/code&amp;gt; group.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 1.0beta2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spotify ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886&lt;br /&gt;
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install spotify-client&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://www.spotify.com/us/download/linux/&lt;br /&gt;
&lt;br /&gt;
=== Kodi Media Center ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install python-software-properties pkg-config software-properties-common&lt;br /&gt;
sudo add-apt-repository -y ppa:team-xbmc/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install kodi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== grsync ===&lt;br /&gt;
Graphical lightweight version of rsync to back up data between drives&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo apt-get install grsync&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== aptik ===&lt;br /&gt;
Backup APT sources/repository data&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-add-repository -y ppa:teejee2008/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install aptik&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== OpenVPN ===&lt;br /&gt;
Install the following two packages to get OpenVPN connectivity with your favorite VPN service.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install openvpn network-manager-openvpn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== caffeine-plus ===&lt;br /&gt;
Used to keep the screen awake with full screen applications such as full screen video.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository ppa:nilarimogard/webupd8&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install caffeine-plus&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Source: [http://www.webupd8.org/2014/08/screensaver-lock-screen-inhibitor.html Webupd8]&lt;br /&gt;
&lt;br /&gt;
== Hardware Optimization ==&lt;br /&gt;
&lt;br /&gt;
=== Battery Tuning ===&lt;br /&gt;
&lt;br /&gt;
==== Powertop ====&lt;br /&gt;
Monitor process and device power consumption.  Includes a handy auto-tune option which can be run at startup that helps to minimize power consumption. Powertop also provides a calibration option, which some people have reported issues with (locks up device?).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo apt-get install powertop&lt;br /&gt;
sudo powertop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Powertop needs to be run every time the system boots. Expand for instructions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;border:1px #666666 dashed;padding:0.5em 1em;min-height:2em;margin:0 2em;background-color:#eee;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create &amp;lt;code&amp;gt;/etc/systemd/system/powertop.service&amp;lt;/code&amp;gt; with the following content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=Powertop tunings&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=oneshot&lt;br /&gt;
ExecStart=/usr/bin/powertop --auto-tune&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot.&lt;br /&gt;
&lt;br /&gt;
Source: https://wiki.archlinux.org/index.php/Powertop&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== TLP ====&lt;br /&gt;
&lt;br /&gt;
Advanced power management tool that also provides a default configuration optimized for battery life for &amp;quot;install and forget it&amp;quot; benefits.  TLP has reportedly provided some improvement to battery life.  Your mileage may vary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;sudo add-apt-repository ppa:linrunner/tlp &lt;br /&gt;
sudo apt-get install tlp&lt;br /&gt;
sudo tlp start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tachos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;br /&gt;
&lt;br /&gt;
==== Disk Usage/Performance Indicators ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-goodies&amp;lt;/code&amp;gt; from Ubuntu repositories includes a free space checker applet&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-diskperf-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories is a disk performance monitor applet, and shows usage as well&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Media_keys_and_default_keybindings&amp;diff=1018</id>
		<title>Media keys and default keybindings</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Media_keys_and_default_keybindings&amp;diff=1018"/>
				<updated>2016-07-29T01:18:02Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Key Mappings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS includes five keyboard layouts customized for Chromebooks. They can be configured from the GalliumOS/Whisker Menu, in Settings &amp;gt;&amp;gt; Keyboard &amp;gt;&amp;gt; Layout &amp;gt;&amp;gt; Keyboard Model.&lt;br /&gt;
&lt;br /&gt;
Media keys and Function keys can be accessed either with or without pressing the &amp;quot;Overlay&amp;quot; key first, depending on your choice of keyboard layout.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Layouts ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Layout Name&lt;br /&gt;
!Overlay Key&lt;br /&gt;
!Top row keys (alone)&lt;br /&gt;
!Top row keys (with Overlay)&lt;br /&gt;
|-&lt;br /&gt;
| Chromebook / No overlay / F keys mapped to media keys&lt;br /&gt;
| None&lt;br /&gt;
| Media keys&lt;br /&gt;
| Media keys&lt;br /&gt;
|-&lt;br /&gt;
| Chromebook / Right alt overlay&lt;br /&gt;
| &amp;lt;code&amp;gt;Right-Alt&amp;lt;/code&amp;gt;&lt;br /&gt;
| Function keys&lt;br /&gt;
| Media keys&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#e0e8ff&amp;quot; | '''Chromebook / Right alt overlay / F keys mapped to media keys'''&amp;lt;br&amp;gt;'''** default for GalliumOS 1.0 and 2.0 **'''&lt;br /&gt;
| style=&amp;quot;background-color:#e0e8ff&amp;quot; | &amp;lt;code&amp;gt;Right-Alt&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#e0e8ff&amp;quot; | Media keys&lt;br /&gt;
| style=&amp;quot;background-color:#e0e8ff&amp;quot; | Function keys&lt;br /&gt;
|-&lt;br /&gt;
| Chromebook / Search overlay&amp;lt;br&amp;gt;previous default (1.0beta1), and Crouton default&lt;br /&gt;
| &amp;lt;code&amp;gt;Super (Search)&amp;lt;/code&amp;gt;&lt;br /&gt;
| Function keys&lt;br /&gt;
| Media keys&lt;br /&gt;
|-&lt;br /&gt;
| Chromebook / Search overlay / F keys mapped to media key&lt;br /&gt;
| &amp;lt;code&amp;gt;Super (Search)&amp;lt;/code&amp;gt;&lt;br /&gt;
| Media keys&lt;br /&gt;
| Function keys&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Key Mappings ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Key&lt;br /&gt;
!Combination&lt;br /&gt;
|-&lt;br /&gt;
|F1-F10&lt;br /&gt;
|Accessed directly or with &amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt;, depending on Keyboard layout&lt;br /&gt;
|-&lt;br /&gt;
|F11&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|F12&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Home&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Left Arrow&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|End&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Right Arrow&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Page Up&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Up Arrow&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Page Down&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Down Arrow&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Insert&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Delete&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Backspace&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Caps Lock&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Left Alt&amp;lt;/code&amp;gt; (Will not work with &amp;lt;code&amp;gt;Right Alt&amp;lt;/code&amp;gt; as &amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt;)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Crouton keyboard layout: https://github.com/dnschneid/crouton/wiki/Keyboard&lt;br /&gt;
&lt;br /&gt;
Other discussion: https://github.com/GalliumOS/galliumos-distro/issues/50&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Key&lt;br /&gt;
!Combination&lt;br /&gt;
|-&lt;br /&gt;
|Screenshot (fullscreen)&lt;br /&gt;
|&amp;lt;code&amp;gt;Ctrl&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;F5(display)&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Screenshot (window)&lt;br /&gt;
|&amp;lt;code&amp;gt;Ctrl&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Shift&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;F5(display)&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Whisker Menu/Search&lt;br /&gt;
|&amp;lt;code&amp;gt;Super&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;M&amp;lt;/code&amp;gt; (unless Super is Overlay)&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;Left-Alt&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;M&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Keyboard Backlight Toggle&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Keyboard Backlight Brightness Down&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Keyboard Backlight Brightness Up&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Media_keys_and_default_keybindings&amp;diff=1017</id>
		<title>Media keys and default keybindings</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Media_keys_and_default_keybindings&amp;diff=1017"/>
				<updated>2016-07-29T01:16:55Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Key Mappings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS includes five keyboard layouts customized for Chromebooks. They can be configured from the GalliumOS/Whisker Menu, in Settings &amp;gt;&amp;gt; Keyboard &amp;gt;&amp;gt; Layout &amp;gt;&amp;gt; Keyboard Model.&lt;br /&gt;
&lt;br /&gt;
Media keys and Function keys can be accessed either with or without pressing the &amp;quot;Overlay&amp;quot; key first, depending on your choice of keyboard layout.&lt;br /&gt;
&lt;br /&gt;
== Keyboard Layouts ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Layout Name&lt;br /&gt;
!Overlay Key&lt;br /&gt;
!Top row keys (alone)&lt;br /&gt;
!Top row keys (with Overlay)&lt;br /&gt;
|-&lt;br /&gt;
| Chromebook / No overlay / F keys mapped to media keys&lt;br /&gt;
| None&lt;br /&gt;
| Media keys&lt;br /&gt;
| Media keys&lt;br /&gt;
|-&lt;br /&gt;
| Chromebook / Right alt overlay&lt;br /&gt;
| &amp;lt;code&amp;gt;Right-Alt&amp;lt;/code&amp;gt;&lt;br /&gt;
| Function keys&lt;br /&gt;
| Media keys&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color:#e0e8ff&amp;quot; | '''Chromebook / Right alt overlay / F keys mapped to media keys'''&amp;lt;br&amp;gt;'''** default for GalliumOS 1.0 and 2.0 **'''&lt;br /&gt;
| style=&amp;quot;background-color:#e0e8ff&amp;quot; | &amp;lt;code&amp;gt;Right-Alt&amp;lt;/code&amp;gt;&lt;br /&gt;
| style=&amp;quot;background-color:#e0e8ff&amp;quot; | Media keys&lt;br /&gt;
| style=&amp;quot;background-color:#e0e8ff&amp;quot; | Function keys&lt;br /&gt;
|-&lt;br /&gt;
| Chromebook / Search overlay&amp;lt;br&amp;gt;previous default (1.0beta1), and Crouton default&lt;br /&gt;
| &amp;lt;code&amp;gt;Super (Search)&amp;lt;/code&amp;gt;&lt;br /&gt;
| Function keys&lt;br /&gt;
| Media keys&lt;br /&gt;
|-&lt;br /&gt;
| Chromebook / Search overlay / F keys mapped to media key&lt;br /&gt;
| &amp;lt;code&amp;gt;Super (Search)&amp;lt;/code&amp;gt;&lt;br /&gt;
| Media keys&lt;br /&gt;
| Function keys&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Key Mappings ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Key&lt;br /&gt;
!Combination&lt;br /&gt;
|-&lt;br /&gt;
|F1-F10&lt;br /&gt;
|Accessed directly or with &amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt;, depending on Keyboard layout&lt;br /&gt;
|-&lt;br /&gt;
|F11&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|F12&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Home&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Left Arrow&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|End&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Right Arrow&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Page Up&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Up Arrow&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Page Down&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Down Arrow&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Insert&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Delete&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Backspace&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Caps Lock&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Left Alt&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Crouton keyboard layout: https://github.com/dnschneid/crouton/wiki/Keyboard&lt;br /&gt;
&lt;br /&gt;
Other discussion: https://github.com/GalliumOS/galliumos-distro/issues/50&lt;br /&gt;
&lt;br /&gt;
== Keyboard Shortcuts ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Key&lt;br /&gt;
!Combination&lt;br /&gt;
|-&lt;br /&gt;
|Screenshot (fullscreen)&lt;br /&gt;
|&amp;lt;code&amp;gt;Ctrl&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;F5(display)&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Screenshot (window)&lt;br /&gt;
|&amp;lt;code&amp;gt;Ctrl&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;Shift&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;F5(display)&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Whisker Menu/Search&lt;br /&gt;
|&amp;lt;code&amp;gt;Super&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;M&amp;lt;/code&amp;gt; (unless Super is Overlay)&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;Left-Alt&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;M&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Keyboard Backlight Toggle&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Keyboard Backlight Brightness Down&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Keyboard Backlight Brightness Up&lt;br /&gt;
|&amp;lt;code&amp;gt;Overlay&amp;lt;/code&amp;gt; + &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Media&amp;diff=914</id>
		<title>Media</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Media&amp;diff=914"/>
				<updated>2016-05-17T18:58:23Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* GalliumOS Media Coverage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GalliumOS Media Coverage ==&lt;br /&gt;
&lt;br /&gt;
Media outlets big and small. If you have written about GalliumOS, or know someone who has, please let us know so we can add you to our list.&lt;br /&gt;
&lt;br /&gt;
For media inquiries, please reach us at contact-at-galliumos-dot-org!&lt;br /&gt;
&lt;br /&gt;
* '''Jean-Pierre Buntinx '''[https://medium.com/@jdebunt/why-i-switched-to-galliumos-on-my-acer-c720-chromebook-a61e38b2f24d#.frabh8516 Why I Switched to GalliumOS On My Acer C720] Chromebook (2016-05-17)&lt;br /&gt;
* '''tech lore by igor''' [https://techlorebyigor.blogspot.com/2016/04/my-review-of-galliumos-v10.html My Review of GalliumOS v1.0] (2016-04-05) (we're not the North Korean mafia, we super promise!)&lt;br /&gt;
* '''Foss Force''' [http://fossforce.com/2016/03/screencast-look-galliumos A Screencast Look at GalliumOS] (2016-03-25)&lt;br /&gt;
* '''Linux Action Show''' [http://www.jupiterbroadcasting.com/92926/pre-scale-las-las-401/ Pre SCaLE LAS | LAS 401] (2016-01-24)&lt;br /&gt;
* '''Linux.com''' [http://www.linux.com/learn/tutorials/870387-galliumos-the-ideal-linux-distribution-for-chromebook-hardware/ GalliumOS: The Ideal Linux Distribution for Chromebook Hardware] (2015-12-05)&lt;br /&gt;
* '''ITWorld.com''' [http://www.itworld.com/article/3004051/linux/galliumos-beta-released-for-chromebooks-and-chromeboxes.html GalliumOS Linux beta released for Chromebooks and Chromeboxes] (2015-11-12)&lt;br /&gt;
* '''ChromeCrunch''' [http://chromecrunch.com/galliumos-for-chromeos-is-finally-here-beta-1-is-ready-to-install-on-chromebook/ GalliumOS For ChromeOS Is Finally Here! Beta 1 Is Ready To Install] (2015-11-12)&lt;br /&gt;
* '''Elio's Corner''' [http://elioqoshi.me/2015/11/galliumos-beta/ GalliumOS – A Linux alternative for ChromeOS] (2015-11-12)&lt;br /&gt;
* '''ColtonDRG.com''' [https://coltondrg.com/2015/11/galliumos-beta-1-released/ GalliumOS Beta 1 Released] (2015-11-11)&lt;br /&gt;
&lt;br /&gt;
== Non-English ==&lt;br /&gt;
&lt;br /&gt;
We don't really know what these say... We hope they're good! :D&lt;br /&gt;
&lt;br /&gt;
* '''linuxadictos''' (es) [http://www.linuxadictos.com/galliumos-beta-disponible-de-la-mejor-distro-al-estilo-chrome-os.html GalliumOS beta disponible de la mejor distro al estilo Chrome OS] (2015-11-17)&lt;br /&gt;
* '''Cloudspace.news''' (ru) [http://cloudspace.news/linux-chromebook-galliumos/ Опубликована первая версия GalliumOS] (2015-11-13)&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Peppy&amp;diff=907</id>
		<title>Installing/Peppy</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Peppy&amp;diff=907"/>
				<updated>2016-05-11T21:40:44Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Backup ChromeOS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Creating the USB drive ===&lt;br /&gt;
The first thing you must do is create the bootable USB flash drive. Download the correct image for your device on your Linux machine (keeping in mind the proper chipset) and follow these steps: &lt;br /&gt;
# Download the '''Haswell''' GalliumOS ISO from https://galliumos.org/download&lt;br /&gt;
# Plug in your USB drive&lt;br /&gt;
# See [[Installing/Creating_Bootable_USB]] for detailed USB drive creation instructions for Linux, Mac OS X, Windows, and ChromeOS.&lt;br /&gt;
&lt;br /&gt;
=== Backup ChromeOS ===&lt;br /&gt;
Before you install GalliumOS, it is highly recommended to create a recovery USB flash drive. ChromeOS offers a simple solution for this. Just follow these steps:&lt;br /&gt;
# Boot up your Chromebook and login&lt;br /&gt;
# Plug in a spare ~2GB+ USB flash drive&lt;br /&gt;
# Open the Chrome browser&lt;br /&gt;
# Install the [https://chrome.google.com/webstore/detail/chromebook-recovery-utili/jndclpdbaamdhonoechobihbbiimdgai ChromeOS Recovery Utility]&lt;br /&gt;
# Follow the simple instructions&lt;br /&gt;
When all is said and done, you'll have a recovery drive to use to get your system back where it was (should you not like either Linux install or something goes wrong).&lt;br /&gt;
&lt;br /&gt;
Now, it's time to start the install process.&lt;br /&gt;
&lt;br /&gt;
=== Boot into Developer mode ===&lt;br /&gt;
The next step is to reboot your device in developer mode. This is done by holding down the Escape and Refresh button and then tapping the Power button. When the device reboots, you will be greeted by a screen with a warning. Tap CTRL+D to continue on. You now have access to the developer mode and can enable the necessary boot flags. Here’s what you need to do:&lt;br /&gt;
# Press CTRL+Alt+T&lt;br /&gt;
# In the crosh screen, type &amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt; and hit Enter&lt;br /&gt;
# Enable to necessary flags with the terminal command: &amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Boot into Live Session of GalliumOS and Install ===&lt;br /&gt;
You can now insert your GalliumOS USB drive and reboot your Chromebook.&lt;br /&gt;
&lt;br /&gt;
'''If your Chromebook has both USB2.0 (black) ports and USB3.0 (blue) ports, be sure to install your USB drive into a USB2.0 (black) port!'''&lt;br /&gt;
&lt;br /&gt;
When you are presented with the same warning screen as earlier, hit CTRL+L and the device will boot from the USB drive.  If the system won't boot into the live session, add mem=1024mb argument to the grub boot line.  After the live session loads, you can choose to install to the hard drive.  Keep in mind that every time you boot up you Chromebook you will nee to hit CTRL+L to bypass the developer mode screen.&lt;br /&gt;
&lt;br /&gt;
Source: https://www.linux.com/learn/tutorials/870387-galliumos-the-ideal-linux-distribution-for-chromebook-hardware&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Firmware&amp;diff=874</id>
		<title>Firmware</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Firmware&amp;diff=874"/>
				<updated>2016-04-18T03:38:39Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Changed notes for CoolStar's firmware to reflect addition of said firmware to MattDevo's script. Left existing install guides for posterity's sake.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
== Custom Firmware ==&lt;br /&gt;
&lt;br /&gt;
The stock/factory firmware on some Chromebooks and Chromeboxes contains a legacy boot payload (RW_LEGACY) capable of running Linux out of the box; however, many ChromeOS devices, particularly those with BayTrail/Braswell CPUs, do not include this capability stock and must use a 3rd party firmware update in order to run GalliumOS (or any other OS).&lt;br /&gt;
&lt;br /&gt;
Three types of custom firmware updates are available (though not all types are available for every device): &lt;br /&gt;
&lt;br /&gt;
=== Types ===&lt;br /&gt;
# '''RW_LEGACY'''&lt;br /&gt;
#* Updates/replaces the stock legacy boot payload (SeaBIOS) included on many models; supplements the ChromeOS / secure boot payload (BOOT_STUB)&lt;br /&gt;
#* Leaves all stock functionality intact, including the developer mode boot (white &amp;quot;OS verification is OFF&amp;quot;) screen&lt;br /&gt;
#* Allows device to dual-boot GalliumOS alongside ChromeOS&lt;br /&gt;
#* Does not require disabling the firmware write-protect&lt;br /&gt;
#* Carries zero risk of bricking the device&lt;br /&gt;
#* On some models, includes bugfixes and enables additional functionality&lt;br /&gt;
# '''BOOT_STUB'''&lt;br /&gt;
#* Replaces the ChromeOS verified boot payload with a legacy boot payload (SeaBIOS)&lt;br /&gt;
#* Removes the developer mode boot (white &amp;quot;OS verification is OFF&amp;quot;) screen&lt;br /&gt;
#* Requires the firmware write-protect screw to be removed&lt;br /&gt;
#* Removes the ability to run ChromeOS, creating a small risk of bricking your device &lt;br /&gt;
#* Leaves the recovery mode (ESC + REFRESH + POWER) functionality of the stock ROM intact&lt;br /&gt;
#** If you engage this key sequence, device will reboot and try to run ChromeOS Recovery (which will fail)&lt;br /&gt;
#** This process will repeat on every boot until you disassemble the device and briefly disconnect the battery&lt;br /&gt;
# '''Full Firmware / ROM'''&lt;br /&gt;
#* A complete firmware image which replaces the hardware init component (coreboot) and payload components (BOOT_STUB, RW_LEGACY) of the stock firmware with updated and/or customized versions of coreboot and SeaBIOS&lt;br /&gt;
#* Removes the developer mode boot (white &amp;quot;OS verification is OFF&amp;quot;) screen&lt;br /&gt;
#* Removes the ability to run ChromeOS, creating a small risk of bricking your device&lt;br /&gt;
#* Offers the best support for booting all OSes besides ChromeOS (including Windows).&lt;br /&gt;
#* On many models, adds full hardware support for virtualization (vmx / VT-x)&lt;br /&gt;
#* Fixes many bugs and/or idiosyncrasies associated with the stock firmware (but could potentially add new ones)&lt;br /&gt;
#* Essentially turns your ChromeOS device into a &amp;quot;regular&amp;quot; PC / laptop&lt;br /&gt;
&lt;br /&gt;
=== Availability Options ===&lt;br /&gt;
&lt;br /&gt;
Check [[Hardware Compatibility]] and the appropriate [[Support]] page to determine the status of your model.&lt;br /&gt;
&lt;br /&gt;
There are several custom firmware options available, depending on your Chromebook/box model class, and the features you require: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Firmware Provider / Link&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| ARM&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Pineview&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Sandy/Ivy Bridge&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Haswell&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Broadwell&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Bay Trail&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| Braswell&lt;br /&gt;
! scope=&amp;quot;col&amp;quot;| notes&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [https://www.reddit.com/r/chrultrabook/comments/3jl45k/getting_started_guide/ CoolStar]&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware (Chromebooks)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware (Chromebooks)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| • Fixes factory firmware bugs&amp;lt;br&amp;gt;• Boots Linux, Mac OS X, and Windows!&amp;lt;br&amp;gt;• Install Guide: [https://docs.google.com/document/d/1yfIjx-fJXPvs6EwSdjRnokJ6ktNxeExZmVin9mamVZU/edit Haswell], [https://docs.google.com/document/d/1nFZmoRzQ03btPCGVSa4ku6JPQik-SxD__zOd1CoB2yg/edit Broadwell]• Can also be installed with MattDevo's script&amp;lt;br&amp;gt;• [https://github.com/coolstar/coreboot Firmware build scripts]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [https://johnlewis.ie/custom-chromebook-firmware/rom-download/ johnlewis.ie]&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware, BOOT_STUB (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware, BOOT_STUB, RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | BOOT_STUB (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| • Fixes factory firmware bugs&amp;lt;br&amp;gt;• General purpose firmware for Linux&amp;lt;br&amp;gt;• Single script works for all supported models&amp;lt;br&amp;gt;• Firmware build scripts/configs not published&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | [https://github.com/MattDevo/scripts MattDevo&amp;lt;br&amp;gt;(MrChromebox)]&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware (Chromeboxes)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware (Chromeboxes), RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | Full Firmware (Chromeboxes), RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ccffcc&amp;quot; | BOOT_STUB (all), RW_LEGACY (all)&lt;br /&gt;
| style=&amp;quot;text-align:center;background-color:#ffe8e8&amp;quot; | No&lt;br /&gt;
| • Fixes factory firmware bugs&amp;lt;br&amp;gt;• Headless boot support for servers&amp;lt;br&amp;gt;• PXE booting support&amp;lt;br&amp;gt;• Supports integration of [http://kodi.tv/about/ Kodi Media Center]&amp;lt;br&amp;gt;• [https://github.com/MattDevo/coreboot Firmware source/build scripts] and [https://github.com/MattDevo/SeaBIOS payload source]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Additions and corrections, '''please''' let us know: &amp;lt;code&amp;gt;contact&amp;lt;/code&amp;gt;@&amp;lt;code&amp;gt;galliumos.org&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Firmware and NVRAM Flags ==&lt;br /&gt;
&lt;br /&gt;
Both the crossystem and GBB flags listed below are only relevant when booting legacy mode via RW_LEGACY (CTRL+L on dev mode boot screen); they do not have any effect when using a custom BOOT_STUB firmware.&lt;br /&gt;
&lt;br /&gt;
=== crossystem ===&lt;br /&gt;
&lt;br /&gt;
ChromeOS System (crossystem) flags are firmware level settings which are stored in volatile memory, and are therefore lost/reset if the battery on your Chromebook is fully drained or disconnected; they do not require firmware write protect to be disabled in order to set/unset them.  &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;dev_boot_legacy&amp;lt;/code&amp;gt; flag needs to be set (=1) in order to enable legacy booting (and installation/booting of GalliumOS).  Most users do not need to set this manually, as it is set automatically when installing a RW_LEGACY firmware payload, but should be aware that it can be unset via battery drain/disconnect.  This can be problematic if GalliumOS is the only OS installed on the system (as it would require the user to restore ChromeOS to re-enable legacy booting), and so it is recommended that users who are not dual-booting set the GBB flags below to ensure legacy boot capability is not &amp;quot;turned off&amp;quot; if battery power is lost.&lt;br /&gt;
&lt;br /&gt;
Note: many other sources mistakenly insist that &amp;lt;code&amp;gt;dev_boot_usb&amp;lt;/code&amp;gt; needs to be set as well, but it does not - that flag only enables booting ChromeOS (or an OS with a ChromeOS-signed kernel) via CTRL+U on the developer mode boot screen; it has nothing to do with booting from USB in legacy boot mode (CTRL+L).&lt;br /&gt;
&lt;br /&gt;
=== GBB Flags ===&lt;br /&gt;
&lt;br /&gt;
Google Binary Block (GBB) flags are firmware level settings stored directly in the firmware flash chip itself in a read-only (RO) area, and so require the firmware write protect screw to be removed before setting.  The GBB flags are used to set the default boot mode (ChromeOS or legacy boot), developer mode boot screen timeout (2s or 30s), prevent exiting developer mode via spacebar, and to enable legacy booting regardless of crossystem setting, among other things.&lt;br /&gt;
&lt;br /&gt;
Most users should not attempt to set these manually, but instead use MattDevo's (/u/MrChromebox) ChromeOS firmware utility script to set them based on their preferred default boot mode and boot timeout (the script automatically sets the dev mode and legacy boot mode overrides for all options except factory default).  For those curious, a full description of all the GBB flags can be [https://chromium.googlesource.com/chromiumos/platform/vboot_reference/+/master/firmware/include/gbb_header.h found in the Google source code here]&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Preparing&amp;diff=848</id>
		<title>Installing/Preparing</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Preparing&amp;diff=848"/>
				<updated>2016-04-02T22:05:25Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* RW_LEGACY */ 
Noted additional options with MattDevo's script&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have already used Linux on your Chromebook in the past (Crouton does NOT count), you probably don't need to do this. This article will cover the very minimal requirements for making it work on each generation of Chromebook. This means we won't flash any firmware if we don't need to. If you want instructions for flashing firmware, see [[Firmware]]. Please note that this process can be very dangerous, so please carefully read everything and do not skip any steps. We are not responsible if you brick your Chromebook, even though we think it sucks that you did. Despite the fact that the Chromebook Pixel and 2015 Chromebook Pixel are Sandy Bridge and Broadwell respectively, you should use the Haswell process for both of them. We know this doesn't make any sense, but just trust us.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sandy Bridge / Ivy Bridge ==&lt;br /&gt;
&lt;br /&gt;
With the exception of the original Chromebook Pixel, on Sandy Bridge Chromebooks, you will have to flash your firmware. See [[Firmware]].&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now, we need to flash the firmware. Unfortunately, this means you will need to open your Chromebook. You need to open your Chromebook and either bridge the jumper with a piece of tin foil, or remove the screw that governs hardware write protection. This process varies from model to model, so you should look up how to do it on the internet. We do hope to have a guide for all models here at some point, so you don't have to go searching, but it's not ready yet, so you'll have to do some googling.&lt;br /&gt;
&lt;br /&gt;
Once you've disabled the write protection, we can really get started. First, log into your Chromebook and make sure it's connected to the internet. Next, press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you just need to download and run John Lewis' script. Again, make very sure you have a stable internet connection before doing this. When you're positive you're ready, run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O &amp;lt;nowiki&amp;gt;https://johnlewis.ie/flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;; sudo -E bash flash_chromebook_rom.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow the onscreen prompts carefully. Hopefully, if everything went well, you should be good to go. Reboot your computer, plug in your GalliumOS USB, and start installing! Note that after completing this process your computer will be unable to boot. You must insert a USB drive with an operating system on it (hopefully GalliumOS :P) and install it to the hard drive.&lt;br /&gt;
&lt;br /&gt;
== Haswell ==&lt;br /&gt;
&lt;br /&gt;
Haswell Chromebooks are mostly incredibly easy to work with. There is no additional firmware needed. You just need to enable developer mode, enable a couple boot flags, and you're good to go!&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now you need to enable a couple boot flags, and you're good to go. Log into your Chromebook and connect it to the internet. Press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you just need to enable a couple boot flags. You can skip this step if you plan on using chrx to dualboot GalliumOS with ChromeOS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If everything went smoothly, you should be ready to go. Just reboot your computer, pop in your GalliumOS USB, press Ctrl+L at the scary white screen, and install away! If you want to remove the scary white screen, or boot to Linux by default, see flashing [[Firmware]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Broadwell ==&lt;br /&gt;
&lt;br /&gt;
With the exception of the 2015 Chromebook Pixel, Broadwell is the same basic process as Haswell, but it doesn't come with SeaBIOS, so we'll have to install it before we can use it. Luckily, we don't have to open up the Chromebook, and the process is very simple.&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now you need to enable a couple boot flags, and you're good to go. Log into your Chromebook and connect it to the internet. Press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you need to download and run John Lewis' script. Again, make very sure you have a stable internet connection before doing this. When you're positive you're ready, run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O &amp;lt;nowiki&amp;gt;https://johnlewis.ie/flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;; sudo -E bash flash_chromebook_rom.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow the onscreen prompts carefully. If everything went smoothly, you're almost ready to go. Now, you just need to enable a couple boot flags. You can skip this step if you're planning to use chrx to dualboot GalliumOS with ChromeOS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If everything went smoothly, you should be ready to go. Just reboot your computer, pop in your GalliumOS USB, press Ctrl+L at the scary white screen, and install away! Unfortunately, there is no way to remove the scary white screen on Broadwell (yet!), but you can set it up to boot Linux by default. For more information, see [[Firmware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bay Trail ==&lt;br /&gt;
&lt;br /&gt;
On Bay Trail Chromebooks, you will have to flash your firmware. See [[Firmware]].&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now, we need to flash the firmware. There are two options: MattDevo's RW_LEGACY or John Lewis' BOOT_STUB. If you wish to dual boot your device or don't want to open up the Chromebook, you will need RW_LEGACY. &lt;br /&gt;
&lt;br /&gt;
=== BOOT_STUB ===&lt;br /&gt;
For the latter, you will need to open your Chromebook and either bridge the jumper with a piece of tin foil, or remove the screw that governs hardware write protection. This process varies from model to model, so you should look up how to do it on the internet. We do hope to have a guide for all models here at some point, so you don't have to go searching, but it's not ready yet, so you'll have to do some googling. Also note that this process is very complicated on the Toshiba Chromebook 2 (2014 version) because of Toshiba's poor design.&lt;br /&gt;
&lt;br /&gt;
Once you've disabled the write protection, we can really get started. First, log into your Chromebook and make sure it's connected to the internet. Next, press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you just need to download and run John Lewis' script. Again, make very sure you have a stable internet connection before doing this. When you're positive you're ready, run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O &amp;lt;nowiki&amp;gt;https://johnlewis.ie/flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;; sudo -E bash flash_chromebook_rom.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow the onscreen prompts carefully. Hopefully, if everything went well, you should be good to go. Reboot your computer, plug in your GalliumOS USB, and start installing! Note that after completing this process your computer will be unable to boot. You must insert a USB drive with an operating system on it (hopefully GalliumOS :P) and install it to the hard drive.&lt;br /&gt;
&lt;br /&gt;
=== RW_LEGACY ===&lt;br /&gt;
To flash RW_LEGACY, the write protect does not need to be disabled, but can be for additional options. Instead, use the above steps to gain bash and run the following script in place of John Lewis' script.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;cd; curl -L -O https://goo.gl/1hFfO3; sudo bash 1hFfO3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are also options such as faster boot and disabling the scary boot screen. These options will not work unless you have removed the write protect.&lt;br /&gt;
&lt;br /&gt;
== Braswell ==&lt;br /&gt;
&lt;br /&gt;
We know nothing about Braswell yet. We'll let you know as soon as we have information about running GalliumOS on Braswell.&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Preparing&amp;diff=847</id>
		<title>Installing/Preparing</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Preparing&amp;diff=847"/>
				<updated>2016-04-02T21:45:26Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Bay Trail */ 
Added instructions for RW_LEGACY&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have already used Linux on your Chromebook in the past (Crouton does NOT count), you probably don't need to do this. This article will cover the very minimal requirements for making it work on each generation of Chromebook. This means we won't flash any firmware if we don't need to. If you want instructions for flashing firmware, see [[Firmware]]. Please note that this process can be very dangerous, so please carefully read everything and do not skip any steps. We are not responsible if you brick your Chromebook, even though we think it sucks that you did. Despite the fact that the Chromebook Pixel and 2015 Chromebook Pixel are Sandy Bridge and Broadwell respectively, you should use the Haswell process for both of them. We know this doesn't make any sense, but just trust us.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sandy Bridge / Ivy Bridge ==&lt;br /&gt;
&lt;br /&gt;
With the exception of the original Chromebook Pixel, on Sandy Bridge Chromebooks, you will have to flash your firmware. See [[Firmware]].&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now, we need to flash the firmware. Unfortunately, this means you will need to open your Chromebook. You need to open your Chromebook and either bridge the jumper with a piece of tin foil, or remove the screw that governs hardware write protection. This process varies from model to model, so you should look up how to do it on the internet. We do hope to have a guide for all models here at some point, so you don't have to go searching, but it's not ready yet, so you'll have to do some googling.&lt;br /&gt;
&lt;br /&gt;
Once you've disabled the write protection, we can really get started. First, log into your Chromebook and make sure it's connected to the internet. Next, press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you just need to download and run John Lewis' script. Again, make very sure you have a stable internet connection before doing this. When you're positive you're ready, run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O &amp;lt;nowiki&amp;gt;https://johnlewis.ie/flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;; sudo -E bash flash_chromebook_rom.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow the onscreen prompts carefully. Hopefully, if everything went well, you should be good to go. Reboot your computer, plug in your GalliumOS USB, and start installing! Note that after completing this process your computer will be unable to boot. You must insert a USB drive with an operating system on it (hopefully GalliumOS :P) and install it to the hard drive.&lt;br /&gt;
&lt;br /&gt;
== Haswell ==&lt;br /&gt;
&lt;br /&gt;
Haswell Chromebooks are mostly incredibly easy to work with. There is no additional firmware needed. You just need to enable developer mode, enable a couple boot flags, and you're good to go!&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now you need to enable a couple boot flags, and you're good to go. Log into your Chromebook and connect it to the internet. Press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you just need to enable a couple boot flags. You can skip this step if you plan on using chrx to dualboot GalliumOS with ChromeOS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If everything went smoothly, you should be ready to go. Just reboot your computer, pop in your GalliumOS USB, press Ctrl+L at the scary white screen, and install away! If you want to remove the scary white screen, or boot to Linux by default, see flashing [[Firmware]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Broadwell ==&lt;br /&gt;
&lt;br /&gt;
With the exception of the 2015 Chromebook Pixel, Broadwell is the same basic process as Haswell, but it doesn't come with SeaBIOS, so we'll have to install it before we can use it. Luckily, we don't have to open up the Chromebook, and the process is very simple.&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now you need to enable a couple boot flags, and you're good to go. Log into your Chromebook and connect it to the internet. Press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you need to download and run John Lewis' script. Again, make very sure you have a stable internet connection before doing this. When you're positive you're ready, run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O &amp;lt;nowiki&amp;gt;https://johnlewis.ie/flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;; sudo -E bash flash_chromebook_rom.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow the onscreen prompts carefully. If everything went smoothly, you're almost ready to go. Now, you just need to enable a couple boot flags. You can skip this step if you're planning to use chrx to dualboot GalliumOS with ChromeOS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If everything went smoothly, you should be ready to go. Just reboot your computer, pop in your GalliumOS USB, press Ctrl+L at the scary white screen, and install away! Unfortunately, there is no way to remove the scary white screen on Broadwell (yet!), but you can set it up to boot Linux by default. For more information, see [[Firmware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bay Trail ==&lt;br /&gt;
&lt;br /&gt;
On Bay Trail Chromebooks, you will have to flash your firmware. See [[Firmware]].&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now, we need to flash the firmware. There are two options: MattDevo's RW_LEGACY or John Lewis' BOOT_STUB. If you wish to dual boot your device or don't want to open up the Chromebook, you will need RW_LEGACY. &lt;br /&gt;
&lt;br /&gt;
=== BOOT_STUB ===&lt;br /&gt;
For the latter, you will need to open your Chromebook and either bridge the jumper with a piece of tin foil, or remove the screw that governs hardware write protection. This process varies from model to model, so you should look up how to do it on the internet. We do hope to have a guide for all models here at some point, so you don't have to go searching, but it's not ready yet, so you'll have to do some googling. Also note that this process is very complicated on the Toshiba Chromebook 2 (2014 version) because of Toshiba's poor design.&lt;br /&gt;
&lt;br /&gt;
Once you've disabled the write protection, we can really get started. First, log into your Chromebook and make sure it's connected to the internet. Next, press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you just need to download and run John Lewis' script. Again, make very sure you have a stable internet connection before doing this. When you're positive you're ready, run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O &amp;lt;nowiki&amp;gt;https://johnlewis.ie/flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;; sudo -E bash flash_chromebook_rom.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow the onscreen prompts carefully. Hopefully, if everything went well, you should be good to go. Reboot your computer, plug in your GalliumOS USB, and start installing! Note that after completing this process your computer will be unable to boot. You must insert a USB drive with an operating system on it (hopefully GalliumOS :P) and install it to the hard drive.&lt;br /&gt;
&lt;br /&gt;
=== RW_LEGACY ===&lt;br /&gt;
To flash RW_LEGACY, the write protect does not need to be disabled. Instead, use the above steps to gain bash and run the following script in place of John Lewis' script.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;cd; curl -L -O https://goo.gl/1hFfO3; sudo bash 1hFfO3&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Braswell ==&lt;br /&gt;
&lt;br /&gt;
We know nothing about Braswell yet. We'll let you know as soon as we have information about running GalliumOS on Braswell.&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=616</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=616"/>
				<updated>2016-02-18T16:09:43Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Changed &amp;quot;Startup Applications&amp;quot; to &amp;quot;Session and Startup&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop/Productivity ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo dpkg -i google-chrome-stable_current_amd64.deb&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last step is necessary to finish installing some additional package dependencies: &amp;lt;code&amp;gt;libappindicator1 libdbusmenu-gtk4 libindicator7&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- OLD WAY&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
rm linux_signing_key.pub&lt;br /&gt;
sudo sed -i '/chrome\/deb/d' /etc/apt/sources.list&lt;br /&gt;
EO OLD WAY --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
&lt;br /&gt;
* Install the software&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
* Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can check if Google Drive is mounted by performing:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 mount&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can also check how much space you have left:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 df&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to unmount, simply run&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* To mount Google Drive at startup, set the following command to run at boot with Session and Startup.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out gdfuse on GitHub.&lt;br /&gt;
&lt;br /&gt;
Adapted from: http://xmodulo.com/mount-google-drive-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: https://help.ubuntu.com/community/Skype&lt;br /&gt;
&lt;br /&gt;
See also: https://www.skype.com/en/download-skype/skype-for-linux/&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. These instructions are verified on a fresh install of 1.0beta2.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo dpkg --add-architecture i386&lt;br /&gt;
sudo add-apt-repository ppa:ubuntu-wine/ppa&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install wine1.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt-get install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
These have been discussed, but are not presently candidates for inclusion in the default installation. They might be of special interest, might have important caveats, or might be the unchosen of other options. Presented here for convenience.&lt;br /&gt;
&lt;br /&gt;
==== Hardware temperature monitor ====&lt;br /&gt;
* &amp;lt;code&amp;gt;xfce4-sensors-plugin&amp;lt;/code&amp;gt; from Ubuntu repositories. '''WARNING:''' Do '''not''' select &amp;lt;code&amp;gt;tacos&amp;lt;/code&amp;gt;. It will crash your desktop.&lt;br /&gt;
&lt;br /&gt;
==== Clipboard Manager ====&lt;br /&gt;
* &amp;lt;code&amp;gt;clipit&amp;lt;/code&amp;gt; from Ubuntu repositories. Developer homepage is missing. Be conscious of the security implications of all clipboard managers.&lt;br /&gt;
&lt;br /&gt;
==== Video Player ====&lt;br /&gt;
* https://mpv.io/ Lightweight, but very minimal UI&lt;br /&gt;
* &amp;lt;code&amp;gt;smplayer&amp;lt;/code&amp;gt; from Ubuntu repositories. Lightweight.&lt;br /&gt;
&lt;br /&gt;
==== Screen Recorder ====&lt;br /&gt;
* &amp;lt;code&amp;gt;kazam&amp;lt;/code&amp;gt; from Ubuntu repositories. Alternative to &amp;lt;code&amp;gt;simplescreenrecorder&amp;lt;/code&amp;gt;, above. See https://apps.ubuntu.com/cat/applications/kazam/ for more info.&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Installing/Preparing&amp;diff=506</id>
		<title>Installing/Preparing</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Installing/Preparing&amp;diff=506"/>
				<updated>2016-02-07T19:16:58Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: Changed links to the non-existent Firmware Flashing to Firmware&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you have already used Linux on your Chromebook in the past (Crouton does NOT count), you probably don't need to do this. This article will cover the very minimal requirements for making it work on each generation of Chromebook. This means we won't flash any firmware if we don't need to. If you want instructions for flashing firmware, see [[Firmware]]. Please note that this process can be very dangerous, so please carefully read everything and do not skip any steps. We are not responsible if you brick your Chromebook, even though we think it sucks that you did. Despite the fact that the Chromebook Pixel and 2015 Chromebook Pixel are Sandy Bridge and Broadwell respectively, you should use the Haswell process for both of them. We know this doesn't make any sense, but just trust us.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sandy Bridge / Ivy Bridge ==&lt;br /&gt;
&lt;br /&gt;
With the exception of the original Chromebook Pixel, on Sandy Bridge Chromebooks, you will have to flash your firmware. Luckily, John Lewis' script makes it a very straight forward process. Unfortunately, you'll have to open up your Chromebook. Also note that after completing this process, you will no longer be able to run Chrome OS on your Chromebook, so no dualbooting for this one I'm afraid.&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now, we need to flash the firmware. Unfortunately, this means you will need to open your Chromebook. You need to open your Chromebook and either bridge the jumper with a piece of tin foil, or remove the screw that governs hardware write protection. This process varies from model to model, so you should look up how to do it on the internet. We do hope to have a guide for all models here at some point, so you don't have to go searching, but it's not ready yet, so you'll have to do some googling.&lt;br /&gt;
&lt;br /&gt;
Once you've disabled the write protection, we can really get started. First, log into your Chromebook and make sure it's connected to the internet. Next, press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you just need to download and run John Lewis' script. Again, make very sure you have a stable internet connection before doing this. When you're positive you're ready, run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O &amp;lt;nowiki&amp;gt;https://johnlewis.ie/flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;; sudo -E bash flash_chromebook_rom.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow the onscreen prompts carefully. Hopefully, if everything went well, you should be good to go. Reboot your computer, plug in your GalliumOS USB, and start installing! Note that after completing this process your computer will be unable to boot. You must insert a USB drive with an operating system on it (hopefully GalliumOS :P) and install it to the hard drive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Haswell ==&lt;br /&gt;
&lt;br /&gt;
Haswell Chromebooks are mostly incredibly easy to work with. There is no additional firmware needed. You just need to enable developer mode, enable a couple boot flags, and you're good to go!&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now you need to enable a couple boot flags, and you're good to go. Log into your Chromebook and connect it to the internet. Press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you just need to enable a couple boot flags. You can skip this step if you plan on using chrx to dualboot GalliumOS with ChromeOS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If everything went smoothly, you should be ready to go. Just reboot your computer, pop in your GalliumOS USB, press Ctrl+L at the scary white screen, and install away! If you want to remove the scary white screen, or boot to Linux by default, see flashing [[Firmware]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Broadwell ==&lt;br /&gt;
&lt;br /&gt;
With the exception of the 2015 Chromebook Pixel, Broadwell is the same basic process as Haswell, but it doesn't come with SeaBIOS, so we'll have to install it before we can use it. Luckily, we don't have to open up the Chromebook, and the process is very simple.&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now you need to enable a couple boot flags, and you're good to go. Log into your Chromebook and connect it to the internet. Press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you need to download and run John Lewis' script. Again, make very sure you have a stable internet connection before doing this. When you're positive you're ready, run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O &amp;lt;nowiki&amp;gt;https://johnlewis.ie/flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;; sudo -E bash flash_chromebook_rom.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow the onscreen prompts carefully. If everything went smoothly, you're almost ready to go. Now, you just need to enable a couple boot flags. You can skip this step if you're planning to use chrx to dualboot GalliumOS with ChromeOS.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;sudo crossystem dev_boot_usb=1 dev_boot_legacy=1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If everything went smoothly, you should be ready to go. Just reboot your computer, pop in your GalliumOS USB, press Ctrl+L at the scary white screen, and install away! Unfortunately, there is no way to remove the scary white screen on Broadwell (yet!), but you can set it up to boot Linux by default. For more information, see [[Firmware]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bay Trail ==&lt;br /&gt;
&lt;br /&gt;
On Bay Trail Chromebooks, you will have to flash your firmware. Luckily, John Lewis' script makes it a very straight forward process. Unfortuantely, you'll have to open up your Chromebook. Also note that after completing this porcess, you will no longer be able to run Chrome OS on your Chromebook, so no dualbooting for this one I'm afraid.&lt;br /&gt;
&lt;br /&gt;
First, you need to put the device in developer mode. You'll know if you're in developer mode because you will see the &amp;quot;scary white screen&amp;quot; before you are able to boot the computer. If you are not in developer mode, you can get there by shutting down your computer, holding Esc and Refresh (F3), then powering on the computer. You will see a screen that says &amp;quot;Chrome OS is missing or damaged.&amp;quot;. Don't panic! This is normal. You need to press Ctrl-D. Your computer will reboot a few times and you will see a few prompts. Please note that this will wipe your data (similar to a powerwash) so make sure you have backed everything up first. Now that you're in developer mode, proceed to the next step.&lt;br /&gt;
&lt;br /&gt;
Now your Chromebook is rooted. Now, we need to flash the firmware. Unfortunately, this means you will need to open your Chromebook. You need to open your Chromebook and either bridge the jumper with a piece of tin foil, or remove the screw that governs hardware write protection. This process varies from model to model, so you should look up how to do it on the internet. We do hope to have a guide for all models here at some point, so you don't have to go searching, but it's not ready yet, so you'll have to do some googling. Also note that this process is very complicated on the Toshiba Chromebook 2 (2014 version) because of Toshiba's poor design.&lt;br /&gt;
&lt;br /&gt;
Once you've disabled the write protection, we can really get started. First, log into your Chromebook and make sure it's connected to the internet. Next, press Ctrl+Alt+T to open a crosh session. Now, you can open bash by simply typing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;shell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and hit enter. Now you should be in bash. You'll have a prompt that looks something like this.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;chronos@localhost / $&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now, you just need to download and run John Lewis' script. Again, make very sure you have a stable internet connection before doing this. When you're positive you're ready, run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cd; rm -f flash_chromebook_rom.sh; curl -L -O &amp;lt;nowiki&amp;gt;https://johnlewis.ie/flash_chromebook_rom.sh&amp;lt;/nowiki&amp;gt;; sudo -E bash flash_chromebook_rom.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and follow the onscreen prompts carefully. Hopefully, if everything went well, you should be good to go. Reboot your computer, plug in your GalliumOS USB, and start installing! Note that after completing this process your computer will be unable to boot. You must insert a USB drive with an operating system on it (hopefully GalliumOS :P) and install it to the hard drive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Braswell ==&lt;br /&gt;
&lt;br /&gt;
We know nothing about Braswell yet. We'll let you know as soon as we have information about running GalliumOS on Braswell.&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=471</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=471"/>
				<updated>2016-02-04T06:44:21Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Skypehttps://help.ubuntu.com/community/Skype */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration&amp;lt;ref&amp;gt;&amp;lt;nowiki&amp;gt;http://xmodulo.com/mount-google-drive-linux.html&amp;lt;/nowiki&amp;gt;&amp;lt;/ref&amp;gt; ===&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
You can check if Google Drive is mounted by performing.&lt;br /&gt;
 mount&lt;br /&gt;
You can also check how much space you have left.&lt;br /&gt;
 df&lt;br /&gt;
If you want to unmount, simply run.&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
To mount Google Drive at startup, set the following command to run at boot with Startup Applications.&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out the [[gdfuse GitHub]].&lt;br /&gt;
&lt;br /&gt;
=== Skype&amp;lt;ref&amp;gt;&amp;lt;nowiki&amp;gt;https://help.ubuntu.com/community/Skype&amp;lt;/nowiki&amp;gt;&amp;lt;/ref&amp;gt; ===&lt;br /&gt;
 sudo dpkg --add-architecture i386&lt;br /&gt;
 sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&lt;br /&gt;
 sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. We're working on reliable and repeatable instructions, the essentials of which will be:&lt;br /&gt;
&lt;br /&gt;
* Enable i386 libraries: &amp;lt;code&amp;gt;sudo dpkg --add-architecture i386&amp;lt;/code&amp;gt;&lt;br /&gt;
* Add the proper PPA package source: &amp;lt;code&amp;gt;sudo add-apt-repository ppa:ubuntu-wine/ppa&amp;lt;/code&amp;gt;&lt;br /&gt;
* Update package lists: &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
* Install Wine: &amp;lt;code&amp;gt;sudo apt-get install wine1.8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try it, it might work! Sometimes it doesn't though. Requires more testing.&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt_get_update&lt;br /&gt;
sudo apt_get_install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt_get_install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== Hardware temperature monitor ===&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=470</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=470"/>
				<updated>2016-02-04T06:43:44Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Skype */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration&amp;lt;ref&amp;gt;&amp;lt;nowiki&amp;gt;http://xmodulo.com/mount-google-drive-linux.html&amp;lt;/nowiki&amp;gt;&amp;lt;/ref&amp;gt; ===&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
You can check if Google Drive is mounted by performing.&lt;br /&gt;
 mount&lt;br /&gt;
You can also check how much space you have left.&lt;br /&gt;
 df&lt;br /&gt;
If you want to unmount, simply run.&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
To mount Google Drive at startup, set the following command to run at boot with Startup Applications.&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out the [[gdfuse GitHub]].&lt;br /&gt;
&lt;br /&gt;
=== Skype&amp;lt;ref&amp;gt;&amp;lt;nowiki&amp;gt;https://help.ubuntu.com/community/Skype&amp;lt;/nowiki&amp;gt;&amp;lt;/ref&amp;gt; ===&lt;br /&gt;
 sudo dpkg --add-architecture i386&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ $(lsb_release -sc) partner&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install skype&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. We're working on reliable and repeatable instructions, the essentials of which will be:&lt;br /&gt;
&lt;br /&gt;
* Enable i386 libraries: &amp;lt;code&amp;gt;sudo dpkg --add-architecture i386&amp;lt;/code&amp;gt;&lt;br /&gt;
* Add the proper PPA package source: &amp;lt;code&amp;gt;sudo add-apt-repository ppa:ubuntu-wine/ppa&amp;lt;/code&amp;gt;&lt;br /&gt;
* Update package lists: &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
* Install Wine: &amp;lt;code&amp;gt;sudo apt-get install wine1.8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try it, it might work! Sometimes it doesn't though. Requires more testing.&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt_get_update&lt;br /&gt;
sudo apt_get_install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt_get_install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== Hardware temperature monitor ===&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=468</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=468"/>
				<updated>2016-02-04T01:59:16Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Google Drive integration&amp;lt;ref&amp;gt;http://xmodulo.com/mount-google-drive-linux.html&amp;lt;/ref&amp;gt; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration&amp;lt;ref&amp;gt;&amp;lt;nowiki&amp;gt;http://xmodulo.com/mount-google-drive-linux.html&amp;lt;/nowiki&amp;gt;&amp;lt;/ref&amp;gt; ===&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
You can check if Google Drive is mounted by performing.&lt;br /&gt;
 mount&lt;br /&gt;
You can also check how much space you have left.&lt;br /&gt;
 df&lt;br /&gt;
If you want to unmount, simply run.&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
To mount Google Drive at startup, set the following command to run at boot with Startup Applications.&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. The streaming larger files parameter is perfect for large videos and movies. For more information, check out the [[gdfuse GitHub]].&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. We're working on reliable and repeatable instructions, the essentials of which will be:&lt;br /&gt;
&lt;br /&gt;
* Enable i386 libraries: &amp;lt;code&amp;gt;sudo dpkg --add-architecture i386&amp;lt;/code&amp;gt;&lt;br /&gt;
* Add the proper PPA package source: &amp;lt;code&amp;gt;sudo add-apt-repository ppa:ubuntu-wine/ppa&amp;lt;/code&amp;gt;&lt;br /&gt;
* Update package lists: &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
* Install Wine: &amp;lt;code&amp;gt;sudo apt-get install wine1.8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try it, it might work! Sometimes it doesn't though. Requires more testing.&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt_get_update&lt;br /&gt;
sudo apt_get_install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt_get_install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== Hardware temperature monitor ===&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=467</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=467"/>
				<updated>2016-02-04T01:46:35Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Google Drive integration&amp;lt;ref&amp;gt;http://xmodulo.com/mount-google-drive-linux.html&amp;lt;/ref&amp;gt; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration&amp;lt;ref&amp;gt;&amp;lt;nowiki&amp;gt;http://xmodulo.com/mount-google-drive-linux.html&amp;lt;/nowiki&amp;gt;&amp;lt;/ref&amp;gt; ===&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
You can check if Google Drive is mounted by performing.&lt;br /&gt;
 mount&lt;br /&gt;
You can also check how much space you have left.&lt;br /&gt;
 df&lt;br /&gt;
If you want to unmount, simply run.&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
To mount Google Drive at startup, set the following command to run at boot with Startup Applications.&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse using default settings. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that, with parameters to allow for streaming larger files, cache size, etc.. For more information, check out the [[gdfuse GitHub]].&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. We're working on reliable and repeatable instructions, the essentials of which will be:&lt;br /&gt;
&lt;br /&gt;
* Enable i386 libraries: &amp;lt;code&amp;gt;sudo dpkg --add-architecture i386&amp;lt;/code&amp;gt;&lt;br /&gt;
* Add the proper PPA package source: &amp;lt;code&amp;gt;sudo add-apt-repository ppa:ubuntu-wine/ppa&amp;lt;/code&amp;gt;&lt;br /&gt;
* Update package lists: &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
* Install Wine: &amp;lt;code&amp;gt;sudo apt-get install wine1.8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try it, it might work! Sometimes it doesn't though. Requires more testing.&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt_get_update&lt;br /&gt;
sudo apt_get_install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt_get_install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== Hardware temperature monitor ===&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=466</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=466"/>
				<updated>2016-02-04T01:39:13Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Google Drive integration&amp;lt;ref&amp;gt;http://xmodulo.com/mount-google-drive-linux.html&amp;lt;/ref&amp;gt; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration&amp;lt;ref&amp;gt;&amp;lt;nowiki&amp;gt;http://xmodulo.com/mount-google-drive-linux.html&amp;lt;/nowiki&amp;gt;&amp;lt;/ref&amp;gt; ===&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
You can check if Google Drive is mounted by performing.&lt;br /&gt;
 mount&lt;br /&gt;
You can also check how much space you have left.&lt;br /&gt;
 df&lt;br /&gt;
If you want to unmount, simply run.&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
To mount Google Drive at startup, set the following command to run at boot with Startup Applications.&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
A word of warning, large files such as movies or large videos don't work too well with google-drive-ocamlfuse. Files are cached to ~/.gdfuse/default/cache. A config file can be found in the directory above that. For more information, check out the [[gdfuse GitHub]].&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. We're working on reliable and repeatable instructions, the essentials of which will be:&lt;br /&gt;
&lt;br /&gt;
* Enable i386 libraries: &amp;lt;code&amp;gt;sudo dpkg --add-architecture i386&amp;lt;/code&amp;gt;&lt;br /&gt;
* Add the proper PPA package source: &amp;lt;code&amp;gt;sudo add-apt-repository ppa:ubuntu-wine/ppa&amp;lt;/code&amp;gt;&lt;br /&gt;
* Update package lists: &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
* Install Wine: &amp;lt;code&amp;gt;sudo apt-get install wine1.8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try it, it might work! Sometimes it doesn't though. Requires more testing.&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt_get_update&lt;br /&gt;
sudo apt_get_install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt_get_install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== Hardware temperature monitor ===&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=464</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=464"/>
				<updated>2016-02-03T22:21:03Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Google Drive integration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration&amp;lt;ref&amp;gt;&amp;lt;nowiki&amp;gt;http://xmodulo.com/mount-google-drive-linux.html&amp;lt;/nowiki&amp;gt;&amp;lt;/ref&amp;gt; ===&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
 mkdir ~/googledrive&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
You can check if Google Drive is mounted by performing.&lt;br /&gt;
 mount&lt;br /&gt;
You can also check how much space you have left.&lt;br /&gt;
 df&lt;br /&gt;
If you want to unmount, simply run.&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
To mount Google Drive at startup, set the following command to run at boot with Startup Applications.&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. We're working on reliable and repeatable instructions, the essentials of which will be:&lt;br /&gt;
&lt;br /&gt;
* Enable i386 libraries: &amp;lt;code&amp;gt;sudo dpkg --add-architecture i386&amp;lt;/code&amp;gt;&lt;br /&gt;
* Add the proper PPA package source: &amp;lt;code&amp;gt;sudo add-apt-repository ppa:ubuntu-wine/ppa&amp;lt;/code&amp;gt;&lt;br /&gt;
* Update package lists: &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
* Install Wine: &amp;lt;code&amp;gt;sudo apt-get install wine1.8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try it, it might work! Sometimes it doesn't though. Requires more testing.&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt_get_update&lt;br /&gt;
sudo apt_get_install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt_get_install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== Hardware temperature monitor ===&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	<entry>
		<id>https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=462</id>
		<title>Additional Software</title>
		<link rel="alternate" type="text/html" href="https://wiki.galliumos.org/index.php?title=Additional_Software&amp;diff=462"/>
				<updated>2016-02-03T22:17:09Z</updated>
		
		<summary type="html">&lt;p&gt;Dvdmuckle: /* Google Drive integration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GalliumOS comes with a good selection of desktop and utility software, but there is a huge variety of additional options and alternatives.&lt;br /&gt;
&lt;br /&gt;
GalliumOS can install any software packages built for Ubuntu, directly from the Canonical package servers.&lt;br /&gt;
&lt;br /&gt;
There are also some frequently-requested applications that are not available from Canonical, or are more complicated to install. A few are listed here. Please add more!&lt;br /&gt;
&lt;br /&gt;
== Desktop Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Google Chrome ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O https://dl-ssl.google.com/linux/linux_signing_key.pub&lt;br /&gt;
sudo apt-key add linux_signing_key.pub&lt;br /&gt;
sudo add-apt-repository -y &amp;quot;deb http://dl.google.com/linux/chrome/deb/ stable main&amp;quot;&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get install google-chrome-stable&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Google Drive integration ===&lt;br /&gt;
 sudo add-apt-repository ppa:alessandro-strada/ppa&amp;lt;br&amp;gt;&lt;br /&gt;
 sudo apt-get update&amp;lt;br&amp;gt;&lt;br /&gt;
 sudo apt-get install google-drive-ocamlfuse&lt;br /&gt;
Next, add yourself to the Linux group ''fuse'' so you can mount Google Drive without root.&lt;br /&gt;
 sudo usermod -a -G fuse &amp;lt;user_name&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 exec su -l $USER&lt;br /&gt;
Run google-drive-ocamlfuse for first time setup.&lt;br /&gt;
 google-drive-ocamlfuse&lt;br /&gt;
You'll get a browser window asking you to sign in to your Google account and if you want to give gdfuse OAuth2 Endpoint permission to access your Drive files. Hit Accept / Allow for any following dialog. Close the browser window.&lt;br /&gt;
&lt;br /&gt;
Next, create a directory where your Google Drive files will be mounted, preferably in your home directory, and mount Google Drive to that directory.&lt;br /&gt;
 mkdir ~/googledrive&amp;lt;br&amp;gt;&lt;br /&gt;
 google-drive-ocamlfuse ~/googledrive&lt;br /&gt;
You can check if Google Drive is mounted by performing.&lt;br /&gt;
 mount&lt;br /&gt;
You can also check how much space you have left.&lt;br /&gt;
 df&lt;br /&gt;
If you want to unmount, simply run.&lt;br /&gt;
 fusermount -u ~/googledrive&lt;br /&gt;
To mount Google Drive at startup, set the following command to run at boot with Startup Applications.&lt;br /&gt;
 google-drive-ocamlfuse -label default /home/&amp;lt;user&amp;gt;/googledrive&lt;br /&gt;
&lt;br /&gt;
=== Skype ===&lt;br /&gt;
&lt;br /&gt;
=== Wine ===&lt;br /&gt;
&lt;br /&gt;
Wine has been a source of frustration. We're working on reliable and repeatable instructions, the essentials of which will be:&lt;br /&gt;
&lt;br /&gt;
* Enable i386 libraries: &amp;lt;code&amp;gt;sudo dpkg --add-architecture i386&amp;lt;/code&amp;gt;&lt;br /&gt;
* Add the proper PPA package source: &amp;lt;code&amp;gt;sudo add-apt-repository ppa:ubuntu-wine/ppa&amp;lt;/code&amp;gt;&lt;br /&gt;
* Update package lists: &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;&lt;br /&gt;
* Install Wine: &amp;lt;code&amp;gt;sudo apt-get install wine1.8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Try it, it might work! Sometimes it doesn't though. Requires more testing.&lt;br /&gt;
&lt;br /&gt;
=== Simple Screen Recorder ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo add-apt-repository -y ppa:maarten-baert/simplescreenrecorder&lt;br /&gt;
sudo apt_get_update&lt;br /&gt;
sudo apt_get_install simplescreenrecorder&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Games ==&lt;br /&gt;
&lt;br /&gt;
=== Steam ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
curl -O http://repo.steampowered.com/steam/archive/precise/steam_latest.deb&lt;br /&gt;
sudo dpkg -i steam_latest.deb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then launch Steam from the application launcher. Your user must be in the &amp;quot;sudo&amp;quot; group (if it is not, the dpkg command above will also fail), so that the installer can do all the things it needs to do.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft ===&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin:0 0 0 1.5em&amp;quot;&amp;gt;&lt;br /&gt;
sudo bash&lt;br /&gt;
apt_get_install default-jre&lt;br /&gt;
curl -o /usr/local/bin/Minecraft.jar https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar&lt;br /&gt;
curl -o /usr/share/pixmaps/minecraft.png https://chrx.org/minecraft.png&lt;br /&gt;
mkdir -p /usr/local/share/applications&lt;br /&gt;
cat &amp;gt; /usr/local/share/applications/minecraft.desktop &amp;lt;&amp;lt;EOF&lt;br /&gt;
[Desktop Entry]&lt;br /&gt;
Type=Application&lt;br /&gt;
Name=Minecraft&lt;br /&gt;
Comment=Minecraft&lt;br /&gt;
Exec=java -jar /usr/local/bin/Minecraft.jar&lt;br /&gt;
Icon=/usr/share/pixmaps/minecraft.png&lt;br /&gt;
Categories=Game;&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
&lt;br /&gt;
=== Hardware temperature monitor ===&lt;/div&gt;</summary>
		<author><name>Dvdmuckle</name></author>	</entry>

	</feed>