Download and install talosctl binary
wget https://github.com/talos-systems/talos/releases/download/v0.8.1/talosctl-linux-amd64| acm-pca:CreateCertificateAuthority | |
| aws-marketplace:AcceptAgreementApprovalRequest | |
| aws-marketplace:Subscribe | |
| backup:PutBackupVaultLockConfiguration | |
| bedrock:CreateProvisionedModelThroughput | |
| bedrock:UpdateProvisionedModelThroughput | |
| devicefarm:PurchaseOffering | |
| dynamodb:PurchaseReservedCapacityOfferings | |
| ec2:ModifyReservedInstances | |
| ec2:PurchaseCapacityBlock |
This guide has moved to a GitHub repository to enable collaboration and community input via pull-requests.
https://github.com/alexellis/k8s-on-raspbian
Alex
| 1. Highlight a recommended option, | |
| 2. Allow users to switch currency (€/$/£) | |
| 3. Allow users to switch pricing monthly/yearly | |
| 4. Keep the entire pricing plan area clickable | |
| 5. Use slider to calculate how much a user would save | |
| 6. Provide free first month for good engagement | |
| 7. Prominently highlight testimonials prominently | |
| 8. Repeating call to action on top and bottom | |
| 9. Sell benefits instead of features | |
| 10. Indicate that users can cancel any time |
The install fails with BSOD and "Your PC ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you."
After reboot it returns with the following message: "The computer restarted unexpectedly or encountered an unexpected error. Windows installation cannot proceed. To install Windows, click OK to restart the computer, and then restart the installation.":
Phone: 07950 890377
Email: matt@mockingbirdconsulting.co.uk
Twitter: @proffalken
Github: github.com/proffalken github.com/mockingbirdconsulting
| <?php | |
| /** | |
| * These aliases (while working) are NO LONGER MAINTAINED. | |
| * | |
| * Development has moved to a full github repo here: | |
| * https://github.com/ModulesUnraveled/Drush-Shell-Aliases | |
| * | |
| * I'm doing this to make it more easy to include them in your Drupal 8 projects. |
| path=${1} | |
| if [ $1 ] | |
| then | |
| wget -q -O - $1 | git apply - | |
| else | |
| echo "please enter url" | |
| exit | |
| fi |
Use my fork of the Wiring-Pi Python library which checks out the WiringOP fork of the WiringPi library as a submodule to build everything. yes that's a little confusing
The WiringPI library is the original C library that RaspGPIO is somewhat based on. WiringPi was built to replicate arduino GPIO functions
In Raspberry Pi Land there are 2 normal python paths for GPIO. One is Raspi.GPIO and the other is WiringPI
| addons: | |
| apt: | |
| packages: | |
| - apache2 | |
| - libapache2-mod-fastcgi | |
| install: | |
| - echo "Initializing Apache2 and PHP-FPM" | |
| - cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf | |
| - ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm |