I always thought that the .sh
filename extension is a class type extension; meaning it can be used by any type of shell script that runs on a shell based on bourne shell. The filename extension was not necessarily meant to be strictly used with POSIX shells only. The earlier shells started with very basic features and kept improving. $()
for example was not available before.
A set of patches for Geany
Last July, I started creating more enhancements for Geany, which I didn’t expect to end up being many. Most of the patches (all actually) haven’t been merged to upstream, so I thought about creating my personal compilation for them instead, and it’s in geany-patches.
Setting up multiple instances of dnscrypt-proxy with dnscrypt-proxy-multi
DNSCrypt has become the most ideal solution for having secure DNS resolving sessions. The protocol has not been submitted to IETF, but a lot of people has already started using it, and multiple client and server implementations already exist.
The Cubic and Polymorphic Encryption Systems
For the past few years I’ve been wondering why encryption systems, even though were already considered as stable on the time they were released or known to the public, mostly were still breakable either through the use of fast computing systems, or through some ingeneous tricks.