31
Aug/15Make Windows Update Time More Often
Overview Microsoft Windows doesn’t update the clock enough times in the day and when you have a motherboard with a dodgy clock it doesn’t help when the time drifts. Thankfully the time synchronization can be controlled using the Task Scheduler … Continue reading
27
Jul/15Windows 8 Sticky Edges
Similar to Ubuntu Microsoft has decided to add a bit of resistance on the edges of a multi-monitor display setup. This allows the system to popup a menu (like the charm bar) before allowing your cursor to move to the … Continue reading
02
Mar/15Virtualbox Stopped Working After Installing Hypervisor
I got the message when I tried to run one of my VMs and got this or similar message about 64bit support: VT-x/AMD-V hardware acceleration is not available on your system. Your 64-bit guest will fail to detect a 64-bit … Continue reading
28
Jul/14Creating ls command in Windows
Create a ls.bat file with the contents: dir %1 the %1 is the parameters passed into the command so that you can do ls My Documents or just ls. There are different places to put the ls.bat file but as … Continue reading
05
May/14Organising Photos
Overview Dave Bradford has been on it again but this time on file or more specifically photo management. My existing library contains camera shots from film days scanned in to digital shots from things like phones totally 44GB. Organisation of … Continue reading
20
Jan/14Asus AI Suite Constant FTP
I recently have been hub’ing it out to see what traffic was going through the network and found a startling discovery. Currently it’s setup between the router and modem so it is capturing all traffic going to and from the … Continue reading
06
May/13Enable Remote Debugging From Tomcat 7 In Windows
Overview Tomcat Configuration Ensure Tomcat is not running before making any changes. Add the following in the first free line that’s not commented out to the file tomcat\bin\startup.bat: set JPDA_ADDRESS=8000 set JPDA_TRANSPORT=dt_socket For example from: rem $Id: startup.bat 895392 2010-01-03 … Continue reading
22
Apr/13Samsung 830 SSD (512GB)
Overview My Windows system stopped booting up for some odd reason but luckily it only affect my OS drive. As I had to reinstall Windows I thought now would be a good time to get an SSD to save cloning … Continue reading