Showing headlines posted by RoseHosting
« Previous ( 1 ... 32 33 34 35 36 37 38 39 40 41 42 ... 63 ) Next »How to Enable GZIP Compression in WordPress
One of the first solutions to achieve faster load times of your WordPress CMS is to decrease the size of your page. The simplest method to reduce the size of your website, and improve the time to first render of your web pages, is to enable GZIP compression. Enabling GZIP compression on your server can significantly reduce the amount of time to download the requested resource. Today we will show you how to enable GZIP compression on WordPress.
How To Set Up Nginx with HTTP/2 Support on Debian 9
We will show you how to set up Nginx with HTTP/2 Support on Debian 9. HTTP/2 is a major revision of the HTTP network protocol and offers many benefits.
How to Password Protect Directories in cPanel
Normally, if you create a folder on your site, you can access all the files inside it just by visiting the file’s URL. Sometimes however, you want to password protect directories in cPanel – either you’re testing a new design that you’re not ready to show the world, or it’s a staging area for your site. Or maybe you just want to prevent unauthorized access to sensitive parts your site. Like the “wp-admin” area of WordPress for example.
How to Automatically Deploy Laravel Applications with Deployer on Ubuntu 16.04
Laravel is a popular, open-source PHP web application framework. It has an expressive, elegant syntax and provides tools needed for large, robust applications. Deployer is a modular open-source PHP deployment tool packed with time-saving features and optimizations. It supports deployment of many popular frameworks, including Laravel, Symfony, Zend Framework and CodeIgniter. In this tutorial, we will show you how to deploy a Laravel application with Deployer on Ubuntu 16.04.
How to Create and Delete a User on Debian 9
In this tutorial, we will show you how to create and delete a user on Debian 9. In the initial server setup, there is only one user account created and that is “root” user account. This root user has the highest privileges and has access to all files and commands on the system. But having too many privileges and running as root user is not always recommended and if you are not careful enough it can have destructive consequences for your system.
Common Firewall Rules and Commands in iptables
Today we are going to show you some common firewall rules and commands in iptables. Iptables is a useful command line utility for configuring Linux kernel firewall.
How to Install Java 10 on Debian 9
Java is a general-purpose programming language developed by Sun Microsystems before being bought by Oracle, who maintain and develop Java to this day.
How to Install the ELK Stack on CentOS 7
In this tutorial, we will show you how to install and configure the ELK Stack on CentOS 7. Elasticsearch, Logstash, and Kibana are the three open-source products which are part of the collection called ELK stack. It is a robust solution for search, analyzes, and visualization of data. The task of installing ELK Stack on CentOS 7 should be easy, you just need to follow the steps which are given below and the job will be done in less than ten minutes.
How to List All Databases in MySQL
We will show you how to list all databases in MySQL. MySQL is an open-source relational database management system commonly used with web based applications like WordPress, Magento etc. In this tutorial we will show you how to list all databases in MySQL on a Linux VPS.
How To Set Up SSH Keys on Ubuntu 16.04
SSH or Secure SHELL is the most popular and trusted UNIX-based cryptographic network protocol. It can be used for a secure data communication, remote server logins, remote command execution, and many other secure network services between two networked servers. Normally, password authentication is used to connect to a remote server via SSH but in this tutorial we will show you how to login to your Ubuntu 16.04 VPS using SSH keys. We will generate a key pair (private and public key), place the private key on your server and then use your locally stored private key to gain access to your server. This method provides a more secure way of connecting to your server, instead of just using a password.
How to Fix the 502 Bad Gateway Error in WordPress
I think we all have encountered the issue. Do you know what 502 bad gateway error means? Do you know how to solve the issue? In this blog post, we will provide you with detailed information about the 502 Bad Gateway Error in WordPress, and tell you how to troubleshoot the 502 Bad Gateway Error in WordPress as well.
How to Install Matomo on Ubuntu 16.04
Today we are going to show you how to install Matomo on Ubuntu 16.04. Matomo (formerly known as Piwik) is a free and popular analytics platform currently used by individuals, companies and governments all over the world.
How to Install MySQL on CentOS 7
Let us show you how to install MySQL on your CentOS 7 server. MySQL is a relational database management system that functions through the use of a query system. Created in 1995, it’s an open-source project that is currently developed by Oracle, and has existed since 1995.
Fix 'there is a problem with this website’s security certificate'
When it comes to sending personal information over the Internet, whether it is account information, credentials, contact information, location information or anything else that may be abused, the public is, to a large extent, purely paranoid to hackers and identity thieves.
How to Install Webmin on Debian 9
We will show you how to install Webmin on a Debian 9 VPS. Webmin is a web-based system configuration tool for Linux and it is supported on many distributions like Debian, Ubuntu and CentOS.
How to Install the ELK Stack on Debian 9
In this tutorial we will show you how to install and configure the ELK Stack on Debian 9. ELK stack is a collection of three open-source products, Elasticsearch, Logstash and Kibana and is a robust solution for searching, analyzing and visualizing data.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
ERR_SSL_VERSION_OR_CIPHER_MISMATCH error shows in your web browser when the browser cannot establish secure connection with the web server. Today we will show you how to fix ERR_SSL_VERSION_OR_CIPHER_MISMATCH error.
Guide to Linux Environment Variables
Objects that are given by names and contain data used by at least one, usually multiple applications are called environment variables. Put simply, an environment variable is nothing more than a variable that has a name and a value.
Ubuntu crontab – Automate System Tasks
In this tutorial, we will show you, how to use the Ubuntu crontab. In a few simple steps, we will explain, how to automate your system tasks on your Ubuntu server, using the crontab in Ubuntu. The cron software utility is a time-based job scheduler in Unix-like operating systems. Cron is driven by a crontab (cron table) file, a configuration file that specifies shell commands to run periodically on a given schedule.
How to install Jekyll on CentOS 7
Jekyll is Ruby based, free and easy to use site generator, designed for creating static blogs, but it can be also used for creating all types of static websites as well, without using a database. Jekyll works by processing plain text files in Markdown and Textfile or Liquid templates and generating static website.
« Previous ( 1 ... 32 33 34 35 36 37 38 39 40 41 42 ... 63 ) Next »