SysAdmin

Git Revert Commit: How to Undo Last Commit

March 3, 2022

Git has a lot of features that help you manage your project and easily access previous commits. This article uses simple commands to show you how to revert to an earlier commit quickly.

Read more

How to Show or Hide Line Numbers in Vim

February 28, 2022

You can activate line numbering in Vim by showing absolute, relative or hybrid lines. Displaying or hiding line numbers can be done in a couple of simple steps.

Read more

File Handling in Python: Create, Open, Append, Read, Write

February 24, 2022

Working with files is part of everyday tasks in programming. This tutorial teaches you elementary file handling in Python.

Read more

Bash printf - How to Print a Variable in Bash


The printf command produces formatted text outputs in the terminal. This tutorial shows how to use the printf command to print and format a variable output in Linux.

Read more

Install and Get Started with MySQL Workbench on Ubuntu


Workbench is a visual tool for managing MySQL databases . Its graphical interface allows administrators and database architects to model data, build and run SQL queries, and maintain a database. Get a better understanding on how Workbench works, how to install the software and configure it for your needs.

Read more

How To Use The Bash read Command

February 21, 2022

The Bash read command reads a user's input or a file descriptor and allows splitting into different fields. Learn how to utilize the command in this guide.

Read more

How to Install Apache Tomcat on Windows

February 17, 2022

The Apache Tomcat is a web server that allows you to run Java code. This guide shows how to install and set up the Tomcat server on Windows.

Read more

How to Install Maven on Windows


Apache Maven is a project management tool for developing Java applications. This tutorial shows you how to install Maven on Windows.

Read more

How to Install Windows 11 on Hyper-V Virtual Machine

February 10, 2022

If you want to experience the new Windows 11 before you decide to use it as your daily driver, install it inside a virtual machine. This tutorial will show you how to create a Windows 11 virtual machine using Microsoft Hyper-V virtual machine software.

Read more

How to Change Jenkins Home Directory


The Jenkins Home directory contains Jenkins deployment logs, cloned repositories, and configurations. This tutorial shows you how to change the location of the Jenkins Home directory.

Read more
1 36 37 38 39 40 75