Showing posts with label program. Show all posts
Showing posts with label program. Show all posts

Wednesday, June 27, 2018

Youtube-dl ERROR: ffprobe or avprobe not found. Please install one.

Youtube-dl ERROR: ffprobe or avprobe not found. Please install one.

When i try to download youtube video into mp3 using youtube-dl command line tool, i get an error like this : ffprobe or avprobe not found. Please install one. How to solve this issue?

Wednesday, June 20, 2018

How to install Node JS using NVM

How to install Node JS using NVM

The best way to install Node JS on lubuntu (and linux in general) is by using NVM (Node Version Manager), because you can get the latest stable Node JS as well as the future release of Node JS with NVM, so it's more flexible to switch from one version to another. In this article i will show you how to install Node JS via NVM.

Friday, June 15, 2018

How to install Sublime Text on Lubuntu 18.04


If you are a web developer and you need a text editor, you can try sublime, sublime is one of the best text editor for web developer. In this article i'm going to show you how to install sublime text on lubuntu 18.04.

Thursday, March 22, 2018

How to fix error Qt platform plugin "xcb"

How to fix error Qt platform plugin "xcb"

Yesterday i was installing new program on my lubuntu laptop, but i got an error that says: This application failed to start because it could not find or load the Qt platform plugin "xcb" in ""

Wednesday, February 28, 2018

How to install Docker CE on Lubuntu 17.10

How to install Docker CE on Lubuntu 17.10

Docker is a very important tool for developers, devops and system administrator, docker can make those people life easier. In this tutorial i will show you how to install docker ce (community edition) on lubuntu 17.10 artful.

How to install Docker CE on Lubuntu 16.04

How to install Docker CE on Lubuntu 16.04

Docker is a very important tool for developers, devops and system administrator, docker can make those people life easier. In this tutorial i will show you how to install docker ce (community edition) on lubuntu 16.04 xenial.

How to manage Passwords and Keys on Lubuntu

How to manage Passwords and Keys on Lubuntu

Your computer may stored passwords and keys from various places, like wifi passwords, web certificates and PGP keys. Wouldn't be nice if there is a GUI program for managing all of these?

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.

Thursday, December 14, 2017

Do we need Anti Virus on Lubuntu?

Do we need Anti Virus on Lubuntu?

If you are on windows or mac, you will be familiar with anti virus software, you probably want to use anti virus if you are on those operating system, but what about lubuntu? do you really need anti virus program on lubuntu?

List of software that i always have on Lubuntu

List of software that i always have on Lubuntu

Whenever a new version of lubuntu coming up (specially the LTS), i always backup my data and then do fresh install, after that i will install software that very important for me. So basically i have list of software that i always have on lubuntu, these software are essential for me, i use them all the time.

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.

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.

Friday, November 10, 2017

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 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 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.