<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Packages | Jesse Russell</title>
    <link>/tags/packages/</link>
      <atom:link href="/tags/packages/index.xml" rel="self" type="application/rss+xml" />
    <description>Packages</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><copyright>© Jesse Russell 2020</copyright><lastBuildDate>Thu, 27 Feb 2020 00:00:00 +0000</lastBuildDate>
    <image>
      <url>/img/jrussellio.jpg</url>
      <title>Packages</title>
      <link>/tags/packages/</link>
    </image>
    
    <item>
      <title>setup-ols.sh</title>
      <link>/scripts/setup-ols/</link>
      <pubDate>Thu, 27 Feb 2020 00:00:00 +0000</pubDate>
      <guid>/scripts/setup-ols/</guid>
      <description>&lt;p&gt;This script first uses &lt;a href=&#34;https://github.com/litespeedtech/ols1clk&#34;&gt;litespeedtech/ols1clk&lt;/a&gt; to install OpenLiteSpeed.&lt;/p&gt;
&lt;p&gt;It also updates the port mapping and updates the admin password, printing it to the console.&lt;/p&gt;
&lt;p&gt;Usage:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-sh&#34;&gt;bash &amp;lt;(curl -sSL https://jrussell.io/setup-ols)
&lt;/code&gt;&lt;/pre&gt;
</description>
    </item>
    
    <item>
      <title>install-the-basics.sh</title>
      <link>/scripts/install-the-basics/</link>
      <pubDate>Fri, 24 Jan 2020 00:00:00 +0000</pubDate>
      <guid>/scripts/install-the-basics/</guid>
      <description>&lt;p&gt;This script installs a basic set of tools and common dependencies.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;git&lt;/li&gt;
&lt;li&gt;nano&lt;/li&gt;
&lt;li&gt;curl&lt;/li&gt;
&lt;li&gt;wget&lt;/li&gt;
&lt;li&gt;unzip&lt;/li&gt;
&lt;li&gt;net-tools&lt;/li&gt;
&lt;li&gt;build-essential&lt;/li&gt;
&lt;li&gt;apt-transport-https&lt;/li&gt;
&lt;li&gt;software-properties-common
Usage Syntax:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code class=&#34;language-sh&#34;&gt;curl -SSL https://jrussell.io/install-the-basics | sudo bash
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Usage Example:&lt;/p&gt;
&lt;script id=&#34;asciicast-310411&#34; src=&#34;https://asciinema.org/a/310411.js&#34; async&gt;&lt;/script&gt;
</description>
    </item>
    
    <item>
      <title>install-homebrew.sh</title>
      <link>/scripts/install-homebrew/</link>
      <pubDate>Thu, 23 Jan 2020 00:00:00 +0000</pubDate>
      <guid>/scripts/install-homebrew/</guid>
      <description>&lt;p&gt;This script downloads homebrew and adds it to your PATH.&lt;/p&gt;
&lt;p&gt;It also installs &lt;code&gt;gcc&lt;/code&gt; through brew as well as the &lt;code&gt;patchelf&lt;/code&gt; apt package.&lt;/p&gt;
&lt;p&gt;Usage:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-sh&#34;&gt;curl -sSL https://jrussell.io/install-homebrew | bash
&lt;/code&gt;&lt;/pre&gt;
</description>
    </item>
    
    <item>
      <title>install-node12.sh</title>
      <link>/scripts/install-node12/</link>
      <pubDate>Wed, 22 Jan 2020 00:00:00 +0000</pubDate>
      <guid>/scripts/install-node12/</guid>
      <description>&lt;p&gt;This script installs Node.js 12 LTS.&lt;/p&gt;
&lt;p&gt;Usage:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-sh&#34;&gt;curl -sSL https://jrussell.io/install-node12 | sudo bash
&lt;/code&gt;&lt;/pre&gt;
</description>
    </item>
    
    <item>
      <title>install-yarn.sh</title>
      <link>/scripts/install-yarn/</link>
      <pubDate>Wed, 22 Jan 2020 00:00:00 +0000</pubDate>
      <guid>/scripts/install-yarn/</guid>
      <description>&lt;p&gt;This script installs yarn package manager.&lt;/p&gt;
&lt;p&gt;Usage:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-sh&#34;&gt;curl -sSL https://jrussell.io/install-yarn | sudo bash
&lt;/code&gt;&lt;/pre&gt;
</description>
    </item>
    
    <item>
      <title>setup-apt.sh</title>
      <link>/scripts/setup-apt/</link>
      <pubDate>Mon, 20 Jan 2020 00:00:00 +0000</pubDate>
      <guid>/scripts/setup-apt/</guid>
      <description>&lt;p&gt;This script updates the apt cache, performs upgrades, and removes unneeded packages.&lt;/p&gt;
&lt;p&gt;Usage:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-sh&#34;&gt;bash &amp;lt;(curl -sSL https://jrussell.io/setup-apt)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Full Script:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-sh&#34;&gt;#!/bin/bash
# Designed for Ubuntu
# Update the apt cache
apt update
# Perform updates
apt -y upgrade
apt -y dist-upgrade
# Remove uneeded packages
apt -y autoremove
&lt;/code&gt;&lt;/pre&gt;
</description>
    </item>
    
  </channel>
</rss>
