Using gURLChecker to check invalid links
If you’re using Linux as your primary OS, here’s a useful too to check for broken links on your websites. gURLChecker is a simple tool to check for broken links on any website. It can work on a whole site, a single local page or a browser bookmarks file.
If you’re using Ubuntu, it’s quite easy to install this tool, just head over to your Terminal and run the following command:
sudo apt-get install gurlchecker
Once the application is installed, you should be able to access it from Menu>Internet>gurlchecker
If you’re on another version of Linux, you can build from sources. Here’s how you can build gurlchecker for other version of linux by downloading the source from their svn:
svn co svn://labs.libre-entreprise.org/svnroot/gurlchecker/branches/stable cd stable/ ./autogen.sh --prefix=/usr make su -c "make install" /usr/bin/gurlchecker
You can learn more about this software over at the project page at: gurlchecker.labs.libre-entreprise.org/


