Browsing tag

debian 10

How To Install Oracle Java JDK 12 / 11 / 8 on Debian 10 / Debian 9

Today we will be going through the installation of Oracle Java SE which includes Java Development Kit (JDK) and Java Runtime Environment (JRE) on Debian 10 / Debian 9. Java JDK is the most important one for the developers, and this guide will be more useful for them to build a development environment when they […]

How To Install Eclipse IDE on Debian 10 & Debian 9

Eclipse is a well-known, versatile, Integrated Development Environment, widely used for developing JAVA applications all around the world. Eclipse is written in Java and released under Eclipse Public License, an open-source license. Eclipse is not only used for developing Java applications, but it can also be used to develop applications in various programming languages including […]

How To Install Jenkins on Debian 10 / Debian 9

Jenkins is an open-source automation server; in other words, a continuous integration tool written in Java that helps to automate the repetitive tasks involved in the software development process. Repetitive tasks could be like software build, testing, and deployments. Jenkins project was forked from the Oracle Hudson project after a dispute in early 2011, but, […]

How To Install VirtualBox on Debian 10 / Debian 9

VirtualBox is a free and open-source hypervisor software, allows you to create and run a guest operating system (“virtual machines”) such as Linux and Windows on top of the host operating system.VirtualBox supports both software-based and Hardware-assisted virtualization. VirtualBox can be installed on host operating systems, including Linux, Windows, Solaris, OpenSolaris, and OSx86. VirtualBox is […]

How To Install Nagios on Debian 10 / Debian 9

Nagios is an open source monitoring tool for servers, network devices, and applications. It helps you to monitor the services, resources, and applications that run on Windows as well as on Linux. Nagios also can monitor routers and other network devices. Nagios has an inbuilt web interface where we can access and monitor the whole infrastructure […]