Fixed animations & added stuff

This commit is contained in:
2kwatts 2022-08-21 14:59:12 -05:00
parent 0dd68b5367
commit 9f0720a80b
6 changed files with 668 additions and 2 deletions

View File

@ -8,6 +8,8 @@
<h1>2kwatts.exozy.me</h1>
<i>more like cozy dot me!</i> (legal)
<hr>
contents: <a href="https://2kwatts.exozy.me/linux">useful linux commands</a> / more soon
<hr>
<b>Hello there!</b> I'm 2kwatts, also known as 2kmegawatts or just 2k.
<br>
(you may see some variation of those across my Internet sites)
@ -20,6 +22,6 @@
(subject to change!)
<br>
<br>
<img src="gne.gif"><img src="nat3.gif">
<img src="gne.gif">&nbsp;<img src="nat3.gif">
</body>
</html>

133
linux.html Normal file
View File

@ -0,0 +1,133 @@
<!DOCTYPE html>
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css">
<title>Useful Linux Commands</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="Useful Linux Commands"><h1 id="Useful Linux Commands" class="header"><a href="#Useful Linux Commands">Useful Linux Commands</a></h1></div>
<p>
<span id="Useful Linux Commands-Shuffle lines of text in a file"></span><strong id="Shuffle lines of text in a file">Shuffle lines of text in a file</strong>
<code>n</code> corresponds to how many lines it should return
</p>
<p>
<code>shuf -n1 /home/k/Documents/dicnew.txt</code>
</p>
<p>
<hr>
<span id="Useful Linux Commands-Cut whitespace from a string"></span><strong id="Cut whitespace from a string">Cut whitespace from a string</strong>
Best used when piped from another command
And works well with shuffling file contents
</p>
<p>
<code>cut -d$'\t' -f1</code>
</p>
<p>
<hr>
</p>
<p>
<span id="Useful Linux Commands-Make file executable (all users)"></span><strong id="Make file executable (all users)">Make file executable (all users)</strong>
</p>
<p>
<code>chmod a+x &lt;filename&gt;</code>
</p>
<p>
<hr>
</p>
<p>
<span id="Useful Linux Commands-View the speed of a command"></span><strong id="View the speed of a command">View the speed of a command</strong>
Works great when piped
</p>
<p>
Bonus: See how fast the <code>yes</code> command is!
</p>
<p>
<code>pv -r &gt; /dev/null</code>
</p>
<p>
<span id="Useful Linux Commands-Extra useful flags"></span><strong id="Extra useful flags">Extra useful flags</strong>
</p>
<p>
-L, --rate-limit RATE
</p>
<p>
Limits transfer speed to RATE.
</p>
<p>
Limit is measured in single bytes.
</p>
<p>
Note: Sometimes there is an offset/miscalculation by ~2 bytes.
</p>
<p>
<hr>
</p>
<p>
<span id="Useful Linux Commands-Generate &quot;random&quot; numbers from /dev/urandom"></span><strong id="Generate &quot;random&quot; numbers from /dev/urandom">Generate "random" numbers from /dev/urandom</strong>
Note: /dev/urandom is preferred over /dev/random
</p>
<p>
<code>od -d /dev/urandom</code>
</p>
<p>
<hr>
</p>
<div id="Pacman Stuff"><h1 id="Pacman Stuff" class="header"><a href="#Pacman Stuff">Pacman Stuff</a></h1></div>
<p>
<span id="Pacman Stuff-Install a package"></span><strong id="Install a package">Install a package</strong>
<code>pacman -S &lt;package&gt;</code>
</p>
<p>
<span id="Pacman Stuff-Removing a package"></span><strong id="Removing a package">Removing a package</strong>
<code>pacman -Rns &lt;package&gt;</code>
</p>
<p>
<span id="Pacman Stuff-List installed packages"></span><strong id="List installed packages">List installed packages</strong>
I recommend piping this command into Neovim or a plaintext file
<code>pacman -Q</code>
</p>
<div id="Debian-based commands"><h1 id="Debian-based commands" class="header"><a href="#Debian-based commands">Debian-based commands</a></h1></div>
<p>
<span id="Debian-based commands-Install a .deb"></span><strong id="Install a .deb">Install a .deb</strong>
Preferably used with root or prefixed with <code>sudo</code>/<code>doas</code>
<code>dpkg -i &lt;package.deb&gt;</code>
</p>
<p>
<span id="Debian-based commands-Remove a .deb"></span><strong id="Remove a .deb">Remove a .deb</strong>
Preferably used with root or prefixed with <code>sudo</code>/<code>doas</code>
<code>dpkg -r &lt;package.deb&gt;</code>
</p>
</body>
</html>

