stosb


Thoughts, ideas and tutorials by Tom Hacohen

Recovering Data From A Corrupt tar Archive

My backup tar archive got corrupted. This is how I saved my data…


Signed Web Pages

Signing and Verifying Web Pages and Web Apps Using PGP and a Browser Extension


Advanced Git Commands You Will Actually Use

Title says it all, this post will introduce you to useful git commands you may not already know


Introducing EteSync: Secure Journaled Sync

Introducing the new project I've been working on: EteSync


Explaining My Configs: OpenVPN

Explaining the configuration files I use in detail, this time: OpenVPN


Explaining My Configs: ssh client

Explaining the configuration files I use in detail, this time: ssh client


Explaining My Configs: nftables

Explaining the configuration files I use in detail, this time: nftables


Explaining My Configs: sshd_config

Explaining the configuration files I use in detail, this time: sshd_config


Reducing the Performance Impact of Debug Code in C Libraries

A method for C library developers to offer a way collect and expose debug information without affecting normal execution


Hunting Down Dirty Memory Pages

Investigating and reducing memory consumption due to dirty memory pages