How To Install and Manage RabbitMQ
In this the cloud provider article, we aim to introduce you to the RabbitMQ project: an open-source message-broker application stack which implements the Advanced Message Queuing Protocol (AMQP).
In this the cloud provider article, we aim to introduce you to the RabbitMQ project: an open-source message-broker application stack which implements the Advanced Message Queuing Protocol (AMQP).
O Apache Tomcat é um servidor web e um servlet container que é usado para servir aplicações Java. O Tomcat é uma implementação open source das tecnologias Java Servlet e JavaServer Pages, lançada pela Apache Software Foundation. Este tutorial aborda a instalação básica e algumas…
This tutorial will take you through the steps needed to host gpEasy CMS on your Droplet.
This tutorial will get your Debian 11 server set up with a Python 3 programming and runtime environment.
This tutorial will help you prepare to upgrade to MySQL 5.7 from earlier versions. It covers `sql_mode` with practical examples of query responses that get stricter. The tutorial also contains instructions for checking for warnings and errors, and contains a sample config file so you can test the new settings before upgrading. This article is from the [MySQL Team at Oracle](http://www.oracle.com/us/products/mysql/mysqlcommunityserver/overview/index.html).
Django is a powerful web framework that can help you get your Python application or website off the ground quickly. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web…
OpenVPN is a full-featured, open-source Secure Socket Layer (SSL) VPN solution that accommodates a wide range of configurations. In this tutorial, you will set up an OpenVPN server on a Debian 11 server and then configure access to it from Windows, macOS, Linux, iOS and/or Android devices.
Cherokee is a high performance, lightweight, full-featured web server. It is compatible with SSL, FastCGI, and all modern web application frameworks like NodeJS, Rails, and Python through uWSGI. The best thing about Cherokee is that unlike Apache or Nginx, Cherokee can be administered completely through it’s admin web interface.
When used with nginx, “Virtual Hosts” are referred to as “Server Blocks” and allow users to run more than one website/domain off a single server/IP address. The kernel used in this tutorial is Debian 7: it will go over how to set up a new directory/grant permissions/add content/turn on virtual hosting/set up local hosts.
This tutorial covers how to login with root, how to change the root password, how to create a new user, and how to give the new user root privileges. It’s written for Debian 7.