it Articles


  • 2023-08-13
  • it

fixing sad servers in challenges!

Have been trying these web based Linux servers challenges out for a little while. seems to be a young service. They have a Linux World Cup coming up soon. Today is the last day to register! After participating in CTF these challenges were not so hard but interesting with new …

  • 2023-06-13
  • it

Raspberry Pi 4 with external SSDs

Why This Exercise? Before this post I had an old mini-itx server with ssds at home. a 120GB, 4TB and a 2TB SSD all from Samsung, and one fourth 1TB now broken/missing one device that doesn't power on anymore :/. This really shouldn't have been an issue but I didn't …

  • 2023-04-20
  • it

Using Chat GPT or other LLM at for hobby projects

I find myself using chatGPT or similar like phind recently to help with some computer programming tasks. I'll probably post more about what I'm using it for at work too. It's a thing that's up-and-coming so seems like something useful I could learn! Some reasons why I used it during …

  • 2023-04-20
  • it

Great Android Apps 2023

Are you ready to take your Android experience to the next level? Then buckle up and get ready to discover some of the best Android apps of 2023 We all remember the days of using clunky task killers and relying on third-party apps to perform basic functions on our phones …

  • 2023-04-15
  • it

Moving from WordPress to This

Background Story I had this great webhost. They had the first $SHELL I ever used. I learnt a lot about bash scripting there. I ran eggdrops and IRC clients and used screen :D I experienced the hacks when they got pwned, because those things happened back then (2001-2002 probably). Anyway …

  • 2021-09-28
  • it

LSC - LDAP Synchronization Connector

At $dayjob I recently found this tool. https://lsc-project.org/doku.php Use case was a workaround to get our good old posixGroups into groupOfNames; because some tools like bitwarden on premise requires that members of the groups are DNs for them to be able to figure out who's member …

  • 2021-04-07
  • it

Prometheus and SNMP from a printer

The other week I finally for this thing working I've been trying weakly to do every now and then when I had a few minutes free: send an alert before a toner runs out in a printer! Way back I set up SNMP_exporter to fetch metrics from switches. This worked …

  • 2020-12-16
  • it

Convert a string to integer in Kibana with painless

if (doc['bytes.keyword'].size()!=0) { return Integer.parseInt(doc['bytes.keyword'].value) } This took me a while to figure out! The above only works for Integer (so no 1.1 or 2.22). It works on ELK 7.10 I needed it because I'm using %{COMBINEDAPACHELOG} GROK pattern. That …

  • 2020-07-05
  • it

New Home Network Plan!

Changing apartment again so a pretty decent time to change the network at home. Doing it a bit on the cheap this time around. We'll get a docsis cable connection. Fortunately I have a modem used to connect to the same ISP from a previous apartment. Unfortunately the modem was …

  • 2020-06-17
  • it

3 months at IQM today!

And I'm on holiday :) Wasn't really expecting to be able to go on holiday working for a startup, but there's some coverage and the old IT Admin is still there so very nice to be able to take time off and not have to worry. Even get some more later …