Ignore CVS and svn directories in bash autocompletion.
CVS and SVN directories are something that really cause lot of un-necessary nuisance. So, simple solution just ignore them 🙂
export FIGNORE=CVS:~:.o:.svn bind 'set match-hidden-files off'
CVS and SVN directories are something that really cause lot of un-necessary nuisance. So, simple solution just ignore them 🙂
export FIGNORE=CVS:~:.o:.svn bind 'set match-hidden-files off'
First install the required package:
sudo yum install wv
Description:
- Description : Wv is a program that understands the Microsoft Word 6/7/8/9
- binary file format and is able to convert Word
- documents into HTML, which can then be read with a browser.
And here is the list of the programs that this utility provides:
/usr/bin/wvAbw /usr/bin/wvCleanLatex /usr/bin/wvConvert /usr/bin/wvDVI /usr/bin/wvDocBook /usr/bin/wvHtml /usr/bin/wvLatex /usr/bin/wvMime /usr/bin/wvPDF /usr/bin/wvPS /usr/bin/wvRTF /usr/bin/wvSummary /usr/bin/wvText /usr/bin/wvVersion /usr/bin/wvWare /usr/bin/wvWml
So, if you want to convert a doc file to html just do:
Continue readingFirst of all, install symlinks if it is not installed :
sudo yum install symlinks
and here is the description:
- Description : The symlinks utility performs maintenance on symbolic links.
- Symlinks checks for symlink problems, including dangling symlinks
- which point to nonexistent files. Symlinks can also automatically
- convert absolute symlinks to relative symlinks.
- Install the symlinks package if you need a program for maintaining
- symlinks on your system.
and the help for the same:
Continue readingI 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 errors and warnings and tried everything that I knew about Samba to fix the issue. Tried searching through all the forums to figure out what was wrong but nothing helped. And suddenly today I resolved it and guess how:
Continue readingHere is a short description of pigz:
pigz, which stands for parallel implementation of gzip,
is a fully functional replacement for gzip that exploits
multiple processors and multiple cores to the hilt when compressing data.
And for the installation:
sudo yum install pigz
With pigz, if you don’t have many things running on your multi processor machine then you will see a significant improvement when you are gzipping the files.
Continue readingLibreOffice 3.5 was released few days back with loads of features and improvements. Most bragged about feature should be capability to read visio diagrams. You can read the full list of features here. And here are some interesting features:
Â
Here you can find the cream editor. This is basically vim editor with lots of customizations thus making it simpler for the users to use the editor directly.
This version already has the bash and perl support plugins and thus you can start using them as IDE without the need to add any plugins. It has a simple and advanced mode. In the simple mode you need not worry about all the modes of the vi/vim editor. How cool is that 🙂
Continue reading