Monday, January 23, 2017

Creating your Personal Private Folder with Password

If you wanted to create your own private folder with a personalized folder,
then you came to the right place.

Follow these simple procedures to get your own personalized private folder.

Open notepad

Copy paste the command you see below.

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
pause
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==JGinformations goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
pause
goto End
:End



Save it as config.bat 
or any other name that you want,
as long as the extension of the file would be .bat

When finished, double click the said command file. ( ex. config.bat )
 A folder named: Locker would then appear.

In that folder, Copy Paste all your important files ( ex. pictures, videos, documents, etc. )

When finished pasting the files, close the locker window.
Then, Double Click the Command file. ( ex. config.bat )

In the command prompt, It will ask you to hide the Locker folder.
    
Enter Y to hide the folder,

Locker folder will now become invisible,

The default password would be:

JGinformations

To Configure your own password to that command line.

Right click on the Command file ( ex. config.bat ) and open it with Notepad.

Find these line and edit it. ( don't edit anything else )

if NOT %pass%==JGinformations goto FAIL

Change JGinformations to any password of your choice.

Once finished, Save your work by pressing CTRL + S on the keyboard.

Close the notepad.

Now, everytime you double click ( open ) that Command file ( ex. config.bat ), 
It'll ask for your password.

Simply input the password ( Case sensitive ) and hit Enter to open your private folder.

Sunday, January 22, 2017

Generate A QR Code For Your WIFI Connection

QR Code Generator - WiFi Access

Online QR Code Generator - Android WiFi Access



To Share Your Wi-Fi Access with your friends coming to your house:

Generate a QR Code with the Access Details.

Print it and Stick it on the Wall for everyone to see.
This is a *free service to generate QR codes online for WiFi access QR codes (Android). 
The QR codes are generated in black and white with background transparency selectable. 
Enter the wireless router access parameters and click on the 'Genrate WiFi QR Code' button.
To Generate your personalized QR Code Visit this Link:

Repairing Corrupted RAR Archives with Recovery Record

If you download stuff off the internet, most likely, you have encountered files having the RAR extension. It’s the format of the popular archiving software WinRAR, the purpose of which is to split big files into smaller chunks and to lower the file size. However, there are times which they can be corrupted due to several reasons such as the upload/download process, problems with the server, internet connection, etc. :rant:

This guide teaches you how to repair a corrupted RAR archive with the help of Recovery Record,
I made this guide because a lot of users are having problems extracting the content(s) of the archive due to volume corruption, CRC errors, etc (especially if the file is downloaded from MediaFire,
Maybe some of you already know about it, but a lot of users don’t, especially newbies, so I created this guide for the sake of “noobs”.

What you need:

- WinRAR, if you don’t have it, you can download it.

- A little bit of common sense.


I downloaded a file split in 6 parts (200MB each)

While I was extracting its content, I encountered an error saying that three parts are corrupted.

Instead of wasting bandwidth re-downloading the corrupted part(s),
check first if the archive has a Recovery Record.
To check if it’s present, check the Properties of the archive (Right-click >> Properties).


If it’s present, you have a good chance of fixing the archive, otherwise, sad to say, you can’t repair the archive. You can just re-download the corrupted part or tell the uploader to re-upload it.

Next step is to open any part with WinRAR and click the “Up one level” button. Highlight the corrupted part(s) (in my case, there are three), go to Tools and select “Repair Archive” or just simply press “Alt+R”. A box will pop up and select “Treat the corrupt archive as RAR”, and click “OK”.

Then the repairing process will begin.

Wait until you see the message “Done”, and then click “Close”.

New file(s)will show up with their filename having the prefix “fixed.”.

Move the corrupted part(s) in other location (I just created a folder inside that directory), just in case.

After moving the part(s), rename the repaired file(s), just remove the prefix “fixed.”, so that it’ll have the same file name along with the other parts.

After renaming the file(s), you can now extract the content(s) of the archive(s) without errors.

This is just the most common case of repairing corrupted archives, there are other cases which you have to use a Hex Editor to fix the archive. I’ll make a guide on it when I find corrupted archives which suit that case.

8 Useful Firefox Tweaks

This tweaks will help your Mozilla Firefox faster than ever.

1. Enable pipelining

Browsers are normally very polite, sending a request to a server then waiting for a response before continuing. Pipelining is a more aggressive technique that lets them send multiple requests before any responses are received, often reducing page download times.

To enable it, type about:config in the address bar, double-click network.http.pipelining and network.http.proxy.pipelining so their values are set to true, then double-click network.http.pipelining.maxrequests and set this to 8.

Keep in mind that some servers don't support pipelining, though, and if you regularly visit a lot of these then the tweak can actually reduce performance. Set network.http.pipelining and network.http.proxy.pipelining to false again if you have any problems.

2. Render quickly

Large, complex web pages can take a while to download. Firefox doesn't want to keep you waiting, so by default will display what it's received so far every 0.12 seconds (the "content notify interval"). While this helps the browser feel snappy, frequent redraws increase the total page load time, so a longer content notify interval will improve performance.

Type about:config and press [Enter], then right-click (Apple users ctrl-click) somewhere in the window and select New > Integer. Type content.notify.interval as your preference name, click OK, enter 500000 (that's five hundred thousand, not fifty thousand) and click OK again.

Right-click again in the window and select New > Boolean. This time create a value called content.notify.ontimer and set it to True to finish the job.

3. Faster loading

If you haven't moved your mouse or touched the keyboard for 0.75 seconds (the content switch threshold) then Firefox enters a low frequency interrupt mode, which means its interface becomes less responsive but your page loads more quickly. Reducing the content switch threshold can improve performance, then, and it only takes a moment.

Type about:config and press [Enter], right-click in the window and select New > Integer. Type content.switch.threshold, click OK, enter 250000 (a quarter of a second) and click OK to finish.

4. No interruptions

You can take the last step even further by telling Firefox to ignore user interface events altogether until the current page has been downloaded. This is a little drastic as Firefox could remain unresponsive for quite some time, but try this and see how it works for you.

Type about:config, press [Enter], right-click in the window and select New > Boolean. Type content.interrupt.parsing, click OK, set the value to False and click OK.

5. Block Flash

Intrusive Flash animations are everywhere, popping up over the content you actually want to read and slowing down your browsing. Fortunately there's a very easy solution. Install the Flashblock extension (flashblock.mozdev.org) and it'll block all Flash applets from loading, so web pages will display much more quickly. And if you discover some Flash content that isn't entirely useless, just click its placeholder to download and view the applet as normal.

6. Increase the cache size

As you browse the web so Firefox stores site images and scripts in a local memory cache, where they can be speedily retrieved if you revisit the same page. If you have plenty of RAM (2 GB of more), leave Firefox running all the time and regularly return to pages then you can improve performance by increasing this cache size. Type about:config and press [Enter], then right-click anywhere in the window and select New > Integer. Type browser.cache.memory.capacity, click OK, enter 65536 and click OK, then restart your browser to get the new, larger cache.

7. Enable TraceMonkey

TraceMonkey is a new Firefox feature that converts slow Javascript into super-speedy x86 code, and so lets it run some functions anything up to 20 times faster than the current version. It's still buggy so isn't available in the regular Firefox download yet, but if you're willing to risk the odd crash or two then there's an easy way to try it out.

Install the latest nightly build (ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/), launch it, type about:config in the address bar and press Enter. Type JIT in the filter box, then double-click javascript.options.jit.chrome and javascript.options.jit.content to change their values to true, and that's it - you're running the fastest Firefox Javascript engine ever.

8. Compress data

If you've a slow internet connection then it may feel like you'll never get Firefox to perform properly, but that's not necessarily true. Install toonel.net (toonel.net) and this clever Java applet will re-route your web traffic through its own server, compressing it at the same time, so there's much less to download. And it can even compress JPEGs by allowing you to reduce their quality. This all helps to cut your data transfer, useful if you're on a limited 1 GB-per-month account, and can at best double your browsing performance.