After struggling for sometime, I found a very simple set of instructions which will help you reset you root password in no time at all: [box] https://help.ubuntu.com/community/MysqlPasswordReset[/box]
Reset mysql root password Ubuntu 12.04 – SOLVED
Jail SFTP users Ubuntu 12.04 – SOLVED
I came across this outstanding post which enables SFTP jailing – this basically prevents SFTP users from navigating your file system ? [box] http://www.ericstockwell.com/?p=54 Thanks Eric! [/box]
Convert ArrayList to string[] C#
Some quick and simple code to convert an ArrayList to a string array in C# [box] string[] stringArray = (string[])arrayList.ToArray(typeof(string));[/box]
Split data in 1 excel column into multiple columns (Split by delimiter)
Well I came across a situation the other day where a client had data in one column and wanted to extract that data and put elements of that column into…
Google Hangout vs Skype
I’ve been watching Google Hangout for quite sometime, and tested it quite a bit with Google+. The voice quality and video quality is absolutely brilliant, and knocks skype out the…
Sign-in to multiple Twitter accounts / Use Twitter on your desktop – TweetDeck
Do you want to use Twitter from your desktop? Do you have multiple Twitter accounts and are tired of signing into each and every one of them to post those…
Get content between two delimiters in PHP – extract HTML comments using PHP
Quite a handy little function provided by BitRepository which enables you to grab the text between two delimiters in PHP. Example: [box type=”bio”] Sentence: Hello *world, thanks for having a look…
How to add a jar file to Eclipse / DiscoveryListener cannot be resolved to a type
A common problem when JAR files are not imported into Eclipse, is the error: “… cannot be resolved to a type” A quick fix is to ensure that you have…
Freeware screenshot software – perfect for blogging (WordPress, Tumblr, Blogger)
This wonderful little piece of software enables you to take screenshots of the entire screen, a specific window, or a certain area of the screen with minimal effort. LightScreen enables…
Difference between an Argument and a Parameter
Quite a common question – a very simple answer: Argument: Something you pass to a method or function via its parameters Parameter: Accepts arguments in methods or functions [box type=”bio”]…









