Install WordPress with Nginx on openSUSE

Install WordPress with Nginx on openSUSE

As you already know WordPress is a free and open-source content management system (CMS) based on PHP and MySQL which you can use to create a beautiful website, blog, or app.

In this article we will install WordPress with Nginx on an openSUSE VPS. So follow the easy steps below and you will have a fully functional WordPress site on your openSUSE Linux VPS.

Read More

How to install LEMP on openSUSE

How to install LEMP on openSUSE

We’ll show you How to install LEMP on openSUSE.  This article we will cover the steps needed for installing and configuring a basic LEMP stack on a openSUSE VPS. A LEMP stack is a synonym of LEMP server or LEMP web server. It refers to a setup which includes Linux, Nginx, MySQL (MariaDB) and PHP.

1. REQUIREMENTS

We will be using our SSD 1 Linux VPS hosting plan for this tutorial.

Log in to your server via SSH:

# ssh root@server_ip

Before starting, enter the command below to check whether you have the proper OS version installed on your machine:

# cat /etc/issue

which should give you the underneath output. Of course if you use another openSUSE version the output will show that version:

Welcome to openSUSE 13.1 "Bottle" - Kernel \r (\l)

Read More

Install and Configure PureFTPd with MySQL on an OpenSUSE Linux VPS

pure-ftpd-with-mysqlPure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server which is actively supported and designed with security in mind. It focuses on efficiency, ease of use and provides simple answers to common needs, plus unique useful features for personal users especially on Linux VPS servers as well as hosting providers. Pure-FTPd can even run 100% non-root, with its built-in chroot() emulation and virtual accounts.

Read More