Compiling direwolf on openwrt

just short tutorial, no need to write too much, let's go!! first download openwrt sdk reffering to openwrt firmware/version you want direwolf to build. ie: i'm using NanoPI R2S so i downloaded openwrt-sdk-22.03.3-rockchip-armv8_gcc-11.2.0_musl.Linux-x86_64.xz that's it you have direwolf installer for openwrt now!! is that simple. no, i'm kidding. few more…

CentOS 6, httpd-2.2 and php-fpm

When your webserver is receiving a lot of traffic and began slow your website down, you might be consider to switch mod_php with php-fpm. First get mod_fastcgi from rpmforge Install php-fpm Configure php-fpm Rename mod.php to mod.php.bak that will disabled mod_php. Configure mod_fastcgi in /etc/httpd/conf.d/fastcgi.conf. add these lines at the…

CentOS 7, postfix SMTPUTF8 / Email Address Internationalization (EAI)

SMTPUTF8 is one of extended/enhanced SMTP feature. The protocol format was defined in RFC 6531.Latest postfix-3.1, support for SMTPUTF8 feature (since version 2.12) and this is how to install/compile it on CentOS 7. Install libicu-devel, if it's not install yet. Download postfix-3.1 rpm source Rebuild the source Upgrade existing postfix…