Linux Tutorials on the topic “Linux”
-
The Perfect Server - Ubuntu 16.10 (Yakkety Yak) with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig 3.1
Author: Till Brehm • Tags: apache, bind, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, ubuntu, web server • Comments: 33
This tutorial shows how to install an Ubuntu 16.10 (Yakkety Yak) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3.1, and how to install ISPConfig. ISPConfig 3 is a web hosting 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).
-
How to install Wordpress with Nginx, MariaDB and HHVM on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, mysql, nginx, server, ubuntu, web server • Comments: 10
This tutorial describes the steps to install WordPress with Nginx, MariaDB and HHVM on Ubuntu 16.04 Server. HHVM (Hip Hop Virtual Machine) is a just-in-time compiler developed by Facebook to run applications that are written in PHP and Hack language. HHVM is faster than the traditional PHP engine from ZEND and is used by Facebook to serve billions of web requests per day.
-
Useful Vim editor plugins for software developers - part 3: a.vim
Author: Ansh • Tags: linux, programming • Comments: 0
Now, in this third and the final part, we will discuss another very useful plugin dubbed a.vim. Up until now, in this series of articles covering programming-related plugins for Vim, we discussed basics of Vim plugin installation using Pathogen plugin manager, and covered a total of three plugins - namely Tagbar, delimitMate, and Syntastic. Now, in this third and the final part, we will discuss another very useful plugin dubbed a.vim.
-
-
How to Install Ruby on Rails (RoR) with PostgreSQL on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, programming, server, ubuntu • Comments: 7
In this tutorial, I will show you how to install Ruby on Rails on ubuntu 16.04 LTS. I will show you how to install and configure Rails with a PostgreSQL database, and how to create a new first project with Rails. Ruby on Rails (RoR) is an open source web application framework, published under MIT License. Ruby on Rails, or rails is written in Ruby, it is a server-side web application framework that follows the MVC (Model-View-Controller) concept.
-
How to install a Ubuntu 16.10 (Yakkety Yak) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 7
This tutorial shows the installation of a Ubuntu 16.10 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 16.10 that can be used as basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.
-
Useful Vim editor plugins for software developers - part 2: Syntastic
Author: Himanshu Arora • Tags: linux, programming • Comments: 0
There's no doubt that Vim is a capable programming editor out-of-the-box, but it's the editor's plugins that help you make the most out of it. In the first part of this article series, we discussed a couple of programing-related Vim plugins (Tagbar and delimitMate). Continuing on the same path, in this article, we will discuss another useful Vim plugin aimed at software developers - Syntastic.
-
Useful Vim editor plugins for software developers - part 1
Author: Ansh • Tags: linux, programming • Comments: 3
An improved version of Vi, Vim is unarguably one of the most popular command line-based text editors in Linux. Besides being a feature-rich text editor, Vim is also used as an IDE (Integrated Development Environment) by software developers around the world. What makes Vim really powerful is the fact that it's functionality can be extended through plugins. And needless to say, there exist several Vim plugins that are aimed at enhancing users' programming experience.
-
How to Install a MySQL Cluster on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, mysql, ubuntu • Comments: 25
In this tutorial, I will show you how to install a 'MySQL Cluster' on Ubuntu 16.04 LTS (Xenial Xerus). MySQL Cluster is a technology to provide high availability for MySQL Databases. It uses NDB (Network DataBase) or NDBCLUSTER as the database storage engine. MySQL Cluster is designed as multi-master ACID architecture with no single point of failure, it uses automatic sharding (partitioning) to scale out read and write processes.
-
How to install and use note taking/to-do app FromScratch and news reader app NEWSup on Ubuntu 16.04
Author: Himanshu Arora • Tags: desktop, linux, ubuntu • Comments: 0
If you are on Linux, and are searching for applications that let you create a to-do list and keep you updated with latest news, you don't have to look any further as in this tutorial we will discuss the installation and usage of applications - FromScratch and Newsup - that are meant for exactly these purposes, respectively.
-
Install and configure DRDB for network filesystem replication on Debian 8
Author: Matteo Temporini • Tags: debian, linux, networking, ubuntu • Comments: 1
This tutorial explains the configuration of a DRBD network filesystem replication as hot standby (Primary/Secondary) with EXT4 filesystem and as Primary/Primary cluster for High Availability with OCFS2 filesystem.