mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Add installation instructions to documentation
This commit is contained in:
parent
ca7d8674df
commit
e2c27ab770
39
_site/content/posts/installation.md
Normal file
39
_site/content/posts/installation.md
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
---
|
||||||
|
title: "Installation"
|
||||||
|
date: 2018-05-18T09:59:40-07:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
There are two ways to install WTF:
|
||||||
|
|
||||||
|
## From Source
|
||||||
|
|
||||||
|
Clone this repo:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone git@github.com:senorprogrammer/wtf.git
|
||||||
|
```
|
||||||
|
|
||||||
|
`cd` into that `wtf/` directory and run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
make install
|
||||||
|
```
|
||||||
|
|
||||||
|
and that should probably do it.
|
||||||
|
|
||||||
|
## As a Binary
|
||||||
|
|
||||||
|
Grab the latest version from here:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
https://github.com/senorprogrammer/wtf/releases
|
||||||
|
```
|
||||||
|
|
||||||
|
expand it, and `cd` into the resulting directory. Then run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./wtf
|
||||||
|
```
|
||||||
|
|
||||||
|
and that should also do it.
|
@ -12,7 +12,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -6,8 +6,8 @@ h2 {
|
|||||||
background-color: #623C60;
|
background-color: #623C60;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-top: 24px;
|
margin-top: 32px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 18px;
|
||||||
padding: 10px 8px;
|
padding: 10px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -6,11 +6,26 @@
|
|||||||
<description>Recent content on WTF</description>
|
<description>Recent content on WTF</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Thu, 17 May 2018 17:17:10 -0700</lastBuildDate>
|
<lastBuildDate>Fri, 18 May 2018 09:59:40 -0700</lastBuildDate>
|
||||||
|
|
||||||
<atom:link href="http://wtfutil.com/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://wtfutil.com/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Installation</title>
|
||||||
|
<link>http://wtfutil.com/posts/installation/</link>
|
||||||
|
<pubDate>Fri, 18 May 2018 09:59:40 -0700</pubDate>
|
||||||
|
|
||||||
|
<guid>http://wtfutil.com/posts/installation/</guid>
|
||||||
|
<description>There are two ways to install WTF:
|
||||||
|
From Source Clone this repo:
|
||||||
|
git clone git@github.com:senorprogrammer/wtf.git cd into that wtf/ directory and run:
|
||||||
|
make install and that should probably do it.
|
||||||
|
As a Binary Grab the latest version from here:
|
||||||
|
https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
|
||||||
|
./wtf and that should also do it.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Modules: CmdRunner</title>
|
<title>Modules: CmdRunner</title>
|
||||||
<link>http://wtfutil.com/posts/modules/cmdrunner/</link>
|
<link>http://wtfutil.com/posts/modules/cmdrunner/</link>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
@ -95,6 +95,13 @@
|
|||||||
<h1 class="title">Posts</h1>
|
<h1 class="title">Posts</h1>
|
||||||
<ul class="posts">
|
<ul class="posts">
|
||||||
<li>
|
<li>
|
||||||
|
<span>
|
||||||
|
<a href="http://wtfutil.com/posts/installation/">Installation</a>
|
||||||
|
|
||||||
|
<time class="pull-right post-list">May 18, 2018</time>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</li><li>
|
||||||
<span>
|
<span>
|
||||||
<a href="http://wtfutil.com/posts/modules/cmdrunner/">Modules: CmdRunner</a>
|
<a href="http://wtfutil.com/posts/modules/cmdrunner/">Modules: CmdRunner</a>
|
||||||
|
|
||||||
|
@ -6,11 +6,26 @@
|
|||||||
<description>Recent content in Posts on WTF</description>
|
<description>Recent content in Posts on WTF</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Thu, 17 May 2018 17:17:10 -0700</lastBuildDate>
|
<lastBuildDate>Fri, 18 May 2018 09:59:40 -0700</lastBuildDate>
|
||||||
|
|
||||||
<atom:link href="http://wtfutil.com/posts/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="http://wtfutil.com/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Installation</title>
|
||||||
|
<link>http://wtfutil.com/posts/installation/</link>
|
||||||
|
<pubDate>Fri, 18 May 2018 09:59:40 -0700</pubDate>
|
||||||
|
|
||||||
|
<guid>http://wtfutil.com/posts/installation/</guid>
|
||||||
|
<description>There are two ways to install WTF:
|
||||||
|
From Source Clone this repo:
|
||||||
|
git clone git@github.com:senorprogrammer/wtf.git cd into that wtf/ directory and run:
|
||||||
|
make install and that should probably do it.
|
||||||
|
As a Binary Grab the latest version from here:
|
||||||
|
https://github.com/senorprogrammer/wtf/releases expand it, and cd into the resulting directory. Then run:
|
||||||
|
./wtf and that should also do it.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>Modules: CmdRunner</title>
|
<title>Modules: CmdRunner</title>
|
||||||
<link>http://wtfutil.com/posts/modules/cmdrunner/</link>
|
<link>http://wtfutil.com/posts/modules/cmdrunner/</link>
|
||||||
|
141
docs/posts/installation/index.html
Normal file
141
docs/posts/installation/index.html
Normal file
@ -0,0 +1,141 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-us" class="wf-firasans-n4-active wf-active">
|
||||||
|
<head>
|
||||||
|
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- Enable responsiveness on mobile devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
|
||||||
|
|
||||||
|
<meta name="generator" content="Hugo 0.38.2" />
|
||||||
|
|
||||||
|
<title>Installation | WTF</title>
|
||||||
|
<meta content="Installation - WTF" property="og:title">
|
||||||
|
<meta content=" - " property="og:description">
|
||||||
|
<!-- CSS -->
|
||||||
|
<link rel="stylesheet" href="//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css">
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i|Roboto+Mono:300,300i,400,400i" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="http://wtfutil.com/css/print.css" media="print">
|
||||||
|
<link rel="stylesheet" href="http://wtfutil.com/css/poole.css">
|
||||||
|
<link rel="stylesheet" href="http://wtfutil.com/css/hyde.css">
|
||||||
|
<link rel="stylesheet" href="http://wtfutil.com/css/syntax.css">
|
||||||
|
<link rel="stylesheet" href="http://wtfutil.com/css/wtf.css">
|
||||||
|
<!-- Font-Awesome -->
|
||||||
|
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
<!-- Customised CSS -->
|
||||||
|
<link rel="stylesheet" href="http://wtfutil.com/css/custom.css">
|
||||||
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
<!-- Icons -->
|
||||||
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
|
||||||
|
<link rel="shortcut icon" href="/favicon.png">
|
||||||
|
|
||||||
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="sidebar">
|
||||||
|
<div class="container sidebar-sticky">
|
||||||
|
<div class="sidebar-about text-center">
|
||||||
|
|
||||||
|
<a href="http://wtfutil.com/"> <img src="/img/wtf.png" alt="WFT Logo" class="" width=""> </a>
|
||||||
|
<p class="lead">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
|
<ul style="list-style-type: none;">
|
||||||
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
<li class="sidebar-list-item-1"><a href="https://github.com/senorprogrammer/wtf/releases">Releases</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<ul style="list-style-type: none;">
|
||||||
|
<li class="sidebar-list-item-1"><a href="/posts/modules/">Modules</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/bamboohr/">BambooHR</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/clocks/">Clocks</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/cmdrunner/">CmdRunner</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/git/">Git</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/github/">Github</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/gcal/">Google Calendar</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/jira/">Jira</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/newrelic/">New Relic</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/opsgenie/">OpsGenie</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/security/">Security</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/textfile/">Text File</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/todo/">Todo</a></li>
|
||||||
|
<li class="sidebar-list-item-2"><a href="/posts/modules/weather/">Weather</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p class="copyright">
|
||||||
|
© 2018 Chris Cummer.
|
||||||
|
<br />
|
||||||
|
<a href="https://creativecommons.org/licenses/by/4.0">Some Rights Reserved</a>.
|
||||||
|
</p>
|
||||||
|
<p class="copyright">
|
||||||
|
Built with <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content container">
|
||||||
|
<div class="post">
|
||||||
|
<h1>Installation</h1>
|
||||||
|
|
||||||
|
<div class="col-sm-12 col-md-12">
|
||||||
|
<span class="text-left post-date meta">
|
||||||
|
|
||||||
|
|
||||||
|
May 18, 2018
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p>There are two ways to install WTF:</p>
|
||||||
|
|
||||||
|
<h2 id="from-source">From Source</h2>
|
||||||
|
|
||||||
|
<p>Clone this repo:</p>
|
||||||
|
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">git clone git@github.com:senorprogrammer/wtf.git</code></pre></div>
|
||||||
|
<p><code>cd</code> into that <code>wtf/</code> directory and run:</p>
|
||||||
|
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">make install</code></pre></div>
|
||||||
|
<p>and that should probably do it.</p>
|
||||||
|
|
||||||
|
<h2 id="as-a-binary">As a Binary</h2>
|
||||||
|
|
||||||
|
<p>Grab the latest version from here:</p>
|
||||||
|
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">https://github.com/senorprogrammer/wtf/releases</code></pre></div>
|
||||||
|
<p>expand it, and <code>cd</code> into the resulting directory. Then run:</p>
|
||||||
|
<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">./wtf</code></pre></div>
|
||||||
|
<p>and that should also do it.</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>http://wtfutil.com/posts/installation/</loc>
|
||||||
|
<lastmod>2018-05-18T09:59:40-07:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://wtfutil.com/posts/modules/cmdrunner/</loc>
|
<loc>http://wtfutil.com/posts/modules/cmdrunner/</loc>
|
||||||
<lastmod>2018-05-17T17:17:10-07:00</lastmod>
|
<lastmod>2018-05-17T17:17:10-07:00</lastmod>
|
||||||
@ -94,7 +99,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://wtfutil.com/posts/</loc>
|
<loc>http://wtfutil.com/posts/</loc>
|
||||||
<lastmod>2018-05-17T17:17:10-07:00</lastmod>
|
<lastmod>2018-05-18T09:59:40-07:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -105,7 +110,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>http://wtfutil.com/</loc>
|
<loc>http://wtfutil.com/</loc>
|
||||||
<lastmod>2018-05-17T17:17:10-07:00</lastmod>
|
<lastmod>2018-05-18T09:59:40-07:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
<h3 style="color: white;">Content</h3>
|
<h3 style="color: white;">Content</h3>
|
||||||
|
|
||||||
<ul style="list-style-type: none;">
|
<ul style="list-style-type: none;">
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/installation/" class="disabled">Installation</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/installation/">Installation</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/configuration/">Configuration</a></li>
|
||||||
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
<li class="sidebar-list-item-2"><a href="/posts/configuration/attributes/">Attributes</a></li>
|
||||||
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
<li class="sidebar-list-item-1"><a href="/posts/howto/" class="disabled">How to Use</a></li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user