How To Deploy a Clojure Web Application on Ubuntu 14.04
This article will show you how to deploy a Clojure web application to a Ubuntu 14.04 Droplet.
This article will show you how to deploy a Clojure web application to a Ubuntu 14.04 Droplet.
Mumble is a Voice Over IP (VoIP) application 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. It has a simple administration interface and features low-latency, high-quality codecs. In this tutorial, we will learn how to install and configure Murmur – the server component of Mumble.
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. The difference with ownCloud is that it is free and open-source, which allows anyone to use and examine it. It also returns the control and security of your sensitive data back to you, thus eliminating the utilization of a third-party cloud hosting service.
Virtual Network Computing или VNC — это система подключения, позволяющая использовать клавиатуру и мышь для взаимодействия с графической средой рабочего стола на удаленном сервере. Данная система упрощает управление файлами, программным обеспечением и настройками на удаленном…
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. In this guide, you’ll set up a VNC server on an Ubuntu 22.04 server and connect to it securely through an SSH tunnel.
phpMyAdmin is an application that allows users to interact with MySQL databases through a web interface. This tutorial outlines the process of installing and securing phpMyAdmin on an Ubuntu 20.04 server running Nginx.
This tutorial describes how to install MediaWiki on Ubuntu 12.04, including the steps needed to set up a MySQL database and user. MediaWiki is a free open source wiki program that allows users to create their own personal wiki sites. Originally built for Wikpedia, MediaWiki is written in PHP and uses a backend database, like MySQL, to store its data.
An open-source programming language, R is widely used for developing statistical software, performing data analysis and visualization. R offers many user-generated packages for specific areas of study, which makes it applicable to many fields. In this tutorial, we will…
Zimbra is an easy to use piece of unified collaboration software. Being one of the best free, open source collaboration software available, Zimbra includes email, calendaring, file sharing, activity streams, social communities and much more! Zimbra comes in two different forms: a free open source edition and a paid version.
При работе с Node.js вы можете столкнуться с ситуацией, когда вы разрабатываете проект, который будет сохранять и запрашивать данные. В данном случае вам нужно будет выбрать решение для базы данных, которое будет отвечать характеристикам данных приложения и…