Connecting to SQL Server DB compiling and running with Java

Introduction Hi everyone, I've been practising Java programming to prepare for Data Structures and Algorithms for my Uni course (for those interested... it's UO Applied Data Structures). And I've been following an old textbook from my TAFE days called The Java Way 2nd Edition by Gerard Sparke (an excellent book that helped me translate UML … Continue reading Connecting to SQL Server DB compiling and running with Java

Removing Hyper-V and Installing VirtualBox, VirtualBox Guest Add-On & Setting up shared folders

Hyper-V for any Linux distro is horrible (including Ubuntu). I've decided to go back to VirtualBox. The first thing to do is to remove Hyper-V. Removing Hyper-V To remove Hyper-V; go to Settings > Apps, and in the top right, you will see "Related Settings". And then click on Program & Features which will open … Continue reading Removing Hyper-V and Installing VirtualBox, VirtualBox Guest Add-On & Setting up shared folders

Raspberry Pi Router…..Connection Dropouts

Hi Everyone, Over the last couple of days; my Raspberry Pi Router has been having dropouts. And it hasn't been fun. As of writing this blog post. The kernel version that I am currently running is 4.14.79-v7+. First thing I did was ping my laptop from the router and got the following message: ping: sendmsg: … Continue reading Raspberry Pi Router…..Connection Dropouts

Ubuntu 14.04 LTS Browse Network and SMB Tree was not displaying other PC’s on the Network; How to Fix It !!!

This a post from my old blog site posted 10/10/2014....WordPress has better formatting tools and capabilities :D. After installing Ubuntu 14.04 Trusty Tahr on my laptop, if you go into File Browser > Browse Network, you won't see any other PC's on the network and if your run the command smbtree, it does not display anything … Continue reading Ubuntu 14.04 LTS Browse Network and SMB Tree was not displaying other PC’s on the Network; How to Fix It !!!

Wifi-To-Wifi Routing On Raspberry PI

Introduction and Initial Setup First and foremost, install Raspbian Desktop on your Raspberry PI and then run: sudo raspi-config to update and do the initial setup on your Raspberry PI. Once you have done that, install a network manager!!! As I mentioned in my previous post, The tutorials that you have seen online are outdated. … Continue reading Wifi-To-Wifi Routing On Raspberry PI