blue collar dev
random notes, kept here from when I am not at my home workstation
Pages
(Move to ...)
Home
agile
concurrency and parallelism in Perl 5
who am I
▼
Tuesday, October 2, 2018
DBD::mysql failing with mariadb on debian/ubuntu/friends
›
If installing DBD::mysql build fails on debian/ubuntu/etc. when you have mariadb-server installed, you might need libmariadb-dev-compat .
Monday, April 16, 2018
›
getting tired of being victimized by overeager JS developers I am taking a hard look at Javascript/Node environment to keep it real and ea...
Friday, August 11, 2017
dlang - retrieve struct from void pointer passed to extern (C) function
›
struct Data { int depth; } extern (C) void startElement(void* userData, const(char)* name, const(char*)* atts) nothrow { Data user...
Friday, July 28, 2017
count unique values in rows with bash, grep and awk
›
cat /some/file/path.txt | awk '{ print $5}' | uniq -c
Sunday, July 16, 2017
backup sites with cron and ssh
›
# m h dom mon dow command 33 0 * * * /usr/bin/ssh root@lunch-break.ro "/bin/tar czf - /home/www/bla " > \ /home/emilper...
Saturday, July 8, 2017
perl compiled under 5 minutes with perlbrew on a Ryzen 7
›
emilper@home ~ $ time perlbrew install -j8 -Dusethreads -Duselargefiles -Dcccdlflags=-fPIC -Duse64bitint -Dpager=/usr/bin/sensible-pager ...
Sunday, May 21, 2017
upgraded to linux kernel 4.8
›
I upgraded my Linux Mint 18.1 to the 4.8 kernel and was left without network and sound. To fix that all I needed to do was to install the li...
‹
›
Home
View web version