The Kubernetes history- the project which almost never happened
"It's 2013. The environment in silicon vally was on the heels of the devops movement, automation tools
It's time to let go of Centos, and has been that way for a long time
It's perhaps human nature to cling to the familiar, it's the availability heuristic (we tend to
How to disable Wordpress https redirect, the many ways
For local dev this is useful.
Because Wordpress is a wild west there may be different reasons your wordpress
install
TiDB SQL Database NewSQL
Little known in the UK TiDB (soon to launch TiDB Cloud) is a significant change
in how you think about
Building a SaaS based architecture on a budget without vendor lock-in
Opinionated account on a micro SaaS currently processing ~53k api requests daily and ~£3k monthly. Actual code, real lessons learnt
A brief look at OpenAFS
I have a keen interest in opensource history and trying to understand which technologies hyperscalers may be using, or at
How to create your own pip package example python
Example code repo for post
[https://github.com/KarmaComputing/create-your-own-python-pip-package]
Being able to package your python project into a pip
Docker tail -f from the end
The docker way:
docker logs -f --tail 10 container_name
The host way
$(docker inspect --format='{{.LogPath}}'
# Then
Rust create ubuntu / debian package from cargo
Rust how to create a deb package with cargo deb
How to get started with rust
How to I install rust?
See https://www.rust-lang.org/tools/install
Or run:
curl --proto '=https' --tlsv1.