Skip to content
Archive of posts tagged Uniform Resource Locator

Your own local search engine.

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 from http:// xapian.org/download yum install xapian libuuid-devel And then make and install omega and for this you can [...]

xmlwf – Is your xml document well formed?

There is a small nifty utility called xmlwf that can check your xml documents to see if they are well formed. sudo yum install expat Once installed, simply use : xmlwf Need more details, just check the man page Related articles Assigning ID to Objects transmitted in XML document (stackoverflow.com) removing characters from php output [...]

Interesting repository for Fedora.

Here is one repository that you can add to your Fedora to give it a few more hundred packages: cat >/etc/yum.repos.d/rpm-sphere.repo <<EOF [rpm-sphere] name=RPM Sphere baseurl=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_16/ gpgkey=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_16/repodata/repomd.xml.key enabled=1 gpgcheck=1 EOF Sphere: Related Content Technorati Tags: Fedora, Linux, Linux distribution, Operating system, repository, rpm, RPM Package Manager, Uniform Resource Locator