Training in Networking – Starts!

I just wanted to do my training in networking for various reasons. May be I don't like programming or I wanted a diverse exposure or I like networking or may be some other reason. And now I'm here at WaveNET, doing my training in the implimentations team, which handles the networking part of their projects.

We have finished our first week here at WaveNET and its was a kind of a cool week and most of the guys had less (or no) work to do. Though we have been assigned to projects, we are still learning about the projects and some guys are learning languages, and all are busy with Gmail chat :)

Apart from that I'm working on two projects, one is a internal QA Automation System, where Praithees is doing the major part and I'm going to do the system level integration, and give help him out sometimes and we will be working on this with Sumith sir.

Also as I mentioned earlier I'm on the implementation team, which is the key area I want to focus on, and it deals with networking, server installations and stuff like that. Its going to be exciting and I found out that on the first assignment on Friday. I had to install OS on four servers (the rack mounted ones) with the help of some guys there. Then I had to take those to the Mobitel Servers site in Kelaniya and it was already around 6.30pm when we left the office.

It was a kind of a different experience for me. And there were another five guys at that site fixing the racks and other stuff. It was a all HP set-up, including the servers, racks and everything. There we some issues like not fitting correctly. pinching my finger in a rail lock, and problems with network interface bonding. Finally we finished there at around 1.30am (the next day :) ) and came back home in the van. One the way had my dinner(?) also.

Hoping to have more fun and exciting moments while training (& learning) in the days to come…

Posted in Internship | Comments Off

Blog Action Day! On October 15th

On October 15th, bloggers around the web will unite to put a single important issue on everyone’s mind – the environment. Every blogger will post about the environment in their own way and relating to their own topic. Our aim is to get everyone talking towards a better future.

I thought this is something I should participate and I’m in. I’ll post some thing on my blog that is related to environment on October 15th, and if you also do blog, post yours as well, and in any language too. Lets us make our environment better…!

For more details visit: http://www.blogactionday.org/

Bloggers Unite - Blog Action Day
Posted in Tech News | Tagged | Comments Off

Automount USB Device in Ubuntu Feisty Fawn

There is(?was) a bug in Ubuntu Feisty Fawn which prevented me from auto mounting my USB drives. I was having this problem for sometime in UbuntuStudio, and I was thinking it was specific to that. But when I installed Feisty recently I had the same problem. (I know Gusty is just about to release…) So i found this after bit of a deep search, that fixed it right up.

Its just one line of code, that worked:

sudo modprobe -r ehci_hcd

Don’t know what happened nor how long the fix will last. I found this solution from here, so refer here for more details from here.

Posted in Tech Notes | Tagged , , | Comments Off

Learning at WaveNET

So this is going to be the story for this week I hope…
Ohh… haven’t I mentioned what..?
Its the happening things at training….

And what happens…?

Won’t say nothing, but will look so. Just learning more new stuff, in Project management, QA, QA Automation, and tools like Selenium, LuntBuild, CruiseControl and more. So I want say its interesting, but ok. Have to deal with it…

Hope for a better change soon…

Posted in Internship | Comments Off

Install Cups-PDF on Ubuntu 7.04 Feisty Fawn

I thought of sharing this here as it might be useful at least to me some other day. :)

What I wanted to do?

Print as PDF, thus Install a PDF Printer

What I installed?

Cups-PDF

How?

Its very simple than for the earlier versions of Ubuntu, where we had to set permissions and all.
Just follow these steps:
  • sudo apt-get install cups-pdf
  • System -> Administration -> Printing
  • Double click "New Pinter"
  • There is now a "PDF Printer" detected, select it
  • Select the Generic, postscript-color
  • Give it a name, like PDF Printer
  • Right click on the newly created printer, and select Properties
  • Click "Print a Test Page"
  • The file should be in your Home folder, under the PDF folder

Its just simple as that… And worked for me fine…
If something wrong in what I have said, just correct me by dropping in a comment.

Posted in Tech Notes | Tagged , , | Comments Off