Musings of an aging computer nerd hitting 0x32
Articles
read more
Seem to be attracting traffic jams these days, two different jams on the way home #trafficjam #trafficwhisper

via Instagram bit.ly/2zV4T4v October 27, 2017 at 07:00PM http://bit.ly/2lnCFME, October 27, 2017 at 08:00PM
Articles
read more
Leeds #sunrise

via Instagram bit.ly/2lm3j8P October 27, 2017 at 05:05PM http://bit.ly/2ll2Nrr, October 27, 2017 at 06:05PM
Articles
read more
Leeds #sunset

via Instagram bit.ly/2heZFZF October 27, 2017 at 05:21PM http://bit.ly/2yaFqqI, October 27, 2017 at 06:23PM
Articles
read more
Tonight Deadlift and more bench work, 9 reps on 100kg for a new #PB #deadlift #benchpress #powerlifting #absolutefitness #roadto600

via Instagram bit.ly/2habHn4 October 25, 2017 at 09:40PM http://bit.ly/2y3WUF7, October 25, 2017 at 10:40PM
Articles
read more
Good session #PB with 2 reps at 120kg #benchpress and 5 reps at 180kg #squat #powerlifting #absolutefitness #roadto600

via Instagram bit.ly/2yJDofS October 23, 2017 at 08:02PM http://bit.ly/2gE8FdN, October 23, 2017 at 09:03PM
Articles
read more
SystemD Puppet ERB Template for Clustered Minio
A Puppet ERB template for generating Minio cluster systemd control script.
@cluster_fqdn is an array of fully qualified domain names of each node in the cluster.
https://gist.github.com/alastairhm/51eb6f8bb35b8d785639c3e3165b41ac
Doodle's Geek Monkey by Alastair Montgomery
@cluster_fqdn is an array of fully qualified domain names of each node in the cluster.
| [Unit] | |
| Description=Minio | |
| Documentation=https://docs.minio.io | |
| Wants=network-online.target | |
| After=network-online.target | |
| After=syslog.target network.target | |
| AssertFileIsExecutable=<%= @installation_directory %>/minio | |
| [Service] | |
| WorkingDirectory=<%= @installation_directory %> | |
| Environment="MINIO_ACCESS_KEY=<%= @access_key %>" | |
| Environment="MINIO_SECRET_KEY=<%= @secret_key %>" | |
| User=<%= @owner %> | |
| Group=<%= @group %> | |
| PermissionsStartOnly=true | |
| ExecStart=<%= @installation_directory %>/minio server --config-dir <%= @configuration_directory %> \ | |
| <% @cluster_fqdn.each_with_index do |fqdn, i| -%> | |
| <%- unless i < (@cluster_fqdn.size - 1) -%> | |
| http://<%= fqdn %><%= @minio_mount_partition %>/minio-data | |
| <%- else -%> | |
| http://<%= fqdn %><%= @minio_mount_partition %>/minio-data \ | |
| <%- end -%> | |
| <% end -%> | |
| StandardOutput=journal | |
| StandardError=inherit | |
| # Specifies the maximum file descriptor number that can be opened by this process | |
| LimitNOFILE=65536 | |
| # Disable timeout logic and wait until process is stopped | |
| TimeoutStopSec=0 | |
| # SIGTERM signal is used to stop Minio | |
| KillSignal=SIGTERM | |
| SendSIGKILL=no | |
| SuccessExitStatus=0 | |
| [Install] | |
| WantedBy=multi-user.target |
https://gist.github.com/alastairhm/51eb6f8bb35b8d785639c3e3165b41ac
Doodle's Geek Monkey by Alastair Montgomery
Articles
read more
Park and ride morning #leeds #Sunrise

via Instagram bit.ly/2yVJ5Zc October 20, 2017 at 07:33AM http://bit.ly/2gpe5G1, October 20, 2017 at 08:33AM