489
shit/index.html Normal file
View File

@ -0,0 +1,489 @@
<img src="shit.gif">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ShitHub - make shit, together.</title>
<link rel="search" type="application/opensearchdescription+xml" href="/web/20140724194849/https://github.com/opensearch.xml" title="GitHub"/>
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub"/>
<link rel="apple-touch-icon" sizes="57x57" href="/web/20140724194849im_/https://github.com/apple-touch-icon-114.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="/web/20140724194849im_/https://github.com/apple-touch-icon-114.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="/web/20140724194849im_/https://github.com/apple-touch-icon-144.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="/web/20140724194849im_/https://github.com/apple-touch-icon-144.png"/>
<meta property="fb:app_id" content="1401488693436528"/>
<meta property="og:url" content="https://web.archive.org/web/20140724194849/https://github.com/">
<meta property="og:site_name" content="GitHub">
<meta property="og:title" content="Build software better, together">
<meta property="og:description" content="GitHub is the best place to build software together. Over 4 million people use GitHub to share code.">
<meta property="og:image" content="https://web.archive.org/web/20140724194849im_/https://assets-cdn.github.com/images/modules/open_graph/github-logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="1200">
<meta property="og:image" content="https://web.archive.org/web/20140724194849im_/https://assets-cdn.github.com/images/modules/open_graph/github-mark.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="620">
<meta property="og:image" content="https://web.archive.org/web/20140724194849im_/https://assets-cdn.github.com/images/modules/open_graph/github-octocat.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="620">
<meta property="twitter:site" content="github">
<meta property="twitter:site:id" content="13334762">
<meta property="twitter:creator" content="github">
<meta property="twitter:creator:id" content="13334762">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="GitHub">
<meta property="twitter:description" content="GitHub is the best place to build software together. Over 4 million people use GitHub to share code.">
<meta property="twitter:image:src" content="https://web.archive.org/web/20140724194849im_/https://assets-cdn.github.com/images/modules/open_graph/github-logo.png">
<meta property="twitter:image:width" content="1200">
<meta property="twitter:image:height" content="1200">
<link rel="assets" href="https://assets-cdn.github.com/">
<link rel="conduit-xhr" href="https://ghconduit.com:25035">
<meta name="msapplication-TileImage" content="/windows-tile.png"/>
<meta name="msapplication-TileColor" content="#ffffff"/>
<meta name="selected-link" value="/" data-pjax-transient/>
<meta name="google-analytics" content="UA-3769691-2">
<meta content="collector.githubapp.com" name="octolytics-host"/><meta content="collector-cdn.github.com" name="octolytics-script-host"/><meta content="github" name="octolytics-app-id"/><meta content="C0632073:223F:16AFECE:53D16295" name="octolytics-dimension-request_id"/>
<link rel="icon" type="image/x-icon" href="https://web.archive.org/web/20140724194849im_/https://assets-cdn.github.com/favicon.ico"/>
<meta content="authenticity_token" name="csrf-param"/>
<meta content="bEbv0gei533A4F+XX5AvxJpXKsUMBuOSwce3c1KIHCPalpTNCqaqtNsvuY/2iqQessXtjWRUKnV7TgMvBWo1lw==" name="csrf-token"/>
<link href="https://web.archive.org/web/20140724194849cs_/https://assets-cdn.github.com/assets/github-f91f7fac69f5ec8621bff20f46b21f08bd0adf0f.css" media="all" rel="stylesheet" type="text/css"/>
<link href="https://web.archive.org/web/20140724194849cs_/https://assets-cdn.github.com/assets/github2-fe542960d7cde5af2e5f8987b1603bfaaa254199.css" media="all" rel="stylesheet" type="text/css"/>
<meta http-equiv="x-pjax-version" content="bcce3d90ec99cf5472cfb36266955dbf">
<meta name="description" content="Build software better, together."/>
</head>
<body class="logged_out env-production homepage"><!-- BEGIN WAYBACK TOOLBAR INSERT -->
<style type="text/css">
body {
margin-top:0 !important;
padding-top:0 !important;
/*min-width:800px !important;*/
}
</style>
<script>__wm.rw(0);</script>
<div id="wm-ipp-base" lang="en" style="display:none;direction:ltr;">
<div id="wm-ipp" style="position:fixed;left:0;top:0;right:0;">
<div id="donato" style="position:relative;width:100%;">
<div id="donato-base">
<iframe id="donato-if" src="https://archive.org/includes/donate.php?as_page=1&amp;platform=wb&amp;referer=https%3A//web.archive.org/web/20140724194849/https%3A//github.com/"
scrolling="no" frameborder="0" style="width:100%; height:100%">
</iframe>
</div>
</div><div id="wm-ipp-inside">
<div id="wm-toolbar" style="position:relative;display:flex;flex-flow:row nowrap;justify-content:space-between;">
<div id="wm-logo" style="/*width:110px;*/padding-top:12px;">
<a href="/web/" title="Wayback Machine home page"><img src="/_static/images/toolbar/wayback-toolbar-logo-200.png" srcset="/_static/images/toolbar/wayback-toolbar-logo-100.png, /_static/images/toolbar/wayback-toolbar-logo-150.png 1.5x, /_static/images/toolbar/wayback-toolbar-logo-200.png 2x" alt="Wayback Machine" style="width:100px" border="0" /></a>
</div>
<div class="c" style="display:flex;flex-flow:column nowrap;justify-content:space-between;flex:1;">
<form class="u" style="display:flex;flex-direction:row;flex-wrap:nowrap;" target="_top" method="get" action="/web/submit" name="wmtb" id="wmtb"><input type="text" name="url" id="wmtbURL" value="https://github.com/" onfocus="this.focus();this.select();" style="flex:1;"/><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20140724194849" /><input type="submit" value="Go" />
</form>
<div style="display:flex;flex-flow:row nowrap;align-items:flex-end;">
<div class="s" id="wm-nav-captures" style="flex:1;">
</div>
<div class="k">
<a href="" id="wm-graph-anchor">
<div id="wm-ipp-sparkline" title="Explore captures for this URL" style="position: relative">
<canvas id="wm-sparkline-canvas" width="675" height="27" border="0"></canvas>
</div>
</a>
</div>
</div>
</div>
<div class="n">
<table>
<tbody>
<!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
<tr class="m">
<td class="b" nowrap="nowrap"><a href="https://web.archive.org/web/20140624192848/http://github.com/" title="24 Jun 2014"><strong>Jun</strong></a></td>
<td class="c" id="displayMonthEl" title="You are here: 19:48:49 Jul 24, 2014">JUL</td>
<td class="f" nowrap="nowrap"><a href="https://web.archive.org/web/20140824201116/http://github.com/" title="24 Aug 2014"><strong>Aug</strong></a></td>
</tr>
<!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
<tr class="d">
<td class="b" nowrap="nowrap"><a href="https://web.archive.org/web/20140723132322/http://github.com/" title="13:23:22 Jul 23, 2014"><img src="/_static/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0" /></a></td>
<td class="c" id="displayDayEl" style="width:34px;font-size:22px;white-space:nowrap;" title="You are here: 19:48:49 Jul 24, 2014">24</td>
<td class="f" nowrap="nowrap"><a href="https://web.archive.org/web/20140725224512/http://github.com/" title="22:45:12 Jul 25, 2014"><img src="/_static/images/toolbar/wm_tb_nxt_on.png" alt="Next capture" width="14" height="16" border="0" /></a></td>
</tr>
<!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
<tr class="y">
<td class="b" nowrap="nowrap"><a href="https://web.archive.org/web/20130723123029/http://github.com/" title="23 Jul 2013"><strong>2013</strong></a></td>
<td class="c" id="displayYearEl" title="You are here: 19:48:49 Jul 24, 2014">2014</td>
<td class="f" nowrap="nowrap"><a href="https://web.archive.org/web/20150724195927/https://github.com/" title="24 Jul 2015"><strong>2015</strong></a></td>
</tr>
</tbody>
</table>
</div>
<div class="r" style="display:flex;flex-flow:column nowrap;align-items:flex-end;justify-content:space-between;">
<div id="wm-btns" style="text-align:right;height:23px;">
<span class="xxs">
<div id="wm-save-snapshot-success">success</div>
<div id="wm-save-snapshot-fail">fail</div>
<a id="wm-save-snapshot-open" href="#"
title="Share via My Web Archive" >
<span class="iconochive-web"></span>
</a>
<a href="https://archive.org/account/login.php" title="Sign In" id="wm-sign-in">
<span class="iconochive-person"></span>
</a>
<span id="wm-save-snapshot-in-progress" class="iconochive-web"></span>
</span>
<a class="xxs" href="http://faq.web.archive.org/" title="Get some help using the Wayback Machine" style="top:-6px;"><span class="iconochive-question" style="color:rgb(87,186,244);font-size:160%;"></span></a>
<a id="wm-tb-close" href="#close" style="top:-2px;" title="Close the toolbar"><span class="iconochive-remove-circle" style="color:#888888;font-size:240%;"></span></a>
</div>
<div id="wm-share" class="xxs">
<a href="/web/20140724194849/http://web.archive.org/screenshot/https://github.com/"
id="wm-screenshot"
title="screenshot">
<span class="wm-icon-screen-shot"></span>
</a>
<a href="#" id="wm-video" title="video">
<span class="iconochive-movies"></span>
</a>
<a id="wm-share-facebook" href="#" data-url="https://web.archive.org/web/20140724194849/https://github.com/" title="Share on Facebook" style="margin-right:5px;" target="_blank"><span class="iconochive-facebook" style="color:#3b5998;font-size:160%;"></span></a>
<a id="wm-share-twitter" href="#" data-url="https://web.archive.org/web/20140724194849/https://github.com/" title="Share on Twitter" style="margin-right:5px;" target="_blank"><span class="iconochive-twitter" style="color:#1dcaff;font-size:160%;"></span></a>
</div>
<div style="padding-right:2px;text-align:right;white-space:nowrap;">
<a id="wm-expand" class="wm-btn wm-closed" href="#expand" onclick="__wm.ex(event);return false;"><span id="wm-expand-icon" class="iconochive-down-solid"></span> <span class="xxs" style="font-size:80%;">About this capture</span></a>
</div>
</div>
</div>
<div id="wm-capinfo" style="border-top:1px solid #777;display:none; overflow: hidden">
<div id="wm-capinfo-collected-by">
<div style="background-color:#666;color:#fff;font-weight:bold;text-align:center">COLLECTED BY</div>
<div style="padding:3px;position:relative" id="wm-collected-by-content">
<div style="display:inline-block;vertical-align:top;width:50%;">
<span class="c-logo" style="background-image:url(https://archive.org/services/img/archiveteam);"></span>
Organization: <a style="color:#33f;" href="https://archive.org/details/archiveteam" target="_new"><span class="wm-title">Archive Team</span></a>
<div style="max-height:75px;overflow:hidden;position:relative;">
<div style="position:absolute;top:0;left:0;width:100%;height:75px;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,255) 100%);"></div>
<img align=right src="http://archiveteam.org/images/e/e6/Archiveteam.jpg" width=200> Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
<p>
History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.
<p>
The main site for Archive Team is at <a href="http://www.archiveteam.org">archiveteam.org</a> and contains up to the date information on various projects, manifestos, plans and walkthroughs.
<p>
This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the <a href="http://archive.org/web/web.php">Wayback Machine</a>, providing a path back to lost websites and work.
<p>
Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.
<p>
<b>The Archive Team Panic Downloads</b> are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.
<p>
</div>
</div>
<div style="display:inline-block;vertical-align:top;width:49%;">
<span class="c-logo" style="background-image:url(https://archive.org/services/img/archivebot)"></span>
<div>Collection: <a style="color:#33f;" href="https://archive.org/details/archivebot" target="_new"><span class="wm-title">ArchiveBot: The Archive Team Crowdsourced Crawler</span></a></div>
<div style="max-height:75px;overflow:hidden;position:relative;">
<div style="position:absolute;top:0;left:0;width:100%;height:75px;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,255) 100%);"></div>
ArchiveBot is an IRC bot designed to automate the archival of smaller websites (e.g. up to a few hundred thousand URLs). You give it a URL to start at, and it grabs all content under that URL, records it in a WARC, and then uploads that WARC to ArchiveTeam servers for eventual injection into the Internet Archive (or other archive sites).
<p>
To use ArchiveBot, drop by #archivebot on EFNet. To interact with ArchiveBot, you issue commands by typing it into the channel. Note you will need channel operator permissions in order to issue archiving jobs. The dashboard shows the sites being downloaded currently.
<p>
There is a dashboard running for the archivebot process at <a href="http://www.archivebot.com">http://www.archivebot.com</a>.
<p>
ArchiveBot's source code can be found at <a href="https://github.com/ArchiveTeam/ArchiveBot">https://github.com/ArchiveTeam/ArchiveBot</a>.
</div>
</div>
</div>
</div>
<div id="wm-capinfo-timestamps">
<div style="background-color:#666;color:#fff;font-weight:bold;text-align:center" title="Timestamps for the elements of this page">TIMESTAMPS</div>
<div>
<div id="wm-capresources" style="margin:0 5px 5px 5px;max-height:250px;overflow-y:scroll !important"></div>
<div id="wm-capresources-loading" style="text-align:left;margin:0 20px 5px 5px;display:none"><img src="/_static/images/loading.gif" alt="loading" /></div>
</div>
</div>
</div></div></div></div><div id="wm-ipp-print">The Wayback Machine - https://web.archive.org/web/20140724194849/https://github.com/</div>
<script type="text/javascript">//<![CDATA[
__wm.bt(675,27,25,2,"web","https://github.com/","20140724194849",1996,"/_static/",["/_static/css/banner-styles.css?v=fantwOh2","/_static/css/iconochive.css?v=qtvMKcIJ"], false);
__wm.rw(1);
//]]></script>
<!-- END WAYBACK TOOLBAR INSERT -->
<a href="#start-of-content" tabindex="1" class="accessibility-aid js-skip-to-content">Skip to content</a>
<div class="wrapper">
<div class="header header-logged-out">
<div class="container clearfix">
<a class="header-logo-wordmark" href="https://web.archive.org/web/20140724194849/https://github.com/">
<span class="mega-octicon octicon-logo-github"></span>
</a>
<div class="header-actions">
<a class="button primary" href="/web/20140724194849/https://github.com/join">Sign up</a>
<a class="button signin" href="/web/20140724194849/https://github.com/login">Sign in</a>
</div>
<div class="command-bar js-command-bar ">
<ul class="top-nav">
<li class="explore"><a href="/web/20140724194849/https://github.com/explore">Explore</a></li>
<li class="features"><a href="/web/20140724194849/https://github.com/features">Features</a></li>
<li class="enterprise"><a href="https://web.archive.org/web/20140724194849/https://enterprise.github.com/">Enterprise</a></li>
<li class="blog"><a href="/web/20140724194849/https://github.com/blog">Blog</a></li>
</ul>
<form accept-charset="UTF-8" action="/web/20140724194849/https://github.com/search" class="command-bar-form" id="top_search_form" method="get">
<div class="commandbar">
<span class="message"></span>
<input type="text" data-hotkey="s, /" name="q" id="js-command-bar-field" placeholder="Search or type a command" tabindex="1" autocapitalize="off">
<div class="display hidden"></div>
</div>
<span class="help tooltipped tooltipped-s" aria-label="Show command bar help">
<span class="octicon octicon-question"></span>
</span>
<input type="hidden" name="ref" value="cmdform">
</form>
</div>
</div>
</div>
<div id="start-of-content" class="accessibility-aid"></div>
<div class="site clearfix">
<div id="site-container" class="context-loader-container" data-pjax-container>
<div class="marketing-section marketing-section-signup">
<div class="container">
<form accept-charset="UTF-8" action="/web/20140724194849/https://github.com/join" autocomplete="off" class="form-signup-home js-form-signup-home" method="post"><div style="margin:0;padding:0;display:inline"><input name="authenticity_token" type="hidden" value="cPOmh+s9vfJaQmsmeqQ/WZOjaHTlyablZ/xusu9faNAqLtd6IlMtwaY4+6aJrCwhBWWUTYWQvzbGLWtfxEyRUQ=="/></div> <dl class="form">
<dd>
<input type="text" name="user[login]" class="textfield" placeholder="Pick a username" data-autocheck-url="/signup_check/username" autofocus>
</dd>
</dl>
<dl class="form">
<dd>
<input type="text" name="user[email]" class="textfield js-email-notice-trigger" placeholder="Your email" data-autocheck-url="/signup_check/email">
</dd>
</dl>
<dl class="form">
<dd>
<input type="password" name="user[password]" class="textfield" placeholder="Create a password" data-autocheck-url="/signup_check/password">
</dd>
<p class="text-muted">Use at least one lowercase letter, one numeral, and seven characters.</p>
</dl>
<input type="hidden" name="source_label" value="Homepage Form"/>
<button class="button primary button-block" type="submit">Sign up for ShitHub</button>
<p class="text-muted">
By clicking "Sign up for ShitHub", you agree to our
<a href="https://web.archive.org/web/20140724194849/https://help.github.com/terms" target="_blank">TERMS OF PERVERTS</a> and
<a href="https://web.archive.org/web/20140724194849/https://help.github.com/privacy" target="_blank">privacy policy, OH WAIT IT DOESNT FUCKING EXIST BECAUSE WE HATE YOU!</a>. <span class="js-email-notice">We will send you account related emails occasionally.</span>
</p>
</form>
<h1 class="heading">Take a shit, together.</h1>
<p class="subheading">Powerful flushes, crap review, and sewer management for open and private bathrooms. Need private "repositories"? <a href="/web/20140724194849/https://github.com/plans">Upgraded plans start at $7/mo.</a></p>
</div><!-- /.container -->
<div class="marketing-section-depth"></div>
</div><!-- /.jumbotron -->
<div class="marketing-section marketing-benefits">
<div class="container">
<div class="marketing-header">
<h1>Why you&#8217;ll love ShitHub.</h1>
<p class="lead"><a href="/web/20140724194849/https://github.com/features">Powerful toilets</a> to make shit development more collaborative.</p>
</div>
<div class="columns">
<div class="one-half column">
<div class="teaser-icon">
<span class="mega-octicon octicon-checklist"></span>
</div>
<h3>Great crap starts with communication.</h3>
<p>Review other shit, comment on lines of crap, report issues (uh oh), and plan the future of your bathroom with discussion tools.</p>
</div>
<div class="one-half column">
<div class="teaser-icon">
<span class="mega-octicon octicon-organization"></span>
</div>
<h3>Friction-less seats across toilets.</h3>
<p>Work with friends or teams of people in orginzations to take a mega shit.</p>
</div>
<div class="one-half column">
<div class="teaser-icon">
<span class="mega-octicon octicon-cloud-upload"></span>
</div>
<h3>Share your shit!</h3>
<p>Share your toilet with the world, get feedback, and contribute to <a href="https://web.archive.org/web/20140724194849/http://github.com/explore">millions of "repositories"</a> hosted on ShitHub.</p>
</div>
<div class="one-half column">
<div class="teaser-icon">
<span class="mega-octicon octicon-zap"></span>
</div>
<h3>Do more with powerful integrations.</h3>
<p>Discover applications and toilet paper that <a href="/web/20140724194849/https://github.com/integrations">integrate with ShitHub</a> to help you and your team build #2 better, together.</p>
</div>
</div>
</div><!-- /.container -->
</div><!-- /.marketing-section -->
<div class="marketing-section marketing-desktop">
<div class="container">
<div class="marketing-header">
<h1 class="show-mac show-linux">The easiest way to use SHitHub on Mac, you dirty fucker.</h1>
<h1 class="hide-mac">The easiest way to use ShitHub on Windows, you (less) dirty fucker</h1>
<div class="show-mac show-linux">
<a href="https://web.archive.org/web/20140724194849/https://central.github.com/mac/latest" class="button blue">
<span class="octicon octicon-device-desktop"></span>
Download ShitHub for Mac, you dirty motherfucking piece of shit kys mac user
</a>
<p class="text-muted">
Requires OS X 6.9 or later. <a href="https://web.archive.org/web/20140724194849/http://mac.github.com/">Learn more</a>
</p>
</div>
<div class="hide-mac">
<a href="https://web.archive.org/web/20140724194849/http://github-windows.s3.amazonaws.com/GitHubSetup.exe" class="button blue">
<span class="octicon octicon-device-desktop"></span>
Download ShitHub for WinBLOWS
</a>
<p class="text-muted">
For Windows Vista, 7, 8, &amp; 8.1 &middot; <a href="https://web.archive.org/web/20140724194849/http://windows.github.com/">Learn more</a>
</p>
</div>
</div>
<img src="https://web.archive.org/web/20140724194849im_/https://assets-cdn.github.com/images/modules/home/ghfm.png" alt="" class="marketing-section-img show-mac show-linux">
<img src="https://web.archive.org/web/20140724194849im_/https://assets-cdn.github.com/images/modules/home/gh-windows-app.png" alt="" class="marketing-section-img hide-mac">
<hr class="divider-short">
<div class="text-center">
<h3>Looking for actually good shit?</h3>
<ul class="marketing-more-apps">
<li>
<a class="hide-mac" href="https://exozy.me">
<img alt="Mac" src="https://exozy.me/img/logo.avif" height=35>
</a>
</li>
</ul>
</div>
</div><!-- /.container -->
</div><!-- /.marketing-section -->
<div class="marketing-section marketing-section-enterprise">
<div class="container">
<div class="marketing-header">
<h1>Bring your shit to work.</h1>
<p class="lead">Use ShitHub Entercries, the best way to build shit, on your servers. Yeah, take a shit on your server. Probably using Debian or some shit fuck you.</p>
<a href="https://web.archive.org/web/20140724194849/https://enterprise.github.com/" class="button blue">Learn more about Entercries</a>
</div>
<img class="marketing-section-img" src="https://web.archive.org/web/20140724194849im_/https://assets-cdn.github.com/images/modules/home/gh-enterprise-code.png" alt="">
</div><!-- /.container -->
<div class="marketing-section-depth"></div>
</div><!-- /.marketing-section -->
</div>
<div class="modal-backdrop"></div>
</div>
</div><!-- /.wrapper -->
<div class="container">
<div class="site-footer">
<ul class="site-footer-links right">
<li><a href="https://web.archive.org/web/20140724194849/https://status.github.com/">Status</a></li>
<li><a href="https://web.archive.org/web/20140724194849/http://developer.github.com/">API</a></li>
<li><a href="https://web.archive.org/web/20140724194849/http://training.github.com/">Training</a></li>
<li><a href="https://web.archive.org/web/20140724194849/http://shop.github.com/">Shop</a></li>
<li><a href="/web/20140724194849/https://github.com/blog">Blog</a></li>
<li><a href="/web/20140724194849/https://github.com/about">About</a></li>
</ul>
<a href="/web/20140724194849/https://github.com/" aria-label="Homepage">
<span class="mega-octicon octicon-mark-github" title="GitHub"></span>
</a>
<ul class="site-footer-links">
<li>&copy; 2014 <span title="0.00595s from github-fe122-cp1-prd.iad.github.net">GitHub</span>, Inc.</li>
<li><a href="/web/20140724194849/https://github.com/site/terms">Terms</a></li>
<li><a href="/web/20140724194849/https://github.com/site/privacy">Privacy</a></li>
<li><a href="/web/20140724194849/https://github.com/security">Security</a></li>
<li><a href="/web/20140724194849/https://github.com/contact">Contact</a></li>
</ul>
</div><!-- /.site-footer -->
</div><!-- /.container -->
<div class="fullscreen-overlay js-fullscreen-overlay" id="fullscreen_overlay">
<div class="fullscreen-container js-fullscreen-container">
<div class="textarea-wrap">
<textarea name="fullscreen-contents" id="fullscreen-contents" class="fullscreen-contents js-fullscreen-contents" placeholder="" data-suggester="fullscreen_suggester"></textarea>
</div>
</div>
<div class="fullscreen-sidebar">
<a href="#" class="exit-fullscreen js-exit-fullscreen tooltipped tooltipped-w" aria-label="Exit Zen Mode">
<span class="mega-octicon octicon-screen-normal"></span>
</a>
<a href="#" class="theme-switcher js-theme-switcher tooltipped tooltipped-w" aria-label="Switch themes">
<span class="octicon octicon-color-mode"></span>
</a>
</div>
</div>
<div id="ajax-error-message" class="flash flash-error">
<span class="octicon octicon-alert"></span>
<a href="#" class="octicon octicon-x close js-ajax-error-dismiss" aria-label="Dismiss error"></a>
Something went wrong with that request. Please try again.
</div>
<script crossorigin="anonymous" src="https://web.archive.org/web/20140724194849js_/https://assets-cdn.github.com/assets/frameworks-caa5b172e276e6cfb9657534025e7be159dc931e.js" type="text/javascript"></script>
<script async="async" crossorigin="anonymous" src="https://web.archive.org/web/20140724194849js_/https://assets-cdn.github.com/assets/github-0ca7de4252a453249e57931763c71faabd787dbd.js" type="text/javascript"></script>
<script async src="https://web.archive.org/web/20140724194849js_/https://www.google-analytics.com/analytics.js"></script>
</body>
</html>
<!--
FILE ARCHIVED ON 19:48:49 Jul 24, 2014 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 03:35:48 Aug 14, 2022.
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
exclusion.robots: 1.415 (7)
exclusion.robots.policy: 1.335 (7)
cdx.remote: 0.579 (7)
esindex: 0.079 (7)
LoadShardBlock: 858.224 (24)
PetaboxLoader3.datanode: 621.325 (26)
CDXLines.iter: 402.014 (12)
load_resource: 209.952 (2)
PetaboxLoader3.resolve: 33.869
-->

