Applications
How To Install Webmin on Ubuntu 16.04
Tutorials
Apache
Applications
Control Panels
Let's Encrypt
Ubuntu 16.04
###Introduction
Webmin is a modern, web control panel for any Linux machine. It allows you to administer your server through an simple interface. With Webmin, you can change settings for common packages on the fly.
How To Set Up GitLab As Your Very Own Private GitHub Clone
Tutorials
Applications
Git
Ruby
Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install and Configure Mumble Server (Murmur) on Ubuntu 14.04
Tutorials
Applications
Ubuntu
Introduction> Introduction # Mumble is a free and open-source Voice Over IP (VoIP) application designed primarily to be used by gamers. Mumble is similar to TeamSpeak and Ventrilo. Mumble uses a client-server architecture which allows users to talk to each other when connected to the same server.
How to Install and Configure VNC on Ubuntu 20.04
Tutorials
Applications
Miscellaneous
Ubuntu
Ubuntu 20.04
Introduction> Introduction # Virtual Network Computing, or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server.
How to Install, Run, and Connect to Jupyter Notebook on a Remote Server
Tutorials
Applications
Python
Ubuntu
The author selected the Apache Software Foundation to receive a $100 donation as part of the Write for DOnations program.
Introduction> Introduction # Jupyter Notebook is an open-source, interactive web application that allows you to write and run computer code in more than 40 programming languages, including Python, R, Julia, and Scala.
How to Install and Configure Magento on Ubuntu 14.04
Tutorials
Applications
Ubuntu
Introduction> Introduction # Magento is the most popular content management system for e-commerce websites. It is used by small businesses and large enterprise companies alike, and can be enhanced by thousands of extensions and themes.
How To Install and Configure GitLab on Ubuntu 18.04
Tutorials
Applications
Git
Let's Encrypt
Ubuntu 18.04
Introduction> Introduction # GitLab is an open-source application primarily used to host Git repositories, with additional development-related features like issue tracking. It is designed to be hosted using your own infrastructure, and provides flexibility in deploying as an internal repository store for your development team, a public way to interface with users, or a means for contributors to host their own projects.
How To Install and Configure Nextcloud on Ubuntu 16.04
Tutorials
Apache
Applications
Ubuntu
Ubuntu 16.04
Introduction> Introduction # Nextcloud, a fork of ownCloud, is a file sharing server that permits you to store your personal content, like documents and pictures, in a centralized location, much like Dropbox.
Installing and Using Ranger, a Terminal File Manager, on a Ubuntu VPS
Tutorials
Applications
Miscellaneous
Ubuntu
Introduction> Introduction # Ranger is a terminal file manager with vim-like keybindings that uses the ncurses library to provide a powerful interface for your filesystem.
Ranger uses conventions common to both text-based file managers, such as Midnight Commander, and graphical file managers, such as Mac OS X’s Finder.
How To Install phpMyAdmin From Source on Debian 10
Tutorials
Apache
Applications
Debian 10
MariaDB
PHP
Introduction> Introduction # While many users need the functionality of a database management system like MariaDB, they may not feel comfortable interacting with the system solely from the MariaDB prompt.
How To Build a Node.js Application with Docker
Tutorials
Applications
Docker
Node.js
Ubuntu 18.04
Introduction> Introduction # The Docker platform allows developers to package and run applications as containers. A container is an isolated process that runs on a shared operating system, offering a lighter weight alternative to virtual machines.