From 3718beb9a33f3361dc80731fcddba84006f6c54d Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 25 Jan 2019 15:10:12 +0000 Subject: [PATCH 1/3] Changed focus, added more FAQ --- HEADER.php | 4 ++-- donate.php | 6 +++--- faq.php | 11 ++++++++--- index.php | 10 +++++----- tos.php | 4 ++-- 5 files changed, 20 insertions(+), 15 deletions(-) diff --git a/HEADER.php b/HEADER.php index ff31102..7d50ea4 100644 --- a/HEADER.php +++ b/HEADER.php @@ -1,9 +1,9 @@ - + - \ No newline at end of file + diff --git a/donate.php b/donate.php index 07bf91e..6b07c02 100644 --- a/donate.php +++ b/donate.php @@ -1,12 +1,12 @@ -Donations - thunix Shell Provider and Web Host +Donations - thunix Community
@@ -26,4 +26,4 @@
 
- \ No newline at end of file + diff --git a/faq.php b/faq.php index e690095..3f8ff62 100644 --- a/faq.php +++ b/faq.php @@ -1,12 +1,12 @@ -Frequently Asked Questions - thunix Shell Provider and Web Host< +Frequently Asked Questions - thunix Community
@@ -20,9 +20,14 @@

How do I sign up for an account?
You can ask in #thunix on tilde.chat, or you can email amcclure (with the instructions on the main page).

Who is running thunix?
The current system administrators are amcclure and ubergeek.

What happened to the old thunix? Why the name change?
The original machine and founder dissappeared without any warning to anyone, including server staff. For this reason, most things were not backed up, and we needed to obtain a new domain name, and a new set of machines.

+

I want a new package installed, or I want something changed on Thunix!
Excellent! We're looking to make this system useful for the community! You can submit a PR or an issue here to request the system change.

+

Can I get password-based login? Old thunix had it!
No. Sorry. Not for shell access. For other integrated services, password auth will be enabled, but not for your ssh connection. We use key based authentication, as it's more secure, and more convienent for you, to be honest.

+

I want to run X server, but I can't seem to access it?
The only exposed ports to the internet are services as defined in our ansible playbook. If there is a public service you want to see, open an issue, or do a pull request for it, and we'll probably enable it without much question.

+

That's too hard! Can you just open the port up for this service I have running?
No. Due to security issues, we cannot. HOWEVER! You can certainly use an SSH tunnel to access it.

+

Old thunix did X, and now it doesn't. Make it work like it used to!
There was a huge changeover. Maybe we can get something going old thunix had, and maybe not. You can mention it in the IRC channel, and we'll see what we can do.

 
- \ No newline at end of file + diff --git a/index.php b/index.php index fac7367..4c89fa8 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ -Welcome to thunix Shell Provider and Web Host +Welcome to thunix Community
@@ -14,17 +14,17 @@
-

Welcome to thunix Shell Provider and Web Host

+

Welcome to thunix Shell Commnunity

 

We're so glad you could drop by and we hope you enjoy your visit. Stay a while! Feel free to inquire about what we have to offer and explore our services.

-

About thunix Shell Provider and Web Host

+

About thunix Community

 
-

thunix offers Secure Shell (SSH) accounts, Web Hosting, Email Accounts, and many other services. It was founded by hexhaxtron in the Summer of 2017, and was continued by amcclure and ubergeek since 2018. We aim to provide the best service possible with a wide variety of features, and we hope you have fun with it!

+

thunix offers Secure Shell (SSH) accounts, Web Hosting, Email Accounts, and many other services. But, most of all, we are a community of users. It was founded by hexhaxtron in the Summer of 2017, and was continued by amcclure and ubergeek since 2018. We aim to provide the best service possible with a wide variety of features, and we hope you have fun with it!

@@ -61,4 +61,4 @@
 
- \ No newline at end of file + diff --git a/tos.php b/tos.php index 595b0cf..7663974 100644 --- a/tos.php +++ b/tos.php @@ -1,5 +1,5 @@ -Terms of Service - thunix Shell Provider and Web Host +Terms of Service - thunix Community
@@ -38,4 +38,4 @@
 
- \ No newline at end of file + -- 2.34.1 From 1b8bf5ee255979455400dfe58fdeed77824f0b58 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 25 Jan 2019 17:04:30 +0000 Subject: [PATCH 2/3] Updated the FAQ a little --- faq.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faq.php b/faq.php index 3f8ff62..753ff63 100644 --- a/faq.php +++ b/faq.php @@ -22,9 +22,9 @@

What happened to the old thunix? Why the name change?
The original machine and founder dissappeared without any warning to anyone, including server staff. For this reason, most things were not backed up, and we needed to obtain a new domain name, and a new set of machines.

I want a new package installed, or I want something changed on Thunix!
Excellent! We're looking to make this system useful for the community! You can submit a PR or an issue here to request the system change.

