• Linux,  Linux Mint,  Mono Develop,  Software Development

    Installing Mono Develop in Linux Mint 17.1

    Just a quick video on installing MonoDev in Linux Mint 17.1 1. Open your web browser and browse to the MonoDev Website to copy the GPG Key and the repository link. 2. Open your terminal and run sudo (and paste the GPG key signing key from the above website here) then press enter 3. Now type sudo (and paste the link to the repository from the above website here) press enter 4. Install Mono Develop by running the following in your terminal: sudo apt-get install monodevelop 5. Type y when prompted to download and install the package 6. Open Mono Develop after the installation has finished. If it does not open try points…

  • Linux,  Linux Mint,  Networking

    Unable to browse network in Linux using Pace router

    I recently upgraded to VDSL and had to purchase a VDSL router. The only router that was readily available was a PACE VDSL router model 921VNX. The problem is that I am now unable to connect to machines on my network from my Linux machines. I received a reply from an external URL when pinging a machine on my internal network. After some research I found that it’s a known issue with the Pace routers. Some people advised that a firmware update resolved this for them but I already have the latest firmware update. The video below shows how to get around it by editing your hosts file in Linux…