Discussion about Information retrieval,Large scale web architecture,data mining
Wednesday, May 31, 2006
two handful commands
command format: alias [shoutcut-command]=[command]
example:
>alias=c=clear
Do you want to revoke this alias? Run this command in to your coomand line
>unalias c
How to open CDROM with command line?
Run this comand
>eject /dev/cdrom or > eject /mnt/cdrom or just run > eject .Bash shell will take CDROM device as a default device.
how to close the CDROM Device with command line?
> eject -t /dev/cdrom or simply put >eject -t
Wednesday, May 24, 2006
Know about web syndication
Really Simple Syndication (RSS 2.0)
Rich Site Summary (RSS 0.91, RSS 1.0)
RDF Site Summary (RSS 0.9 and 1.0)
Web feeds provide web content or summaries of web content together with links to the full versions of the content, and other metadata. RSS, in particular, delivers this information as an XML file called an RSS feed, webfeed, RSS stream, or RSS channel. In addition to facilitating syndication, web feeds allow a website's frequent readers to track updates on the site using an aggregator.
(PS: Content has been taken from wikipedia.).
I am using suse 10 with kde 3.5. I used "akregator" to get the feeds from site.
visit Redhat site for more information.
Further reading
- News aggregator—Wikipedia article on news aggregators
- Sage—the main Sage website
- Liferea—the main Liferea website
- Feedster—a site to find new feeds
- RSS History—a timeline depicting growths and directions
Friday, May 19, 2006
how to write a system tray application?

The system tray is a cross-desktop method of notifying the user. It will be very usefull for user. Suppose if you have mailclient[Kmail] and if it is in system tray then whenever new mail will come, it will pop up a new windows with notification of new mail. But question is how to write these kind of application? Well i was searching internet for document. Yesterday i got one document from redhat site . It is in perl language.Search the document
Procedure:
1.Your system should have perl and gtk 2.0.
2. We need two library called
a)gnome-python2-libegg-2.10.0-2.1
b)gnome-python2-extras-2.10.0-6
Just Download this two rpm and installl with --nodeps option like
suman@>rpm -ivh gnome-python2-extras-2.10.0-6.i386.rpm gnome-python2-libegg-2.10.0-2.1.i386.rpm --nodeps
Open a vi editor with file name test.py
#! /usr/bin/pythonCopy this code to the file. And run as suman> python test.py
import gtk
import egg.trayicon
t = egg.trayicon.TrayIcon("MyFirstTrayIcon")
t.add(gtk.Label("Hello"))
t.show_all()
gtk.main()
Thats's all !!! A "Test" system tray icon will be shown in your desktop system tray.
After long time back
Open Source News:
Okippi is the successor to Blue Security's Blue forge project..Now it is started...
Friday, May 05, 2006
Open Source Shooping cart application
If you are looking for good open source shopping cart software,visit Interchange. It worked so well that some company began an enterprise-wide migration to open source software that has Linux running everywhere, from the servers to the desktops.
Top 50 Open Source Application
http://www.uversainc.com/download/top50.pdf
Thursday, May 04, 2006
OCFS2 project from Oracle
OCFS2 is the next generation of the Oracle Cluster File System for Linux. It is an extent based, POSIX compliant file system. Unlike the previous release (OCFS), OCFS2 is a general-purpose file system that can be used for shared Oracle home installations making management of Oracle Real Application Cluster (RAC) installations even easier. Among the new features and benefits are:
- Node and architecture local files using Context Dependent Symbolic Links (CDSL)
- Network based pluggable DLM
- Improved journaling / node recovery using the Linux Kernel "JBD" subsystem
- Improved performance of meta-data operations (space allocation, locking, etc).
- Improved data caching / locking (for files such as oracle binaries, libraries, etc)
OCFS2 will only work on the 2.6 series of the Linux kernel. As a result, OCFS2 packages are only available for 2.6 based distributions.
SuSE Linux Exterprise Server 9:Bundeled,need configuration
Red Hat Enterprise Linux 4:not bundeled ,need to download and configure
Ubuntu:Bundeled,need configuration
User Guide
Thursday, April 27, 2006
Source Control Management Tool
Wednesday, April 26, 2006
Now i got too much interested with Linux kernel. I want to make my career with Linux.I found very good metirial to understand the linux kernel
Linux kernel Architecture
Linux Kernel
Now it is time for rock with Linux kernel......Hope i will do my best..
Friday, April 21, 2006
New in Blog

Still i should have my own website where i can control each and everything. So what i need for that? One domain name, one good CMS,and little bit html knowledge... CMS should be open source. I decided to go for Drupal.And for hosting still i have to decide. Well my website should have more GNU/Linux related information that whoever will visit my site,they should able to learn something related to open source and GNU/Linux.This blog will not carry my daily activity generally.But sometimes it might be.My goal for creating this blog is to share my knowledge whatever i learned and will learn every day.finally i would like to say
It is very necessary to realize now that "Linux" is only a good monolithic kernel.It is one of the important subsystem of a whole GNU Operating System. We should not call "Linux" as a Operating System.
for more information visit this link:
Linux Kernel
GNU Philosophy