After use pkg in FreeBSD 10 and very satisfied with the result I feel curious about its brother, DragonFlyBSD. I install DragonFlyBSD 3.8.2 using 32 bit inside my virtualbox ( I think its same if I run with vps that provide custom iso like vultr). After configure ssh server for network access, I start test […]
Category: Unix
Cheap VPS that support FreeBSD, OpenBSD, NetBSD and many more – KVM SSD technology
Since I retire from my old company I don’t have access to FreeBSD server that I manage. I use FreeBSD since version 4.7 till latest version 9.0 (last version when I retire). The only option I do is using VirtualBox. With less access to server make my memory get weak but I still get my […]
MySQL Tuner on FreeBSD 9.2
I just know if mysqltuner is available via ports. Quick heads up : # cd /usr/ports/databases/mysqltuner # make install # whereis mysqltuner.pl mysqltuner.pl: /usr/local/bin/mysqltuner.pl # /usr/local/bin/mysqltuner.pl >> MySQLTuner 1.2.0 – Major Hayden <[email protected]> >> Bug reports, feature requests, and downloads at http://mysqltuner.com/ >> Run with ‘–help’ for additional options and output filtering Please enter your […]
How to install FreeBSD 10 step by step
Horray, FreeBSD 10 is out and ready to serve as usual 🙂 . After getting iso file for i386 I quickly set Virtualbox using memory 512MB and space 20GB plus setting ethernet as Bridge. Fire up start button bring me to installation screen. Major release always excite me and I try to document installation process […]
Install PHP on DragonFly BSD
PHP is my another concern when I study an OS. Since many project we did in the past use PHP heavily. PHP 5.2 is another ‘can’t move on’ requirement for many project of us and available in check list. DragonFly BSD dports also offer PHP same as I expect : Checking available PHP version in […]