HowtoForge provides user-friendly Linux tutorials.
-
Using Wget with FTP to Download/Move Web Sites Recursively
Author: Falko Timme • Tags: ftp, linux • Comments: 0 • Updated: Feb 24, 2023Sometimes you need to move a web site from one server to another. Instead of downloading the web site from the old server to your PC via FTP and uploading it from your PC to the new server, it would save a lot of time to simply copy the web site from one server to the other. This tutorial explains how to use Wget to download/move a web site from one server to the other via FTP.
-
How to Install HTTP Git Server with Nginx and SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu, web server • Comments: 0 • Published: Feb 24, 2023Git is an open-source version control system that keeps track of your software changes at the source level. This tutorial will explain setting up an HTTP Git repository server with Nginx on Ubuntu 22.04.
-
How to Install Anaconda Python Distribution on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 1 • Published: Feb 24, 2023Python is an open-source and object-oriented interpreted programming language. Anaconda is a Python, R, Data Science, and machine learning platform and used as a package manager. It comes with 1,500+ open source packages.
-
-
How to Install Memcached on Ubuntu 22.04
Author: Hitesh Jethva • Tags: server, ubuntu • Comments: 0 • Published: Feb 24, 2023Memcached is a free, open-source, and general-purpose distributed memory-caching system used to cache database data. It is a high-performance memory caching system used to speed up dynamic web applications by reducing the database load.
-
How to Install WonderCMS on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0 • Published: Feb 24, 2023WonderCMS is an open-source and extremely small flat file CMS that provides a simple and easier way to create and manage websites. This tutorial will show you how to install WonderCMS with Nginx and Let's Encrypt SSL on Ubuntu 22.04.
-
How to Install an FTP Server with ProFTPD and TLS/SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: ftp, linux, server, ubuntu • Comments: 1 • Published: Feb 24, 2023ProFTPD is a free, open-source, and feature-rich FTP server written for Unix and Unix-a-like operating systems. This tutorial will show you how to install the ProFTPD FTP server on Ubuntu 22.04.
-
How to Install Pydio Cells File Sharing Server on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 0 • Published: Feb 23, 2023Pydio Cells also known as a Pydio is an open-source file-sharing and synchronization application written in the Golang language. This guide will explain how to install the Pydio file-sharing application on Ubuntu 22.04.
-
How to Install Plex Media Server on Debian 11
Author: t.michael • Tags: debian, linux, nginx, server • Comments: 0 • Published: Feb 23, 2023Plex Media Server is a digital media player that can host multiple online content channels from non-local sources. This tutorial shows you how to install Plex Media server on Debian 11.
-
How to Install Wiki.js on Ubuntu 22.04 LTS
Author: Navjot Singh • Tags: linux, ubuntu, web server • Comments: 0 • Published: Feb 23, 2023Wiki.js is an open-source, lightweight wiki software. It is built on the Node.js JavaScript framework. In this tutorial, you will learn to install Wiki.js on a Ubuntu 22.04 server using the PostgreSQL database and Nginx server for proxying.
-
How to Manage Packages with APT on Ubuntu
Author: Hitesh Jethva • Tags: linux, shell, ubuntu • Comments: 0 • Updated: Feb 21, 2023APT also known as Advanced Packaging Tool is the command-line tool for managing packages in Debian-based distributions like Debian and Ubuntu. In this tutorial, we will explain how to manage packages using APT command line tool on Ubuntu.