Allocation unit size...

Which Allocation Unit Size Works Best?
(From a makeuseof article by Tina Sieber)

Hard drives are organized in (allocation units) called clusters and the allocation unit size is the size of a single cluster.
The file system records the state of each cluster, i.e. free or occupied. Once a file or a portion of a file is written to a cluster, the cluster is occupied, regardless of whether or not there is still space. Hence, larger clusters can lead to more wasted or slack space. With smaller clusters, however, the drive becomes slower as each file is broken up into smaller pieces and it takes much longer to draw them all together when the file is accessed.
So the optimal allocation unit size depends on what you want to do with your USB drive. If you want to store large files on that drive, a large cluster size is better as the drive will be faster. If, however, you want to store small files or run programs off your flash drive, a smaller cluster size will help preserve space.

Rule of thumb: large drive and/or large files = large allocation unit size

For a 500 MB USB flash drive, rather select 512 bytes (FAT32) or 32 kilobytes (FAT). On a 1 TB external hard drive select 64 kilobytes (NTFS).

USB flas drive fix

So.. I was trying to fix an old USB flash drive ... a  512 MB :) just for fun. and I thought I should share what worked for me...


http://www.flashdrive-repair.com/search/label/SSS%20Firmware

https://drive.google.com/open?id=0B2jvhmKQdstPVGNyR204b3p5UW8
the tool with the !!! is the one that worked for me

Booting from BIOS vs UEFI, what is going on?

So I was trying to understand the difference between ordinary PC booting and MAC OSX, and I've come across a lot of new -to me!- tech jargon like: CSM - UEFI - EFI. Also, I found this app "BootDiskUtility" that uses this boot loader "Clover" to do something very weird like booting OSX on a PC !! very new stuff to me :)

Found this great article describing the UEFI technology:

https://www.happyassassin.net/2014/01/25/uefi-boot-how-does-that-actually-work-then/

Ad blocking dilemma

Anti - Anti - Ad Blocking is here  !! :) :)
check this out:
https://reek.github.io/anti-adblock-killer/




anti-adblock-killer

Anti - Anti - Ad Block

 

 blockadblock

Anti - Ad Blocking

 

Ad-Blockers

Advertisements

Torrentz All in One is all over :(

After the take down of the great Torrentz.eu, I was left in a vast lake of sorrow :( , I really really liked that site...
But after a while, I found some mirrors for the same site, and that was really great, but I used to have a user script that made Torrentz even better.. "Torrentz All in One".. this user script used to add really useful options to Torrentz, or like its developer say:
"IT Does everything you wish Torrentz could do!"
The situation became unbearable when I found out that "" -the script developer- has abandoned the project :(....
After a long search I found a FORK that was taken by "" before the take-down of the project..  then I decided to write this blog post in order to share this info and to "save" a copy of the last version of the code in case it gets deleted again...



How to jump to a registry key directly ?


How to jump to a registry key directly ?


When you start Regedit, it automatically opens the last key that was viewed. (Registry Editor in Windows XP saves the last viewed registry key in a separate location). If you wish to jump to a particular registry key directly without navigating the paths manually, you may use any of these methods / tools.

 

 

Option 1

Using a VBScript:  Copy these lines to a Notepad document as save as registry.vbs
'Launches Registry Editor with the chosen branch open automatically
'Author  : Ramesh Srinivasan
'Website: http://windowsxp.mvps.org

Set WshShell = CreateObject("WScript.Shell")
Dim MyKey
MyKey = Inputbox("Type the Registry path")
MyKey = "My Computer\" & MyKey
WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Lastkey",MyKey,"REG_SZ"
WshShell.Run "regedit", 1,True
Set WshShell = Nothing
Double-click Registry.vbs and then type the full registry path which you want to open. [ Example: HKEY_CLASSES_ROOT\.MP3 ]
Limitation: The above method does not help if Regedit is already open.

 

 

Option 2

Regjump from Sysinternals.com
This little command-line applet takes a registry path and makes Regedit open to that path. It accepts root keys in standard (e.g. HKEY_LOCAL_MACHINE) and abbreviated form (e.g. HKLM).
Usage: regjump [path]
Example: C:\Regjump HKEY_CLASSES_ROOT\.mp3

 

 

Option 3

12Ghosts JumpReg from 12ghosts.com
Jump to registry keys from a tray icon! This is a surprisingly useful tool. You can manage and directly jump to frequently accessed registry keys. Unlimited list size, jump to keys and values, get current key with one click, jump to key in clipboard, jump to same in key in HKCU or HKLM. Manage and sort keys with comments in an easy-to-use tray icon menu. Create shortcuts for registry keys.

 

 

Option 4

To Jump to Registry key from Internet Explorer / Firefox, use my menu extension here:

Firefox Extensions & Mods That I Love :)

First of all is AdblockPlus 
 There are many Anti-advertising  extensions out there... but I really love this one
 It just needs a little tweak here or there and it is perfect...
 just disable "allow some non intrusive advertising" and install the second extension:

Second is Element Hiding Helper :)
 this one helps you in hiding undetected ads

Third is Grease Monkey
this great extension helps you do all sorts of useful mods (and fun ones too) to your favorite sites..

And of course the lovely user script Torrentz All In One
this one really revolutionizes the famous torrent site "torrentz.com"
here is its homepage and here is its installation link

and you will have to add these to the script to get it to work:
 
// @include       http://www.torrentz.com/*
// @include       https://www.torrentz.com/*
// @match         http://www.torrentz.com/*
// @match         https://www.torrentz.com/*

// @include       http://torrentz.com/*
// @include       https://torrentz.com/*
// @match         http://torrentz.com/*
// @match         https://torrentz.com/*


and lets not forget the "about:config" mod 
browser.search.openintab
to open searches in new tab instead of overwriting the current tab.