SysAdmin

How to Install Java on Ubuntu

September 21, 2023

Java is one of the most popular programming languages used for developing anything from lightweight mobile to desktop applications. This step-by-step guide shows you how simple it is to install Java on Ubuntu.

Read more

How to Switch Branch in Git

September 20, 2023

Branches in Git allow developers to work on different parts of code simultaneously without affecting the main codebase. This tutorial shows how to switch between branches in Git.

Read more

VMware Cloud Director Tutorial & Quick Start Guide

September 19, 2023

A quick start guide to phoenixNAP Virtual Private Datacenter and Data Security Cloud products. Both of these products utilize the VMware Cloud Director user interface to manage virtual machines and networking.

Read more

What Is a Swap Partition & How to Create One

September 14, 2023

Learn about swap partitions in Linux and follow our step-by-step instructions on creating, increasing, decreasing, or deleting partitions.

Read more

What Is Bash?


This article provides a detailed overview of the Bash shell, including its concepts, features, and basic commands.

Read more

Linux Network Commands Cheat Sheet

September 13, 2023

Master Linux networking commands! This article provides an overview of 20 Linux network commands, and features a free downloadable PDF cheat sheet.

Read more

How to Delete a File in Linux

September 7, 2023

This article lists the most commonly used commands and tools to remove unwanted files from your Linux system.

Read more

What Is GRUB Bootloader in Linux?


GRUB bootloader initializes hardware and loads the Linux kernel at startup. It also provides a user interface to help user select the right OS to load on multi-boot systems. This article introduces you to GRUB and its usage.

Read more

How To Enable RDP Using xrdp on Ubuntu


RDP gives you access to the GUI of a remote server. RDP works with xrdp, an open-source remote desktop protocol server in Linux.
This text shows you how to enable an RDP using xrdp on Ubuntu 22.04.

Read more

How to Git Reset to Remote

September 6, 2023

Resetting to a remote branch enables synchronizing a local branch to a remote repository. Follow this step-by-step tutorial to reset to remote using the git reset command, in three simple methods.

Read more
1 28 29 30 31 32 77