Friday, March 24, 2017
How to Install GtkHash Checksum Generator in Ubuntu
How to Install GtkHash Checksum Generator in Ubuntu
Checksum, as the name denotes, is a method thats developed to let users to check or compare, lets say a file that youre holding called "B" (assuming that its a copy of an original file called "A") is corrupted or not while copying or moving. Its something a bit similar to the idea of a finger print, somewhat.
How the heck can that happen?
To be honest guys, Im not an expert on that subject. But to share my experience with you, there are (very few actually) occasions that after downloading a ISO (say an operating system) and then after burning it to a CD/DVD but while trying to boot into the OS, the CD/DVD rom says "corrupted disk" or something similar ("bugger!" errrr).
To make things worse, while burning CD/DVD in this case, the application wasnt able to detect any "corruptions" and as result now I have an entire CD/DVD wasted!. But if I used a checksum calculator before burning it into a CD or DVD then the app most probably be able to detect the "corruption".
![]() |
| GtkHash main window... |
The reason I said "maybe" was because, sometimes these corruptions occur in a very very subtle ways thus it may not even be visible which only gives errors while trying to use it. But there are occasions however not only Checksum apps can let you identify corrupted files but they can even recover some of the damaged data too!.
Although not just while downloading these corruptions can occur while youre simply copying a file in between your local HDD or USB, etc.
I think the reason for such behavior is due to the fact that when copying or downloading, etc the OS first sends the data to the cached location on RAM and then to the HDD... thus in the process some of the data can be corrupted due to small voltage fluctuations on RAM, due to data collisions, or common data losses while downloading etc (scary stuff huh ;-) ). Whatever the reasons are, they can happen.

