wordgroupz v 0.3 beta released!

Today I released wordgroupz v 0.3b. New Features -1. Dictionary support – online dict.org webster, offline wordnet2. Wiktionary support – lookup details of the word on wiktionary, download pronunciations if available3. New interface![](http://rtnpro.fedorapeople.org/images/Screenshot-wordGroupz-2.png)![](http://rtnpro.fedorapeople.org/images/Screenshot-wordGroupz-3.png)Dependencies for wordgroupz:1) gtk, pygtk22) python-nltk3) wordnet4) pywebkitgtk5) BeautifulSoupTo install wordgroupz for fedora:1) download [http://rtnpro.fedorapeople.org/rtnpro.repo](http://rtnpro.fedorapeople.org/rtnpro.repo) into /etc/yum.repos.d/2) as root do: yum install wordgroupzTo install wordgroupz on any other linux OS:1) download [http://rtnpro.fedorapeople.org/wordgroupz/wordgroupz-0.3b.tar.gz](http://rtnpro.fedorapeople.org/wordgroupz/wordgroupz-0.3b.tar.gz)2) Untar it: $tar xvf wordgroupz-0.3b.tar.gz3) Change directory to wordgroupz-0....

July 23, 2010 · Ratnadeep Debnath

RPM Packaging xnoise for fedora

This is the first time I am packaging a software. I chose xnoise. I have been using xnoise (compiled from the source repository) for sometime and I like it. What is Xnoise? Xnoise can play every kind of audio/video data that gstreamer can handle. Xnoise uses a tracklist centric design and uses a hierarchical tree structure media browser. It also has a plugin interface. Xnoise is always running in a single instance,...

April 28, 2010 · Ratnadeep Debnath

An introduction to Linux Device Drivers - #1

Today we’ll be discussing a basic c code, the famous hello.c, which will be loaded as a kernel module and discuss some of the basic aspects related to it. #include <linux/init.h> #include <linux/module.h> MODULE_LICENSE (“GPL”); // included in module.h, tells about the license the code is having. static int __init hello_init (void) { printk (KERN_ALERT “Hello, worldn”); return 0; } static void __exit hello_exit (void) { printk (KERN_ALERT “Goodbyen”); }...

January 29, 2010 · Ratnadeep Debnath

Fedora 11 offline mirror setup at BCREC

Saturday, 31 October, 2009 I set up an offline Fedora 11 mirror in BCREC. I used the fedx makefile for the purpose of syncing the repository from my pocket HDD to the mirror PC ( an HP dual core system with Fedora 10 installed in it). I then setup a dhcpd server in the machine with the help of gdhcpd. I wrote a how to use the service and put it on the Desktop....

November 2, 2009 · Ratnadeep Debnath

Software Freedom Day 2009, Kolkata

On 15th September, 2009 the Software Freedom Day was celebrated in The CSI Auditorium, Computer Society of India, Kolkata Chapter, 5, Elgin Road, 4th Floor, Kolkata – 700020 The following talks and discussions were planned for the SFD 2009, Kolkata : A. Mani to speak on “The Fedora Project” J. P. Mathews to speak on “Using Linux on PCs with limited resources” Ratnadeep Debnath(me) to speak on “Fedora-12 Highlights” Snehashish Chakraborty to speak on “RabbitMQ”...

October 3, 2009 · Ratnadeep Debnath

Fedora Offline Repo Setup now known as FedX

This summer I am working on building a GUI for easy setup of a completely offline Fedora repository as a part of my DGPLUG summer training 2009. This, if successfully implemented, will greatly help us to spread Fedora and FOSS usage in areas where decent internet connections are not available in general. I am being mentored by** mbuf** in this project. He gave a COOL name to this project FedX...

August 7, 2009 · Ratnadeep Debnath

A very very long day @ Barasat University

On 14 July, 2009, me ( Ratnadeep Debnath aka rtnpro) and Meejanur Rahaman ( aka meejan) and Kishan Goyal were heading towards Barasat University. Kishan took a bus from Howrah at around 8:30 AM and we started from Ruby Hospital at around 9:30 AM to Barasat. We hoped that we’ll be reaching the university at most by 11:30 AM and will have enough time to work. Our bust took a turn from Daak Bunglow....

July 15, 2009 · Ratnadeep Debnath

First visit to West Bengal State University, Barasat ...

Today, 13th July, 2009, we ( me , i.e., Ratnadeep Debnath aka rtnpro, Kishan Goyal, Meejanur Rahaman, Harsh Verma, Chandana Boral) led by Indranil Das Gupta and Stephanie Das Gupta, went to West Bengal State University at Barasat, Kolkata. We started at around 10:30 AM from Ruby Hospital, and after a long journey ( changing two buses, then riding on a van, with a few drizzles on the way), we finally reached Barasat University at around 12:30 PM....

July 13, 2009 · Ratnadeep Debnath

Resolved ATI issue in Fedora

System Specifications : hp compaq 6515b,business series processor-AMD Turion 64 X2 Dual-Core Mobile Technology tl-50,clk rate 1600 mhz hardisk -80gb ram -1.5gb Video Video card features ATI Radeon X1250 Video Memory Shared video memory (UMA) Max Allocated RAM Size 512.0 MB Issues : Problem with the Graphical User Interface. System used to hang a lot. Moving and clicking with the mouse was a pain. Even there was a latency to browse the application menu....

June 24, 2009 · Ratnadeep Debnath

Install Windows Games in Linux with PlayOnLinux ...

Hi all… I have a Dell XPS M1530 running on Fedora 10. It has got a 2 GHz Intel Centrino Duo processor, 2GB RAM, 256 MB Nvidia GeForce 8600M GT, quite a configuration for decent gaming. But till today I had to boot in Windows Vista to play games. So I have been trying to install and run Windows games in Fedora. There are a few tools for this purpose. The famous and proprietory and non-free Transgaming Cedega, Codeweavers Crossover Games and the all free PlayOnLinux....

May 22, 2009 · Ratnadeep Debnath