BIN
shit/shit.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 KiB

View File

@ -6,14 +6,36 @@ body {
}
a {
/* color: #e74c3c; */
animation-name: hrefidle;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
h1 {
color: #e74c3c;
}
a:hover {
color: #c0392b;
/* color: #e8a93c; */
animation-name: hrefhover;
animation-duration: 0.8s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
hr {
color: #2ecc71;
width: 50%;
}
@keyframes hrefhover {
from {color: #e74c3c;}
to {color: #e8a93c;}
}
@keyframes hrefidle {
from {color: #e74c3c;}
to {color: #c73c5a;}
}

20
www.txt Normal file
View File

@ -0,0 +1,20 @@
< 2k's guide to making a website on Exozyme >
Greetings, Exozyme user! So you want to create a nice, clean website, but are poor and pathetic?
Lucky for you, Exozyme has got all you need!
1. Settling on a name
Ideally, you want a name that will stand out. I usually go with my username, like 2kwatts.exozy.me, but if you're making it
for a project, you can use that instead. (You have unlimited choices!)
2. Getting to the good stuff
SSH into Exozyme, then travel over to /srv/http/pages. After that, make a directory. Title it the name you decided in the previous
section, as long as it's not taken. Once that's done, enter it and run `touch index.html`. This will create the main page for your
website. So when people travel there, they will see this file by default.
3. Writing the website stuff
Using your favorite text editor, open up the file. Assuming you have some basic HTML knowledge, you should know what to do here.
Once you're done writing mindless code for now, save & quit the file. Now open your site in a web browser. It will be something like
yourfoldername.exozy.me.
Bonus: if you're really *HACKERMAN* you can make a folder called `www` and take over www.exozy.me. lol