convert word document to html
2012/06/27
First install the required package: sudo yum install wv Description: […] And here is the list of the programs that this utility provides: /usr/bin/wvAbw /usr/bin/wvCleanLatex /usr/bin/wvConvert …
tora installation on Fedora 17.
2012/06/22
Here are the previous links on Tora: Tora on F16 Tora on Fedora And if you are interested in installing from source then you can always use this link: …
rpmconf – Tool to handle rpmsave and rpmnew files
2012/06/18
Install the utility: sudo yum install rpmconf Description: […] And finally run the utility: sudo rpmconf -a and if there is a conflict or rpmsave or rpmnew file, then you will see something …
symlinks -delete all invalid soft links in Linux/Fedora
2012/06/12
First of all, install symlinks if it is not installed : sudo yum install symlinks and here is the description: […] and the help for the same: […] symlinks: scan/change symbolic links – …
unable to browse windows network with samba4
2012/05/27
I use Fedora 17 on my work laptop and thus need to connect to windows share sometimes. After I upgraded to Fedora 17 some time, I was unable to browse the windows network. I would get all kind of …
Upgrade to Fedora 17 from 16.
2012/05/15
As usual time in couple of days to upgrade to Fedora 17. Release schedule is for 05/22 and so its just around the corner. So, if you are looking at upgrading using yum, then make sure that you visit …
Array of all possible colors in bash script
2012/05/07
Sometime back, we had looked at using colors in bash script and here is a way to create a array of all the colors. #!/bin/bash - …
Display X applications from virtual terminals
2012/05/03
Here is a script that can help you set the proper envirionment to start a gnome-shell from one of the terminals. #!/bin/bash - …
colors in bash scripts
2012/04/30
I have been trying to understand the color codes for bash for a pretty long time, but somehow never got time to understand this clearly. So this time around when I was writing a script to analyze some …
systemadm – simpler way to manage the service files for systemd
2012/04/17
Once the systemd unit and service files have come into being, understanding of the system services have changed a little bit and it might require some time to understand the cli tools for managing …
Convert string to hex.
2012/04/13
If you want to use snoop or tcpdump with advanced search in the packet, then you would need to convert the string to hex string. For this, either you can use a web search and find some web application …

Your own local search engine.
2012/04/09
There are times when you would want to have a local search engine capable of indexing even pdf and doc files. So here is a solution. You can use “Omega” and here are the instructions. download omega …