SSL LABS has a SSL server test, checking https://luisaranguren.com on it made me realize it wasn’t doing too bad but there was some room for improvement. Overall rating was 64 “C”. Scored 100 except on protocol support, because I was still using SSL v2, which is deemed insecure and 40 in key exchange. First step …
Read More “https://www.ssllabs.com”
A while ago I tried to install Torrage with Apache and not the suggested lighthttpd. I had to modify the suggested “README-lighttpd.txt” in the docs directory to suit an apache .htaccess in the main folder. RewriteEngine On RewriteCond %{HTTP_HOST} ^torrage.luisaranguren.com$ RewriteRule ^torrent/([0-9A-F]{2,2})([0-9A-F]{2,2})([0-9A-F]{36,36}).* /t/$1/$2/$3.torrent [R=301,L] <FilesMatch “\.torrent”> Header set Content-Encoding “gzip” </FilesMatch> <FilesMatch “\.ghtml”> Header set …
Read More “Torrage + Apache”
Been meaning to do this for some time, in the end was quite easy. All the information needed is in http://wiki.znc.in/MySQL_Log Download the mod Build with znc-buildmod mysql_log.cpp Copy compiled mod to the modules directory in ZNC Create database and table in MySQL Load with loadmod mysql_log <DB user> <DB password> <DB host> <DB name> <Table name> It’s …
Read More “ZNC + MySQL”
Created a new list of proxy environment checkers. This list includes live prxjdg, jenv, env and azenv. Check it out at http://luisaranguren.com/list.htm
Well since the proxy judge I added to luisaranguren.com has created so much traffic recently, I decided to set it up in its own domain. This script has been around forever, and I guess it deserves a little recognition. www.prxjdg.com Hopefully will catch on and become the place to judge your proxy. I don’t know much …
Read More “http://www.prxjdg.com”
For some time I’ve been using the mix of ZNC (an IRC bouncer) with Minbif (an IRC-like interface multiprotocol IM client), this gives me an stable connection to IRC thru the server running those two servers. I just then use my prefered IRC client to connect to ZNC and voila, I have connection to all …
Read More “ZNC + Minbif + irssi”
For some time BASE 1.4.5 has been giving me tons of log warnings from deprecated php functions for example: PHP Deprecated: Function ereg_replace() is deprecated in base/includes/base_state_common.inc.php on line 184 PHP Deprecated: Function ereg_replace() is deprecated in base/includes/base_state_criteria.inc.php on line 255 PHP Deprecated: Function ereg() is deprecated in base/includes/base_signature.inc.php on line 142 There is a …
Read More “Patching BASE 1.4.5”
Finally upgraded my iPod touch 4G to iOS 4.3.2, I have been putting off upgrading since 4.2.1 because of all the pain it involves, but after this upgrade went so smoothly I will probably stay up to day from now on. Only struggle I had was because of my own mistake. I thought I would …
Read More “iOS 4.3.2 Durango 8H7”
Uploaded photos from a few trips I’ve done, including Cambodia, Thailand and China to http://photos.luisaranguren.com using the bizou image gallery, uses KISS priciple and keeps a very clean and direct interface. Also included some random photos I’ve taken.
Configured spamassassin to process daily running sa-learn on a folder, where I move emails that slip through the initial spamassasin run. Created a script in /etc/cron.daily/sa-learn-spam.sh : #!/bin/sh # # sa-learn # #By Luis Aranguren 2011-04-11 # # Learns spam from “spam2learn” folder and moves the learnt spam to “processed spam” folder sa-learn –spam -C …
Read More “Spamassassin and Thunderbird”