The u-Auctions script is an auction application that is perfect for anyone who wants to start their own auction website in notime. There are both free and premium versions of the u-Auctions script available.
In this tutorial we will show you how to install u-Auctions on a CentOS 7 Cloud VPS with Apache, PHP and MariaDB.
How to install Open Real Estate on Ubuntu 14.04
Open Real Estate is a free software for building websites of real estate agencies and realtors. Open Real Estate CMS is a modern, secure product with high speed. It is based on Yii CMF – one of the fast working modern frameworks. It is fairly easy to install Open Real Estate on an Ubuntu 14.04 Cloud VPS. The installation process should take about 5-10 minutes if you follow the very easy steps described below.
How to install and work with WP-CLI
In today’s article we will take a look at WP-CLI. WP-CLI is a set of command-line tools for managing WordPress installations. This tool allows you to set up a new WordPress installation and upgrade the existing ones, install, activate and upgrade plugins, set up WordPress multi-site and much more, using the command-line.
For this article we will use Debian Wheezy Cloud VPS with PHP 5.4.4, MySQL 5.5 and Nginx 1.2 installed on it.
Install and configure Apache Traffic Server on Ubuntu 14.04
Apache Traffic Server is a high-performance reverse proxy and forward proxy server licensed under Apache License. It allows you to improve the response time of your website while consuming less memory. It is used by many companies including Yahoo! and today we will show you how to install and configure it on a Linux Cloud VPS.
How to install PHP-Nuke on an Ubuntu 14.04 VPS
PHP-Nuke is a web-based automated news publishing and content management system (CMS), based on PHP and MySQL. The Administrator has total control of his web site, registered users, and he will have in the hand a powerful assembly of tools to maintain an active and 100% interactive web site using databases. This guide should work on other Linux VPS systems as well but was tested and written for an Ubuntu 14.04 Cloud VPS.
Install Kolab Groupware on a CentOS 7 VPS
In this article we will guide you through the installation and setup of Kolab on a CentOS 7 Cloud VPS. Kolab is scalable, secure and reliable groupware suite. It comes with well known components for standard tasks such as email server, directory service, and web service. Kolab is completely free and open source and it comes in two editions: Kolab Community edition and Kolab Enterprise edition.
Setup Virtual Users in VSFTPD
By default vsftpd is configured to work with system users. Setup virtual users instead of system users is a good security practice if you are hosting several web sites and you want the webmasters to have access only to their own files. In today’s article we will explain how to create vsftpd virtual users on a CentOS Cloud VPS
Grep command examples
Grep is one of the most used commands in Unix (or Linux). The name “grep” means “general regular expression parser” The grep command is used to search for text strings or regular expressions within one or more files. It can be very useful in your daily administration work on your Linux Cloud Hosting account.
Bash Array: find the first missing integer
The script below will find the first missing number in an array of integers.