Website project for AmUnique, United Kingdom.
Amunique Catering Services is a popular Events Catering service located in Sumner Road, London. Their website was designed by us Visit Site
Amunique Catering Services is a popular Events Catering service located in Sumner Road, London. Their website was designed by us Visit Site
Introduction SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with an Ubuntu server, chances are you will spend most of your time in a terminal session connected to your server through SSH. In this guide, we’ll focus on setting up SSH keys for a vanilla Ubuntu …
This guide is to help you install FreeRADIUS and Daloradius on Ubuntu 18.04 / Ubuntu 16.04 LTS servers. FreeRADIUS is an open source, high-performance, modular, scalable and feature-rich RADIUS server. It ships with both server and radius client, development libraries and numerous additional RADIUS related utilities. FreeRADIUS supports request proxying, with fail-over and load balancing, as …
How to install FreeRADIUS and Daloradius on Ubuntu 18.04 / Ubuntu 16.04 Read More »
This guide is to help you get MariaDB 10.4 running on CentOS 7 and Ubuntu 18.04 server. As of this writing, the latest stable release of MariaDB is 10.4. The default version of MariaDB installed on CentOS 7 is 5.5 and MariaDB 10.1 for Ubuntu 18.04. These versions are available on OS upstream repositories. Before you can …
Install MariaDB 10.4 on Ubuntu 18.04 and CentOS 7 Read More »
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 the Linux operating system, with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed …
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 16.04 Read More »
Introduction SimpleSAMPLphp is an open-source PHP authentication application that provides support for SAML 2.0 as a Service Provider (SP) or Identity Provider (IdP). SAML (Security Assertion Markup Language) is a secure XML-based communication mechanism for exchanging authentication and authorization data between organizations and applications. It’s often used to implement Web SSO (Single Sign On). This eliminates the need to …
How to Install and Configure SimpleSAMLphp for SAML Authentication on Ubuntu 16.04 Read More »
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 environment, and not the wider operating system. A special user, called root, has “super-user” privileges. This is an administrative account without …
How To Edit the Sudoers File on Ubuntu and CentOS Read More »
Introduction When you first create a new Ubuntu 16.04 server, there are a few configuration steps that you should take early on as part of the basic setup. This will increase the security and usability of your server and will give you a solid foundation for subsequent actions. Step One — Root Login To log …
Introduction The Apache web server is the most popular way of serving web content on the internet. It accounts for more than half of all active websites on the internet and is extremely powerful and flexible. Apache breaks its functionality and components into individual units that can be customized and configured independently. The basic unit …
How To Set Up Apache Virtual Hosts on Ubuntu 16.04 Read More »
WordPress 5.1 “Betty” was released today, honoring American jazz singer Betty Carter. This is the first major release since Gutenberg came into core. As part of WordPress’ 2019 “tighten up” theme, this release was focused on improving performance in the editor and helping users update outdated versions of PHP. WordPress 5.0 had been downloaded more than …