Sunday, 11 January 2015

SSL Issue On rubygems.org

If you encounter the following issue:
ERROR:  Could not find a valid gem 'xxxx' (>= 0), here is why:          Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/latest_specs.4.8.gz)

Follow the 'Manual solution to SSL issue' part on this page: github

Friday, 10 May 2013

Sequential Download / Preview Mode Download in µTorrent

Generally when a torrent starts downloading, it fetches pieces randomly.



















BUT, using this tiny trick the pieces can be downloaded sequentially. This helps preview of a video file from the beginning of download. One doesn't have to wait until the entire video file is downloaded.

Required ApplicationBEncode Editor

1. Open 'BEncode Editor.exe'. Go to File > Open



















2. Browse to directory 'C:\Users\(user name)\AppData\Roaming\uTorrent' and open the 'settings.dat' file.



























3. Click on Add.



















4. Add a new key 'bt.sequential_download'. [As: Top | Type: Integer | Value: 1]. Press OK & save the file from 'File > Save'. Then Exit the Editor & restart µTorrent. DONE


















--------------------------------------------------------------------------
Now the same file would be downloaded according to the sequential piece order.


















UNDO this Process

1. Open the 'settings.dat' file using the editor similar way.
2. Select the key 'bt.sequential_download' & hit 'Remove'.





















3. Then save the file the similar way from 'File > Save'. Exit the editor & restart µTorrent. DONE.


[Source: Link]