Linux tool :Fdupes

How Do I Use fdupes?

Find duplicate files in /etc/ directory, enter:

root@K:/home/kartook# fdupes /etc
/etc/src-back
/etc/src-orgi

How Do I Delete Unwanted Files?

You can force fdupes to prompt you for files to preserve, deleting all others (use this with care otherwise you may loss data):

root@K:/home/kartook# fdupes -d /etc
[1] /etc/src-back
[2] /etc/src-orgi
Set 1 of 1, preserve files [1 - 2, [...]

Linux : How to find the installed version JAVA on ubuntu ?

How to test the JAve version on Ubuntu

kartook@K:~$
kartook@K:~$ java -version
java version “1.6.0_18″
OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
kartook@K:~$

Possibly Related Posts:

Linux tool :Fdupes
How ot install Tweetdeck on ubuntu 10.04 64bit
Linux :sun java 6 on lucid lynx
Vmware : How to install Vmware Tools on Backtrack4- Final
Security : JSKY – Free [...]

How ot install Tweetdeck on ubuntu 10.04 64bit

Whilst Adobe provide a 32bit version of their Adobe Air application for Linux, a native x64 version remains a dream. Thankfully, with few installed dependencies, the 32bit version will happily run on a 64bit installation too

Step 1 .
Get Air, Get Dependencies First things first – you will need a copy of Adobe Air for Linux. The [...]

Linux :sun java 6 on lucid lynx

Linux :sun java 6 on lucid lynx

To install sun-java6-jre on Ubuntu 10.04 LTS, type the commands below in Terminal:

kartook@Dwarez:~$sudo add-apt-repository “deb http://archive.canonical.com/ lucid partner”
kartook@Dwarez:~$sudo apt-get update
kartook@Dwarez:~$sudo apt-get install sun-java6-jre

Possibly Related Posts:

Linux tool :Fdupes
Linux : How to find the installed version JAVA on ubuntu ?
How ot install Tweetdeck on ubuntu 10.04 64bit
Vmware : How to install Vmware [...]

Vmware : How to install Vmware Tools on Backtrack4- Final

I used VMware Workstation 7 to test this.

The BackTrack kernel sources are already in place, so all that’s left to do is install BackTrack in VMware and start the VMware tools install. BackTrack uses up around 5 GB once installed, so plan accordingly.

mkdir /mnt/cdrom
mount /dev/cdrom3 /mnt/cdrom
cp -rf /mnt/cdrom/VMwareTools-7.8.5-156735.tar.gz /tmp/
cd /tmp/
tar zxpf VMwareTools-7.8.5-156735.tar.gz
wget www.offensive-security.com/tools/vmware-tools-patch-backtrack4-7.8.5-2_6_29.tar
tar zxpf [...]

Security : JSKY – Free Vulnerability Scanner

What is JSky?

JSky is a windows-based GUI Web Application Vulnerability Scanner, which is totally FREE. ; )
What can JSky do?

It’s a vulnerability scanner, so it can scan these vulnerabilities:

* SQL Injection
* XSS
* Unsecure object using
* Local path disclosure
* Unsecure directory permissions
* Server vulnerabilities like buffer overflow and configure error
* Possible sensitive directories and files scan
* Backup [...]

Security : Penetration Testing | The Metasploit Project

Metasploit – Penetration Testing Resources Metasploit provides useful information and tools for penetration testers, security researchers, and IDS signature developers. This project was created to provide information Metasploit Unleashed – Mastering the Framework

Learn Here

Possibly Related Posts:

Linux tool :Fdupes
Backtrack : TestDisk ( Digital forensics ,forensics analysis)
Linux : How to find the installed version [...]

Security : Cain & Abel

Where we can get

http://www.oxid.it/cain.html

What this tool can do

Cain & Abel is a password recovery tool for Microsoft Operating Systems. It allows easy recovery of several kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, recovering wireless network keys, revealing password boxes, uncovering cached [...]

Free Tool : KiTTy

What is KiTTY ?
KiTTY is a fork from version 0.60 of PuTTY, the best telnet / SSH client in the world.
KiTTY is only designed for the Microsoft Windows platform. For more information about the original software, or pre-compiled binaries on other systems, you can go to the Simon Tatham PuTTY page.

More About kitty :

KiTTY is a [...]

Linux : CentOS-5.5 Released

CentOS-5.5 is based on the upstream release EL 5.5 and includes packages from all variants including Server and Client

All are torrent links user utorrent ( on windows ) or deluge ( Linux)

CD ISO:

http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-bin-1to7.torrent

http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-bin-1to8.torrent

DVD ISO:

http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-bin-DVD.torrent

http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-bin-DVD.torrent

LiveCD ISO:

http://mirror.centos.org/centos/5.5/isos/i386/CentOS-5.5-i386-LiveCD.torrent

http://mirror.centos.org/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-LiveCD.torrent

Possibly Related Posts:

Linux tool :Fdupes
Backtrack : TestDisk ( Digital forensics ,forensics analysis)
Linux : How to find the installed version JAVA [...]