Windows Tips: Hide Your Files


This computer tips are talking about hiding your files.

The files that we are talking about are *.rar or *.zip files and they will be combined with *.jpg files, so the original file (*.doc, *.xls, *.ppt, & anything others) "will be considered" as an image file (*.jpg, *.bmp, *.png, & something like that).

These protection tips aren't Linux tips but absolutely Windows tips.
The most fundamental thing is that you make sure the file you'll be hidden was been archived into a *.rar or *.zip format. After all files converted into *.rar or *.zip format, then you can insert it into the image file to be hidden. Follow the instructions bellow:
1. Prepare *.rar or *.zip file that will be hidden. E.g. myfile.rar
2. Prepare an image file. E.g. pict1.jpg
3. Save all files (myfile.rar and pict1.jpg) into one drive and directory. E.g. D:\
4. Open command prompt, and go to drive D. E.g. D: (press enter)
5. Type this command (without quotes) and press enter:
"copy /b pict1.jpg+myfile.rar result.jpg" (it will create a new file, result.jpg).
result.jpg is a file which contains myfile.rar and pict1.jpg but appears as a standard image file.
6. To open the result file (result.jpg) just right click ==> Open with ==> and select winrar or winzip (hidden files visible!!!).

Note: make sure all files you named have no space (E.g. my file.rar <== incorrect name). The security tips above are great to gives you minimal protection from the hands of people who want to know your personal files. Good luck!!!

Network Tips to Speed Up Firefox


These "windows tips" are about firefox tuning.

In my previous post, I have explained the network tips to speed up firefox.
Now I will give more detailed tips to speed up firefox. Follow the instructions below:
  1. Open firefox, type "about: config" (without the quotes) and press enter. If some parameters are not yet available, you can create it yourself by doing these steps:
    • Boolean parameters: right click on the firefox's window > New > Boolean > give the name > select true or false.
    • Integer parameters: right click on the firefox's window > New> Integer > give the name > give the value.
  2. Add/ change these parameters:
    browser.tabs.showSingleWindowModePrefs = true
    network.http.max-connections = 64
    network.http.max-connections-per-server = 20
    network.http.max-persistent-connections-per-proxy = 10
    network.http.max-persistent-connections-per-server = 4
    network.http.pipelining = true
    network.http.pipelining.maxrequests = 100
    network.http.proxy.pipelining = true
    network.http.request.timeout = 300
    nglayout.initialpaint.delay = 0
    network.http.request.max-start-delay = 0
    network.dns.disableIPv6 = true
  3. Restart your firefox.
Now, you can feel the difference in speed between modified firefox with your default firefox. The computer tips above are very absolutely useful for you who use the old machine. Good luck...