Showing posts with label command line. Show all posts
Showing posts with label command line. Show all posts

How to install & uninstall debian package?


How to install & uninstall debian package?

When working with xubuntu or any other ubuntu flavors basically, you will find most of the software are in debian or .deb package. What exactly debian package? how to install and uninstall debian package from my computer? find out in this article.

How to search software package from terminal

How to search software package from terminal

Did you know that you can search for software package from the command line/terminal, there is a command line tool on xubuntu/ubuntu that can be use for search software packages. In this article i will show you how to search software package from the terminal.

How to add & remove PPA repo on Xubuntu

How to add and remove PPA repo on Xubuntu

In this tutorial we will be looking at how to add and remove PPA repository on xubuntu or ubuntu in general. PPA repository or Personal Package Archive is a repository that are not maintain by official ubuntu developers.

How to install ADB & Fastboot on Xubuntu 18.04

How to install ADB & Fastboot on Xubuntu 18.04

ADB stand for android debug bridge, adb is a tool for communicating with android devices using your computer, in this tutorial i will show you how to install the latest ADB and fastboot tool on xubuntu 18.04 bionic.

How to install Open JDK on Xubuntu 18.04

How to install Open JDK on Xubuntu 18.04

One way to have java inside your system is by installing open jdk, when i wrote this article the latest jdk available on xubuntu is open jdk 11, so in this article i will show you how to install open jdk 11 on xubuntu 18.04 bionic.

How to run Docker without sudo

How to run Docker without sudo

Normally if you try to run docker command without sudo you will get an error (permission error) because by default docker needs to run under root privilege. But there is a trick that will allow you to run docker command without sudo.

How to use Docker for beginner


How to use Docker for beginner

After installing docker on xubuntu, next you need to learn how to use it, if you are a beginner or new to docker this short tutorial should be able to guide you through the basic of using docker.

How to install Docker on Xubuntu 18.04

How to install Docker on Xubuntu 18.04

Docker is one of the most important tools for modern web development, docker used by developers, devops and system administrators. In this short tutorial i will show you how to install docker community edition (CE) on xubuntu 18.04 bionic.

How to install NodeJS on Xubuntu 18.04

How to install NodeJS on Xubuntu 18.04

NodeJS is one of the most popular technology for developing web application, you can use nodejs for backend as well as frontend. In this tutorial i'm going to show you how to install the latest nodejs on xubuntu 18.04 bionic.