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 […]

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 […]

How to install software in DragonFly BSD? that question came into my mind after I successfully install version 3.6 on my VirtualBox. I know about pkg_add and ports on FreeBSD so I guess I need to know about how ports work on DragonFly BSD and install a software like Apache on this opportunity. In fact […]

I used to access server via ssh after first time installation of an server and since I use ‘common’ IP then I get famous message. Get rid of that message : $ ssh-keygen -f “/home/alamsyah/.ssh/known_hosts” -R 192.168.1.200 /home/alamsyah/.ssh/known_hosts updated. Original contents retained as /home/alamsyah/.ssh/known_hosts.old Then I try ssh $ ssh [email protected] The authenticity of host […]