DISCOVER
X

Categories for

Sync Two Drives with Jenkins

February 1, 2015 2:00 pm Leave your thoughts

Most of us know that Jenkins is an awesome continuous integration tool, however it’s also a great generic task runner. In my case, photography is one of my serious interests too, I have hundreds of gigabytes of RAW images over the years and it’s my habit to keep it in... View Article


Christmas Present Ideas for Software Developers

December 11, 2014 9:56 pm Leave your thoughts

Updated with more suggestions! Christmas is literally around the corner! So if you haven’t got any idea of what buy your software developer/programmer friends then perhaps this post is going to help you a lot. Buying gifts isn’t always easy as we don’t always know what the other person likes,... View Article


Disable Mouse Delay Between Monitors on Ubuntu

April 20, 2013 12:36 pm Leave your thoughts

So, a quick post to help those out there getting this issue. Just then my Ubuntu installation updates and it seems there is a mouse delay when moving the cursor between monitors (I use 2 monitors). I have no idea why this functionality even exist as it’s really annoying. Anyway,... View Article


Running UNIX/Linux command as anyone

February 7, 2013 11:18 pm Leave your thoughts

Sometimes you need to run a command in the terminal as another user in the system. I forgot the way to do this all the time, so here’s a little code snippets on how to do so. sudo su -s /bin/sh <insert user here> -c "CMD HERE"


Moving notifications bubble on Ubuntu

February 7, 2013 10:17 pm Leave your thoughts

I use Ubuntu pretty much for everything at work with dual monitor configuration. The one gripe that I had was notifications appearing on the far top right hand side of my secondary monitor (on the right…), this caused missing the notifications. Also I hated the colours of the bubble. To... View Article