aboutsummaryrefslogtreecommitdiff
path: root/build/linux-mint-macbook-air
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-02 14:22:21 -0400
committerBradley Taunt <bt@btxx.org>2024-07-02 14:22:21 -0400
commit3f6a9546ec13063d0d5bdf21d30a93d3e8aa6050 (patch)
tree947985c4eda1bceb1910bc01739c32fd0baad181 /build/linux-mint-macbook-air
parent14074019d62d98885c4c764401a9e7e1fd129f79 (diff)
Rebuild changes based off latest barfHEADmaster
Diffstat (limited to 'build/linux-mint-macbook-air')
-rw-r--r--build/linux-mint-macbook-air/index.html112
1 files changed, 112 insertions, 0 deletions
diff --git a/build/linux-mint-macbook-air/index.html b/build/linux-mint-macbook-air/index.html
new file mode 100644
index 0000000..b496162
--- /dev/null
+++ b/build/linux-mint-macbook-air/index.html
@@ -0,0 +1,112 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="color-scheme" content="dark light">
+ <link rel="icon" href="data:,">
+ <title>Linux Mint MacBook Air Setup</title>
+ <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
+ <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
+<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}blockquote{background:rgba(0,0,0,0.1);border-left:4px solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style>
+</head>
+
+<nav>
+ <a href="#menu">Menu &darr;</a>
+</nav>
+
+<main>
+<h1 id="linux-mint-macbook-air-setup">Linux Mint MacBook Air Setup</h1>
+<p>2020-08-16</p>
+<p>I don&#8217;t like the idea of throwing away old or outdated tech (within reason), so I try to find a new purpose for some of my &#8220;retired&#8221; devices. This article will cover how to switch over a mid-2011 model MacBook Air to utilize Linux Mint.</p>
+<p><strong>Important</strong>: This setup will completely wipe your existing disk and create a fresh install of Linux Mint on the SSD. You have been warned.</p>
+<h2 id="the-specs">The Specs</h2>
+<p>My old MacBook Air has a pretty decent spec sheet:</p>
+<ul>
+<li>Processor: <strong>1.7GHz dual-core Intel Core i5</strong></li>
+<li>Memory: <strong>4GB of 1333MHz DDR3</strong></li>
+<li>Graphics: <strong>Advanced Intel HD Graphics 3000</strong></li>
+<li>SSD: <strong>128 GB</strong></li>
+</ul>
+<p>And let&#8217;s take a look at the basic system requirements Linux Mint suggests:</p>
+<ul>
+<li>2GB RAM</li>
+<li>Dual Core Processor</li>
+<li>20GB free disk space</li>
+</ul>
+<p>We are looking pretty good!</p>
+<h2 id="step-1-download-linux-mint">Step 1: Download Linux Mint</h2>
+<p>For this setup we will be using the latest, stable version (at this time of writing) of Linux Mint 20 &#8220;Ulyana&#8221; - Xfce which is 20. You can download the necessary files here: </p>
+<ul>
+<li><a href="https://www.linuxmint.com/edition.php?id=283">Linux Mint 20 &#8220;Ulyana&#8221; - Xfce</a> [1.8GB]</li>
+</ul>
+<h2 id="step-2-flash-linux-mint-to-usb-stick">Step 2: Flash Linux Mint to USB Stick</h2>
+<p>Next we just need to flash the Linux Mint OS to a USB storage device. If you need to purchase some, you can easily find them on Amazon (affliate link):</p>
+<ul>
+<li><p><a href="https://www.amazon.com/gp/product/B00JB3NXIS/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00JB3NXIS&amp;linkCode=as2&amp;tag=uglyduck-20&amp;linkId=494f4c1dd4e21782ecb865bcaa5a526b">Kootion 10 Pack 4GB Flash Drive 4gb USB 2.0 Flash Drives Keychain USB Drive Bulk Thumb Drive Swivel Memory Stick Black</a></p></li>
+<li><p>Download <a href="https://www.balena.io/etcher/">Balena Etcher</a> for your current operating system</p></li>
+<li><p>Run the installer</p></li>
+</ul>
+<p>Once installed, open Etcher do the following:</p>
+<ol>
+<li>Select your downloaded Linux Mint ISO file</li>
+<li>Select your USB stick&#47;device as the media</li>
+<li>Flash media</li>
+<li>???</li>
+<li>Profit!!</li>
+</ol>
+<h2 id="step-3-boot-from-usb">Step 3: Boot from USB</h2>
+<ul>
+<li>Make sure your Macbook Air is turned off</li>
+<li>Plug your newly flashed USB stick into the MacBook Air</li>
+<li>Turn on the MacBook Air</li>
+<li>Immediately hold down the <strong>alt&#47;option</strong> button (keep holding until the prompt screen is visible)</li>
+<li>You will be shown drive &#8220;icons&#8221; - you want to select your USB drive (normally the far right icon)</li>
+<li>Press <strong>Enter</strong></li>
+<li>Select the first item in the list that appears &#8220;Start Linux Mint&#8221;</li>
+</ul>
+<p>After this you will boot into a &#8220;live session&#8221; of the Linux Mint operating system.</p>
+<h2 id="step-4-installing-linux-mint">Step 4: Installing Linux Mint</h2>
+<p>Linux Mint makes it very easy for you to install it&#8217;s OS step-by-step (similar to most other Linux distros). Simply <strong>double-click</strong> on the &#8220;Install Linux Mint&#8221; CD icon on the main desktop.</p>
+<ul>
+<li>Choose your language. then hit <strong>Continue</strong></li>
+<li>Select your preferred keyboard layout, then hit <strong>Continue</strong></li>
+<li><em>Optional</em>: You might be asked to connect to a WiFi network, if you are set it up now</li>
+<li>I would suggest downloading the multimedia codecs to make things easier, then hit <strong>Continue</strong></li>
+<li>For installation type, select &#8220;Erase disk and install Linux Mint&#8221;, then hit <strong>Continue</strong>
+<ul>
+<li>WARNING: This will wipe your current drive completely - make sure you are okay with this!</li>
+</ul></li>
+<li>It will issue you with a warning prompt, simply click <strong>Continue</strong></li>
+<li>Select your timezone, then hit <strong>Continue</strong></li>
+<li>Enter your name, a username, a name for your computer, and set a password (you will use this to login moving forward)</li>
+<li>Wait for the installation to complete</li>
+<li>Once complete, you will be prompted to <strong>reboot your system</strong></li>
+<li>After a reboot you will be prompted to remove the USB device and then press <strong>Enter</strong></li>
+<li>Welcome to Linux Mint!</li>
+</ul>
+<h2 id="conclusion">Conclusion</h2>
+<p>Linux Mint is not only a great operating system, but it is also an excellent starting point for newcomers to Linux in general. It&#8217;s stable enough to be used as a daily driver and popular enough that most minor issues can be solved with a quick internet search.</p>
+<p>Hopefully this inspires others to try &#8220;recycling&#8221; their older Apple products instead of tossing them away or having them collect dust.</p>
+<footer role="contentinfo">
+ <h2>Menu Navigation</h2>
+ <ul id="menu">
+ <li><a href="/">Home</a></li>
+ <li><a href="/projects">Projects</a></li>
+ <li><a href="/uses">Uses</a></li>
+ <li><a href="/wiki">Wiki</a></li>
+ <li><a href="/resume">Resume</a></li>
+ <li><a href="/colophon">Colophon</a></li>
+ <li><a href="/now">Now</a></li>
+ <li><a href="/donate">Donate</a></li>
+ <li><a href="/atom.xml">RSS</a></li>
+ <li><a href="#top">&uarr; Top of the page</a></li>
+ </ul>
+ <small>
+ Built with <a href="https://barf.btxx.org">barf</a>. <br>
+ Feeds: <a href="/atom.xml">Atom</a> & <a href="/rss.xml">RSS</a><br>
+ Maintained with ♥ for the web. <br>
+ Proud supporter of <a href="https://usefathom.com/ref/DKHJVX">Fathom</a> &amp; <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a>. <br>
+ The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> The <a href="https://git.sr.ht/~bt/bt.ht">code for this site</a> is <a href="https://git.sr.ht/~bt/bt.ht/tree/master/item/LICENSE">MIT</a>.
+ </small>
+</footer> \ No newline at end of file