Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

Sunday, January 21, 2018

How to download youtube video as MP3

How to download youtube video as MP3

On lubuntu/ubuntu you can use the youtube-dl command line tool for downloading youtube videos, you probably already know that, but you probably don't know that you can also download the video as mp3.

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.

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.

Friday, October 27, 2017

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.

Friday, September 22, 2017

How to setup Python Flask on Lubuntu


Flask is a micro framework for python programming language, if you already know basic of python, the next step is to learn the framework. In this article i will show you how to setup a new project with python flask framework on lubuntu operating system.

Wednesday, August 23, 2017

How to install Brackets on Lubuntu 16.04

How to install Brackets on Lubuntu 16.04

Brackets (brackets.io) is another text editor for web developer which totally free to use and open source. Brackets is available on windows, macOS and linux. In this article i will show you how to properly install brackets text editor on lubuntu 16.04.

Tuesday, August 22, 2017

How to install Visual Studio Code on Lubuntu 16.04

microsoft visual studio code on lubuntu

Visual studio code is a lightweight text editor made by microsoft which available for free on window, mac and linux. Visual studio code is a free software and in this article i will show you how to install it on lubuntu 16.04.

Thursday, May 25, 2017

How to install and use Ngrok on Lubuntu 16.04

How to install and use Ngrok on Lubuntu 16.04

Ngrok is tunneling tool that can make your localhost accessible on the internet, it's a good way to test your local web app. If you are web developer you probably want to try ngrok, it can make your life easier. In this article i will show you how to install and use ngrok on lubuntu 16.04.

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.

How to install pip on Lubuntu


What is pip? pip is package installer for program that made using python, similar like apt-get, you need to have pip if you want to install program/package that based on python language.

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.

Friday, September 16, 2016

How to install Atom editor on Lubuntu 16.04


Besides sublime, atom text editor is also one of the most famous text editor for programmers specially web developer, in this post i will show you how to install atom text editor on lubuntu 16.04 xenial xerus.

Thursday, August 18, 2016

How to install Python on Lubuntu 16.04?


When learning python for the first time, you probably asking how to install python on lubuntu/ubuntu? the truth is python interpreter is already exist on your system.