Introduction If you work with SSH, you already know that, after few minutes of inactivity, a session would be closed automatically, for security reasons. In fact, you could have forgotten to shut it down, and someone could take control of your system. But, if you think it’s not your problem, you can change this behavior […]
Category: Network
Let’s Encrypt: Secure Apache Web Server on Ubuntu 16.04
Why HTTPS? Starting with Chrome 56, the browser developed by Google marks non-secure pages containing password and credit card input fields as Not Secure in the URL bar. It was almost one year ago, when the Mountain View giant announced this choice.
How To Install OpenVPN On CentOS 7
Prerequisites CentOS 7 server. root access to the server. Domain or sub-domain that resolves to your server that you can use for the certificates OpenVpn isn’t available in the default CentOS repositories. So we need to install Enterprise Linux (EPEL) repository. Use the following command to install EPEL repository.
How to install and setup OpenVPN in ArchLinux
In this tutorial we will show you how to install and setup OpenVPN in ArchLinux. While OpenVPN support user/pass, pre-shared key (PSK), SSL Certificates etc. to authenticate users/clients, I’m rolling with SSL Certificates as they are superior to other authentication methods.
How to install and configure NFS server in Cubian/Debian
In the following article is how I set-up and configure “NFS server” in Cubian running on Cubieboard2. In this example I’m sharing a directory named “/srv/http/dev.data” with my local (LAN) network. LET’S START The first thing that you will need to do is to log in to your Debian VPS as ROOT via SSH.
How to install and set-up Master Named (BIND) DNS server in Fedora 22
In this tutorial we will show you how to install and set-up Master Named (BIND) DNS server in Fedora 22 VPS. To be more specific, in this case, we will setting up the master DNS server for the “mylinuxvps.com” domain name in a chrooted environment.
How to secure SSH login on your Linux Server
In the following article we will give you some tips about how to secure SSH login on your Linux Virtual Server. In theory (and in practice too) it is not secure to allow remote ROOT login to your server or a VPS… Using password authentication is also insecure… And that is why we will […]
How to install and configure Fail2Ban on your Debian server
In this tutorial we will show you how to install and configure Fail2Ban on your Debian VPS. WHAT IS FAIL2BAN Fail2Ban is the most famous application that can prevents dictionary attacks on your server. – You may ask how it is work? Well, when Fail2Ban detects multiple failed login/attempts from the same IP address […]
How To Install And Configure OpenVPN On OpenVZ
This howto will show you how to install OpenVPN inside an OpenVZ VPS on Ubuntu.
How To Set Up Multiple SSL Certificates with Apache On A Single IP Address
As you already know only one SSL Certification can be installed on a single IP address. Today we will explain you how to set up multiple SSL Certificates with Apache on a single IP address. For this tutorial we will be using a virtual server from LVPSHosting.com