Free Tool : GParted partitioning hard disks

GParted LiveCD is a business card-size live CD distribution with a single purpose – to provide tools for partitioning hard disks in an intuitive, graphical environment. The distribution uses X.Org, the light-weight Fluxbox window manager, and the latest 2.6 Linux kernel. GParted LiveCD runs on most x86 machines with a Pentium II or better. After […]

Protect yourself from COFEE with some DECAF

Two developers have created “Detect and Eliminate Computer Assisted Forensics” (DECAF). The tool tries to stop Microsoft’s Computer Online Forensic Evidence Extractor (COFEE), which helps law enforcement officials grab data from password-protected or encrypted sources. In response to Microsoft’s Computer Online Forensic Evidence Extractor (COFEE), which helps law enforcement officials grab data from password-protected or […]

Backtrack – How to enable ssh Access

On Backtrack 4 Box i need to access through ssh also need to enable .so here you go how to enable SSH on BT-4 root@Kartook:~# sshd-generate Generating public/private rsa1 key pair. Your identification has been saved in /etc/ssh/ssh_host_key. Your public key has been saved in /etc/ssh/ssh_host_key.pub. The key fingerprint is: 34:ea:36:7f:12:c8:01:a7:ea:e0:fb:d5:cd:75:ee:a5 root@bt The key’s randomart […]

E-Books : Free E-Book from Microsoft

Introducing Windows Server 2008 R2 Learn about the new features of Windows Server 2008 R2 in the areas of virtualization, management, the Web application platform, scalability and reliability, and interoperability with Windows 7. Download Introducing Windows Server 2008 R2, written by industry experts Charlie Russel and Craig Zacker along with the Windows Server team at […]

Win 2008 : How can I rename Server 2008 Server Core

How can I rename Windows Server 2008 Server Core Once again, with no GUI your Windows Server 2008 Server Core can easily be renamed using Windows Management Instrumentation Command-line (WMIC), and here is how, wmic computersystem where name=”%computername%” rename name=”new-name” As result, you will get ‘Method execution successful’ message. However if your machine is domain-joined, […]