quick note : ERROR: Unable to find Intel TBB install directory cd /usr/dports/devel/tbb && make install Retry cmake . — Found Intel TBB
Author: alamster
Can’t find minimal tcmalloc on DragonFlyBSD
Quick note : — Can’t find minimal tcmalloc ERROR: Unable to find Intel TBB install directory. CMake Error at CMake/HPHPFindLibs.cmake:296 (if): if given arguments: “LESS” “5005” Unknown arguments specified Call Stack (most recent call first): CMake/HPHPSetup.cmake:125 (include) third-party/CMakeLists.txt:18 (include) — Configuring incomplete, errors occurred! See also “/root/hhvm/hhvm/CMakeFiles/CMakeOutput.log”. See also “/root/hhvm/hhvm/CMakeFiles/CMakeError.log”. To solve that error : […]
Building and Testing PHP 7 under DragonFlyBSD 4.0.5
DragonFlyBSD 4.0.5 is waiting for me to test it 🙂 . I love it for several factors : Size; its iso file is light in size (only 200MB + in bz2 form) Learning curve; no need to learn much as I’m familiar with FreeBSD 🙂 As I already try PHP7 in FreeBSD before : Install […]
How to Permanently adjust screen brightness in Peppermint OS 5
My Dell laptop that running Peppermint OS 5 getting better each day. It can detect my wifi card and purge old one and that feature brought my brother in after frustrated for days with his Windows. Another thing that I realize still need some work is brightness level. I must adjust brightness every time I […]
How to configure ssh access to virtualbox guest under NAT mode
Just quick note for my own 🙂 I need to ssh to my CentOS 6.6 box that run under Virtualbox with these steps : 1. NAT Virtualbox will create private network using these address (10.0.2.xxx). Just set eth0 configuration to DHCP and everything will be set. 2.  Port forwarding setup to port 2222 Click Setting -> […]