Category Archives: DataCenter
Secure Grafana with HTTPS: Extracting Keys and Certificates
When setting up https for Grafana we need separate files to set the security. One with the certificate chain in PEM format and another with the private key. Step 1: Convert the JKS keystore to the PKCS12 format. After that it will be easier to extract the certificate chain and the private key. Step 2:… Read More »
Bash one liners: Keeping an Eye on Connections: Using tcpdump to Monitor Client-Server Port Activity
In the world of network administration and troubleshooting, there are countless moments when you need to verify connectivity. Is a specific client successfully reaching a server on a designated port? Is the server responding? Or is something silently dropping the packets? For these scenarios, the command-line tool tcpdump is an invaluable asset – powerful, versatile,… Read More »
My Family Name Domain and the Multilingual Ransomware Scam
I own my family name as an internet domain with several country codes. It’s not every day you get to claim your heritage in the digital world like that. However, this seemingly harmless act has turned me into an unexpected recipient of a rather peculiar type of email: the multilingual ransomware scam. My inbox, normally… Read More »
#Firefox took a wrong time-zone when resistFingerprinting is on
Some websites require to obtain the time-zone from the client browser in order to correctly display some information. This is not always critical but in case you are using some web hosted e-mail or calendar account this is important. One day I noticed that suddenly all my tutanota.com mail calendar events were completely off by… Read More »
Low cost UPS set-up: NJOY Balder 1000 + NJOY CA0312GX-AZ extender.
After experiencing for years with several small scale UPSes that are mainly used for desktop computers or small offices I decided to up the game. As you may know from the top sticky post this blog is self hosted in a home rack. Adding a proper rack UPS was on the agenda for a long… Read More »
Technology fail: Bottle return machine
Fedora Linux Server useful one liners -part 2
This is a continuation of the previous post about one liners from https://blog.voina.be/fedora-linux-server-useful-one-liners/ Updating to a new version – extra commands In case the usual one liner does not work or there are some issues related to the upgrade, there are some additional things that can be done. Make sure to have latest packages of… Read More »
Fedora Linux Server useful one liners
While running the blog server on Fedora Linux I found out that some one liners are either very important to be executed once or very useful periodically. Here are some of my most used one-liners Updating packages Note that I allow dnf to skip broken packages and delete if necessary. Sometimes if using other than… Read More »
Monitor and control #ActiveMq using Jolokia #API
Apache ActiveMQ® is the most popular open source, multi-protocol, Java-based message broker. It is widely used in a lot of multi service application environments where we need to pass messages between services. All this type of environments (kubernets, docker swarm etc. ) are used to be able to monitor and control the component services using… Read More »