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...

Set Default Root Object for Statically Hosted Website on AWS CloudFront (AWS CloudFront Functions)

A standard AWS CloudFront distribution is set to automatically serve the index.html file of a website when a client requests the root of the site, e.g. https://www.geekmungus.co.uk and does not specify any specific file or file within a sub-directory. However in certain instances your clients may request a page as follows e.g: https://www.geekmungus.co.uk/studies within which an index.html […]

More...

Extreme Networks VOSS (Fabric) Edge Port Delay Reason and Remediation

We’ve recently started to move to an Extreme Networks VOSS Fabric based network, however due to the scale, we can’t change everything attached to it to work more seamlessly with the VOSS fabric based network operation. We have a large number of hosts for example that use Active-Backup bonding on their NICs when connecting to […]

More...

Static Website Hosting/Publishing using AWS S3, AWS CloudFront, SSL Certificate and Custom FQDN

Amazon CloudFront is a content delivery network operated by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers to cache content, such as web videos or other bulky media, more locally to consumers, to improve access speed for downloading the content (citation). Although AWS CloudFront can be used as a CDN (caching […]

More...