Do not limit your challenges.. Challenge your limits

BTemplates.com

Search This Blog

Powered by Blogger.

About Me

My photo
kathmandu, Bagmati, Nepal
I am Software developer based on Nepal.I have started coding since mid of 1995 with QBasic.My interest in software development covers a broad range of technologies from assembly to the Microsoft .NET platform to Java, Linux to Windows, Windows Mobile to Android, desktop to web to mobile, and many others. But from 2007 I am just working on Java mainly working on Java EE platform and decided just to go with it. I really like to learn new stuff and share things with others which is my main objective in creating this blog.

ArchUnit : Java architecture test library

Finally I have found the required library which will enforce architecture patterns . ArchUnit  . Currently I am exploring it and will upd...

Do not limit your challenges.. Challenge your limits

Sunday, June 9, 2013

Communicating with serial port


These days I am working on embedded ARM linux devices. I am writing an application for it. I was using Hyper terminal( windows machine ) to transfer image file,even though I am using linux for development( coding ).This suggestion was given from the vendor and since it is my first project in embedded , I am doing whatever they are suggesting. Just for file transfer I have to use windows machine...

Installing Oracle java in linux


Open JDK comes with linux as default Java provider.In order to install Oracle java here are some step Download oracle java from here Select Java Platform (JDK) Accept License Agreement Download by Clicking on *-linux-x64.tar.gz( for 64 bit OS ) or *-linux-i586.tar.gz( for 32 bit OS ) make a folder anywhere you want to keep java ( recommended on /opt) by using sudo mkdir /opt/java give...

Daily Useful Linux Command


Daily Useful Linux Command rm -rf FOLDER_NAME           - To Delete Folder and it’s contain df -h                                         - To View available disk space gunzip -c foo.tar.gz | tar xvf     - To unzip tail -f FILE_NAME.log ...

Some basic linux information


Useful Files /boot/vmlinuz – the typical location and name of the Linux kernel. In the Slackware distribution, the kernel is located at /vmlinuz. /dev/fd0 – first floppy disk drive /dev/fd0H1440 – driver for the first floppy drive in high density mode. Generally, this is invoked when formatting a floppy drive for a particular density. Slackware comes with drivers that allow for formatting a...

Saturday, June 8, 2013