How To Install Apache Tomcat 8 on CentOS 7

Installing Topcat 8 web server on CentOS 7 Apache Tomcat is a web server and servletcontainer that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer…

How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 7

Introduction A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents…

What is yum and how do you use it?

What is yum? YUM Repositories are warehouses of Linux software (RPM package files). RPM package file is a Red Hat Package Manager file and enables quick and easy software installation on Red Hat/CentOS Linux. YUM…

How to set up your new CentOS 7 server

So you have a fresh new server, now what? There are a few configuration steps you’ll need to go through before you can start playing around with your new kit. This is for security and…

Editing the Sudoers file on Ubuntu and CentOS

Introduction Privilege separation is one of the fundamental security paradigms implemented in Linux and Unix-like operating systems. Regular users operate with limited privileges in order to reduce the scope of their influence to their own…

How To Configure SSH Key-Based Authentication on a Linux Server

Introduction SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a Linux server, chances are, you will spend most of your time in a terminal session…

How to reset your MySQL or MariaDB root password

Forgotten your MySQL or MariaDB root password? Don’t worry, it’s not the end of the world. You can reset your MySQL or MariaDB root passwords, provided you have access to the server and a sudo-enabled…

The EU General Data Protection Regulation

The EU General Data Protection Regulation (GDPR) is coming in to force on 25th May 2018. So, what should we know? The EU General Data Protection Regulation (GDPR) was approved by the EU Parliament on…

London Colocation from £40 per month!

[headline]Quality, Affordable, Server Colocation[/headline] [pricing_table columns=”4″] [pricing_column name=”1u Colocation” price=”40″ button_name=”Order Now” button_link=”https://billing.5wire.co.uk/cart.php?a=add&pid=48&billingcycle=annually”] [pricing_text icon=”icon-hdd”]1U Colocation[/pricing_text] [pricing_text icon=”icon-exchange”]1TB Bandwidth[/pricing_text] [pricing_text icon=”icon-cloud-upload”]0.5 Amp Power[/pricing_text] [pricing_text icon=”icon-desktop”]100Mbit Network Uplink[/pricing_text] [pricing_text icon=”icon-gear”]Free Setup[/pricing_text] [/pricing_column] [pricing_column name=”2u Colocation” price=”60″…

How To Add Swap on CentOS 7

Enable SWAP on your CentOS 7 Server One of the best ways to make your server more responsive and guard against out-of-memory errors or applications crashing is to add SWAP space. SWAP is an area…