SysAdmin

How to List Installed Packages on Ubuntu

March 9, 2022

Having a precise list of installed packages helps system admins maintain, replicate, and reinstall systems. In this tutorial, learn how to list all installed packages with apt and dpkg, save the list to a file or list specific packages and versions.

Read more

Linux File Command: How to Determine File Type in Linux

March 3, 2022

The file command in Linux determines the type of a file. Learn how to use the file command in this tutorial.

Read more

Bash HereDoc Tutorial With Examples


A HereDoc helps pass multiple commands to another command, making redirection and Bash scripts easier to understand. Learn how to write a HereDoc through various examples in this guide.

Read more

Git Revert Commit: How to Undo Last Commit


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
1 39 40 41 42 43 76