Sometimes you are required to install specific version of packages on your Debian based systems. This tutorial will help you to install specific version of packages using apt-get. First of all, list all available version of the package. For example to find available version of firefox run the following command. sudo apt policy firefox...
Ubuntu 18.04 is the latest LTS release available to download. This tutorial has download links to DVD ISO Images of Ubuntu 18.04 LTS release. You can find the Ubuntu 18.04 release notes on its official website. Ubuntu 18.04 LTS Download Links Please find below DVD ISO images download links for Ubuntu Desktop and Ubuntu...
This guide will help you to install updates on your Ubuntu system. This also helps you to apply security updates silently on your Ubuntu systems. Packages Updates on Ubuntu Command-Line Fetch the update for all your repositories for all your apps to all the latest updates lists. sudo apt-get update Then run the upgrade...
Squid is the most popular Proxy server for Unix like operating systems. It also used for the web filtering. Squid also useful as caching proxy server for the HTTP, HTTPS, FTP protocols. This article will help you to setup Squid Proxy Server on Ubuntu 18.10, 18.04 LTS, 16.04 LTS, and 14.04 LTS systems. Step...
Django is a Python Web framework that encourages rapid development of applications. The Django framework is designed for developers to take applications from initial to completion as quickly as possible. It provides higher security for the application and avoids developers for making common security mistakes. This tutorial helps you to install Django on Ubuntu...
Elasticsearch is a flexible and powerful open-source, distributed real-time search and analytics engine. Using a simple set of APIs, it provides the ability for full-text search. Elastic search is freely available under the Apache 2 license, which provides the most flexibility. This tutorial will help you to install Elasticsearch on Ubuntu 18.04 & 16.04...
This tutorial helps you to switch between multiple installed Java versions on Ubuntu systems. For example, you have installed multiple Java versions on your Ubuntu system. Now you want to switch to other Java version as default Java. Use update-alternatives command to set default Java version as following: sudo update-alternatives --config java According to...
Question – How to Find Local IP Address of My Ubuntu Desktop system? 2 Ways to find IP Address on Ubuntu 18.04 Desktop? Ubuntu 18.04 desktop provides an attractive GUI for working with it. You can either use the command prompt to check the current IP address on your system or use a GUI...
GNOME is a GNU project, is the default desktop environment is used by the Ubuntu desktop editions. The GNOME desktop have a large number of customization to make the best desktop experience for you. This tutorial helps you to add or remove the application in the startup of Ubuntu system. Any application added under...
There are two standard types of installation available are JDK and JRE. JDK (Java Development Kit) provides the ability to develop a new Java application, which includes Java compiler. JRE (Java Runtime Environment) provides the runtime environment for any Java application with applets. The Java developers required to install JDK and JRE both on...