Stop accidental deletions on Linux

Stop accidental deletions on Linux

Posted on 5th December 2018 Have you ever logged into a Linux box as root and accidentally typed ‘rm *’ then regretted it for the rest of the day? There is a simple way to ensure you get a chance to change your mind, using your favourite text editor (I use vim), edit...
How to secure NTP on Linux

How to secure NTP on Linux

Posted on 5th December 2018 There has been a lot of press regarding the NTP amplification DDOS vulnerability, most Linux distributions have now updated their ntp.conf default config to make NTP more secure and block this attack. But in case you need to know how to do...
Swift 2 https with BASIC Authentication

Swift 2 https with BASIC Authentication

Posted on 5th December 2018 In order to access a remote URL programatically in Swift 2…     func getData() { let username = “myUsername” let password = “myPassword” let url = NSURL(string:  “https://www.example.com/path/list”)! let credentials = NSURLCredential(user:...
.uk domain registration and renewal

.uk domain registration and renewal

Posted on 5th December 2018 We are channel partners with Nominet, the UK’s domain authority, as such we are empowered to register, manage and renew domains under the .uk top level domain name space on behalf of our clients.   When you use our services to register...