Showing headlines posted by RoseHosting

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

How to Fix ERR_TOO_MANY_REDIRECTS on Your WordPress Site

ERR_TOO_MANY_REDIRECTS is one of the most common error in WordPress. This error can usually happen as a result of server misconfiguration, incorrect WordPress settings or some plugins with redirection functionality. This makes your websites to go into an endless redirection loop. In this tutorial, we will show you how to fix the ERR_TOO_MANY_REDIRECTS error that you may encounter while working on WordPress CMS site.

How to Install Tomcat 9 on Debian 9

Installing Tomcat 9 on Debian 9 is fairly easy task, just carefully follow our tutorial bellow and you should have Tomcat 9 installed on your Debian 9 server in less then 10 minutes. Tomcat is an open source web server and servlet container developed by the Apache Software Foundation, it was previously known as Tomcat or Jakarta Tomcat.

How to install Joomla 3 on Ubuntu 16.04

In this post we will explain how to install Joomla on Ubuntu 16.04, with MariaDB 10.2, PHP-FPM 7.1 and Nginx. Joomla is an open-source content management system (CMS) for publishing web content written in PHP. Joomla is one of the most popular CMSs and it is used all over the world to power millions of websites of all shapes and sizes.

How to install NextCloud 13 on Debian 9

We’ll show you how to install NextCloud 13 on Debian 9. Nextcloud is an open-source software suite that allows users to store their data such as files, contacts, calendars, news feed, TODO lists and much more, on their personal servers. It is using standard protocols such as webdavm, carddav and caldav.

How to Install Apache Tomcat 9 on CentOS 7

In this article we will guide you through the steps of installing Apache Tomcat 9 on an CentOS 7 VPS. Apache Tomcat is the most popular and widely used Java application server. It is an open source web server and servlet container developed by the Apache Software Foundation.

How to Install and Configure OpenSSH on Ubuntu 16.04

In this tutorial we will show you how to install, configure and use OpenSSH on Ubuntu 16.04. SSH (Secure Shell) is a protocol that allows you to access a remote machine securely while OpenSSH is a set of tools based on the SSH protocol.

How to Install and Configure Nginx on Debian 9

Nginx is a free, open-source and high-performance HTTP server. It is widely used for load balancing, mail proxy server, generic TCP/UDP proxy server, it provides reverse proxy configuration, media streaming and much more. It is designed to efficiently serve both low and high traffic websites and it is a very popular alternative to the Apache web server. Nginx is powering a lot of heavily loaded websites like Yandex, DropBox, NetFlix, WordPress.

How To Enable and Connect the Django Admin Interface

In this tutorial we will show you how to enable and connect the Django admin interface on a CentOS 7 VPS. Django is one of the most popular open source web application frameworks. It is written in Python by experienced developers. Django was originally designed for news websites because it can be easily scaled to handle very heavy traffic and it allows developers to make web application development faster and create complex, database driven websites without having to start coding from scratch.

How to Install Joomla 3 on CentOS 7

In this post we will show you how to install Joomla 3 on CentOS 7, with MariaDB 10.2, PHP-FPM 7.1 and Nginx. Joomla is an award-winning content management system (CMS) for publishing web content and online apps.

How to install ownCloud 10 on Ubuntu 16.04

  • RoseHosting.com; By RoseHosting.com (Posted by RoseHosting on Apr 13, 2018 11:26 AM EDT)
  • Groups: Linux
ownCloud is a popular open source enterprise web application used for data synchronization and file sharing.

How to Install MariaDB on CentOS 7

We will show you how to install MariaDB on CentOS 7. MariaDB is a community-developed fork of MySQL. MariaDB is a free and open source database software, widely used ranging from websites to banking software. It is an improved, drop-in replacement for MySQL. It is one of the most popular database servers in the world, developed after the acquisition of MySQL by Oracle Inc. to sta free and open source. Installing MariaDB on CentOS 7, is an easy task, just carefully follow the steps of this tutorial and should have MariaDB installed on CentOS 7, in less then 10 minutes. Let’s get started!

How to install NextCloud 13 on Ubuntu 16.04

  • RoseHosting Blog; By RoseHosting (Posted by RoseHosting on Apr 7, 2018 11:27 PM EDT)
  • Story Type: Tutorial; Groups: Linux
NextCloud is one of the most popular free and open source self-hosted file sync and sharing application.

Linux Package Managers

We’ll compare different Linux Package Managers. Between all Linux distributions, one of the things they share is the need to be able to install new software packages onto the system.

How To Install Nginx on Ubuntu 16.04

Nginx is one of the most popular open source web server software. It is widely used for load balancing, reverse proxying, media streaming and much more. In this guide we will show you how to install Nginx on Ubuntu 16.40. This guide should work on other Ubuntu based Linux VPS systems as well but was tested and written for Ubuntu 16.04 VPS.

How To Install PyCharm on Ubuntu 16.04

Let us show you how to install PyCharm on a Ubuntu 16.04 system. PyCharm is a state-of-the-art Python IDE designed around productivity and functionality. It offers a wide array of features, such as a graphical debugger, refactoring tools, an intelligent code editor and so on.

List All Installed Packages with yum on CentOS 7

In this short tutorial, we will show you, how to list all installed packages with yum on CentOS 7 . Yum is the default package manager used in CentOS, used to interact with both individual RPM package files and many repositories. This tutorial was written for CentOS 7, but the commands in this tutorial should work on any server with Redhat, CentOS, or Fedora installed on it.

How to Install Python 3.6.4 on Debian 9

Python is a interactive and object-oriented scripting language. It is one of the most popular programming languages. Python is a general purpose programming language designed to be highly readable. It is using English keywords instead of punctuation and it also has fewer syntactical constructions than other programming languages and it allows developers to use different programming styles for creating their programs, and write code almost as if speaking in a human language. Installing Python 3.6.4 on a Debian VPS, is an easy task, just follow the steps below carefully and you should have Python 3.6.4 on Debian 9 installed in few minutes.

How to Install Python 3.6.4 on CentOS 7

We’ll show you how to install Python 3.6.4 on CentOS 7. Python is at the core of many popular websites and programs – YouTube, Instagram, and even Yum on CentOS, to name a few. They all rely on Python’s reliability and performance to complete many tasks at a time. Python is a general-purpose object-oriented programming language designed to be used as a software solution for almost all kinds of problems.

How to Install Laravel on Debian 9

In this 7-step guide, we will show you how to install Laravel on Debian 9. We’ll install Laravel together with PHP-FPM and Nginx. Laravel is a next generation of PHP framework, and it’s the most popular open-source PHP framework lately. It is intended for the modern, rapid development of web applications, following the MVC model. Installing Laravel (The PHP Framework For Web Artisans, its how they called it) on Debian 9 is an easy task and it should take few minutes to finish it. This guide should work on other Linux operating systems, but was written and tested for Debian 9. Let’s get started!

How to install pip on Debian 9

We will show you, how to install pip on Debian 9. pip is a package management system which you can use to install and manage packages written in Python. Python is a programming language that allows you to perform web development, software development, system administration, scientific and numeric data analysis and much more. The Python Package Index (PyPI) hosts thousands of third-party modules for Python and you can install any of these modules using the pip package manager. Installing Pip on Debian is really an easy task, just follow the steps bellow carefully and you should have pip installed on a Debian 9 VPS in few minutes.

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