Showing posts with label Tips n Tricks. Show all posts
Showing posts with label Tips n Tricks. Show all posts
What is DoS (Denial of Service) Attack? How to Prevent it?
What is DoS (Denial of Service) Attack? A denial-of-service (DoS) is any type of attack where the attackers (hackers) attempt to prevent legitimate users from accessing the service. In a DoS attack, the attacker usually sends excessive messages asking the network or server to authenticate requests that have invalid return addresses. The network or server will not be able to find the return address of the attacker when sending the authentication approval, causing the server to wait before closing the connection. When the server closes the connection, the attacker sends more authentication messages with invalid return addresses. Hence, the process of authentication and server wait will begin again, keeping the network or server busy.
A DoS attack can be done in a several ways. The basic types of DoS attack include:
Another variant of the DoS is the smurf attack. This involves emails with automatic responses. If someone emails hundreds of email messages with a fake return email address to hundreds of people in an organization with an autoresponder on in their email, the initial sent messages can become thousands sent to the fake email address. If that fake email address actually belongs to someone, this can overwhelm that person’s account.
DoS attacks can cause the following problems:
So what can you do to protect yourself against DDoS attacks?
1 ) Identify a DDoS Attack Early
If you run your own servers, then you need to be able to identify when you are under attack. That’s because the sooner you can establish that problems with your website are due to a DDoS attack, the sooner you can start to do something about it.
To be in a position to do this, it’s a good idea to familiarize yourself with your typical inbound traffic profile; the more you know about what your normal traffic looks like, the easier it is to spot when its profile changes. Most DDoS attacks start as sharp spikes in traffic, and it’s helpful to be able to tell the difference between a sudden surge of legitimate visitors and the start of a DDoS attack.
It’s also a good idea to nominate a DDoS leader in your company who is responsible for acting should you come under attack.
2) Overprovision Bandwidth
It generally makes sense to have more bandwidth available to your Web server than you ever think you are likely to need. That way, you can accommodate sudden and unexpected surges in traffic that could be a result of an advertising campaign, a special offer or even a mention of your company in the media.
Even if you overprovision by 100 percent — or 500 percent – that likely won’t stop a DDoS attack. But it may give you a few extra minutes to act before your resources are overwhelmed.
3) Defend at Network Perimeter (if You Run Your Own Web Server)
There are a few technical measures that can be taken to partially mitigate the effect of an attack — especially in the first minutes — and some of these are quite simple. For example, you can:
rate limit your router to prevent your Web server being overwhelmed
add filters to tell your router to drop packets from obvious sources of attack
timeout half-open connections more aggressively
drop spoofed or malformed packages
set lower SYN, ICMP, and UDP flood drop thresholds
But the truth is that while these steps have been effective in the past, DDoS attacks are now usually too large for these measures to have any significant effect. Again, the most you can hope for is that they will buy you a little time as an attack ramps up.
4) Call Your ISP or Hosting Provider
The next step is to call your ISP (or hosting provider if you do not host your own web server), tell them you are under attack and ask for help. Keep emergency contacts for your ISP or hosting provider readily available, so you can do this quickly. Depending on the strength of the attack, the ISP or hoster may already have detected it, or they may themselves start to be overwhelmed by the attack.
You stand a better chance of withstanding a DDoS attack if your Web server is located in a hosting center than if you run it yourself. That’s because its data center will likely have far higher bandwidth links and higher capacity routers than your company has itself, and its staff will probably have more experience dealing with attacks. Having your Web server located with a hoster will also keep DDoS traffic aimed at your Web server off your corporate LAN, so at least that part of your business — including email and possibly voice over IP services — should operate normally during an attack.
If an attack is large enough, the first thing a hosting company or ISP is likely to do is “null route” your traffic — which results in packets destined for your Web server being dropped before they arrive.
“It can be very costly for a hosting company to allow a DDoS on to their network because it consumes a lot of bandwidth and can affect other customers, so the first thing we might do is black hole you for a while,” says Liam Enticknap, a network operations engineer at PEER 1 hosting.
Tim Pat Dufficy, managing director of ISP and hosting company ServerSpace, agrees. “The first thing we do when we see a customer under attack is log on to our routers and stop the traffic getting on to our network,” he says. “That takes about two minutes to propagate globally using BGP (border gateway protocol) and then traffic falls off.”
If that was the end of the story, then the DDoS attack would be successful. To get the website back online, your ISP or hosting company may divert traffic to a “scrubber” where the malicious packets can be removed before the legitimate ones are be sent on to your Web server. “We use our experience, and various tools, to understand how the traffic to your site has changed from what it was receiving before and to identify malicious packets,” explains Enticknap.
He says PEER 1 has the capacity to take in, scrub and send on very high levels of traffic — as much as 20Gbps. But with levels of traffic comparable to those experienced by Spamhaus, even this scrubbing effort would likely be overwhelmed.
Do have a DDoS plan in place with your ISP or hoster so that it can begin mitigation or divert your traffic to a mitigation specialist with the minimum delay.
Read More
A DoS attack can be done in a several ways. The basic types of DoS attack include:
- Flooding the network to prevent legitimate network traffic
- Disrupting the connections between two machines, thus preventing access to a service
- Preventing a particular individual from accessing a service.
- Disrupting a service to a specific system or individual
- Disrupting the state of information, such resetting of TCP sessions
Another variant of the DoS is the smurf attack. This involves emails with automatic responses. If someone emails hundreds of email messages with a fake return email address to hundreds of people in an organization with an autoresponder on in their email, the initial sent messages can become thousands sent to the fake email address. If that fake email address actually belongs to someone, this can overwhelm that person’s account.
DoS attacks can cause the following problems:
- Ineffective services
- Inaccessible services
- Interruption of network traffic
- Connection interference
So what can you do to protect yourself against DDoS attacks?
1 ) Identify a DDoS Attack Early
If you run your own servers, then you need to be able to identify when you are under attack. That’s because the sooner you can establish that problems with your website are due to a DDoS attack, the sooner you can start to do something about it.
To be in a position to do this, it’s a good idea to familiarize yourself with your typical inbound traffic profile; the more you know about what your normal traffic looks like, the easier it is to spot when its profile changes. Most DDoS attacks start as sharp spikes in traffic, and it’s helpful to be able to tell the difference between a sudden surge of legitimate visitors and the start of a DDoS attack.
It’s also a good idea to nominate a DDoS leader in your company who is responsible for acting should you come under attack.
2) Overprovision Bandwidth
It generally makes sense to have more bandwidth available to your Web server than you ever think you are likely to need. That way, you can accommodate sudden and unexpected surges in traffic that could be a result of an advertising campaign, a special offer or even a mention of your company in the media.
Even if you overprovision by 100 percent — or 500 percent – that likely won’t stop a DDoS attack. But it may give you a few extra minutes to act before your resources are overwhelmed.
3) Defend at Network Perimeter (if You Run Your Own Web Server)
There are a few technical measures that can be taken to partially mitigate the effect of an attack — especially in the first minutes — and some of these are quite simple. For example, you can:
rate limit your router to prevent your Web server being overwhelmed
add filters to tell your router to drop packets from obvious sources of attack
timeout half-open connections more aggressively
drop spoofed or malformed packages
set lower SYN, ICMP, and UDP flood drop thresholds
But the truth is that while these steps have been effective in the past, DDoS attacks are now usually too large for these measures to have any significant effect. Again, the most you can hope for is that they will buy you a little time as an attack ramps up.
4) Call Your ISP or Hosting Provider
The next step is to call your ISP (or hosting provider if you do not host your own web server), tell them you are under attack and ask for help. Keep emergency contacts for your ISP or hosting provider readily available, so you can do this quickly. Depending on the strength of the attack, the ISP or hoster may already have detected it, or they may themselves start to be overwhelmed by the attack.
You stand a better chance of withstanding a DDoS attack if your Web server is located in a hosting center than if you run it yourself. That’s because its data center will likely have far higher bandwidth links and higher capacity routers than your company has itself, and its staff will probably have more experience dealing with attacks. Having your Web server located with a hoster will also keep DDoS traffic aimed at your Web server off your corporate LAN, so at least that part of your business — including email and possibly voice over IP services — should operate normally during an attack.
If an attack is large enough, the first thing a hosting company or ISP is likely to do is “null route” your traffic — which results in packets destined for your Web server being dropped before they arrive.
“It can be very costly for a hosting company to allow a DDoS on to their network because it consumes a lot of bandwidth and can affect other customers, so the first thing we might do is black hole you for a while,” says Liam Enticknap, a network operations engineer at PEER 1 hosting.
Tim Pat Dufficy, managing director of ISP and hosting company ServerSpace, agrees. “The first thing we do when we see a customer under attack is log on to our routers and stop the traffic getting on to our network,” he says. “That takes about two minutes to propagate globally using BGP (border gateway protocol) and then traffic falls off.”
If that was the end of the story, then the DDoS attack would be successful. To get the website back online, your ISP or hosting company may divert traffic to a “scrubber” where the malicious packets can be removed before the legitimate ones are be sent on to your Web server. “We use our experience, and various tools, to understand how the traffic to your site has changed from what it was receiving before and to identify malicious packets,” explains Enticknap.
He says PEER 1 has the capacity to take in, scrub and send on very high levels of traffic — as much as 20Gbps. But with levels of traffic comparable to those experienced by Spamhaus, even this scrubbing effort would likely be overwhelmed.
Do have a DDoS plan in place with your ISP or hoster so that it can begin mitigation or divert your traffic to a mitigation specialist with the minimum delay.
How To Upload Files For Download in Blogger
Blogger is one of the best blogging CMS (Content Management System) which is being used all over the universe. The main feature of this platform is that it is free of hosting which means we just need to purchase domain only without hosting if domain is required otherwise we can also use free sub-domain. Well, when we create blog post, sometimes we need to upload data/files for public download or which can be downloaded into blog reader’s system. But unfortunately, there is no option to upload files that can be due to free hosting and also for avoiding people from uploading unnecessary, spam and malware data in Google servers. So, sometimes people get confused where to upload files for download now and you can be one of that confused people. Don’t worry, we’re here, below we’ll be showing you that how can we easily upload files for Download in Blogger.
How can we upload files for download in Blogger?
So, There is no option to upload files for direct download in blogger and still we're eager for it. When we don't have any needable option in Blogger, we can make use of external services. It means if we can't upload files directly from Blogger then we can upload data somewhere else and insert the direct download link in Blogger post editor. Here, we'll make use of Google Drive which is awesome cloud hosting and file sharing service. First, we'll add data into our Google Drive account after that we've to make the data public because everything that you upload in Google Drive is private means only for you but here we want to make it for public download. After storing data in Google Drive and making it public, It's time to insert the download link or download button in blogger and let your visitors download the files.
Let's Try It - Tutorial
- Go To Google Drive >> Create >> Folder
- Name It Something Such As "Downloads"
- Open That Folder >> Click "Upload Icon" and Choose "Files".
- Now Select The Files That You Want To Upload.
- When The File is Uploaded, Right Click On That File.
- Click "Share" and Once Again "Share".
- Now Pop Up Box Will Appear.
- In The "Who Has Access" Section, Click "Change".
- Here Just Tick Mark "Public On The Web" and Save It.
- Now Same Box Will Appear Back and At The Top, There Will Be Link in "Link To Share" Box. Copy That Link and Paste It in Notepad.
- Copy This Green Colored Link and Also Paste It in Notepad https://docs.google.com/uc?export=download&id=FILE-ID-GOES-HERE
- Now Look In The First Link Which You Copied From Google Drive. It Will Be Having File ID Which Looks Like 0ByNodV_m9cVLN1loc2JXZGJQUjQ
- Copy Yours File ID and Replace It With FILE-ID-GOES-HERE in The Second Link Which You Copied From Here.
- Now The Second Link Will Look Like This https://docs.google.com/uc?export=download&id=0ByNodV_m9cVLYTRKbjVIYXEwVXM
- Download Link Is Ready Now! Whenever People Will Open The Link Like Above The File Will Start Downloading and Yes It is Direct Download Link.
- For Clarification, We've Prepared The Image Inserted Below.
- Go To Blogger >> Create New Post >> Link
- Paste The Prepared Link in URL Box, Write "Download" in "Texts to Display" Box.
- Click "OK"
- Prepare The Post.
- Click on "Publish" Button.
- Done!
How to Download Youtube Videos
Downloading videos from youtube with IDM is little difficult. After modification of coding in youtube some of the videos will download with IDM, but still you cannot download lots of videos. So today I am going to share a trick with you by which you can easily download youtube videos
You may Also like:
Step to Download Youtube Video:
- Go the youtube and select a video which you want to see..
- See the below screen shot and copy the url of the video.
.png)
- Go to this site Clipconverter.cc . Paste the above URL in the Media URL to Download and click continue.

