Posts
Showing posts from July, 2017
How to unblock websites in quick time
- Get link
- X
- Other Apps
Learn how to unblock websites in quick time with just a few simple steps. Here is a complete guide to unblock and access any website. Some of your favorite websites may be blocked by your school or company for reasons such as saving the bandwidth or improving productivity during work hours. Sometimes a government or ISP may suddenly block websites to impose Internet censorship resulting in real pain and inconvenience for the users. If you are an individual facing such inconvenience and want to unblock websites to bypass restrictions this article can help you out. Ways to Unblock Websites There exists several ways to unblock websites where some are easy and some are difficult to implement. Also, there are many obsolete methods that will not work in the present day scenario. Therefore, I am presenting only those methods that I have tested and found to be working as listed below: 1. Using a VPN Proxy – The Best Way Using a VPN proxy is one of the easiest and be...
How to protect your USB drive from virus by using dummy file
- Get link
- X
- Other Apps
Major Problem: The main source which cause to spread the virus is our Pen Drive other than the Internet. When we insert our Pen drive in any other system, the malicious softwares(worm,virus,…) will copy them itself to your folder. No matter whatever you do,you can not stop the infection of malicious softwares when insert your pen drive in infected system. How to prevent that? So Here is simple and most effective Hack to protect your Pen drive from infection. The main concept of this trick is to fill the Pen drive space with file so that no other files(malicious softwares) can not be to your Pen Drive. To fill the Pen drive space what you need to do, are you need to copy the lot of files to your pen Drive? or copy a big size file? The answer is that you don’t need to above things in order to fill the Pen drive Space. At the same time you can not fill the Pen drive space completely. Then What...
has your password been leaked? (sql)
- Get link
- X
- Other Apps
How websites store data When you create an account on a website, the website stores your registration details on it's SQL databases . Very few people, even within the company/website have direct access to the databases. In a naive world, the database would contain your plaintext passwords. However, since there are hackers doing SQL injection attacks to dump the database data, it's helpful to keep the password hashed/ encrypted . This would mean that even if someone has access to the table , he would see your username, email address, and hashed password, but not the plain-text password . Those who don't know about hashing may wonder how does the website check if you are typing the correct password during login, if the site itself doesn't know you password . Well, to understand that, you must understand what hashing is. You can read it up on wikipedia for a technical idea, but I'll (grossly over-)simplify it for you. Hashing is any o...
kali Linux (GUL setting)
- Get link
- X
- Other Apps
Fix 1: Easiest - GUI setting This fix requires no fancy commands. You just have to go to Mouse & Touchpad settings and make appropriate changes. To go to the settings, you can either- Press the windows key (on the lower bottom, Ctrl key, Function key, Windows key, Alt key), and type mouse in the search bar that shows up. Click the activities button on the top left, and type mouse in the search bar that shows up. Now, you should see something like this- You can check the tap to click and two finger scroll options and your problem is solved. If, however, you see something like this- Then you have to use the next fixes, as the Mouse and Touchpad setting are useless for you. Fix 2 : Tapping and reverse Scroll If you are able to scroll just fine, but your touchpad is not registering the taps, then just type this command into the terminal- synclient tapbutton1=1 This should enable tapping for you. In my ca...