debugging

27
Jul
Debug python containers pdb docker breakpoint

Debug python containers pdb docker breakpoint

Debugging python docker containers with remote-pdb, docker-compose You want to debug and set breakpoints inside your docker container and/or
1 min read
09
Jul
Does git rm delete the file?

Does git rm delete the file?

tldr; Yes. Yes it does. (use git restore --staged <filename> to un-delete if you made that mistake*) Does
2 min read
17
May
Override the entrypoint of docker containers (any container)

Override the entrypoint of docker containers (any container)

Sometimes you want a quick and easy way to look inside a container before it's stopped- to debug
08
Oct
Sessions not set SameSite cookie Firefox vs Chome iframe

Sessions not set SameSite cookie Firefox vs Chome iframe

This matter comes into play when you are embedding an iframe into your application (e.g. maybe your application is
3 min read
30
Nov
Docker entrypoint vs cmd

Docker entrypoint vs cmd

I'm always forgetting what is the difference between Docker's entry point vs Docker cmd. Which one
2 min read
12
May
Scaling Kubernetes ReadWriteMany Ceph Deployments

Scaling Kubernetes ReadWriteMany Ceph Deployments

Run ReadWriteMany volumes on Google Kubernetes engine which allows your Deployments with persistent data to scale. This allows us to
10 min read
23
Mar
Getting started with Java and Scala projects using Maven, intellij

Getting started with Java and Scala projects using Maven, intellij

Coming from a Python/Php and/or systm administration bacground with no little to Java experience is daunting. * POM? What
3 min read
15
Oct
Move Site From wpengine, how to migrate site

Move Site From wpengine, how to migrate site

The steps to migrate a website away from wpengine and move to another web host. 1 Perform a full site
3 min read
16
Apr
Quickest way to find active php.ini

Quickest way to find active php.ini

How to quickly find active php.ini file? You're administering a system you're not familir with
13
Apr
Angular httpClient POST Duplicate Parameters Array (like php form elements) []

Angular httpClient POST Duplicate Parameters Array (like php form elements) []

We were creating an Angular app which needed to post to a legacy PHP application and need to post same
2 min read
Collect recurring payments with Subscribie