Can I get password-based login? Old thunix had it!
No. Sorry. Not for shell access. For other integrated services, password auth will be enabled, but not for your ssh connection. We use key based authentication, as it's more secure, and more convienent for you, to be honest.

-

I want to run X server, but I can't seem to access it?
The only exposed ports to the internet are services as defined in our ansible playbook. If there is a public service you want to see, open an issue, or do a pull request for it, and we'll probably enable it without much question.

+

I want to run {fill in the blank} server, but I can't seem to access it?
The only exposed ports to the internet are services as defined in our ansible playbook. If there is a public service you want to see, open an issue, or do a pull request for it, and we'll probably enable it without much question.

That's too hard! Can you just open the port up for this service I have running?
No. Due to security issues, we cannot. HOWEVER! You can certainly use an SSH tunnel to access it.

-

Old thunix did X, and now it doesn't. Make it work like it used to!
There was a huge changeover. Maybe we can get something going old thunix had, and maybe not. You can mention it in the IRC channel, and we'll see what we can do.

+

Old thunix did {fill in the blank}, and now it doesn't. Make it work like it used to!
There was a huge changeover. Maybe we can get something going old thunix had, and maybe not. You can mention it in the IRC channel, and we'll see what we can do.

 
-- 2.34.1 From 2a970e260759f9b26ce665d82aba561dcfc9bc3d Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Fri, 25 Jan 2019 17:19:56 +0000 Subject: [PATCH 3/3] Divested last of 'Shell Provider' --- abuse.lib.php | 3 +-- contact.lib.php | 3 +-- copyright.php | 5 ++--- donate.php | 1 - faq.php | 1 - gdpr.php | 3 +-- index.php | 1 - server.php | 5 ++--- signup.lib.php | 3 +-- tos.php | 1 - users.php | 5 ++--- 11 files changed, 10 insertions(+), 21 deletions(-) diff --git a/abuse.lib.php b/abuse.lib.php index 7e16f4e..d8c7dfa 100644 --- a/abuse.lib.php +++ b/abuse.lib.php @@ -2016,7 +2016,7 @@ function phpfmg_header( $title="", $keywords="", $description="" ){ if( !$formOnly ){ ?> -Report Abuse - thunix Shell Provider and Web Host +Report Abuse - thunix Community
diff --git a/contact.lib.php b/contact.lib.php index a8b2766..5273bbc 100644 --- a/contact.lib.php +++ b/contact.lib.php @@ -2016,7 +2016,7 @@ function phpfmg_header( $title="", $keywords="", $description="" ){ if( !$formOnly ){ ?> -Contact Us - thunix Shell Provider and Web Host +Contact Us - thunix Community
diff --git a/copyright.php b/copyright.php index 5476dd7..cdd14ac 100644 --- a/copyright.php +++ b/copyright.php @@ -1,12 +1,11 @@ -Copyright Notices and Acknowledgements - thunix Shell Provider and Web Host +Copyright Notices and Acknowledgements - thunix Community
@@ -23,4 +22,4 @@
 
- \ No newline at end of file + diff --git a/donate.php b/donate.php index 6b07c02..62191a2 100644 --- a/donate.php +++ b/donate.php @@ -6,7 +6,6 @@
diff --git a/faq.php b/faq.php index 753ff63..573fdad 100644 --- a/faq.php +++ b/faq.php @@ -6,7 +6,6 @@
diff --git a/gdpr.php b/gdpr.php index 79d81c3..3c438e6 100644 --- a/gdpr.php +++ b/gdpr.php @@ -1,12 +1,11 @@ -GDPR Statement and Privacy Policy - thunix Shell Provider and Web Host +GDPR Statement and Privacy Policy - thunix Community
diff --git a/index.php b/index.php index 4c89fa8..f4c03da 100644 --- a/index.php +++ b/index.php @@ -6,7 +6,6 @@
diff --git a/server.php b/server.php index 9d7375c..724f157 100644 --- a/server.php +++ b/server.php @@ -1,12 +1,11 @@ -Status of thunix Servers and Services - thunix Shell Provider and Web Host +Status of thunix Servers and Services - thunix Community
@@ -30,4 +29,4 @@
 
- \ No newline at end of file + diff --git a/signup.lib.php b/signup.lib.php index 8b34446..fba5888 100644 --- a/signup.lib.php +++ b/signup.lib.php @@ -2017,7 +2017,7 @@ function phpfmg_header( $title="", $keywords="", $description="" ){ if( !$formOnly ){ ?> -Sign Up - thunix Shell Provider and Web Host +Sign Up - thunix Community
diff --git a/tos.php b/tos.php index 7663974..92b970a 100644 --- a/tos.php +++ b/tos.php @@ -6,7 +6,6 @@
diff --git a/users.php b/users.php index 62a86d9..034d030 100644 --- a/users.php +++ b/users.php @@ -1,12 +1,11 @@ -User Web Directories - thunix Shell Provider and Web Host +User Web Directories - thunix Community
@@ -35,4 +34,4 @@
 
- \ No newline at end of file + -- 2.34.1