Glossary:
- md: multiple devices
| command | description |
|---|---|
cat /proc/mdstat |
show status of all raids |
mdadm --detail /dev/md0 |
detailed status of raid md0 |
| <?php | |
| /** | |
| * This is a simple script to invite users to your slack | |
| * Replace the subdomain and token in the variables below. | |
| * Upload a logo called "logo.png" to the same directory for your group | |
| * Upload a logo called "slack.png" to the same directory for slack | |
| */ | |
| define('SUBDOMAIN','{YOUR SUBDOMAIN HERE}'); | |
| define('TOKEN','{YOUR API TOKEN HERE}'); | |
| ?> |