Tag: ubuntu

How to Install Deb Files (Packages) on Ubuntu

May 25, 2023

If the software you want to install comes in a form of a deb package, you may be wondering how to extract it. This article shows you several different ways of dealing with deb packages. Find all the steps you need to take to install deb packages, along with how to remove deb packages after installing.

Read more

How to Build a Node.js App with Docker

April 21, 2023

This guide shows a step-by-step example to build a Node.js application with Docker.

Read more

How to Install Gitea with Docker on Ubuntu

December 29, 2022

Learn to deploy a Gitea code hosting instance using a Docker container. The article also provides the steps to perform initial configuration of the instance and enable SSH access.

Read more

How to Install Yarn on Ubuntu

December 8, 2022

Yarn is a tool for managing, updating, and sharing your Java code. It works through node.js, and it helps to track libraries, dependencies, and even to share solutions with other developers. In this tutorial, learn how to install Yarn on Ubuntu.

Read more

How to Set Up a Firewall with UFW on Ubuntu

December 1, 2022

UFW is a simple interface implemented on top of iptables that provides an easier way to configure a firewall. Use it to define rules of communication to and from a server and ensure your Ubuntu is protected.

Read more

How To Install Git on Ubuntu 20.04 / 22.04


Git is a widely-used software package in Linux. Its main purpose is to track changes in software code during development. It is is especially helpful in a team of developers, with multiple contributors to the same project. It focuses on non-linear workflows, data integrity, and speed. It also provides a safe way to test and experiment with code. Though Git was designed for programmers, it can also be applied to track changes in any sort of file. This guide will walk you through installing and configuring Git on an Ubuntu 20.04 or 22.04 system.

Read more

How to Install TensorFlow on Ubuntu

November 29, 2022

Designed to simplify the process of implementing machine-learning models, TensorFlow is Google’s open-source platform for machine learning. This article shows how to install TensorFlow on Ubuntu both for CPU or GPU support.

Read more

How to Install Samba in Ubuntu

November 24, 2022

Samba is an open-source utility for Linux that enables file sharing between Linux machines and other operating systems. This tutorial teaches you how to install and configure Samba in Ubuntu.

Read more

How To Install PHP On Ubuntu 20.04 or 22.04


PHP is a script-based server-side programming language. PHP is often used to automate server tasks and is the component that handles tasks like dynamic content, database requests, and processing and displaying data. This guide will walk you through installing PHP on Ubuntu.

Read more

How to Install Rust on Ubuntu

November 15, 2022

Rust is a general-purpose programming language known for its speed, memory efficiency, and seamless integration with other languages.
Read this tutorial to learn how to install Rust on Ubuntu.

Read more
1 2 3 10