CentOS

Installieren von Git unter CentOS 8 — step-by-step Linux tutorial on Progressive Robot

Installieren von Git unter CentOS 8

Versionsverwaltungssysteme sind ein unverzichtbarer Teil der modernen Softwareentwicklung. Durch Versionierung können Sie Ihre Software auf der Quellebene verfolgen. Sie können Änderungen verfolgen, zu früheren Stadien zurückkehren und verzweigen, um alternative Versionen von…

Read more
How To Install MediaWiki on Centos 6.4 — step-by-step Linux tutorial on Progressive Robot

How To Install MediaWiki on Centos 6.4

MediaWiki is a free open source wiki program that allows users to create their own personal wiki sites. Originally built for Wikpedia, it is now used by thousands of other projects due to its scalability and high customization. This tutorial goes through how to install and configure MediaWiki on a CentOS 6.4 VPS.

Read more
How To Install Ruby on Rails on CentOS 6 with RVM — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails on CentOS 6 with RVM

This tutorial explains how to install RVM (Ruby Version Manager), and then how to install ruby, how to install ruby gems, and how to install rails on Centos 6. RVM is a program that lets you use several versions of Ruby on one server and easily switch between them.

Read more
How To Install WordPress with nginx on CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with nginx on CentOS 6

WordPress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. This tutorial shows how to install Wordpress on a server with LEMP (with nginx instead of apache). It is written for Centos 6.

Read more
How To Protect your Server Against the POODLE SSLv3 Vulnerability — step-by-step Linux tutorial on Progressive Robot

How To Protect your Server Against the POODLE SSLv3 Vulnerability

The POODLE SSLv3 vulnerability is a security issue that affects all implementations of SSLv3. This vulnerability allows an attacker to decrypt messages sent using this protocol version by exploiting a weakness the way the padding of a message are checked. In this guide, we’ll explain how the vulnerability work, and tell you how to disable SSLv3 on some common services.

Read more
CHAT