Linux Tutorials on the topic “ubuntu”
-
Installing Lighttpd with PHP (PHP-FPM mode) and MySQL or MariaDB on Ubuntu 15.10
Author: Till Brehm • Tags: lighttpd, ubuntu, web server • Comments: 3
Lighttpd is a secure, fast and standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 15.10 server with PHP support (through PHP-FPM) and MySQL. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
-
Encrypt your data with EncFS on Ubuntu 15.10
Author: Falko Timme • Tags: security, ubuntu • Comments: 0
EncFS provides an encrypted filesystem in user-space. It runs without any special permissions and uses the FUSE library and Linux kernel module to provide the filesystem interface. It is a pass-through filesystem, not an encrypted block device, which means it is created on top of an existing filesystem. This tutorial shows how you can use EncFS on Ubuntu 15.10 (Wiley Werewolf) to encrypt your data.
-
How to Install Ghost Blog Software with Apache and SSL on Ubuntu 15.10
Author: Muhammad Arul • Tags: server, ubuntu, web server • Comments: 5
Ghost is a powerful Open Source publishing and blog platform that is beautifully designed and easy to use. Ghost is written in javascript and uses node.js as runtime environment. This tutorial shows the installation of the Ghost Blog software with Apache and SSL on Ubuntu 15.10.
-
-
Installing Nginx with PHP and MariaDB (as MySQL replacement) - LEMP -on Ubuntu 15.10 (Wiley Werewolf)
Author: Till Brehm • Tags: linux, mysql, nginx, php, ubuntu • Comments: 1
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 15.10 server with PHP support (through PHP-FPM) and MariaDB (as MySQL replacement). The term LEMP stands for: Linux + Nginx + MySQL + PHP.
-
Getting Started with LibreCAD
Author: Bill Toulas • Tags: centos, debian, desktop, linux, opensuse, ubuntu • Comments: 8
Linux isn't known for having many professional-grade linear drawing and engineering design tools. Dassault's DraftSight is the only choice in that part, but paying a few hundred bucks is maybe not the best option for everybody out there. Thankfully, the rich world of free software isn't leaving us alone in this sector either, and one of the most popular solutions to help you get your designs ready is the amazing LibreCAD. It may not be as sophisticated as other well-known tools, and it may not boast the time-saving features of commercial solutions, but it will certainly do the job in most cases. Here is a guide on how to get started with it and how to design a round flange with drill holes.
-
How to get the most out of Qmmp 1.0
Author: Bill Toulas • Tags: arch linux, centos, debian, desktop, linux, ubuntu • Comments: 1
After almost eight years of development, Qmmp has reached version 1.0, so we have a good reason to celebrate with a quick guide on how to get the most out of this winamp-styled audio player for your Linux desktop. This brand new version brings a lot of goodies, but most importantly it uses the latest Qt v5. The player looks simple and it really is very simple to use, but it actually boasts quite a lot of power under the hood, so here is what we will be exploring on this article.
-
The Perfect Server - Ubuntu 15.10 (Wily Werewolf) with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig 3
Author: Till Brehm • Tags: apache, bind, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, ubuntu, web server • Comments: 45
This tutorial shows how to install an Ubuntu 15.10 (Wily Werewolf) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers the installation of Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).
-
Samba Server installation on Ubuntu 15.10
Author: Till Brehm • Tags: linux, samba, ubuntu • Comments: 11
This guide explains the installation and configuration of a Samba server on Ubuntu 15.10 with anonymous and secured Samba shares. Samba is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients. Samba is freely available, unlike other SMB/CIFS implementations, and allows for interoperability between Linux/Unix servers and Windows-based clients.
-
Ubuntu 15.10 LAMP server tutorial with Apache 2.4, PHP 5 and MariaDB (instead of MySQL)
Author: Till Brehm • Tags: apache, linux, mysql, php, ubuntu, web server • Comments: 22
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache 2.4 web server on an Ubuntu 15.10 server with PHP 5 support (mod_php) and MySQL / MariaDB. Additionally, I will install PHPMyAdmin to make MySQL administration easier. A LAMP setup is the perfect basis for CMS systems like Joomla, Wordpress or Drupal.
-
How to install a Ubuntu 15.10 (Wily Werewolf) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 3
This tutorial shows the installation of a Ubuntu 15.10 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 15.10 that can be used as basis for our other Ubuntu 15.10 tutorials here at howtoforge like our perfect server guides.