Since its v4 release I don’t have time to test this version in my windows 10 box. Today is the right time because I don’t know, I want to hehehe. I already have phalcon 3.4.5 installed and related phalcon dev tools. phalcon info Phalcon DevTools (3.4.0) Environment:OS: Windows NT DESKTOP-O8J2929 10.0 build 18362 (Windows 10) […]
Category: Blog
Compile Phalcon Extension on Centminmod
Wow, almost a year I didn’t touch this blog. At least this blog still have visitor from nowhere 🙂 Ok, today I have challenge to install phalcon php extension (at the moment the version is 3.4.2). The vps server already has centminmod installed using latest version of CentOS 7. Since the server is critical so […]
Free $20 for DevOps Class – openbsd, freebsd, dragonflybsd and netbsd vps
Update : The offer seem no longer available. I have to prepare for new class that required vps access. The class will teach unix based system like openbsd, freebsd, dragonfly bsd plus netbsd in 12 meets. This class will be basic for devops but most important thing for me is my student can get full […]
Install Laravel Valet on macOS Sierra
Just quick note for myself when try Laravel Valet on macOS Sierra (10.12.2) Install homebrew (if not installed) : /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Install PHP 7.1 Libpng brew link libpng Linking /usr/local/Cellar/libpng/1.6.28… 18 symlinks created brew install homebrew/php/php71 test : php -v PHP 7.1.0 (cli) (built: Dec 2 2016 11:32:42) ( NTS ) Copyright […]
How to install virtual Ftp hosting with PureFTP on FreeBSD 10 : Part 2 – TLS & Unix Auth
In 1st part of this post I have very general setting for pure-ftp configured. In this post we’ll explore about testing functionality of this ftp server using simple auth plus how configure TLS section. To test the server I need to add user. I used to use sysinstall for this purpose but since sysinstall no […]