Posts

Windows was unable to complete the format - SD Card Format

Image
Formatting is the only solution left when you have tried all methods to fix the corrupt USB flash drive. Although it erases all your data present on the disk, but saves your USB drive and gives it a new life free from viruses, trojans and all other crappy stuffs. Now, if your USB is corrupted in a way that once you do a right click and format, it displays a message saying. Windows was unable to complete the format Step 1: –  First of all open run command box by searching it in windows search box. Step 2: –  Now, write  diskpart  and hit enter. Step 3 : – Once  Diskpart  is open. Follow the process given below by writing the commands, one by one. list disk Now, it will list Disk 0 and Disk 1 in your PC. Clearly Disk 0 is your hard disk and Disk 1 is the USB flash drive. Now, write the commands given below One by One. Select disk 1 clean create partition primary active select partition 1 format fs=fat32 In the a...

100+ Free Proxy Sites - Free Proxy Servers

Vtunnel – http://vtunnel.com/ 4everproxy – http://4everproxy.com/ Unblock My Web – http://www.unblockmyweb.com/ YouTube Unblock Proxy – http://youtubeunblockproxy.com Working Proxy – http://workingproxy.net New Ip Now – http://newipnow.com/ Proxy 2014 – http://proxy2014.net WebProxy.net – http://webproxy.net/ Unblock YouTube Free – http://unblockyoutubefree.net Proxify – http://proxify.com/p/ Ninja Clock – http://ninjacloak.com/ Proxy.org – http://proxy.org/ HideMyAss – https://www.hidemyass.com/proxy AnonyMizer – http://www.anonymizer.com/ kProxy – http://www.kproxy.com/ Zfreez – http://zendproxy.com/ AnonyMouse – http://anonymouse.org/ Free Open Proxy – http://freeopenproxy.com Vobas – http://www.vobas.com/ Don’t Filter – http://www.dontfilter.us/ BlewPass – http://www.blewpass.com/ Unblock YouTube Beat School – http://unblockyoutubeatschool.com HideOnline Proxy – http://freeyoutube.net Hiding Your Info – http://hidingyour.info Free YouTube – h...

Web Security Vulnerabilities

Here is the list of 58 Type of attack on webs base application... 1 Sql Injection Attack 2 Hibernate Query Language Injection 3 Direct OS Code Injection 4 XML Entity Injection 5 Broken Authentication and Session Management 6 Cross-Site Scripting (XSS) 7 Insecure Direct Object References 8 Security Misconfiguration 9 Sensitive Data Exposure 10 Missing Function Level Access Control 11 Cross-Site Request Forgery (CSRF) 12 Using Components with Known Vulnerabilities 13 Unvalidated Redirects and Forwards 14 Cross Site Scripting Attacks 15 ClickjackingAttacks 16 DNS Cache Poisoning 17 Symlinking – An Insider Attack 18 Cross Site Request Forgery Attacks 19 Remote Code Execution Attacks 20 Remote File inclusion 21 Local file inclusion 22 Evercookie 23 Denial of Service Attack 24 Cookie Eviction 25 phpwn 26 NAT Pinning 27 XSHM 28 MitM DNS Rebinding SSL/TLS Wildcards and XSS 29 Quick Proxy Detection 30 Improving HTTPS Side Channel Attacks 31 Side Channel Attacks in SSL 32 Turning XSS into Clic...

​HOW PAGE LOAD TIME WORKS

Image
​ 1. User enters a URL, submits a form, or clicks on a hyperlink 2. Browser makes a request to the server through the network 3. The request is processed by the web server 4. Web server sends the response back to the browser 5. Browser starts receiving the requested page (known as time to first byte) 6. Browser parses, loads, and renders the page content 7. The entire requested page becomes available on the browser

Web Server Software Configuration and Selection

Are you sure you are using the right web server software? There are several choices, and most of them are free. Here are a few of the more popular ones that I have experience with. Apache Nginx Litespeed No matter what web server software you are using, it can likely be configured better for your own purposes. If you do not know enough about your web server to configure it, you should probably hire someone to help you. It can get pretty detailed. Let's go over some pros and cons of each server. Apache Apache  is free and is the most used webserver on the web. Because it is so well used it also enjoys great documentation. A pretty good portion of tutorials on the web kinda assume you have Apache because it was used by just about every website not too long ago. The default install of Apache is not the best performer, but it has so many users and modules and add ons that it can be made to do just about anything. Our goal for now is to improve server response time, and...

10 Ways to Speed Up Your Website

1. Minimize HTTP Requests According to  Yahoo , 80% of a Web page’s load time is spent downloading the different pieces-parts of the page: images, stylesheets, scripts, Flash, etc. An HTTP request is made for each one of these elements, so the more on-page components, the longer it takes for the page to render. That being the case, the quickest way to improve site speed is to simplify your design. Streamline the number of elements on your page. Use CSS instead of images whenever possible. Combine multiple style sheets into one. Reduce scripts and put them at the bottom of the page. Always remember, when it comes to your website, leaner is better. Pro Tip:  Start a campaign to reduce the number of components on each page. By doing this, you reduce the number of HTTP requests needed to make the page render—and you’ll significantly improve site performance. 2. Reduce server response time Your target is a server response time of less than 200ms (milliseconds). ...