Monday, November 20, 2017

How to install and uninstall program on Lubuntu 17.10

How to install and uninstall program on Lubuntu 17.10

This tutorial is dedicated for beginner who use lubuntu for the first time and don't know how to install and uninstall software/program on lubuntu. Hope this guide is easy to understand and clear enough, alright guys let's get started.

Learning basic linux command on Lubuntu

Learning basic linux command on Lubuntu

Learning how to use command line is essential if you want to survive in the linux world, if you are a beginner you must learn these basic linux command, it will help you a lot when working with lubuntu.

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.

How to install PHP 5.6 on Lubuntu 17.10

How to install PHP 5.6 on Lubuntu 17.10

Lubuntu 17.10 artful aardvark comes with php version 7.1 in the repository, but if you want to have the old php 5.6 back, probably because you are working on a project which works well on php 5.6 but not working very well on php 7.1, then installing php 5.6 is make sense.

Sunday, November 19, 2017

How to install Android Studio 3 on Lubuntu 17.10

How to install Android Studio 3 on Lubuntu 17.10

Android studio 3 is currently the newest version of android studio IDE, if you want to create an android application, android studio is the best tool out there, android studio is the official IDE for android. So in this article i will show you how to install android studio version 3 on lubuntu 17.10 artful.

Wednesday, November 15, 2017

How to install Open JDK 9 on Lubuntu 17.10

How to install Open JDK 9 on Lubuntu 17.10

If you prefer the open source version of java, then you should use open JDK, on lubuntu 17.10 open JDK 9 is available on the repository, so you can install it right away. So this article is about installing open JDK 9 on lubuntu 17.10 artful.

How to install Oracle Java 9 on Lubuntu 17.10

How to install Oracle Java 9 on Lubuntu 17.10

Java 9 is the latest stable release of java (JDK), java 9 comes with some new features such as new module system, linking, jshell, improved javadoc, collection factory methods, and so on. In this article i will show you how to install oracle java 9 on lubuntu 17.10 artful.

How to fix GPG error “NO_PUBKEY” when running apt-get update

How to fix GPG error “NO_PUBKEY” when running apt-get update

Yesterday when i try to add PPA repository for webupd8team, i get an error saying GPG error: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2518248EEA14886. This happens on lubuntu 17.10 artful aardvark, so how do i fix this issue?

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.

How to install Composer on Lubuntu 17.10

How to install Composer on Lubuntu 17.10

Installing composer on lubuntu is a must, specially if you are a php developer. Composer is package dependency manager for php programming language. With composer you can add library to your existing project, you can even upgrade if the library has new version. In this article i will show you how to install composer on lubuntu 17.10 artful.

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.

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. 

How to install C and C++ compiler on Lubuntu 17.10

How to install C and C++ compiler on Lubuntu 17.10

You will need a C and C++ compiler if you are going to compile and build C or C++ based program. In this article, i will show you how to install C and C++ compiler on lubuntu 17.10 artful aardvark, nice and easy.

How to install Youtube-dl on Lubuntu 17.10

How to install Youtube-dl on Lubuntu 17.10

Youtube-dl is command line tool for downloading videos from youtube as well as other sites that has video that you wish to download, youtube-dl is amazing. In this article i will show you how to properly install youtube-dl on lubuntu 17.10 artful.

How to install Skype on Lubuntu 17.10

How to install Skype on Lubuntu 17.10

Skype is a very popular chat and video call app owned by microsoft, you might be thinking that you probably won't be able to use skype on lubuntu, but you are wrong, you can install skype on lubuntu and use it for video call just like on windows. In this article i will show you how to install skype 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.

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.

How to install Sublime Text 3 on Lubuntu 17.10

How to install Sublime Text 3 on Lubuntu 17.10

Sublime text is one of the best text editor out there, sublime is not an open source software, therefore sublime text is not available on lubuntu/ubuntu respository, but don't worry i will guide you installing sublime text 3 on lubuntu 17.10 artful.

Saturday, November 4, 2017

How to install VLC on Lubuntu 17.10

How to install VLC on Lubuntu 17.10

Lubuntu 17.10 comes with GNOME MPV as default movie/video player, that's fine. But if you watching movie a lot on your computer, i would recommend using VLC as your main video player for better movie experience.

How to install Chromium on Lubuntu 17.10

How to install Chromium on Lubuntu 17.10

Chromium is the open source version of google chrome, it is maintain by community of developer and not by google. Other than that chromium and google chrome is almost the same, so if open source is important for you then you should try chromium instead of google chrome.

Friday, November 3, 2017

How to install Google Chrome on Lubuntu 17.10

How to install Google Chrome on Lubuntu 17.10

Lubuntu 17.10 may comes with default web browser which is firefox, but if you want to use something else like google chrome, then go for it. In this article i will show you how to install google chrome on lubuntu 17.10 artful.

5 things to do after installing Lubuntu 17.10

5 things to do after installing Lubuntu 17.10

Lubuntu 17.10 is a great system, if you are doing fresh install, there are some stuff that you need to do, so that you can have a better experience using it. These are 5 things that you probably should do after installing lubuntu 17.10 Artful Aardvark.

Thursday, November 2, 2017

Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files


WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

When i try to run byzanz screen recorder i get annoying error message like this: 
WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
This happened on both lubuntu 16.04 and lubuntu 17.10 (maybe lubuntu 17.04 too). So how to fix this issue?

Wednesday, November 1, 2017

Lubuntu 17.10 quick review


Lubuntu 17.10 quick review

Today november 1st 2017, i try the new lubuntu 17.10 (codename Artful Aardvark) on my laptop which previously running lubuntu 16.04 LTS. So basically i erase everything on my hard drive and do fresh install and i want to see what's the new improvement on this release.