DevOps and Development

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

How to Delete Lines in Vim

September 26, 2024

Vim allows you to delete entire lines, words or characters using various Vim commands. Learn the most practical way to remove text by following this practical guide.

Read more

tmux Cheat Sheet: Commands and Shortcuts Explained


This article lists essential tmux commands organized into logical sections and offers a comprehensive downloadable cheat sheet in PDF format.

Read more

How To Install Docker on Debian


Docker is a virtual container management platform that speeds up and improves application development and deployment. This tutorial shows how to install Docker on Debian, using the OS repositories, the official Docker repository, or DEB packages.

Read more

How to Install GCC on Windows

September 23, 2024

This tutorial presents three different methods for installing GCC on Windows. GCC is an open-source compiler system that supports multiple programming languages.

Read more

How to Override ENTRYPOINT Using docker run

September 18, 2024

Entrypoint is a Docker instruction used to set up the default executable when the container is run. You can override this instruction within the docker run command using a specific flag and command syntax.

Read more

How to Install Git on Mac

September 12, 2024

Learn how to install Git on Mac with four different installation approaches and get started with using the system. Configure Git and see how to track and commit changes.

Read more

How to Install and Use Composer on Ubuntu

September 5, 2024

Composer is an application that tracks dependencies for a project, allowing you to specify a set of libraries for a specific project. It identifies the versions and dependencies and installs them to the project. This guide will help you install and get started with Composer in Ubuntu.

Read more