Download and install talosctl
binary
wget https://github.com/talos-systems/talos/releases/download/v0.8.1/talosctl-linux-amd64
route53domains:RegisterDomain | |
route53domains:RenewDomain | |
route53domains:TransferDomain | |
ec2:ModifyReservedInstances | |
ec2:PurchaseHostReservation | |
ec2:PurchaseReservedInstancesOffering | |
ec2:PurchaseScheduledInstances | |
rds:PurchaseReservedDBInstancesOffering | |
dynamodb:PurchaseReservedCapacityOfferings | |
s3:PutObjectRetention |
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: [email protected]
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 |