create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| File | Purpose |
|---|---|
/etc/compose/docker-compose.yml |
Compose file describing what to deploy |
/etc/systemd/system/docker-compose-reload.service |
Executing unit to trigger reload on docker-compose.service |
/etc/systemd/system/docker-compose-reload.timer |
Timer unit to plan the reloads |
/etc/systemd/system/docker-compose.service |
Service unit to start and manage docker compose |
| /** | |
| * Outputs a list of sanitized CSS class names. | |
| * | |
| * @param array|string $classes List of class names (array or string with | |
| * class names separated by spaces or commas). | |
| * @param bool $echo Echo the list of class names (defaults to true). | |
| * @return void|array | |
| */ | |
| function output_css_classes( $classes, $echo = true ) { |