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

How to Install Node.js and npm on CentOS 7

How to install Node.js and npm on CentOS 7
How to install Node.js and npm on CentOS 7
centos install nodejs

In this guide, we will show you, how to install Node.js and npm on a CentOS 7. Node.js is an open source JavaScript runtime built on Chrome’s V8 JavaScript engine, and can be used to build different types of server-side applications. npm is a package manager for JavaScript, with hundreds of thousands of packages it is the world’s largest software registry. This guide should work on other other Red Hat distributions as well but was tested and written for CentOS 7 OS. Installing Node.js and npm on CentOS 7 is an easy task if you carefully follow our tutorial below.

Read More