Just quick post for myself. Today I need to give sample to my student about apt-get command and while I try it I got this error : Err http://ppa.launchpad.net trusty/main amd64 Packages 404 Not Found Err http://ppa.launchpad.net trusty/main i386 Packages 404 Not Found W: Failed to fetch http://ppa.launchpad.net/openshot.developers/ppa/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found W: Failed to fetch […]
How to install Xampp Linux on Peppermint OS 5
I have a few php system at the moment. My 1st system is php and folks (mysql etc) installed via apt-get . 2nd system is PHP system using phpfarm technique . This time I want to add other system that backed by Xampp 🙂 . Lets start add this big boy. Download Latest xampp for […]
pkg: PACKAGESITE in pkg.conf is no longer supported.
As FreeBSD 10.1 spoil me with pkg then I stumble upon FreeBSD 9.2 box that installed due to its default ports. Yes another requirement of PHP 5.2.17 in the house yo. The problem I encounter is : # pkg info pkg: PACKAGESITE in pkg.conf is no longer supported. Convert to the new repository style. See […]
Install Drupal 8 with phpng (php next generation) on FreeBSD 10.1
After get success with php next generation (phpng) installation I decide to test it with real php script. Drupal came to my attention and I came with a plan of recipe 🙂 Drupal 8 (at the moment its 8.0.0-beta4) PHP 7.0.0-dev Lighttpd MariaDB 10 I still use Vultr as Vps provider since my adsl connection is […]
How to install phpng aka php7 on FreeBSD 10
Update : I already try official PHP 7 and wrote it here (using git) and there (using tar.gz file) FreeBSD Mug by wsinetworks I just curious about php next generation aka phpng aka php7 . After a few times fail with hhvm ( FreeBSD hhvm and DragonFlyBSD hhvm) I think I need to test something different […]