Posts

67 entries
202304 · 08

Archive Utility not working on macOS

Ran into this on a MacBook Air M2. Archive Utility wouldn't extract a zip on double-click.

macos
Mac1 min
202203 · 28

Using the Go profiler (pprof)

Using the Go profiler (pprof). Profile via net/http/pprof, CPU profile (collects data for 30 seconds), Heap memory (returns current memory info).

gogolangpprof
Golang1 min
202005 · 13

kubernetes cert-manager

Installing and configuring cert-manager to serve https through a Kubernetes ingress, with certificate issuance handled automatically.

kubernetescert-managerletsencrypt
Kubernetes4 min
202005 · 13

kubernetes glusterfs integration

Setting up GlusterFS on Kubernetes, including patching the gk-deploy script where it still used deprecated kubectl options.

kubernetesglusterfs
Kubernetes2 min
202005 · 13

kubernetes ingress - proxying to a specific url

kubernetes ingress - proxying to a specific url

kubernetesingress
Kubernetes1 min
201608 · 11

Login with an ssh key

Set up an ssh key on macOS so you can log into the server without typing a password Normally I don't do this, for security.

centossshmacos
Linux1 min
201607 · 27

redis data types

Testing is done with redis-cli, but for real use I'd probably use an api library for the language

redis
Opensource3 min
201607 · 14

Converting from maven to gradle...

There's a manual install method.. but I prefer automatic installs like the above doesn't everyone For manual install see the site…

gradlespring
Etc2 min
201606 · 22

Collecting logs with fluentd

I've been collecting error logs with flume, but I'm switching to fluentd. actually the goal is monitoring, not collecting The architecture seems…

fluentdcentos
Opensource1 min
201606 · 08

Getting average response time, call count, Min, Max on a restful api server

There's an api server that handles data traffic from an app I computed the average response time per interface using the apache logs For the hadoop,…

sparkhadooppython
Opensource1 min