Author Archives: Trygve Vea

New Munin-plugin for HP P2000 StorageWorks

I committed a new Munin-plugin for HP P2000 StorageWorks. It monitors through the HTTP XML-RPC interface. It detects all disks, vdisks and controllers automatically – all you need to provide is the username/password, IP-address, and set up some symlinks. It … Continue reading

Posted in Planet Redpill-Linpro | Leave a comment

Presentation: Writing modules for nginx

I held a presentation at Redpill Linpros “C / C++ / Embedded” Competence Group-meeting yesterday. It was about writing modules for nginx. It contains a lot of source code. I believe it’s an OK primer. Extending functionality in nginx, with … Continue reading

Posted in Planet Redpill-Linpro | Leave a comment

New Munin-plugin for HAProxy

I committed a new Munin-plugin for HAProxy. It’s a multigraph plugin, it discovers all the configured frontends and backends automatically – all you need to provide is the username/password for the haproxy status page. It produces 8 graphs, + subgraphs … Continue reading

Posted in Munin, Planet Redpill-Linpro | 5 Comments

Birthday boy.

I’m 28 now. Those people who invented the term “grownup” were weird. There’s no such thing.

Posted in Uncategorized | Leave a comment

Experiment of the week: Bump mapping in OpenGL

With a lot of help from my friend Zerd, I finally managed to get bump mapping to work. I’ve been pondering on how bump mapping can be used with 2D graphics – and after playing around a bit, I don’t … Continue reading

Posted in Uncategorized | Leave a comment

WTF anno 2005: Secure File Downloading.

When I started as a system administration at my old job, one of my first tasks was to help a consultant – from a company I won’t name – with their proprietary solution for “Secure Internet”. My workplace needed a … Continue reading

Posted in Uncategorized | Leave a comment

Goals for 2012

Get better at drawing. Make a chiptune. Participate in more competitions, more often. Co-create a game with someone (compo or not, whatever – it’s for fun). Post more stuff on this blog. Release more code. Release more tutorials. Enjoy life … Continue reading

Posted in Uncategorized | Leave a comment

Links house, analyzed: Part 3 – The wall

The wall can be broken down into 3 parts, + the floor-edge, since it’s not technically a part of the wall. It always sticks next to the wall. The wainscot, the wallpaper and the crown-molding. I’m not 100% sure that … Continue reading

Posted in Game development, Graphics | Leave a comment

Links house, analyzed: Part 2 – Perspective of things

From a perspective point-of-view, this game fails when you’re indoors. The walls are treated differently when you’re indoors, than when you’re outside. Everything on the floor is still treated as if it was outdoors. One could have treated the entire … Continue reading

Posted in Game development, Graphics | Leave a comment

Detailed network metrics with Munin (Linux)

Munin already does a great job on graphing – but I noticed that there weren’t any plugins dealing with the metrics in /proc/net/snmp and /proc/net/netstat. I didn’t know what all the metrics could mean, so I made some generic code … Continue reading

Posted in Munin, Planet Redpill-Linpro | Leave a comment