Tsuna's blog

In code we trust.

Thursday, March 30, 2023

CVE-2022-4696 mitigation on GKE

›
There's a CVE on GCP that could lead to a privilege escalation (see security bulletin GCP-2023-001 ). This can be mitigated by blocking...
Tuesday, September 13, 2022

tar hanging when extracting an archive during a Docker build

›
Consider the following excerpt of a Dockerfile building nginx:  RUN \ mkdir -p /usr/src/ngx_brotli \ && cd /usr/src/ngx_brotli \...
Saturday, July 7, 2018

Creating an admin account on Kubernetes

›
I spent a bunch of time Googling how to do this so I figured it could help someone else if posted the steps to add an admin account on a Kub...
Tuesday, January 9, 2018

Why I left Arista Networks

›
edit: I rejoined Arista Networks in early 2020 ;) 5 years ago, I wrote a blog post on why I joined Arista Networks  back in 2012.  As I am ...
2 comments:
Monday, May 1, 2017

Getting cash without selling stocks

›
I haven't posted anything here in a while, just been busy with life and hating Blogger's interface (and being too lazy to move to so...
1 comment:
Friday, March 8, 2013

Why I joined Arista Networks

›
Over the past few months, many people have asked me why I jumped from the "web world" to the "network industry" to work ...
20 comments:
Wednesday, February 6, 2013

Google uses captcha to improve StreetView image recognition

›
I just stumbled on one of these for the first time: Here's another one: These were on some Blogger blogs. Looks like Google is us...
Sunday, January 27, 2013

Using debootstrap with grsec

›
If you attempt to use debootstrap with grsec (more specifically with a kernel compiled with CONFIG_GRKERNSEC_CHROOT_MOUNT=y ), you may see ...
1 comment:
Friday, November 9, 2012

Sudden large increases in MySQL slave lag caused by clock drift

›
Just in case this ever helps anyone else, I had a machine where slave lag (as reported by Seconds_Behind_Master in SHOW SLAVE STATUS ) woul...
3 comments:
Thursday, October 18, 2012

Python's screwed up exception hierarchy

›
Doing this in Python is bad bad bad: try: # some code except Exception, e: # Bad log.error("Uncaught exception!", e) Yet yo...
1 comment:
›
Home
View web version

About Me

tsuna
View my complete profile
Powered by Blogger.