Drag and Drop Concept – Jquery

Hi all, Here I’m going to show you, how to implement drag and drop functionality using jquery. This drag and drop method mostly used for designing purpose.Drag the image from div and drop to specified div after successfully droped the success message box display otherwise fail alert box display. Here I just used a simple… Read More »

The Midnight commander

The midnight commander (mc) is a powerful text based file manager. It is a directory-browsing tool and allows all the basic file operations. It can be used to view the contents of archived files, browse the ftp repository of a remote server and undelete files in the older file systems, and has a built-in text… Read More »

Shred command for overwriting a file

The operating system does not completely erase a file when the file is detected. The file could be recovered by third party forensic tools. But we can use the shred command to overwrite a file, to make it almost impossible for it to be recovered. The file is overwritten three times, by default, which can… Read More »

Low- level HDD formatting

You often have a hard disk drive that needs to be formatted such that all data in it gets destroyed. Here is a command that can erase all data from your HDD. #dd if=/dev/zero/of=/dev/had bs=1M This will formate your primary HDD(had) to a low level using dd. This will fill the entries disk with a… Read More »

Ten Open Source Backup and Recovery Tools

Hi all, Today i share one useful topic related to open source tools and their advantages. In the data center environment the open source tools have many advantages. First and foremost is their low cost and the flexibility they provide. Everyone will be aware of the source code so any enhancements that need to be… Read More »

My_blog- Free Flat Design WordPress Theme

Hi all, Wordpress use both simple and complex website. WordPress is the CMS platform on the web. WordPress theme can be used to create website like blog, personal, corporate and portfolio site. My_blog theme is free wordpress theme. It’s simple and responsive. This modern and flat theme is designed based on the latest bootstrap technology.… Read More »