- By this procedure you can download unlimited videos from Youtube.
How to Share Your Post to All Facebook Groups By A Single Click
Once you publish a post on your blog or website all you need to do is to expose it and the best way is by sharing it on social networks and other social bookmarking sites. Out of all one of the best source for getting traffic to your new blog post is ?? Is from Facebook Groups. :)
After selecting all your groups just click the send button. It will now automatically post to all the selected groups. To confirm, just go to the activity log on your facebook profile and you can see all your posts.
Read More
So the question now arises. Have you joined Blogging Facebook groups or other FB groups of your Niche ? Do you share your posts on them ? How much time does it takes to share your post on all fb groups manually ?
I know it takes a lot of time. What if I share with you a method which I use and it takes me only 5 minutes to share my post in more than 70 groups. Yes its completely free, easy and safe. Its not like other methods where you have to login with your Facebook ID and then post, Its also not like collecting all the Facebook group ID's and then mailing on them. ( You will find this method everywhere on net ). So today I have come up with this post on my reader's request.
Steps to Follow:
- Firstly install a social sharing widget on your blog. We use ShareThis widget for blogger. Make sure you add theFacebook SEND button on it.
- After Installing the sharing widget open up any post of your blog and scroll down at the end of the post. It should look as shown below.
- Now you are done, just click on SEND button and a drop down lists will come showing your friend list and your groups. Just type anything relevant to your post in the message box and select all your groups in recipients as shown below.
After selecting all your groups just click the send button. It will now automatically post to all the selected groups. To confirm, just go to the activity log on your facebook profile and you can see all your posts.
Some Important Notes
- You can use any social sharing widget which allows you to put FB send button.
- Select a max of 50 groups at a time to avoid being caught by facebook.
This trick will surely save your time. Share this with your friends and other bloggers. If you have any problem installing the widget, feel free to comment below or contact us.
eset Nod32 Username and Password
Dont have antivirus, Click here to Download
Username:TRIAL-0116648867
Password:m8rftbt5h2
Username:TRIAL-0116648812
Password:8vkcu967j5
Username:TRIAL-0116647258
Password:aafc4jrefr
Username:TRIAL-0116654478
Password:9amunp8d5r
Username:TRIAL-0116652625
Password:j6hkvje2fc
Username:TRIAL-0116651070
Password:95ttf2jcd7
Password:m8rftbt5h2
Username:TRIAL-0116648812
Password:8vkcu967j5
Username:TRIAL-0116647258
Password:aafc4jrefr
Username:TRIAL-0116654478
Password:9amunp8d5r
Username:TRIAL-0116652625
Password:j6hkvje2fc
Username:TRIAL-0116651070
Password:95ttf2jcd7
10 Ways to speed up your Windows 7

