Showing headlines posted by RoseHosting

« Previous ( 1 ... 32 33 34 35 36 37 38 39 40 41 42 ... 64 ) Next »

How to Install Invoice Ninja on CentOS 7

This tutorial covers the installation of Invoice Ninja onto Centos 7 VPS with Apache, PHP and MariaDB. Invoice Ninja is free and self-hosted platform for invoicing, billing and payment management based on Laravel.

How to Install GitLab on Ubuntu 16.04

One of the alternatives for Github is the Gitlab git repository manager. In this tutorial, we are going to show you how to install GitLab (Community Edition) on Ubuntu 16.04. Gitlab offers outstanding features like repository branching, merging, file locking and tagging, time tracking and many more, so you can take full advantage of it. Gitlab has self-hosted and paid version (Enterprise Edition) and self-hosted and free (Community Edition). In this article, we will install the Community Edition by using the ‘omnibus’ package offered by official Gitlab.

How to Enforce Password Quality in Linux

One of the easiest ways to improve the security of your server is to ensure that everyone’s password meets a certain minimum length. There are, of course, other considerations like the mix of small and capital letters, numbers, and special characters

How to Install PHP 7.2 on Ubuntu 16.04

In this tutorial we will show you how to install PHP 7.2 on Ubuntu 16.04. PHP (Hypertext Preprocessor) is an open-source server-side scripting language designed primarily for creating dynamic interactive websites.

How to Install Odoo 10 on Ubuntu 16.04 with Nginx as a Reverse Proxy

In this tutorial we will show you how to install Odoo 10 on Ubuntu 16.04. We will also show you how install and configure the Nginx web server as a reverse proxy for your Odoo application.

How to Install Asterisk on Debian 9

  • https://www.rosehosting.com/blog/how-to-install-asterisk-on-debian-9/; By RoseHosting (Posted by RoseHosting on Aug 16, 2018 12:21 PM CST)
  • Groups: Debian, Linux
In this tutorial, we will walk you through the installation of Asterisk on a Debian 9 VPS. Asterisk is the most popular open source software implementation of a telephone private branch exchange (PBX).

How to Back Up Your PostgreSQL Database

  • LinuxHostSupport.com; By LinuxHostSupport (Posted by RoseHosting on Aug 15, 2018 6:04 PM CST)
  • Story Type: Tutorial; Groups: Linux
Database backups are extremely important and absolutely necessary for protection against data loss. The lack of database backups can totally mess up business operations and can be devastating for a business. In this tutorial below we will teach you how to backup a PostreSQL database. PostgreSQL is an object-relational database management system used by many developers to store and manipulate data for their applications and websites.

How to Install tar.gz in CentOS

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Aug 11, 2018 7:51 PM CST)
  • Story Type: Tutorial; Groups: Linux
Most of the time you’ll be installing packages with the built-in Linux package manager. For CentOS, that’s yum. For Debian, it’s apt-get and so on. If you’re lucky. Unfortunately, not all useful software is neatly packaged in repositories. There’s a lot of it lying wild out there, just waiting to be compiled and installed. In this article, we’ll show you how to install tar.gz files using the traditional manner on a fresh CentOS install.

How To Install PostgreSQL on Debian 9

We will show you how to install PostgreSQL on Debian 9. PostgreSQL is an object-relational database management system written in C. It is free and open-source database system which main features are to store the data securely and to return the data as response to other applications requests. Installing PostgreSQL on Debian 9 is fairly easy task, and it shouldn’t take more then 10 minutes to finish installing PostgreSQL on Debian 9.

How to Install Chamilo on Ubuntu 16.04

In this installation guide, we will show you how to install Chamilo on a clean Ubuntu 16.04 VPS with Apache, PHP, and MySQL. Chamilo is a free and open-source learning management platform and content management system (CMS) written in PHP. Chamilo is currently used by more than 7 million students, and a number of governments, universities, schools and companies, and it is one of the most popular learning management systems.

