Showing posts with label database. Show all posts
Showing posts with label database. Show all posts

Thursday, January 4, 2018

English dictionary program on Lubuntu

English dictionary program on Lubuntu

If you are someone who love working with words, like maybe you are a writer or something, perhaps having a dictionary is going to help you a lot. Why not have an english dictionary program on your computer? In this article i will show you how to install an english dictionary program on lubuntu.

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.

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.

3 Best tool for working with MySQL database

3 Best tool for working with MySQL database

MySQL is one of the most popular relational database out there and has been around for long time, if you are developer who works a lot with MySQL, you probably want to check out these 3 program that can help you when working with MySQL database. So these are 3 best tool for MySQL database.

Tuesday, November 7, 2017

3 Best GUI program for MongoDB

3 Best GUI program for MongoDB

Working with command line can be tough for some people (not me), but there is always a graphical tools that can help. So these are graphical user interface (GUI) program for working with MongoDB, most of these programs are free to use and available for linux.

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. 

Monday, November 6, 2017

How to install XAMPP on Lubuntu 17.10

How to install XAMPP on Lubuntu 17.10

If you don't like installing separately one by one for PHP, MySQL, and Apache web server, maybe you prefer using LAMP stack such as XAMPP, then go for it use XAMPP. In this article i will help you on how to install and use XAMPP on lubuntu 17.10 artful.

How to install PHP MySQL on Lubuntu 17.10

How to install PHP MySQL on Lubuntu 17.10

Alright after installing apache web server, now we can install php and mysql database. By default lubuntu 17.10 has php version 7.1 and mysql 5.7 in the repo, so we are going to install that. In this article i'm going to show you how to install php and mysql on lubuntu 17.10 artful.

Friday, October 27, 2017

How to install XAMPP on Lubuntu 16.04

How to install XAMPP on Lubuntu 16.04

On lubuntu/ubuntu you can install Apache web server, PHP and MySQL separately as a service, but you can also use LAMP stack such as XAMPP. In this article i will show you how to install the latest XAMPP on Lubuntu 16.04.

How to install MongoBooster on Lubuntu 16.04

How to install MongoBooster on Lubuntu 16.04

Besides MongoDB Compass and Robomongo 3T, there is also MongoBooster, another GUI application for managing MongoDB noSQL database. In this article i'm going to show you how to install MongoBooster on Lubuntu 16.04.

How to install Robomongo 3T on Lubuntu 16.04

How to install Robomongo 3T on Lubuntu 16.04

Robo 3T or Robomongo 3T is another graphical user interface (GUI) program for managing MongoDB noSQL database. Robomongo is a free software and currently not available as part lubuntu/ubuntu repository, but don't worry i will walk you through on how to install robomongo on lubuntu.

Wednesday, October 25, 2017

How to install MongoDB Compass on Lubuntu 16.04

How to install MongoDB Compass on Lubuntu 16.04

MongoDB Compass is an official graphical user interface software for MongoDB, developed and maintain by MongoDB itself. In this article i'm going to show you how to install MongoDB Compass on Lubuntu 16.04.

Learning MongoDB command on Lubuntu

Learn MongoDB command on Lubuntu

If you haven't install MongoDB yet, please see my previous article on how to install MongoDB on Lubuntu 16.04. In this article i will give you some guides on basic MongoDB commands, hopefully this tutorial could help someone who learn MongoDB for the first time.

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.