Showing headlines posted by RoseHosting

« Previous ( 1 ... 29 30 31 32 33 34 35 36 37 38 39 ... 61 ) Next »

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 2:21 PM EDT)
  • 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 8:04 PM EDT)
  • 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 9:51 PM EDT)
  • 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 11:27 PM EDT)
  • 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 4:31 PM EDT)
  • 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 12:47 PM EDT)
  • 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.

Fix Serve Static Content From a Cookieless Domain

We’ll show you how to fix “serve static content from a cookieless domain” error. When using a website analyzer tool such as PageSpeed Insights, GTMetrix, Pingdom, or Uptrends, a warning will often appear that says “Serve Static Content From a Cookieless Domain”. What this means is that your web server is setting cookies – this causes all future HTTP requests to include this cookie, creating unwanted network traffic.

How to Enable Proxy Settings for Yum Command on CentOS 7

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Jul 7, 2018 6:38 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we will show you how to enable proxy settings for yum command on a CentOS 7 server. Yum is a package manager tool that works with RPM packages. It is available on RedHat Enterprise Linux, CentOS, and older versions of Fedora, and it is the most convenient way to handle OS packages and its dependencies on these operating systems.

What Is WordPress XML-RPC and How to Stop an Attack

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Jul 4, 2018 9:19 PM EDT)
  • Story Type: Tutorial; Groups: Linux
XML-RPC is a remote procedure call protocol that allows anyone to interact with your WordPress website remotely. In other words, it’s a way to manage your site without having to log in manually via the standard “wp-login.php” page. It’s widely used by plugins, most famously by Automattic’s own Jetpack plugin. These days, however, the word “XML-RPC” has gotten a bad name. In this tutorial, we will explain what is WordPress XML-RPC and how to stop an XML-RPC attack on your WordPress website.

« Previous ( 1 ... 29 30 31 32 33 34 35 36 37 38 39 ... 61 ) Next »