In this guide, we’ll show you how to install MDwiki on an Ubuntu 14.04 VPS.
MDwiki is a single page CMS/Wiki system built on top of jQuery and Bootstrap3, with responsive layout and it uses Markdown as it’s input markup language.
5 Linux Network Troubleshooting and Configuration Commands
Computers are usually connected in networks which are groups of computer systems and other computing hardware devices that are linked together through communication channels so they can facilitate communication and resource-sharing among a wide range of users.
This article explains some of the most frequently used network configuration and troubleshooting commands in Linux. They are various tools which can be useful when networking with other computers both within the local network and across the Internet, obtaining more information about other computers. All these commands should be entered at the command prompt in your Linux VPS and you must press the ENTER button to execute the desired command. Please note that all Linux commands are case sensitive.
Install Octopress on a CentOS 6 VPS
Octopress is a static blogging framework built on top of Jekyll. In order to start blogging with Jekyll, you have to write your own HTML templates, CSS, Javascripts and set up your configuration. But with Octopress all of that is already taken care of. It uses scripts to build static files to be deployed to a server. You can run locally, or even on your server and it will generate an entirely static web site for you. You can even rsync it to where you’re hosting from.
This blog article will guide you through the installation of Octopress on a Centos 6 VPS
Install Plogger web photo gallery on a CentOS VPS
Plogger is a simple yet powerful open-source web photo gallery system for creating, editing and managing online photo galleries. Plogger’s interface is very user-friendly and it is easy to use and integrate with your website. Plogger can run on every server with at least MySQL version 3.23, GD version 1.0, PHP version 4 and a web server (Apache or nginx) installed on it.
How to install GlassFish 4 on an Ubuntu VPS
This tutorial will show you how to install GlassFish 4 and JDK (Java SE Development Kit) on a VPS with Ubuntu 14.04 installed on it.
GlassFish is an open source application server that implements the newest features in the Java EE 7 platform. GlassFish 4 requires JDK version 1.7 installed on your Linux VPS.
How to install, configure and use GIT on an Ubuntu 14.04 LTS VPS
In the following article we are going to explain to you how to install and set-up GIT on an Ubuntu 14.04 VPS.
If you are looking for a full-featured GIT environment, we suggest you check our great article on how to install Gitlab, Ruby and Nginx on a Debian 7 (Wheezy) VPS.
What is GIT?
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
How to install MySQLDumper on a CentOS VPS
MySQL is one of the most popular open-source database management system in the world. When it comes to the security of your MySQL, backing up the databases it’s a must. You always need to have a solid backup of your MySQL databases. MySQLDumper is a free and open-source web based tool for creating a backup of MySQL databases. With MySQLDumper you can automate the process of backing up the databases and configure it to send you an email report about whether the backup succeeds. MySQLDumper is based on PHP and Perl and it is very easy to use.
How to install Nginx and set-up SSL certificate on an Ubuntu 14.04 VPS
In this article we are going to show you how to install Nginx and set-up an SSL certificate on your Ubuntu 14.04 VPS.
What is Nginx?
It is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server. Nginx has a strong focus on high concurrency, high performance and low memory usage.