My list of links that have been useful to me in the past and I keep returning to them.
Recently I had to swap my good old power supply for a spare one. However, I needed an 8 pin GPU power connector and the spare PSU had only a 6 pin. Turns out 6->8 pin conversion is not that hard to do.
My quick notes regarding a SIM800L module on an inexpensive SIM800L EVB “SIM800LV2.2” carrier board from eBay. Communicates happily with a computer through a generic USB<>TTL converter, 5V logic levels and 5V power at 9600 baud. Carrier board includes a TTL level shifter and 2 diodes in series to drop the voltage from 5V to ~3.6V.
As you may know, .arpa domains are used for reverse DNS. But did you know that they are usable for forward DNS too?
During a new server deployment I’ve come across the need to use ECMP on Linux. Turns out it’s actually really simple to configure. Read More
In the past few months, quite a few people have asked me this question: “I bought a VPS from provider X, turned up a BGP session with them and my routes are all marked unreachable”. Today’s post will hopefully shed some light on what causes this phenomenon and how to deal with it.
OVH Public Cloud platform is based on OpenStack software. As such, it has an API using which many procedures can be automated. Today I will be showing how to automatically create whole server backups using snapshots.
Hurricane Electric’s free service Tunnel Broker allows one to set-up 6to4 tunnels in order to get IPv6 connectivity to IPv4-only sites. In addition to “regular” tunnels, where they assign you a random prefix from their ranges, they also support BGP tunnels. Today I will show you how to set one up and configure it on a Mikrotik device.
I was in a situation where I needed to implement a mail routing policy: Outgoing email from a specific domain gets routed through a relay (eg. Amazon SES) and all other goes directly.
Today we are going to compile nginx web server with naxsi WAF (Web Application Firewall), Google PageSpeed modules and HTTP/2 support.