In thas sense, GtkHash is actually does not let you check for the integrity but its a handy application that lets you calculate or create a Checksum for any given file and save it, thus say the data on that file is very very sensitive (perhaps it contains passwords or bank account numbers, etc).
Then after you moved/copied the file into a disk or any location that you want then you can later use a Checksum (also known as integrity check) checker to make sure whether its corrupted or not.
Because for a password or especially for archives and encrypted data, even the most subtlest "data corruption" can make it un-usable!. CD/DVD burning applications usually come with a built in ability to check the integrity via Checksums generated by apps such as GtkHash.
![]() |
| It supports creating Checksums using various algorithms... |
In that sense, GtkHash is a GTK written (obviously :D) Checksum generator that you can use to create a Checksum file for any given file under GNU/Linux using various algorithms.
You can install GtkHash in Ubuntu 11.04 Natty Narwhal, 10.10 and 10.04 by using the below command in the Command-line window.
sudo apt-get install gtkhash
![]() |
| It has a separate "list view" that lets managing multiple files with ease ... |
Available link for download
Monday, December 5, 2016
HDD Generator 2011 Crack
HDD Generator 2011 Crack
Pada kesempatan ini saya akan memberikan satu software special buat anda . Nah sebelumnya kalau anda mempunyai masalah pada hardisk sebaiknya jangan dibuang dulu ya..Mungkin bisa di perbaiki HDD Generator 2011 + Crack .. Saya akan menjelaskan sedikit tentang software ini.. HDD Generator 2011 Merupakan - sebuah software utilities yang berfungsi untuk memperbaiki bad sektor pada hardisk yang ada di komputer kita ..
Ciri-ciri bad sector di antaranya adalah sering terjadi hang, harddisk berisik dan tiba2 file dalam suatu folder hilang. Kalau sudah terjadi hal tersebut alangkah sebaiknya menggunakan HDD Regenerator.
Sekedar sharing saja, biasanya bad sector itu terjadi di karenakan (diantara nya) :
1. Mematikan komputer tidak melalui shut down
2. Pasokan daya yang kurang stabil
3. Sering Mati lampu
Screenshot : HDD Generator Yang Sudah Full Crack
Saya akan menjelaskan cara penggunaannya :
1. install dulu HDD Generator 2011 lalu di Crack ( tutorialnya cara crack sudah ada di read me !!! jika anda sudah mendownloadnya ) saya harap selalu baca READ ME nya ..
2. Klik kolom paling atas seperti gambar dibawah ini :
3. setelah di klik akan muncul kotak dialog seperti gambar dibawah ini dan kemudian klik drivenya lalu pilih start process seperti gambar dibawah ini :
4 . selanjutnya bila tampil pemberitahun untuk menutup seluruh program maka pilih cancel, setelah itu oke.
Lalu akan tampil menu dengan latar belakang hitam, seperti ini :
5. kemudian Proses selanjutnya , Anda diminta untuk memilih opsi [ enter choose ], mau pilih yang mana , misalnya nomor satu tekan keyboard satu[1] yang akan diambil lalu tunggu hingga proses selesai. seperti gambar diatas
Baiklah bagi yang berminat langsung di download aja deh...
Download HDD Generator 2011 + Crack dibawah ini :
via usershare - 6.90 Mb
Selamat Mencoba ^_^
Available link for download
Sunday, October 30, 2016
Hacking Dominos Coupon Generator – Free Dominos Pizza Coupons Discounts
Hacking Dominos Coupon Generator – Free Dominos Pizza Coupons Discounts
After multiple failed attempts to place an order of pizza and getting tired of taking follow-ups from folks at Axis Bank and Bill Desk (the gateway that takes care of Dominoss online pizza orders) , I was frustrated a lot. Then , I came across Dominos Slot machine coupon generator. An innocent looking random coupon generator that is purely JS based and is easily hackable. NOW I AM NOT SAYING I HACKED IT AND ORDERED FREE PIZZAs , the payment gateway sucks soo much that I didnt ordered anything. But yes, I do have something to share with you.
Fire up your Google Chrome (thats enough) and open
http://pizzaonline.dominos.co.in/slot-machine/process-slot.php
You will see the Coupon Generator, fill in the captcha and play it, in normal circumstances , chances are -
- You will win a coupon , if you are feeling lucky, you can try once more and then if you win again, you will have to deal with the final discount coupon you get.
- You will get a "Try Again", you can try till the case 1 is fulfilled.
Lets turn the tables ,fire up developer console by pressing F12 .
navigate to scripts > slot.js
Open slots and navigate to this code
and change the attempts value to anything you wish
Now navigate to this code
and change the value to 1
Now time to change duration values
$(#slot+(slots+1)).animate( { backgroundPosition:"(0px "+bgPos+"px)"}, { duration: (10000+(slots*500)), complete: function(){
limit++; //console.log(limit);
if(limit == 4){
Change the subjected function to
$(#slot+(slots+1)).animate( { backgroundPosition:"(0px "+bgPos+"px)"}, { duration: (1+(slots*1)), complete: function(){
limit++; //console.log(limit);
if(limit == 4){
once done , slot timers and duration will be ultra quick.
Press Ctrl + S and click on Start / Try Again and see the results : ) Cool huh ?
Now tinker with some innocent looking functions for your experiment : ] and enjoy.
Check this For loop and especially check for #slot values and value of i , also, some crazy things can be done by changing the pixel values
if(buttonState == Try Again || buttonState == Please wait...){
var i=1;
for(i=1;i<=4;i++)
$(#slot+i).css(background-position,0px 0px);
}
Or Look for this function
$.post(process-slot.php,{ session_id : session_id},function(json){
var slot_result = slot_result_desc = ; var limit = slots = 1;
Now again, I wont be divulging much here : P , you can modify completely the way the slot generator works and generate according to your whims : ] Work your way out.
PS : I did went into the site looking for coupons by being a Dominicon but the coupons there are just pathetic and almost same for all the traits like lazycon/freebicon etc.
Back to Cybernating.
Available link for download


