Command Line Broadband Speed Test
We’re all used to using online broadband speed tests from our desktops to test our internet speeds – but what about from a Linux server without a GUI browser? My favourite tool for this purpose […]
We’re all used to using online broadband speed tests from our desktops to test our internet speeds – but what about from a Linux server without a GUI browser? My favourite tool for this purpose […]
I recently updated Manjaro i3 and was surprised that on the next reboot I was locked out. I was met by a black screen after the Grub menu and it just seemed to hang. I […]
Upgrading from 6.0.x to 6.1.x should be a straightforward process. Version 6.1.x includes many web UI and theme improvement as well as a massive reduction of reload times – especially if you have a large […]
Today I started noticing the below errors which were appearing when logged in at the terminal. This can happen when an import get interrupted by a reboot or something. Check an import is not currently […]
Confluence provides a free PlantUML plugin which can be used to create UML diagrams using written text. If you receive the below error… …if you’re hosting it on Linux, you likely just need to install […]
Sometimes, when you’re testing your access to a website for example, it can be useful to change the IP address you appear to be coming from. Ordinarily, when you go to a website, the website […]
There are a number of ways to install the AWS command line tools. Below is the method I favour on CentOS: Check that was successful with: You can now remove the files extracted: Configure aws-cli […]
Here we create our own yum repository on a fresh up-to-date installation of Centos 7. Configure Nginx First install the EPEL repository. And then Nginx. Start and enable Nginx. Install and configure a local firewall. […]
If you create a virtual machine using the CentOS 7 image, you will initially be able to log in but if you perform a system update and then reboot, you may well find you are […]
To setup basic HTTP authentication with Nginx on CentOS 7, first install httpd-tools. Create user and password: Amend your Nginx vhost configuration: Add the following lines: Check and reload vhost configuration:
Copyright 2018 © | Pikedom