SysAdmin

How to Install Webmin on Ubuntu

September 10, 2021

Webmin is a web-based dashboard that allows administrators to manage Linux and Unix systems and servers remotely. This tutorial takes you through the step-by-step process of installing Webmin on Ubuntu 18.04 and 20.04.

Read more

How to Install Node.js and NPM on Mac

September 9, 2021

Node.js is a popular back-end JavaScript runtime used for creating web servers and scalable network apps. NPM is a package manager for JavaScript and the default package manager for Node.js. This tutorial will show you how to install Node.js and NPM on MacOS.

Read more

Deploying MySQL on Kubernetes {Guide}


Deploying a functional database in a containerized environment can be a demanding task. This article will show you how to deploy a MySQL database instance on Kubernetes using persistent volumes, the feature that enables stateful apps to overcome the problem of the inherent transience of the K8s pods.

Read more

What Is Git Bash; Working with Git Bash Commands

September 8, 2021

Git Bash lets you manage your code and repository using a command-line interface on Windows. Learn how to use Git Bash effectively.

Read more

How to Move Directories in Linux


This tutorial shows you how to move directories in Linux using the GUI or the built-in mv command.

Read more

How to Use Git {Beginner's Guide}

September 2, 2021

Git is the most popular version control system in the world. Learn to use Git effectively with this step-by-step beginner's guide that covers the basic Git functions.

Read more

How to List Running Processes in Linux


Tracking and managing running processes is an important part of Linux administration. This tutorial shows different methods you can use to list running processes in Linux.

Read more

CI/CD Security - How to Secure Your CI/CD Pipeline

August 26, 2021

Applications must be secure, but what about the application production line itself? The CI/CD pipeline constantly moves and there are many security challenges to face. Learn about how you can secure the CI/CD pipeline with a list of some of the best practices.

Read more

How to Check PyTorch Version

August 25, 2021

Depending on how the library was installed, there are various ways to check the PyTorch version on your system. Follow the steps in this article to see three different ways to check the library version.

Read more

How to Install PuTTY on Windows

August 23, 2021

PuTTY is a free SSH and Telnet client for windows. This tutorial shows how to install PuTTY on Windows in several easy steps.

Read more
1 44 45 46 47 48 75