How to use the Hotlink Protection tool in cPanel

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Aug 1, 2018 9:27 PM CST)
  • Story Type: Tutorial; Groups: Linux
If you have a lot of images on your site, you might be vulnerable to other sites stealing your bandwidth and basically using your site as a CDN! Hotlinking is when another site uses an <img> tag and places your site in the “src” tag, thereby pulling the image directly from your server. There’s no attribution unless the hotlinking site deliberately chooses to do so. In this article, I’ll show you how to use the hotlink protection tool in cPanel.

How to Install Odoo 11 on Ubuntu 16.04 with Nginx as a Reverse Proxy

In this tutorial, we will guide you through the steps of installing Odoo 11 on Ubuntu 16.04. We will also install Nginx web server and configure it as a reverse proxy. Odoo (formerly OpenERP) is a simple and intuitive suite of open-source enterprise management applications such as Website Builder, eCommerce, CRM, Accounting, Manufacturing, Project and Warehouse Management, Human Resources, Marketing and many more. Used by more than 3.7 million users ranging from startups to large companies, it is one of the most popular software of this type in the world. Odoo comes in two editions, Community edition which is free and Enterprise edition. In our case, we will install and use the Community edition of Odoo.

How to Install MyWebSQL on Ubuntu 16.04

In this tutorial we will show you how to set up MyWebSQL on Ubuntu 16.04 server. MyWebSQL is a free and open source web based WYSIWYG client for managing the databases on your server. It provides a simple and intuitive interface with the look and feel of a desktop application. This PHP based application offers rich features amd plenty of tools for database management and it can work with MySQL, PostgreSQL, and SQLite databases.

How to Install MongoDB on Debian 9

In today’s artocle we are going to show you how to install MongoDB on Debian 9. MongoDB is a free and open-source NoSQL document-oriented database which is platform oriented. It stores all data in documents using JSON format (BSON) which makes the data to be highly flexible.

How to List All Running Services in Linux from the Command Line

In this tutorial, we will go through several methods of listing/showing all running services and processes on a Linux-based server or machine.

How to (Safely) Add Code to functions.php in WordPress

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Jul 18, 2018 2:31 PM CST)
  • Story Type: Tutorial
Scouring the Internet for solutions to WordPress problems will inevitably bring you to sites that ask you to insert some piece of code or the other into functions.php.

How To Install WordPress with LAMP Stack on Ubuntu 16.04

WordPress is one of the world’s most popular content management systems (CMS). It is a free and open-source platform, which is used by millions of people for running blogs, business websites, e-commerce stores and much more.

How to Schedule Cron Jobs in cPanel

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Jul 14, 2018 10:47 AM CST)
  • Story Type: Tutorial; Groups: Linux
A cron job is a Linux command that’s executed at regular intervals. These “jobs” can be scheduled via the command line, but it’s much easier to do it via the cPanel GUI interface. cPanel also conveniently shows the number of existing cron jobs, and it can also send the output of the command via e-mail. In this tutorial, we’ll show you how to schedule cron jobs easily and efficiently.

Basic MySQL Database Administration on Linux VPS – Part 2

In this tutorial, we will show you how to insert into and manipulate data in your tables. To find out how to create and manage databases and tables you can check out our previous tutorial: Basic MySQL database administration on a Linux VPS. If your Linux VPS is up and running and has MySQL installed, then you are good to go.

How to set up Apache Virtual Hosts on Debian 9

In this tutorial, we will show you how to set up Apache virtual hosts on Debian 9. Apache is a free and open source web server. It is the most popular and widely used web server in the world, and it is commonly used in Linux servers. It is developed and maintained by Apache Software Foundation, over half of all servers around the world are running this fast and secure web server.

« Previous ( 1 ... 32 33 34 35 36 37 38 39 40 41 42 ... 64 ) Next »