Showing posts with label apache. Show all posts
Showing posts with label apache. Show all posts

Monday, December 11, 2017

How to install HHVM on Lubuntu 17.10

How to install HHVM on Lubuntu 17.10

In this article i will show you how to install HHVM on lubuntu 17.10, some of you may not know about HHVM, what is HHVM? HHVM is like virtual machine or execution engine for php and hack programming language.

Sunday, June 18, 2017

How to check PHP error log on Lubuntu?

How to check PHP error log on Lubuntu?

Quick question from one of my friend at work who just learn about php programming, he asked me about how to check error message in php? well, if you are not using any framework (just regular php), then the answer is in the web server error log.

Wednesday, May 31, 2017

How to start and stop service on Lubuntu

How to start and stop service on Lubuntu

A single computer may have a lot of service running in the background, for example on my lubuntu i have apache web server, mysql database server, and php fpm running in the background, these are services. So how do i start and stop these services?

Wednesday, May 3, 2017

How to install Slim 3 Framework on Lubuntu

Slim Framework on Lubuntu

Laravel is a great framework for developing php-based website and application, but for just creating an APIs, laravel can be overkill, to many features that you are not going to use, we need something simple.

Tuesday, October 25, 2016

How to install Webmin on Lubuntu 16.04


In this article i'm going to show you how to install webmin on lubuntu 16.04, first of all what is webmin? webmin is a web based user interface for managing services on linux.

Wednesday, August 31, 2016

How to install NodeJS on Lubuntu 16.04

How to install NodeJS on Lubuntu 16.04

If you are a javascript developer and you want to do some backend programming without having to learn other programming language then nodejs is the answer. This article i will show you how to install nodejs on lubuntu 16.04.

Thursday, August 11, 2016

How to create music server on Lubuntu


If you have a large collection of music files (.mp3) and you want to be able to play it on every computer or smartphone, why not create your own local music streaming server, in this article i will show you how to create music streaming server on lubuntu.

Friday, August 5, 2016

How to install Sublime Text on Lubuntu 16.04


Sublime text is the most popular IDE (Integrated Development Environment) for web developer, and if you just fresh install lubuntu 16.04 you might want to get sublime on your lubuntu, in this article i will show you how to install sublime on lubuntu 16.04.

Thursday, August 4, 2016

How to install Kibana and Sense on Lubuntu 16.04


After installing elasticsearch you might want to add essential tools for elasticsearch such as kibana and sense, in this article i will show you how to install kibana and sense on lubuntu 16.04.

Monday, August 1, 2016

How to install PHPMyAdmin on Lubuntu 16.04


Installing phpmyadmin on lubuntu 16.04 is not the same as the previous version of lubuntu, there are some part that's little bit different, but don't worry, in this article i will show you how to install phpmyadmin on lubuntu 16.04.

Sunday, June 19, 2016

How to install PHP Mcrypt on Lubuntu 16.04


The php mcrypt module is one of the most important module on php for encryption, some of the major php framework are relying on this module, such as laravel.

How to install PHP MySQL on Lubuntu 16.04


The next thing to do after installing apache web server is to install php and mysql, so that you can start developing some web pages. To install php and mysql on lubuntu 16.04 is little bit different than the previous version of lubuntu.

Saturday, June 18, 2016

How to install Apache web server on Lubuntu 16.04


As web developer of course you will need to have a web server to work with, so in this article i will show you how to install apache web server on lubuntu 16.04 xenial xerus.

Saturday, May 28, 2016

How to create virtual host on Apache web server


Creating virtual host is solution if you have multiple website running on one web server, even if your web server is on local computer not online at all. In this article i will show you how to create virtual host for apache web server on lubuntu.

Friday, May 27, 2016

How to enable Apache mod rewrite


If you are having problem with .htaccess file that doesn't seems to work on apache web server, you might want to enable the mod rewrite first, in this article i will show you how to enable mod rewrite for apache web server on lubuntu.

Saturday, February 6, 2016

How to install PHPMyAdmin on Lubuntu


Alright on previous article i already show you how to install php and mysql, and i bet you will need graphical interface for managing the database on mysql, that's why we need to install phpmyadmin, so this article i'm going to show you how to install phpmyadmin on lubuntu.

Friday, February 5, 2016

How to install PHP MySQL on Lubuntu 15.10


If you are php web developer, of course you will need to install php and mysql so that you can build some web page or web application. In this article i will show you how to install and setup php mysql on lubuntu 15.10.

Sunday, January 10, 2016

How to install Apache web server on Lubuntu

How to install Apache web server on Lubuntu

You will need to have web server if you want to run some webpages, the most popular web server is apache web server, in this article i will show you how to install and setup apache web server on lubuntu.