Home

The Career and Life of Martin Naughton.I would like to show the world that shapes me as a person. Through the projects and information about me you will be able to make a judgement of what kind of person I am. Please scan my site for any articles I wrote to help you with your progress on your quest.

How to rename mulitple files in linux

For example all these audio files below belong to CD 1. At the moment the file name does not tell you that. I am going to rename so that when you look at the file name it will tell you what disc it belongs to.

01 Track 1.wma
02 Track 2.wma
03 Track 3.wma 
04 Track 4.wma

Here is a bash script to do this. You must be in the directory that contains the files you want to rename.

Converting MP3 to M4B audio books for an ipod in linux

How a For loop works in Java

Alot of people do not know exactly how the for loop works in Java or perl but they know how to make it work for them. Developer usually make it work through trial and error.

This picture below illustrates exactly how a for loop works with arrows. If you know this picture then it will help you with some questions in the Sun certified Java Programmer exam.

Just discovered Python

Over the weekend I met 2 java developers that knew their java. They were working on ideas to do with a website and an android application. They were in charge of designing the the backend of the services. The website and android application would connect to this back end. Instead of writing the back in J2EE they decided to write it in python for performance. Python can execute faster on the server than java.

I have now started learning python to see how much better it is at performance compared to java and php for backend support.

Can you start a business in a weekend?

At the moment I am sitting in room with 70 people I am going to spend the next 3 days with. Why am I am going to spend these 3 days with strangers? It because these people want to spend the weekend making a difference in their lives.

In an hour I am going to hear 17 pitches for ideas. 17 people have come to make their vision come true. They come with these ideas because either do not have the technical or business knowledge to change their idea in to reality. I am going to help one of these people turn their vision into a product they can interact with.

Traveling the ladder of Sun Certification

Below is the Ladder of Java certification. I have now completed the java ladder of Java SE which is in orange below.  Doing these certification below shows you more of java's ability to makes your application development easier and more maintainable.

Finally finish my own linux distro: Minux

I have been working on my own linux distro for a whlie. It is not from complete scratch. I do not know how long it would take to make my own C compilier. I have used open source packages and combined them together to make my distro.I did my work in VMware player so I did not need 2 computers. It made it easier aswell because I could suspend my work and return back to it with out having to setup everything again. if you use a phyical computer then when you shut down it is a bit of work to arrive to same point in the setup.

How productive are you during the day?

Ever wonder at the end of the day where the time went and what you used that time for? Well now you can record snippets of what you do during the day on the computer. If you can see how much time you waste on facebook, digg and other waste of time sites you might start to notice a pattern.

The only way to get more productive is to know what bad habbits makes you unproductive. Feedback is the breakfast of champions.

You might be interested in using this script to mark the progress of your daily work.

How to make your operating system into a vmware image.

 When I was converting over to linux I was not sure that I would get everything from my windows operating system. Instead of just deleting it I thought it would be better to make it in to a VMware image so if I needed a windows operating system then I could use it in VMWare player in Debian.

Things you will need:

Syndicate content