With Windows 7, Microsoft did a really good job making the system perform well. However, over time, Windows 7 systems can slow down and need some care and feeding to regain their former glory. Further, some Windows 7 features can be leveraged to improve overall system performance. In this article, I will outline 10 steps you can take to boost the performance of your Windows 7 systems.
1: Disable unnecessary services
Not every system service that is running on a stock Windows 7 machine is necessary. A number of services can either be disabled or modified to run only when needed. Once you make these changes, the service no longer has to consume system resources and the system no longer has to spend time starting the service. Earlier this year, I wrote an article here at TechRepublic titled 10+ Windows 7 services you may not need.
2: Reduce the number of startup items
You could go through your system tool by tool and remove the offending software, but you might want to keep the underlying tool around and just prevent the helper from loading. This and more can be accomplished through the use of MSconfig, a tool that has long been a part of Windows. MSconfig allows you to selectively disable startup items and take other steps toward improving overall system performance.
To use MSconfig, go to Start and in the search box, type MSconfig. From the Startup tab (Figure A), you can disable items. Just be careful about what you choose.
Disable items to improve overall system performance.
3: Remove the bloatware installed by vendors
I've long felt that Microsoft's OEMs sometimes actively work against the Redmond behemoth and sully the company's name. Nowhere is this more evident than in the case of what has become known as "bloatware." In the never-ending race to the bottom of the PC market, lower cost PCs have had their profit margins bolstered by OEMs through the inclusion of mostly junk software - short-term trials and the like -- that does nothing but add a few dollars of profit while bringing performance to a crawl. Frankly, this is one of the reasons that I believe that Microsoft's Surface announcement, in which Microsoft noted that it would make its own device, is brilliant. The company needs to start with a clean slate in some ways (no pun intended).
If your PC shipped with a bunch of stuff you'll never use, get rid of that software. Generally, you can go to Start | Control Panel | Programs And Features (Figure B) and remove software you no longer plan to use. If the software adds items to the startup process, getting rid of it will make the PC start faster and, ultimately, perform better overall.
Use Programs And Features to remove unwanted software.
4: Keep viruses and spyware off your system
If you're running Windows, you need to be running an anti-malware program to keep viruses and spyware off your system. Nothing will ruin good performance like a boatload of spyware. My personal favorite (and free!) tool for combating malware is Microsoft Security Essentials. In my experience, it's been successful in catching bad stuff while not significantly degrading system performance itself.
5: Check your memory
How much RAM do you have? Is your system consuming all or most of your RAM? Does the system page out to disk? If so, you're suffering a massive performance hit, which can be solved by adding more memory to your PC. Greg Shultz explains how to do this by using Resource Monitor.
6: Go solid state
Solid state is all the rage these days, and with good reason. It's fast! More and more laptops and even desktops are moving to the technology because of the performance benefits. Solid state disks use memory cells from which data can be read very quickly, as opposed to the relatively plodding nature of rotational storage. By moving to SSD, you can give your Windows 7 system renewed life -- and give yourself a whole new user experience.
But SSDs can be expensive, so you need to be smart about how to use them in the most cost-effective way. See ZDnet's Windows 7 and SSDs: Trimming the fat from your system drive for tips on manking good decisions about how to implement SSD.
7: Ensure that power settings favor performance
This one is easy! When you're plugged in, configure Windows 7's power plans to favor performance over power savings. When you choose to use Windows 7' high performance power plan, you might increase the computer's performance in some (but not all) circumstances. It really depends on the kind of work you're doing and how often you allow the computer to sit idle.
To change power plans, go to Start | Control Panel | Power Options and choose your power plan settings (Figure C). For more about how these plans operate, see Evaluate the efficiency of Windows 7 power plan settings.
Go to Power Options to choose Windows 7 power plan settings.
8: Keep your system defragmented (unless you've followed item 6)
If you're using a traditional spinning disk in your Windows 7 system, you can keep your system operating at peak efficiency by periodically defragmenting the hard drive. If, however, you've opted to go with SSD-based storage, don't do this. First, you won't get any performance benefit and second, you'll significantly reduce the life of that expensive SSD.
Disk defragmentation is scheduled to take place once per week, but you can change this by going to Start | Accessories | System Tools | Disk Defragmenter (Figure D). In addition to changing the schedule, you can run an on-demand defrag from here. You can also run a defrag from the command line instead of from a GUI. Bill Detwiler's video explains how.
You can schedule a defrag in the Disk Defragmenter dialog box.
9: Disable or tune search indexing
Windows 7's search is good, but it can also affect system performance. If you really need to run a tool at full tilt, you can disable indexing altogether. Or you can tune the indexer to meet your specific needs, possibly reducing its overall impact on system performance.
10: Use ReadyBoost
Perhaps you don't want to jump into the solid-state game right away but would like some of the benefit that can be had from flash-based storage. Using nothing more than a USB stick, you can do so through a Windows 7 feature known as ReadyBoost. (Note that if you're already using an SSD as your system drive, ReadyBoost won't be available, since there would be no performance gain.)
ReadyBoost allows the system to make use of one of these speedy storage devices as a cache, improving overall performance of the system. The flash storage device that you choose to use for ReadyBoost should meet the following specifications set by Microsoft:
Capacity of at least 256 MB, with at least 64 kilobytes (KB) of free space
At least a 2.5 MB/sec throughput for 4-KB random reads
At least a 1.75 MB/sec throughput for 1MB random writes
Here's another nice feature: If Windows doesn't think ReadyBoost will provide a performance gain, it will tell you and won't let you enable it. In Figure E, you can see that I've opened the properties for a portable USB stick, which I've added to my Windows 7 system. However, Windows knows that the system disk is already fast enough, so ReadyBoost isn't available as an option. If you want to learn more about how to enable and configure ReadyBoost in your system, see Take a closer look at ReadyBoost features in Windows 7.
Figure E
ReadyBoost isn't needed for this system.
5 Ways to speed up your Windows XP

1. Cleanup and defrag
Yes, I know, the good old cleanup and defrag. But seriously, you can’t expect your computer to be fast if it’s cluttered with junk and has file fragments scattered all over the hard drive.
Windows XP has built-in disk cleaner and disk defragmenter. To access the Disk Cleanup tool, go to Start –> (All) Programs –> Accessories –> System Tools –> Disk Cleanup. And if you want to use the Disk Defragmenter, go to Start –> (All) Programs –> Accessories –> System Tools –> Disk Defragmenter.
However, a lot of people prefer using third-party defrag utilities, like Auslogics Disk Defrag or Piriform Defraggler, because the built-in XP one is pretty slow and doesn’t do a very thorough job.
2. Uninstall programs you never use

To see currently installed programs, go to Start –> Settings –> Control Panel –> double-click Add/Remove Programs. Review the list and uninstall programs you never use.
3. Optimize XP appearance settings
If speed is your top priority, it’s recommended to adjust XP appearance settings for best performance. Visual effects that we are so used to waste system resources. And if you think that it’s only the graphics card that has to deal with them, you’re wrong – CPU and RAM are affected as well.Luckily it’s very easy to optimize XP for best performance by turning off unneeded visual effects:
- Go to Start –> Settings –> Control Panel;
- In the Control Panel click System and go to the Advanced tab;
- In the Performance Options window select Adjust for best performance;
- Click OK and close the window.
This will turn off all visual effects, which is especially good for less powerful PCs and netbooks. But if you want Windows XP to look sleeker, leave the following boxes checked:
- Show shadows under menus;
- Show shadows under mouse pointer;
- Show translucent selection rectangle;
- Use drop shadows for icons labels on the desktop;
- Use visual styles on windows and buttons.
4. Speed up Windows Explorer

- Open Windows Explorer;
- Click on the Tools menu;
- Then click on Folder Options;
- Click on the View tab;
- Find Automatically search for network folders and printers check box and uncheck it;
- Click Apply, then click OK;
Reboot your computer.
5. Disable indexing
Indexing can be useful, but it can also make your computer slow and loud, as it takes up RAM and makes the hard drive thrash. The indexing service is used to update the lists of all files on your computer to speed up file search. Disabling indexing will make your search a bit slower, but overall it will speed up computer running XP. Here’s how:
- Go to Start –> Settings –> Control Panel;
- Double-click Add/Remove Programs;
- Click Add/Remove Windows Components;
- Uncheck Indexing Services;
- Click Next and then click Finish.
To gain an even better speed improvement, you should consider using third-party programs, like Auslogics BoostSpeed. The program allows you to easily tweak hundreds of hidden Windows setting, as well as perform crucial system maintenance tasks to speed up your computer.
How To Add Friends In Facebook Group With One Click
.jpg)
1. Go to Facebook.com
2 .Open the Group on which you want to add your friends.
3. Now if you are using Firefox press Ctrl + Shift + K and if you are on Chrome press Ctrl + Shift + J ( opere users: right click > Inspect Elements ).
5. Press ENTER on your keyboard and wait till it add's all your friends.
Thank you for visiting, for more tricks plz subscribe and like us on Facebook.