Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

5 changed files with 14 additions and 99 deletions

View File

@ -1,37 +0,0 @@
<!doctype html>
<html>
<head>
<title>Thunix Phoenix Project - Coming Soon!</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://tildenic.org/css/hacker.css" rel="stylesheet">
</head>
<body>
<div style="width: 95%;text-align:center;">
<img src="thunix.jpg" alt="thunix logo"/><p/>
<h1>Thunix Phoenix Project</h1>
</div>
<div style="float:left; width:18%;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="coc.html">Rules</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="signup.html">Sign Up for an Account</a></li>
</ul>
</div>
<div style="float: right; width:75%;">
<ul>
<li>tl;dr - Be excellent to one another.</li>
<li>Thunix is a free service, with no guarantees of uptime for the various service provided.</li>
<li>One of the goals for Thunix is to be a collaborative environment. Things that are detrimental to collaboration are not allowed.</li>
<li>Harassment of other users is not allowed. If a user tells you to break contact, that is what you MUST do.</li>
<li>Be wary of rousing a sysadmin's wrath, for they are subtle, and quick to anger. In other words, this is a fun place, and don't make it not so for the admin team.</li>
<li>If you have questions, ask! Nobody gets angry over a question asked, and if they do, tough.</li>
<li>Don't hack the gibson. While penetration testing can be fun, this is not the place for that.</li>
</ul>
</div>
</body>
</html>

View File

View File

@ -1,36 +0,0 @@
<!doctype html>
<html>
<head>
<title>Thunix Phoenix Project - Coming Soon!</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://tildenic.org/css/hacker.css" rel="stylesheet">
</head>
<body>
<div style="width: 95%;text-align:center;">
<img src="thunix.jpg" alt="thunix logo"/><p/>
<h1>Thunix Phoenix Project</h1>
</div>
<div style="float:left; width:18%;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="coc.html">Rules</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="signup.html">Sign Up for an Account</a></li>
</ul>
</div>
<div style="float: right; width:75%;">
<ul>
<li>How do I sign up for an account?</li>
You can ask in #thunix on tilde.chat for someone to make your account.
<li>Who is running Thunix?</li>
amcclure and ubergeek.
<li>What happened to the old thunix? Why the name change?</li>
The original machine dissappeared without warning, and most things were not backed up. hexhaxtron is not reachable, so we needed to obtain a new domain name, and a new set of machines.
</ul>
</div>
</body>
</html>

View File

@ -8,33 +8,21 @@
<link href="https://tildenic.org/css/hacker.css" rel="stylesheet">
</head>
<body>
<div style="width: 95%;text-align:center;">
<img src="thunix.jpg" alt="thunix logo"/><p/>
<h1>Thunix Phoenix Project</h1>
</div>
<div style="float:left; width:18%;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="coc.html">Rules</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="signup.html">Sign Up for an Account</a></li>
</ul>
</div>
<div style="float: right; width:75%;">
We"re climbing out way out of the ashes, but the Thunix Phoenix
Project is well on it's way to getting back.<br>
Checkout #thunix on irc server tilde.chat for updates.<br>
Right now, you can ask on IRC for a shell account to be made, and
someone with permissions will do it. Another way<br>
is to head over to the system's git repo at:
<a href="https://tildegit.org/thunix/ansible/">tildegit</a>,
and do a pull<br>
request to create your user account. Already done examples exist at
<a
<img src="thunix.jpg" alt="thunix logo">
<h1>Thunix Phoenix - Coming Soon!</h1>
<p style="text-align: center">
We"re climbing out way out of the ashes, but the Thunix Phoenix
Project is well on it's way to getting back.<br>
Checkout #thunix on irc server tilde.chat for updates.<br>
Right now, you can ask on IRC for a shell account to be made, and
someone with permissions will do it. Another way<br>
is to head over to the system's git repo at:
<a href="https://tildegit.org/thunix/ansible/">tildegit</a>,
and do a pull<br>
request to create your user account. Already done examples exist at
<a
href="https://tildegit.org/thunix/ansible/src/branch/master/roles/shell/tasks/users">
tildegit.org/thunix/ansible</a>
</div>
</p>
</body>
</html>

View File