Wednesday, March 29, 2017
Virtual Clone Drive
Virtual Clone Drive

Virtual CloneDrive doesnt help you create CD or DVD copies, instead it has the ability to create a virtual drive, so that you can easily mount images and browse the files contained in such images without too much effort.
The program acts just like any other physical DVD drive, but the main difference is that you can easily insert a disc by double clicking on the image file stored on your computer. This is possible if you choose to associate Virtual CloneDrive with the supported format files.
There are only a few options to configure, which is emphasizes the fact that the whole application relies on simplicity. With this tool youll be able to create up to 15 virtual drives on your computer. It takes a while until all of them are set up, but still, this is quite a feature if you work with virtual disc images all the time.
Virtual CloneDrive supports most formats on the market, including ISO, BIN, IMG, UDF, DVD and CCD. On top of that, it gives the user the possibility to unmount an image using just a single right click. To further ease the operation, all drives created by Virtual CloneDrive bear the application icon for an easier identification.
As we found out during our tests, Virtual CloneDrive works a treat and handles the images cleanly. The emulation of several drives is done quickly enough and the simplicity as well as the ease of use make it a great addition to anyones tool belt.
Available link for download
Friday, February 10, 2017
Use an automated backup script that will check your backup drive letter
Use an automated backup script that will check your backup drive letter
I have tried many different tools for automated backup, both third party and the ones built into windows, but the best one by far is Robocopy. It is the most robust, stable and reliable tool that youll ever find to automate backups both in the enterprise environment and at home.
I use Robocopy scripts to mainly create backups onto an external USB drive that can be routinely taken offsite and switched with another external drive.
The biggest problem when using automated backup onto an external drive is the fact that the letter of the drive may change at some point if the drive was unplugged and then re-plugged. This causes your backup procedure to miss the target drive and backup will not run.
Heres an example of a script that overcomes the problem of the changing drive letter.
In this example we run a mirror backup of a server folder onto an external backup drive, and the script will find out whether the backup drive is using drive letter G: or H:
IF exist G:ident.txt (goto run1) ELSE goto run2
:run1
robocopy "ServerAdministration" "G:BackupAdministration" /MIR /W:0 /R:0 /XF:SHT /LOG:backuplogr.txt /NS /NC /NFL /NDL /NP
:run2
robocopy "ServerAdministration" "H:BackupAdministration" /MIR /W:0 /R:0 /XF:SHT /LOG:backuplogr.txt /NS /NC /NFL /NDL /NP
We start by creating a procedure that will check for a file called "ident.txt" (could have any other name or extention) - this is an empty file you should create and put in the root folder of your backup drive.
So if the file is present on drive G: - we point the script to a label called "run1" which runs the backup to drive G:. If the file is not present on drive G: (or if there IS no drive G:) we bounce the process to the label called "run2" which will then run the backup onto drive H:.
Robocopy then starts backing up a shared folder called "Administration" located on a server named "Server" onto the the external USB drive.
Available link for download
Monday, January 16, 2017
Test Drive Need For Speed
Test Drive Need For Speed
Mobil adalah kendaraan roda empat yang dikendalikan oleh seorang sopir. Menjadi seorang sopir bukan perkara mudah, karena harga mobil yang lumayan mahal bagi sebagian besar rakyat Indonesia, meskipun kebanyakan sopir tidaklah membawa mobilnya sendiri melainkan menyetir mobil tuannya.
Modal yang lain yang harus dimiliki oleh seseorang jika ingin jadi sopir selain mobil adalah keberanian, seorang sopir harus punya nyali yang besar untuk melewati berbagai macam rintangan di jalan raya dan di jenis jalan lainnya.
Selain itu jika ingin jadi sopir, harus taat pada norma dan aturan yang berlaku, patuhi peraturan lalu lintas, jaga adab kesopanan di jalan, dan perhatikan surat-surat dan kelengkapan lainnya, semisal SIM dan STNK.
Menjadi seorang sopir harus sering berlatih, semakin tinggi jam terbangnya maka tentu pengalamannya juga akan semakin bertambah.
Lantas apa hubungan antara deskripsi diatas tentang sopir dengan judul NFS...!?!?
Jadi ceritanya begini, saya itu sebenarnya bukan sopir, tapi karena orang tuanya pacarku punya mobil sementara dia tidak bisa nyetir akhirnya mau tidak mau harus belajar nyetir agar bisa ngantar jika dibutuhkan pada saat tidak ada lagi sopir lain, dengan kata lain sebagai sopir dadakan cadangan kursi belakang.
Pengalaman pertama ketika belajar nyetir mobil, setelah instruktur selesai menjelaskan hal-hal pertama yang harus diketahui seorang sopir, dan setir mobil sudah dalam genggaman, mobil mulai melaju dengan kecepatan sedang, instruktur tiba-tiba bertanya dengan nada kaget dan penasaran :"sudah pernah nyetir mobil sebelumnya? Cara nyetirnya sama seperti sudah lama belajar!".
Dengan polos saya jawab: "iya, sudah sering tapi tidak di dunia nyata; tapi di depan monitor video game".
Setelah sekitar dua pekan berlatih ditemani instruktur, tiba saatnya untuk nyetir sendiri tanpa ditemani. Alhamdulillah ujian pertama berhasil dilewati meski keringat mengalir di sekujur tubuh membasahi tiap inch kulit dan buluku.
Saya rasa cukup sampai disini dulu yach, soalnya posting ini diketik tangan dengan bantuan keyboard virtual layar sentuh yang ukurannya mini sementara jari yang dipakai jempol kanan dan kiri, tentu tidak terbayang capeknya.

Available link for download
Wednesday, November 2, 2016
Tips Melindungi USB Flash Drive dengan Benar
Tips Melindungi USB Flash Drive dengan Benar

- Cabut USB Flash Drive dari komputer atau Laptop denga cara yang benar. Jika USB Flash Drive dicabut pada saat USB Flash Drive sedang bekerja (membaca atau menulis file), data yang terdapat di dalamnya dapat rusak dan bahkan hilang.
- Jangan memaksakan untuk menghubungkan USB Flash Drive ke ke port. Port USB Flash Drive dirancang untuk digunakan searah, jadi harus dapat dicolokkan hanya dalam kondisi satu arah saja, jangan Anda paksakan. Hal tersebut akan membuat port dan USB Flash Drive rusak.
- Selalu lakukan backup data Anda pada perangkat penyimpanan lain. Meskipun USB Flash Drive sangat membantu dalam penyimpanan data, tetapi selalu ingatlah untuk tetap melakukan backup terhadap data atau file penting Anda ke berbagai media penyimpanan lain atau bahkan jika data tersebut dokumen sebaiknya Anda mencetak data tersebut. Jangan menyimpan data penting hanya pada sebuah perangkat penyimpanan USB Flash Drive tanpa melakukan backup di media penyimpanan lain.
Available link for download