Stories from an Italian Software Engineer
Me
I’m not fronted or backend.
I’m not DevOps or SRE.
I’m not Developer or Architect.
I love software in any shape or form.
I love the fact that I can “materialize” ideas with it.
I love problems and I love challenges.
Let's talk terraform: genesis
I have used Terraform daily for the past five years, and during this time, I have developed some ideas on how to use it.
- What to use.
- What not to.
- Why.
Here starts a series of posts meant to share how we are using terraform in 2021.
Jenkins Credentials
Snippet to get back credentials from a jenkins server.
Get to https://jenkins-url.com/script
and paste the code below:
Read file in chunks in bash
How to read a file in chunks. You can optionally specify the starting point and the chunk size.
Post from mobile
Just for fun.
openvpn
Chrome kwallet and xmonad
During the last month, after the umpteenth Plasma crash, I’m gradually switching to xmonad
The hardest part of the switch has been changing my behaviour from floating to a tiling window system. But also missing my configurations and tools is becoming a problem.
Browser as notepad
From time to time, I need to note something down, from a snippet of code to some lorem ipsum.
Of course, I can open a text editor and paste the text there but is it worth keeping another window around when I already have a browser open on one of my screens?
Juniper vpn on linux!
Are you running a 64bit linux flavor and you are having problem to connect to a Juniper vpn system, even using a 32bit firefox with a 32bit jre plugin as many online pages suggest?
It's a Trap!
I do a big use of shell scripts, and many of them contain a for loop, do you know what normally happen when you press CTRL^C
and the script is executing an action inside the loop?