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

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