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 […]
Author: alamster
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 […]
Hackintosh compatible laptops, will my laptop work?
My friend visit me yesterday after long time. He came with Macbook Pro and ask about a few unix command that he think I knew . In fact I never touch Mac OS system but I realized its not far from FreeBSD when we talk about terminal 🙂 He told me that he decide to […]
How to open a port on Centos 7
Today I need to open a port on my Centos 7 box and I’m glad I know nothing but iptables which is give me ‘silent’ result 🙂 . After digging a few command from Redhat documentation I found its extremely easy. As usual I make my note here for my future reference in case I […]
Fix error: could not open file /var/lib/pacman/sync/apricity-core.db: Unrecognized archive format error
I don’t know what I’ve done when I want to upgrade android studio on my apricity box. The error is clear : error: could not open file /var/lib/pacman/sync/apricity-core.db: Unrecognized archive format The solution actually easy 🙂 # rm -R /var/lib/pacman/sync/ and then # pacman -Syuf save and still see error 🙂 Well, all solved after […]