Showing posts with label operating system. Show all posts
Showing posts with label operating system. Show all posts

Tuesday, June 5, 2018

Things to do after installing Lubuntu 18.04

Things to do after installing Lubuntu 18.04

If you just install lubuntu 18.04 like me and if you also a beginner, you probably don't have an idea on what to do next, so in this article i will show you what i do after installing lubuntu 18.04. I hope this help.

Saturday, June 2, 2018

What's new in Lubuntu 18.04

What's new in Lubuntu 18.04

I just install lubuntu 18.04 on my laptop and i thought i should make an article explaining what's new in this release of lubuntu.

Wednesday, February 28, 2018

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?

Tuesday, December 12, 2017

Lubuntu 17.10 desktop login options

Lubuntu 17.10 desktop login options

Let's talk little bit about lubuntu 17.10 artful aardvark login screen, you'll see that there are four desktop options that you can choose, LXQt Desktop, Lubuntu, Lubuntu Netbook and Openbox.

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

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.

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. 

Friday, November 3, 2017

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.

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.

Friday, October 27, 2017

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.

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, October 20, 2017

5 reasons why you should not use Lubuntu

5 reasons why you should not use Lubuntu

On previous article i have done 5 reasons why you should use lubuntu, this time i'm going to tell you 5 reasons why somebody should not use lubuntu. Lubuntu is not for everybody, even though most people loves it, there will be some people who will hate it or it's just not suitable for them.

Thursday, October 19, 2017

5 reasons why you should use Lubuntu

5 reasons why you should use Lubuntu

I have been using lubuntu since 2013, and i'm still using it right now for daily use, lubuntu is a great operating system that works for me. There are many linux distribution out there, but here's top 5 reasons why somebody should use lubuntu. I hope this article could help someone choosing their first linux.

Wednesday, October 18, 2017

How to install Wireshark on Lubuntu 16.04

How to install Wireshark on Lubuntu 16.04

Wireshark is a very powerful tool for capturing network traffic data, originally named 'Ethereal' because of trademark issue it was renamed into wireshark back in 2006. In this article show you how to install wireshark and see what it can do.

Tuesday, October 17, 2017

How to install TeamViewer on Lubuntu 16.04

How to install TeamViewer on Lubuntu 16.04

Teamviewer is one of the best remote desktop software in the world, it allows you to access your computer remotely through internet connection. Teamviewer available on various operating system such as windows, mac, linux, android, ios, blackberry, and windows phone. In this article i will show you how to install teamviewer on lubuntu 16.04.

Monday, October 16, 2017

List of graphical interface for Nmap

List of graphical interface for Nmap

I already talk about graphical front end application for nmap called nmapsi4, but actually there are other graphical front end for nmap that exist. In this article i will show list of graphical interface program for nmap.

Thursday, October 12, 2017

How to install Skype on Lubuntu 16.04

How to install Skype on Lubuntu 16.04

Skype is one of the most popular chat and video call application on earth, skype is available for major operating system such as windows, mac and linux, even though the one on linux is still labeled as beta. In this short tutorial i'm going to show you how to install skype on lubuntu 16.04.

Saturday, September 30, 2017

How to upgrade NodeJs on Lubuntu 16.04

How to upgrade NodeJs on Lubuntu 16.04

If you have lubuntu 16.04 and you already install nodejs on your machine, you will see that the nodejs version is not the latest one. We need to find a way to upgrade nodejs on our lubuntu.

Monday, August 14, 2017

How to restart php-fpm on Lubuntu

How to restart php-fpm on Lubuntu

After editing php.ini the next thing you want to do is to restart the php itself so that the changes in php.ini can take effect. So the question is how to restart php (php-fpm) on lubuntu?