How to Speed Up WordPress with Redis Caching

 

How to Speed Up WordPress with Redis Caching

How to Speed Up WordPress with Redis Caching in few easy steps. Redis is an in-memory database which can be used as a data store or cache. Redis is an ideal solution to speed up WordPress and any other software that supports Redis caching. In this tutorial we are going to show you how to setup WordPress caching with Redis on a Linux based VPS.

Read More

How to Install OpenVPN on CentOS 7

How to install openVPN on CentOS 7

In this tutorial, we will show you how to install and configure an OpenVPN server on  CentOS 7. OpenVPN is one of the most popular VPN software solutions that implements virtual private network techniques for creating secure point-to-point or site-to-site connections. This guide should work on other Linux VPS systems as well but was tested and written for an CentOS 7. Installing openVPN on CentOS7 is an easy task, just carefully follow the steps bellow and you should have it done in less than 10 minutes.

Read More

How to Install Python 3.6 on Ubuntu 16.04

how to install python 3.6 on Ubuntu 16.04
Installing Python 3.6 on Ubuntu 16.04

Today we will discuss how do you install Python 3.6 on Ubuntu 16.04. Python is a high-level, interpreted, interactive and object-oriented scripting language, and it is one of the most popular programming languages in the world. Python is designed to be highly readable and it can be used to build just about anything. It is using English keywords instead of punctuation and it also has fewer syntactical constructions than other programming languages.

Read More

How to Install Jenkins on Ubuntu 16.04

How to Install Jenkins on Ubuntu 16.04

How to Install Jenkins on Ubuntu 16.04, in few simple steps. Jenkins is a simple, free and open-source Continuous Integration tool (CI), which is is one of the most popular application development practices in recent times. Jenkins is widely used for building, deploying and automating any project, providing hundreds of different plugins. It supports version control tools, including AccuRev, Subversion, Git, CVS, Perforce, ClearCase, Mercurial, and RTC, and can execute Apache Ant, Apache Maven and sbt based projects as well as arbitrary shell scripts. Installing Jenkins on an Ubuntu 16.04, is an easy task if you carefully follow the steps bellow.

Read More

How to install Pip on CentOS 7

How to Install pip on centos 7

install pip on centosWe’ll show you, how to install Pip on CentOS 7. Pip is a very powerful package management system used to install and manage software packages written in the Python programming language. Installing Pip on CentOS 7 is really an easy task, just follow the steps below carefully and you should have Pip installed on CentOS 7 in a few minutes.

Read More

List All Installed Packages with apt on Debian 9

List All Installed Packages with apt on Debian 9
List All Installed Packages with apt on Debian 9

debian list installed packages In this tutorial, we are going to provide you with step-by-step instructions on how to list all installed packages with apt on Debian 9. The apt command is a simple, yet powerful command-line tool, used for performing operations such as an installation of new software packages, upgrade of existing software packages, updating of the package list index, listing the installed and available packages and even upgrading the entire Debian based system.

Read More

403 Forbidden Error in WordPress

403 Forbidden Error in WordPress

What is a 403 Forbidden Error?

The 403 Forbidden error in WordPress, is an HTTP status code which appears when we don’t have permissions to access a specific page or a resource on our website, most probably because of some improper configuration of our web server. In most cases, it may take more time to actually identify and find what exactly is causing this 403 forbidden error on WordPress, than fixing the error itself.

In this article, we will go over what exactly the 403 Forbidden Error means when it appears on your WordPress sites, and how to easily fix the 403 forbidden error, access denied in WordPress.

Read More

10 Useful Wget Command Examples In Linux

Wget Command Examples

wget exampleWe’ll show you 10 practical examples of the Wget Command. Wget is a free utility that can be used for retrieving files using HTTP, HTTPS, and FTP which are considered as the most widely-used Internet protocols.

Its name comes from World Wide Web + get. Wget has many features which makes it a very easy task when it comes to retrieving large files, recursive downloads, multiple file downloads, or mirroring entire web or FTP sites.

Wget is non-interactive which gives great flexibility in using it. It can be easily called from scripts, cron jobs, terminals, etc. It can work in the background even if a user is not logged in. This allows you to start a file download and disconnect from the system, letting wget finish the work.

In this article, we will demonstrate the use of wget through some practical examples that you can use to accomplish some of the most common tasks such as downloading files or even mirroring entire websites.

Read More