systems:tasks
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
systems:tasks [2022/04/01 08:51] – created derick | systems:tasks [2024/08/14 09:44] (current) – derick | ||
---|---|---|---|
Line 2: | Line 2: | ||
This page explains how to do specific tasks with the PHP infrastructure. | This page explains how to do specific tasks with the PHP infrastructure. | ||
+ | |||
+ | ===== Download Server Access ==== | ||
+ | |||
+ | '' | ||
+ | |||
+ | < | ||
+ | sudo su - | ||
+ | export USER_TO_ADD=sergey | ||
+ | |||
+ | adduser $USER_TO_ADD | ||
+ | cd /home | ||
+ | mkdir $USER_TO_ADD/ | ||
+ | chmod 0700 $USER_TO_ADD/ | ||
+ | vim $USER_TO_ADD/ | ||
+ | chown $USER_TO_ADD $USER_TO_ADD/ | ||
+ | chmod 0600 $USER_TO_ADD/ | ||
+ | chgrp $USER_TO_ADD $USER_TO_ADD/ | ||
+ | mkdir $USER_TO_ADD/ | ||
+ | chown $USER_TO_ADD $USER_TO_ADD/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | Last update: July 31, 2024 | ||
+ | |||
+ | ===== Admin access to Debian systems ==== | ||
+ | |||
+ | < | ||
+ | export USER_TO_ADD=example | ||
+ | export GITHUB_USERID=different | ||
+ | |||
+ | adduser $USER_TO_ADD --disabled-password | ||
+ | cd /home | ||
+ | mkdir $USER_TO_ADD/ | ||
+ | chmod 0700 $USER_TO_ADD/ | ||
+ | curl https:// | ||
+ | chmod 0600 $USER_TO_ADD/ | ||
+ | chown $USER_TO_ADD: | ||
+ | adduser $USER_TO_ADD sudo | ||
+ | </ | ||
+ | |||
+ | Also, add the following to $USER_TO_ADD/ | ||
+ | < | ||
+ | [user] | ||
+ | name = User's Actual Name | ||
+ | email = User's Email Address Used on GitHub | ||
+ | </ | ||
+ | |||
+ | Last update: August 14, 2024 | ||
+ | |||
+ | ===== Add Announce List Moderator ===== | ||
+ | |||
+ | '' | ||
+ | < | ||
+ | sudo su - nobody | ||
+ | export USER_TO_ADD=sergey | ||
+ | |||
+ | echo $USER_TO_ADD@php.net >> / | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Last update: August 12, 2024 | ||
+ | |||
+ | ===== Release Managers Email Alias ===== | ||
+ | |||
+ | To add somebody to the '' | ||
+ | |||
+ | - Log into '' | ||
+ | - Edit ''/ | ||
+ | - A cronjob will automatically update ''/ | ||
+ | - The cronjob emails '' | ||
+ | - Wait 5 minutes | ||
+ | - Announce new additions (and removals) by sending an email to '' | ||
+ | |||
+ | Last update: May 20th, 2022 | ||
+ | |||
===== Security Email Alias ===== | ===== Security Email Alias ===== | ||
Line 8: | Line 83: | ||
- Log into '' | - Log into '' | ||
- | - Edit ''/ | + | - Edit ''/ |
- A cronjob will automatically update ''/ | - A cronjob will automatically update ''/ | ||
+ | - The cronjob emails '' | ||
- Wait 5 minutes | - Wait 5 minutes | ||
- Announce new additions (and removals) by sending an email to '' | - Announce new additions (and removals) by sending an email to '' | ||
Last update: April 1st, 2022 | Last update: April 1st, 2022 | ||
- | |||
- |
systems/tasks.1648803117.txt.gz · Last modified: 2022/04/01 08:51 by derick