The first website from after Minteck Projects got closed
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Mia Raindrops ef055e7985
Bye furries
1 year ago
.idea Bye furries 1 year ago
.vscode Commit 2 years ago
.well-known Bye furries 1 year ago
about Commit 2 years ago
api Commit 2 years ago
archive Opening! 2 years ago
blog Opening! 2 years ago
captcha Commit 2 years ago
code-of-conduct Opening! 2 years ago
contact Bye furries 1 year ago
creations Bye furries 1 year ago
includes Bye furries 1 year ago
legal Opening! 2 years ago
metranslator Commit 1 year ago
mwspub Commit 1 year ago
oworadio Commit 2 years ago
radio Commit :) 2 years ago
static Commit 2 years ago
yKcw6aypKxss2qYZVUyjbz77H98QD44BavusQgP5T5tG4Wgc Commit 1 year ago
.gitignore Commit 1 year ago
.gitlab-ci.yml CI/CD 1 year ago
.htaccess Opening! 2 years ago
.htpasswd Opening! 2 years ago
69ad592e65288f6310580e1b3bdf9167.txt Opening! 2 years ago
404.php Opening! 2 years ago
Fursona01.jpg Commit 1 year ago
Fursona02.jpg Commit 1 year ago
Fursona03.png Commit 1 year ago
LICENSE Create LICENSE 2 years ago
README.md Securing the security 2 years ago
SatteliteGiteaData.txt Add 'SatteliteGiteaData.txt' 1 year ago
googleb0405a7fbe408f87.html Commit 2 years ago
index.js Commit :) 2 years ago
index.php Bye furries 1 year ago
logo-mono.png Opening! 2 years ago
logo.svg Opening! 2 years ago
robots.txt Commit :) 2 years ago
rpack.zip Commmmmmit 2 years ago
version.txt Update Kartik links 2 years ago

README.md

Minteck's Space

Not compatible with Nginx!

Getting /admin to work

  • /admin works only on Ubuntu or Ubuntu-based systems. Ubuntu Core systems may work but hasn't been tested

sudo file

Edit the sudoers file:

$ sudo visudo

And add the following lines:

www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/mtsp-apt-get-1
www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/mtsp-apt-get-2
www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/mtsp-do-release-upgrade
www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/lshw

(replacing www-data by the name of the user that runs your Web server)

You will need to :

  • create a /usr/bin/mtsp-apt-get-1 file that does apt-get update
  • create a /usr/bin/mtsp-apt-get-2 file that does apt-get upgrade -s
  • create a /usr/bin/mtsp-do-release-upgrade file that does do-release-upgrade -c

And make sure to have the x permission bit so we can run these files!

Groups

Add your server user (usually www-data) to the following groups:

  • syslog (required to write /var/log)
  • adm (required to read /var/log)

Dependencies

Install the following packages:

  • lm-sensors

To install them all at once, do:

$ pkcon install lm-sensors