Main Menu

friends

Banner

Latest articles

Installing Windows XP on Linux with VirtualBox
10/10/2009 | mad mad mod

Here are the steps I did to install Windows XP on Linux using VirtualBox: If VirtualBox is not already installed on your system: have a look at this article Start VirtualBox# VirtualBox &nbs [ ... ]


convert mysql table from MyISAM to InnoDB
30/12/2009 | mad mad mod

MyISAM is the default storage engine for MySQL. Unfortunately it doesn't support transactions or foreign keys (but it has some other nice features like compression). However, because InnoDB does su [ ... ]


Other Articles
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Designed by:
SiteGround web hosting Joomla Templates
Find duplicated files on your file system E-mail
sysadmin

A very nice tool to find duplicated files on your file system is "fslint". It is available from the standard Fedora repository. To install fslint just enter the following command:

 

[root@blackmod ~]# yum install fslint

 

fslint-gui is actually A GUI wrapper for the individual fslint command line tools. The comand line tool we need to find dublicated files is called "findup".

 

To find all dublicated files under /tmp:

 

[root@blackmod ~]# echo hello > /tmp/a
[root@blackmod ~]# echo hello > /tmp/b
[root@blackmod ~]# /usr/share/fslint/fslint/findup  /tmp
a
b

 

 

 

Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."

 
mad mad mod, Powered by Joomla! and designed by SiteGround web hosting