Showing posts with label server. Show all posts
Showing posts with label server. Show all posts

Monday, November 20, 2017

How to switch between PHP 5.6 to 7.1 and vice versa

How to switch between PHP 5.6 to 7.1 and vice versa

You can have more than one php version installed on your system, for example you have php 5.6 and php 7.1, but only one can be active at the moment, so basically you can switch back and forth between the two easily, no need to uninstall one version in order to use the other. In this tutorial i will show you how to switch from php 5.6 to php 7.1 and vice versa.

Friday, November 10, 2017

How to install Laravel 5.5 on Lubuntu 17.10

How to install Laravel 5.5 on Lubuntu 17.10

Laravel is the most popular web framework for php language, currently the latest stable version of laravel is version 5.5, if you are still using older version of laravel, it's time to upgrade or at least take a look at some of the new features in laravel 5.5, but before that we need to install it first on our lubuntu machine.

Thursday, November 9, 2017

How to connect SSH with GUI program

How to connect SSH with GUI program

If you work with ssh a lot, i mean like connecting to multiple ssh server, wouldn't be easier if there is a graphical user interface program that can manage multiple ssh connection? Introducing secpanel, secpanel is GUI application for managing ssh connection.

How to install ssh server on Lubuntu 17.10

How to install ssh server on Lubuntu 17.10

You can install ssh server on your computer so that you can access it remotely with other device as long as they are on the same network. In this article i will show you how to install ssh server and also how to use it on lubuntu 17.10 artful.

Wednesday, November 8, 2017

How to create MyTop config file


MyTop is a great tool for monitoring mysql database, but it's not good if you have to enter username, password and hostname every time you want to use it. Is there a better way to do this? why can't we just run mytop without any parameter?

How to install MyTop on Lubuntu 17.10



How to install MyTop on Lubuntu 17.10

MyTop is a command line tool for monitoring mysql database query, very handy if you want to see what's going on behind the scene on your mysql database server. In this article i will show you how to install and how to use mytop on lubuntu 17.10 artful.

Tuesday, November 7, 2017

How to install MongoDB on Lubuntu 17.10

How to install MongoDB on Lubuntu 17.10

MongoDB is the most popular noSQL type database out there, high performance schema free database, totally different from the regular relationship database that use SQL. In this article i will guide you on how to install MongoDB on lubuntu 17.10 artful. 

Sunday, November 5, 2017

How to install Apache Web Server on Lubuntu 17.10

How to install Apache Web Server on Lubuntu 17.10

You will need a web server if you want to develop website on localhost, people usually use apache 2 for web server whether on localhost or on real production server. In this article i will show you how to install apache web server on lubuntu 17.10.

Tuesday, October 24, 2017

How to install MongoDB on Lubuntu 16.04

How to install MongoDB on Lubuntu 16.04

MongoDB is a high performance, schema free document oriented database, sometimes referred as no-SQL database. MongoDB is perfect for storing large data that has no relationship with other table/collection, in this article i'm going to show you how to install MongoDB on Lubuntu 16.04.

Thursday, October 19, 2017

15 most important Git command

15 most important Git command

If you are a web developer or software developer in general, you must be familiar with git as a tool for version control and github as place where you push your codes. Learning git is a must for every software developer, even if you are working alone and not on a team.

Thursday, June 8, 2017

How to install Magento 2.1 on Lubuntu 16.04

How to install Magento 2.1 on Lubuntu 16.04

Magento is one of the most popular e-commerce platforms in the entire universe, with magento you can create online shop that can handles thousand of request every day. In this article i will show you how to install magento 2.1 on lubuntu 16.04.

Saturday, June 3, 2017

How to install ADB on Lubuntu 16.04

How to install ADB on Lubuntu 16.04

ADB or android debug bridge is tool for communicating with android device through command line, you can do all kind of cool stuff using adb command. in this article i will show you how to install android debug bridge (ADB) on lubuntu 16.04.

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?

Saturday, May 13, 2017

How to install Wordpress on Lubuntu 16.04

How to install Wordpress on Lubuntu 16.04

Wordpress is the most popular blog platform in the universe, in this article i'm going to show you how to install wordpress on local computer running lubuntu 16.04 operating system.

How to run Nginx alongside Apache

How to run Nginx along side Apache web server

Technically you can run both nginx and apache web server on your lubuntu, but they can't be on the same port number. This article i'm going to show you how to run both web server on lubuntu 16.04. 

How to install Nginx on Lubuntu 16.04

How to install Nginx on Lubuntu 16.04

Nginx (engine x) is a high performance web server and a reverse proxy server, the difference with apache web server is that nginx is more focus on performance (speed). In this article i will show you how to install nginx web server on lubuntu 16.04.

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.

Monday, December 19, 2016

How to install Ansible on Lubuntu


Ansible is an open source tool for automation and configuration management of server, ansible allows you to automate your server whether on local or on cloud, ansible is a popular tool used by devops.

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.

Monday, October 17, 2016

How to remote desktop Lubuntu with android phone


Remote desktop is a way to control your desktop computer remotely using other machine or device, one of the most famous remote desktop protocol is vnc, you can install vnc server on your lubuntu, and then control it from other device such as your smartphone.