DevOps and Development

How to Set Docker Environment Variables

October 24, 2024

Docker environment variables are a practical way of externalizing containerized app configuration. This article shows you how to set Docker environment variables in the Dockerfile, and override them using Docker CLI and Docker Compose.

Read more

How to Install Rust on Ubuntu

October 17, 2024

Rust is a general-purpose programming language known for its speed, memory efficiency, and seamless integration with other languages.
Read this tutorial to learn how to install Rust on Ubuntu.

Read more

Linux ls Command - How to List Files and Directories

October 10, 2024

The ls command (short for “list”) lists information about directories and any type of files in the working directory. Learn how to use ls command in this article.

Read more

Linux date Command: How to Set, Change, Format Date in Linux


The date command is used to display and set the system date and time. Learn how to use the date command and set the date/time/timezone of your Linux server.

Read more

How to Install Apache Spark on Windows


The tutorial explains how to install Spark on Windows and includes a simple test to ensure your Spark installation is working correctly.

Read more

How to Undo and Redo Changes in Vim / Vi


Mastering basic Vim commands includes learning how to undo and redo changes in this text editor. Knowing how to undo and redo in Vim will help you speed up and simplify working with content and files.

Read more

How to Install Spark on Ubuntu


This tutorial explains how to install Apache Spark on Ubuntu and provides essential start and stop commands for the master and worker servers.

Read more

How to Copy, Cut, and Paste in Vim

October 3, 2024

Complete guide on how to use crucial Vim commands - copying (yanking), cutting (deleting), and pasting (putting). There are different ways to navigate through text and edit content. Find out what these are and how to use them.

Read more

How to Set up and Enable Passwordless SSH Login


Speed up connecting to remote servers by enabling passwordless SSH login via public key authentication. In this guide you will learn how to set up and enable passwordless login.

Read more

How to Check Java Version Installed on Linux

October 2, 2024

Need to check your Java version? Use one of these three methods to find the Java version installed on your system (Ubuntu, CentOS, or Debian).

Read more