What can people really see when you use un-encrypted connections?

Although its becoming increasingly rare nowadays to be using un-encrypted connections, let’s see what it really means at the network level. Un-encrypted connections on their own are not necessarily a problem, its all about what value what you are sending has and therefore what could be exposed to a nefarious actor. If you are viewing […]

More...

Starting a Nodejs Gatsby Local Development Server, but Listening on All IP Addresses

If you start a Gatsby development server using “gatsby develop” it will by default only listen on the localhost (127.0.0.1), but what if your development server is remote. In that case all you need to do is start the development server as follows: Now when started you’ll see something like:

More...

Installing a Specific Ruby Version

We needed to install Ruby 2.7 instead of what normally comes with Ubuntu 20.04 LTS, if we installed a later than 2.7 Ruby version, the particular application (i.e. Staytus in this case) would barf. The nice people at BrightBox have created some packaged installs of Ruby at various versions.https://www.brightbox.com/docs/ruby/ubuntu/#adding-the-repositoryhttps://launchpad.net/~brightbox/+archive/ruby-ng (Latest version supported 20.04) We first […]

More...

HPE DL360 Gen10Plus BIOS Admin Password

I’ve recently had a problem on some new servers where a BIOS Admin Password had been set by accident, HPE provide this as a solution on their forums: https://community.hpe.com/t5/proliant-servers-ml-dl-sl/how-do-i-disable-the-bios-admin-password-on-a-gen10-dl360/m-p/7166755#M178013 However the Gen10Plus (+) servers appear to be a bit different, upon entering the forward slash “/” on the end of the password to remove it, […]

More...