Posts tagged "cent os" :

Redirect www to non-www with Apache

7 min read

#Apache#CentOS

This tutorial will show you how to redirect a www URL to non-www (e.g., www.example.com to example.com) with Apache. We will also show how to redirect the other way, from a non-www URL to www. While the examples are based on CentOS, the steps are pretty much the same for any OS.

Redirect www to non-www with Nginx

6 min read

#NGINX#CentOS

This tutorial will show you how to redirect a www URL to non-www, e.g., www.example.com to example.com, with NGINX. We will also show how to redirect the other way, from a non-www URL to www. While the examples are based on CentOS, the steps are pretty much the same for any OS.

Install Python 3 on CentOS/RHEL 7/6 and Fedora 32/31

4 min read

#Python#CentOS

In this tutorial, we will look at how start and run Python 3 on CentOS/RHEL 7/6 and Fedora 32/31 servers without removing older versions. We will cover how to install Python 3 via the Yum package manager and from source.

Initial Server Setup with CentOS

10 min read37 VIEWS

#CentOS#Putty#SSH

In this post, we'll review configuration steps for CentOS that you should take early on as part of the basic setup. This includes setting up a new user with root privileges, configuring SSH, and connecting to your server with PuTTY.