DevOps and Development

How to Check Java Version on Mac

July 25, 2024

Knowing which version is set up on the system is necessary when installing a Java-based app, since different applications require different Java versions. This guide shows you how to do so on macOS. In addition to the standard CLI approach, the article included GUI steps available for older Java versions.

Read more

How to Stop Docker Containers

July 23, 2024

Some Docker containers, such as those running web servers, are designed to run indefinitely. When the user decides they no longer need such containers, they must stop them manually. This tutorial shows you how to stop Docker containers.

Read more

How to Start Docker Containers

July 18, 2024

Docker CLI features two commands that allow users to start Docker containers - docker run and docker start. This article shows you how to use the commands and their options to customize how your containers start and behave.

Read more

How to Install Java on Raspberry Pi


This article guides you through the Java installation process on Raspberry Pi. You will also learn how to set the system-wide Java version in use as well as define the JAVA_HOME path environment variable.

Read more

How to Update Kali Linux: Step-By-Step Tutorial


Update Kali Linux by following this four-step guide to ensure the safest upgrade or using a single-line command. Learn more about how to upgrade and the different ways to do so.

Read more

How to List Docker Containers

July 16, 2024

Managing containers is essential for working in Docker. This guide teaches you an important management aspect - how to list Docker containers and customize the list view according to your needs.

Read more

Vim Color Schemes: How to Configure

July 11, 2024

Vim color schemes are a handy feature for setting syntax highlighting. You can choose from a wide variety of ready-made themes or configure your own color set and highlight preference. This article shows you everything you need to know to master Vim color schemes.

Read more

docker run Command: Syntax, Options, Examples


The docker run command is used to create and execute Docker containers. By expanding the basic command syntax with many available options, the user can customize container storage, networking, performance and other settings. Learn how to use docker run by reading this tutorial.

Read more

How to Update Docker Image and Container


To avoid running containers with outdated Docker images, ensure you update the containers regularly. This tutorial shows how to update a Docker image and container with a step-by-step guide and a practical example.

Read more

How To Install and Set Up Git on Ubuntu

July 10, 2024

Git is a widely-used software package in Linux. Its main purpose is to track changes in software code during development. This guide will walk you through installing and configuring Git on an Ubuntu system.

Read more
1 2 3 46