Main Menu

friends

Latest articles

setting up a very simple samba server on Linux (Fedora)
24/07/2009 | mad mad mod

This article describes how to set up a very simple Windows share on Linux (Fedora). 1. Install samba (you have to run this commands with root privileges)  [root@blackmod ~]# yum install sam [ ... ]


if then else in BASH - the basics
13/05/2010 | mad mad mod

If then else in bash is not very difficult. However, there is something that can cause problems:Please note the spacing inside the brackets! It won't work without! string comparison
simple example:



 [ ... ]


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