Skip to content

Tips & Tutorials

How to install MySQL server ubuntu 18.04

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

MySQL is an open source SQL relational database management system that’s developed and supported by Oracle. For many open source developers it is the Go to… Read More »How to install MySQL server ubuntu 18.04

Debugging JavaScript applications

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

Developers often have a love hate relationship with JavaScript. There are those developers will often try to avoid using JavaScript at all, some developers that… Read More »Debugging JavaScript applications

Happy 3rd Blog Birthday

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

It’s the time of year when I normally take time to reflect on the year that has passed, and then plan for the next year… Read More »Happy 3rd Blog Birthday

Grunt to JIRA via Tasktop Gateway

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

Clear & Concise communication fosters effective collaboration. Ensuring that all barriers to communication are removed should be a primary objective for all software development teams.… Read More »Grunt to JIRA via Tasktop Gateway

Tasktop Sync Gateway : The Basics

The basic premise behind Tasktop Sync Gateway is that it enables to connect the various tools within your typical DevOps stack, with ease. Prior to Tasktop Gateway, the various tools in a DevOps stack are connected to each other by any number of Bash or PowerShell scripting combinations. Usually requiring your Operation team members to familiarize themselves with the various API models of the ALM tools.

Install Homebrew on mac

Homebrew is the most popular package manager for Mac OS X. Homebrew Cask extends Homebrew with support for quickly installing Mac applications like Google Chrome, VLC, and more. Find out how to smooth out your development workflow and OS management by installing and configuring Homebrew on your Mac

Add new meanjs app to GitHub

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

This post is nothing more than a reminder to myself on how to add a newly generated meanjs application to a new GitHub repository.    This… Read More »Add new meanjs app to GitHub

How to Install Node Version Manager on Ubuntu Linux

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

Typically developers will no doubt need to support software that has been developed using old outdated versions of a software framework or libraries within that… Read More »How to Install Node Version Manager on Ubuntu Linux

Enable SSH on ubuntu

Secure Shell (SSH) is an extremely useful tool when administering a number Linux servers. If SSH is not enable on your ubuntu server this guide will assist you in configuring SSH.

Permalinks on WordPress not working

Technical Director at threenine.co.uk
Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services,enabling customers to be efficient, productive, secure and scale-able.
Latest posts by Gary Woodfine (see all)

If you're setting up an installation of WordPress on a new server or desktop and you're using Apache2 web server. You may come across a situation that your PermaLinks don't function as expected.

This situation may well be caused by the fact that you have not configured your Apache2 web server correctly.  There are 4 steps involved to overcome the issue of permalinks on wordpress not working.

Read More »Permalinks on WordPress not working