- Create certificates
- Edit Docker options
- Restart Docker
- Copy client certificates from host
- (optional) Add remote endpoint in Portainer
Tested on a standard $5/mo DigitalOcean VPS running Ubuntu 16.04.
| <?php | |
| namespace Acme\Common\Infrastructure\Symfony\Messenger; | |
| use Prooph\EventStore\Exception\ConcurrencyException; | |
| use Symfony\Component\HttpFoundation\JsonResponse; | |
| use Symfony\Component\HttpFoundation\Response; | |
| use Symfony\Component\Messenger\Exception\HandlerFailedException; | |
| use Symfony\Component\Messenger\Exception\RuntimeException; | |
| use Symfony\Component\Messenger\Exception\ValidationFailedException; |
| ### Fichier de préconfiguration pour l'installation d'Ubuntu Desktop 19.04 (Disco Dingo) | |
| ### Intègre les éléments liés à Ubiquity mais principalement basé sur Debian Installer | |
| ### Template complet : https://help.ubuntu.com/lts/installation-guide/example-preseed.txt | |
| ### Guide officiel : https://help.ubuntu.com/lts/installation-guide/s390x/apbs04.html | |
| ########################################################## | |
| ### Paramètres Ubiquity uniquement pour Ubuntu Desktop ### | |
| ########################################################## | |
| ### Reprise du contenu d'Ubuntu.seed |
Tested on a standard $5/mo DigitalOcean VPS running Ubuntu 16.04.
| <?php | |
| namespace AppBundle\Form\Type; | |
| use AppBundle\Form\DataTransformer\BooleanTypeToBooleanTransformer; | |
| use Symfony\Component\Form\AbstractType; | |
| use Symfony\Component\Form\FormBuilderInterface; | |
| use Symfony\Component\OptionsResolver\OptionsResolver; | |
| class BooleanType extends AbstractType |
Suppose you have, by mistake, added your IDE's project folder (you know, these .idea folders with all kinds of local paths and configuration data and settings in it) to the Git repository of your project. (We're talking about a whole folder here, but the same rules apply to individual files as well.)
Of course, you only realize that two days after the fact and have already pushed it, and your colleagues have already pulled it. They use the same IDE as you do, so whenever they change a setting or fix paths, they can either
| i386 : iPhone Simulator | |
| x86_64 : iPhone Simulator | |
| arm64 : iPhone Simulator | |
| iPhone1,1 : iPhone | |
| iPhone1,2 : iPhone 3G | |
| iPhone2,1 : iPhone 3GS | |
| iPhone3,1 : iPhone 4 | |
| iPhone3,2 : iPhone 4 GSM Rev A | |
| iPhone3,3 : iPhone 4 CDMA | |
| iPhone4,1 : iPhone 4S |