Miscellaneous
How to Configure NTP for Use in the NTP Pool Project on Ubuntu 16.04
Tutorials
Linux Commands
Miscellaneous
Networking
Ubuntu 16.04
Introduction> Introduction # Accurate time keeping is critical for almost any service or software. Emails, loggers, event systems and schedulers, user authentication mechanisms, and services running on distributed platforms all need accurate timestamps to record events in chronological order.
How To Setup VNC For Ubuntu 12
Tutorials
Miscellaneous
Ubuntu
Status: Deprecated> Status: Deprecated # This article is deprecated and no longer maintained.
Reason> Reason # Ubuntu 12.04 reached end of life (EOL) on April 28, 2017 and no longer receives security patches or updates.
How to Install and Configure VNC on Ubuntu 18.04
Tutorials
Applications
Miscellaneous
Ubuntu 18.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 and Configure VNC on Ubuntu 16.04
Tutorials
Miscellaneous
Ubuntu
Ubuntu 16.04
###Introduction
VNC, or “Virtual Network Computing”, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. It makes managing files, software, and settings on a remote server easier for users who are not yet comfortable with the command line.
How To Install and Configure VNC on Ubuntu 14.04
Tutorials
Miscellaneous
Ubuntu
Introduction> Introduction # VNC, or “Virtual Network Computing”, 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 and Configure VNC on Debian 9
Tutorials
Applications
Debian 9
Miscellaneous
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 Use Pageant to Streamline SSH Key Authentication with PuTTY
Tutorials
Miscellaneous
Introduction> Introduction # You have seen in previous tutorials how to use PuTTY to connect to your VPS securely and how to create SSH keys with PuTTYgen.
You might have more than one SSH key for a single cloud server, or simply more than one cloud server or Droplet that requires SSH keys to log into.
How to Install and Secure the Mosquitto MQTT Messaging Broker on Ubuntu 16.04
Tutorials
Let's Encrypt
Miscellaneous
Ubuntu
Ubuntu 16.04
Introduction> Introduction # MQTT is a machine-to-machine messaging protocol, designed to provide lightweight publish/subscribe communication to “Internet of Things” devices. It is commonly used for geo-tracking fleets of vehicles, home automation, environmental sensor networks, and utility-scale data collection.
How To Set Up a Jupyter Notebook to Run IPython on Ubuntu 16.04
Tutorials
Miscellaneous
Python
Ubuntu 16.04
Introduction> Introduction # IPython is an interactive command-line interface to Python. Jupyter Notebook offers an interactive web interface to many languages, including IPython.
This article will walk you through setting up a server to run Jupyter Notebook as well as teach you how to connect to and use the notebook.
Top 10 Linux Easter Eggs
Tutorials
CentOS
Debian
Fedora
Miscellaneous
Ubuntu
Not a Definitive List…
Often, when you log into your Linux VPS, you are looking to get some work done. However, no one can claim that the thousands of developers who create the software available on a typical Linux machine are always completely serious.
How To Install, Configure, and Deploy Rocket.Chat on Ubuntu 14.04
Tutorials
Miscellaneous
Ubuntu
Introduction> Introduction # Rocket.Chat is an open-source messaging app built with Meteor. It supports video conferencing, file sharing, voice messages, has a fully-featured API, and more. Rocket.Chat is great for those who prefer to have full control over their communications.
How To Install ZNC, an IRC bouncer, on an Ubuntu VPS
Tutorials
Miscellaneous
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 Build Go Executables for Multiple Platforms on Ubuntu 16.04
Tutorials
Applications
Linux Commands
Miscellaneous
Open Source
Ubuntu
Introduction> Introduction # The Go programming language comes with a rich toolchain that makes obtaining packages and building executables incredibly easy. One of Go’s most powerful features is the ability to cross-build executables for any Go-supported foreign platform.
Common Python Tools: Using virtualenv, Installing with Pip, and Managing Packages
Tutorials
CentOS
Miscellaneous
Python
Introduction> Introduction # When it comes to working with Python, especially in the domain of application development, there are certain tools that you will see being mentioned often in various places or open source code.
How to Connect Your Internet of Things with Node-RED on Ubuntu 16.04
Tutorials
Let's Encrypt
Miscellaneous
Nginx
Ubuntu
Ubuntu 16.04
Introduction> Introduction # Node-RED is a switchboard for the Internet of Things, a visual tool that helps you connect your favorite apps, websites, and hardware together to do new and useful things.
How to Install Hadoop on Ubuntu 13.10
Tutorials
Java
Miscellaneous
Ubuntu
Prerequisites> Prerequisites # The only prerequisite for this tutorial is a VPS with Ubuntu 13.10 x64 installed.
You will need to execute commands from the command line which you can do in one of the two ways:
How To Use the Emacs Editor in Linux
Tutorials
Linux Basics
Miscellaneous
Ubuntu
Ubuntu 22.04
Introduction> Introduction # Emacs is one of the oldest and most versatile text editors. The GNU Emacs version was originally written in 1984 and is well known for its powerful and rich editing features.
How To Install Openfire XMPP Server on a Debian or Ubuntu VPS
Tutorials
Java
Miscellaneous
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 Set Up a Minecraft Server on Linux
Tutorials
CentOS
Gaming
Miscellaneous
Status: Deprecated> Status: Deprecated # This article is deprecated and no longer maintained.
Reason> Reason # Ubuntu 12.04 reached end of life (EOL) on April 28, 2017 and no longer receives security patches or updates.
How to Deploy Python WSGI Applications Using uWSGI Web Server with Nginx
Tutorials
CentOS
Miscellaneous
Nginx
Python
Introduction> Introduction # As introduced in our Python Web Server Comparison article, uWSGI is a vast project, capable of doing much more than serving web applications alone. However, its wide array of functionality, combined with relative ease of configuring it, make it an excellent choice for many deployment needs– especially when it is coupled with Nginx.