Search

Ads

Friday, March 21, 2014

The Link between Pirated Software and Cyber security Breaches ,Unlicensed Software Usage Pakistan,




"The Link between Pirated Software and Cyber security Breaches"

How Malware in Pirated Software Is Costing the World Billions
A joint study by IDC and the National University of Singapore of the prevalence of malicious code, also known as malware, in pirated software and in new PCs purchased through traditional PC resellers.

Thursday, March 20, 2014

How to Configure Synergy on Linux to Share Keyboard and Mouse with Multiple Systems

How to Configure Synergy on Linux to Share Keyboard and Mouse with Multiple Systems

by Sanjay Kumar on March 19, 2014
Synergy is an open source network utility which can be used to share one keyboard and mouse with multiple systems.
Synergy utility works on client-server model.
The system whose keyboard and mouse you want to share, runs the synergy server service (synergys), and all the other systems runs the synergy client service (synergyc) to connect to server.
Synergy is a platform independent utility. Compiled version of synergy is available for various platforms including Windows, Linux, Mac OS X, Android and Apple iOS. You can download source code and compiled version from here.

Use the appropriate package management command to install Synergy on your system as shown below. For Windows, you can directly download executable and install it.
# For Mac OSX :
sudo port install synergy

# For Fedora, CentOs and RHEL :
sudo yum install synergy

# For Ubuntu, LinuxMint and Debian :
sudo apt-get install synergy

Example Synergy Configuration Setup

In my case, I have three systems mac-dev (OSX Maverick 10.9.1), nix-dev (Ubuntu), fed-dev (Fedora 20) which is connected in local network.
Synergy Keyboard Mouse
After installation, you need to define a configuration file to run synergy.
Configuration file has information about how these systems are connected in X,Y Plane. The synergy configuration file has the following sections:
  1. screens
  2. links
  3. aliases
  4. options
The default syntax of all sections is shown below. Just replace the name to one of the above section name.
section: name
arguments
end

Screens Section

Screens section will specify how many systems are going to connect through synergy service.
In screens section, either you can use either ip address or hostname of the systems.
Following is my configuration file for screens section. Here I’ve used two hostname and one ip-address (for fed-dev system).
section: screens
10.112.10.27:
nix-dev:
mac-dev:
end

Links Section

Links section will specify how these systems are going to connect in X,Y Plane.
There are four options such as left, right, down and up to connect screens to each other. Before writing link section, keep the system on which you want to run synergy server service ( it means you want to use keyboard and mouse of the system in all systems which are connected across local network.
In my setup, I want to use nix-dev systems keyboard and mouse in mac-dev, and fed-dev. So, I kept nix-dev in center and mac-dev of left of nix-dev and fed-dev is right of the nix-dev. In links section, you can write any screen first or last, it doesn’t matter.
section: links
nix-dev:
left = mac-dev
right = 10.112.10.27
mac-dev:
right = nix-dev
10.112.10.27:
left=nix-dev
end

Aliases Section

In aliases section, you could write alias for domain name to use short name in screens and links sections.
section: aliases
nix-dev:
nix-dev.thegeekstuff.com
mac-dev:
mac-dev.thegeekstuff.com
end

Options Section

In options section, there are list of arguments which can be use to modify uses of synergy service in configuration. You can get full list of options from synergy website.
section: options
keystroke(alt+left) = switchInDirection(left)
end

Start Synergy Service

For minimum configuration, you need atleast two options such as screens and links.
In the system which has keyboard and mouse, you need to start synergy server service as shown below, which will wait for all client to connect according to configuration file.
synergys -f -c mysynergy.conf
-f flags : To run synergy server service in foreground, by default it runs in the background
-c flags : to pass configuration file to synergy server service

For other connected systems, start synergy client service with server hostname or server ip address on which synergy server service is running as shown below.
synergyc -f nix-dev

or

synergyc -f 10.112.10.26
-f flags : to run synergy server service in foreground

Debugging Synergy Issues

The following “failed to connect to server” is a common synergy service error message.
WARNING: failed to connect to server:
NOTE: connecting to ’nix-dev’: 10.112.10.26:24800
In most case, the above error message is because of the firewall not allowing the client to talk to the server. Modify the iptables rules accordingly to allow port 24800.
If you have’ve installed different version of synergy client and server, you might get the following message. In this case, make sure to install the same version on both server and all the clients.
WARNING: failed to connect to server: incompatible client 1.4
NOTE: connecting to ’nix-dev’: 10.112.10.26:24800

Linux Sysadmin Course Linux provides several powerful administrative tools and utilities which will help you to manage your systems effectively. If you don’t know what these tools are and how to use them, you could be spending lot of time trying to perform even the basic administrative tasks. The focus of this course is to help you understand system administration tools, which will help you to become an effective Linux system administrator.
Get the Linux Sysadmin Course Now!

Friday, March 14, 2014

How to Use the Super Fast i3 Tiling Window Manager on Linux


How to Use the Super Fast i3 Tiling Window Manager on Linux

How to work faster and smarter on Linux with the super fast i3 tiling window manager. 

I've been a fan of tiling window managers ever since Windows 3.1. I know, Windows 3.1 wasn't very good for much actual work, but it did stacking and tiling windows rather nicely. The i3 tiling window manager is a nice modern tiling window manager for GNU/Linux and BSD operating systems. It supports tiling, stacking, tabs, virtual desktops, and multiple monitors. You can do almost everything from the keyboard, or mix up keyboard and mouse.
The i3 tiling window manager desktop
Figure 1: The i3 tiling window manager desktop.

You can download source tarballs or snag the latest code from the i3 git repository, but the easiest method is to install it from your distro repositories. On Debian/Ubuntu you have the i3 metapackage, and the individual i3-wm (window manager), i3-wm-dbg (debugging symbols), i3lock (screenlocker), and i3status (system status bar) packages. The i3 metapackage includes everything except i3-wm-dbg. The full-meal deal is a little over 2 megabytes, so you might as well go for it. In Figure 1 you can see that I have two virtual desktops, the status bar, and three windows arranged nicely. They're not perfectly tiled because I rearranged them a bit: i3 is not dogmatic about tiling geometry and lets you have it your way.

Installation and First Tweaks

Install i3, then log out. When you log back in change your session to i3. On its first run it walks you through a simple configuration wizard. First you must decide if you want the wizard to create a ~/i3/config file. Say yes. Then choose your mod (modifier) key, either the Win or Alt key. If you choose the Alt key you're going to conflict with a lot of application keybindings and commands, so choose Win. This is really the Super_L key, but on many keyboards it bears the Windows logo. (Liberate your keyboard! Buy Tux keyboard stickers!)
Now you should be gazing upon a mostly blank screen. You should see a little tiny 1 in the bottom left corner, which is the first virtual desktop, and the system status bar along the bottom right. The background image is whatever has been set for your X11 root window. I'm running Kubuntu, so my base background image is the one set by the KDE4 theme. i3 does not touch the X11 root window, so you need an external app to set a background image. feh is a nice little app for this. Install feh, and then open ~/i3/config and configure a background image by adding a line like this anywhere in the file:
exec --no-startup-id feh --bg-scale /path/to/picture
--no-startup-id disables the startup notification so you don't have an hourglass in your way for 60 seconds. --bg-scale makes your image fill the screen, and does not preserve the aspect ratio. See man feh for other background image settings.
How do you do all this? $mod+Return opens your default X 
terminal. $mod+d opens the system menu, dmenu (figure 2). Start typing the application name, for example kate or gedit to bring up a graphical text editor, and when it's highlighted in blue press the Return key to open it. dmenu shows you all the command names that include the string you're typing. It only finds commands that are in your $PATH. If you change your mind press the Esc key to close it. You can't do anything else while dmenu is open.

fig-2 dmenu
Figure 2: The i3 system menu, dmenu.

For most ~/i3/config changes, press $mod+Shift+c to reload the file and activate changes. If that doesn't work then $mod+Shift+r restarts i3, preserving your layout and open applications. To load your new background image you need to log out of i3 and log back in. $mod+Shift+e exits i3, and then you log back in the usual way with your Linux login manager.

Set Default X terminal

If $mod+Return doesn't open the correct X terminal, then change this line in ~/i3/config:
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
Replace i3-sensible-terminal with your chosen terminal, for example konsole or gnome-terminal, and reload ~/i3/config.

Basic Layout Management

Every time you open an application it fills the available space. Apps are either lined up side-by-side, or stacked on top of each other. To duplicate figure 1, open an application in an empty desktop. Then open a second app. Then make the second app the active window by hovering the cursor over it. There are also multiple keyboard combinations for selecting the focus window, such as $mod+arrow key. Press $mod+v, then open your third app. $mod+v stacks, and $mod+h lines them up side-by-side.
Use your app menus to close them, or $mod+Shift+q closes the window with focus.
You can move your windows around with $mod+Shift+arrow key. Resize them by dragging a border with the cursor, or enter resize mode with $mod+r, and then resize the window with focus with the arrow keys. Leave resize mode by pressing the Esc key.
$mod+f toggles fullscreen. $mod+Shift+n moves the window with focus to desktop n. $mod+Shift+spacebar toggles a floating screen. This removes it from the tiles, and you can drag it around and resize it like in a non-tiling window manager.
$mod+e toggles horizontal and vertical layout, $mod+s stacks open windows, and $mod+w tabs them.
Open a second virtual desktop with $mod+2. i3 closes virtual desktops automatically when you close all the applications on them. $mod+n navigates to an existing virtual desktop, or creates a new one. You don't have to number them sequentially, but can use any numbers you want.

Configuration Hacks

Look in your ~/i3/config file to see your keybindings, and the Default Keybindings section of the user manual shows you the i3 defaults. You can easily create keyboard shortcuts to launch applications, like this:
bindsym $mod+F1 exec firefox
I like to bind PulseAudio volume controls to the keyboard. I have multiple soundcards, so first I have to locate the correct one. You need some audio playing for this to work:
$ pactl list sinks | grep -A2 -B2 -i running
Sink #1
 State: RUNNING
 Name: alsa_output.usb-M_Audio_MobilePre-00-MobilePre.analog-stereo
 Description: M-Audio MobilePre Analog Stereo
These lines in ~/i3/config let me control up and down volume with the Pageup/Pagedown keys, and toggle mute with the Home key:
bindsym $mod+Next exec pactl set-sink-volume 1 -- -10%
bindsym $mod+Prior exec pactl set-sink-volume 1 -- +10%
bindsym $mod+Home exec pactl set-sink-mute 1 -- toggle
Keynames are not always consistent on keyboards, so you can find the correct keynames with the xev command. Run it with no options, and then press keys to see their names and keycodes. That's how I learned to use Next and Prior for Pagedown and Pageup:
$ xev
[...]
KeyPress event, serial 32, synthetic NO, window 0x2c00001,
    root 0xa0, subw 0x0, time 24296185, (651,87), root:(1615,816),
    state 0x0, keycode 112 (keysym 0xff55, Prior), same_screen YES
[...]
KeyPress event, serial 32, synthetic NO, window 0x3a00001,
    root 0xa0, subw 0x0, time 25458177, (247,105), root:(1211,834),
    state 0x0, keycode 117 (keysym 0xff56, Next), same_screen YES,
i3 is wonderfully configurable. See man xevman pactl, and the excellent and thorough i3 documentation to learn more about the myriad ways to customize i3 and make it super-fast and efficient.

Thursday, March 13, 2014

How To Transform And Promote Your Blog Like A Superstar

How To Transform And Promote Your Blog Like A Superstar


How To Promote Your Blog When you create a professional blog (or business blog), you kick the door open to one of the best ways to make money online.
Pro bloggers know that a blog which has been correctly set up and maintained can provide a passive income for years to come.
With a professional blog, you can quit your day job and support yourself and your family, all the while wearing bunny slippers to work.
People who use my free 60 minute consulting service ask me this question all the time:

How do I transform my amateur blog into a business blog?
A professional blog makes money and an amateur blog doesn’t. Not only does the successful professional blog have these three qualities, but that blogger has also learned how to promote that blog to the right people.
The key to learning how to make money blogging rests in treating your blog like a business. And, if you want to turn your amateur blog into a pro business blog making a six figure income here are the qualities that your blog needs to have:

Your First Step: Sell Something
Professional blogs make serious money by having a product, service, or advertising in place. In other words, they have established at least one income stream on the blog itself.
Most professional blogs, including some of the high end news sites, have at least one income stream in place.
These income streams are:
• Advertising Network
• Products Created By The Blogger
• Affiliate Products Not Created by the Blogger
• A service or application

Advertising networks are great for those who already have traffic coming into the site. This is one of the reasons that you need to learn how to promote your site.
The heavy hitting news sites usually use advertising as their method of choice because the level of work that they have to do is simple. Once the ad blocks have been set up, all they have to do is attract more people to the site.

Advertising or Affiliates? What’s the Best Way to Make Money Blogging?
When you first start out with taking your blog to the professional level, there’s a serious chance that you won’t have the traffic to make the advertising on your site worthwhile.
Don’t get me wrong, set it up on your site (and remember not to make it too spammy), but don’t count on it to bring you thousands and thousands of dollars.
For the real money, you want to take the time to learn how to promote affiliate products. The time investment is more than merely setting up ad blocks on your site, but the return can be 10-100x more than what you would make through advertising alone.
One of those top-notch affiliate products that I promote, for example, is James Martell’s 5 Secrets To Affiliate Marketing which not only teaches you how to promote his products, but how to promote any product and make the mega bucks.

Your Second Step: Lead Capture
Everybody who visits your site is considered a lead for your products and services. The people who are enjoying your work are, by extension, more likely to purchase your products and services. One of the best ways that you can sell to those people is through a newsletter.
Give them great information that is jam-packed with your wisdom, and they will be eager to purchase products from you. When the professionals say that the money is in the list, they are not kidding.
To capture your visitors’ information, you need two things:
• A way to capture your followers’ email addresses
• A way to send email to those followers once they give you information.

The best lead capturing system that I’ve found (and I’ve been through a lot of them) is Leadpages. With it, you can easily set up professional landing pages and lead capturing offers in a matter of minutes.
I am able to manage the leads that I get from Leadpages with GetResponse. One of the reasons that an amateur blog will stay amateur (read: not making money from blogging) is that they haven’t mastered the pro secret of automating lead capturing.
You want to watch the free videos I made on how to create 6 figures blogging which cover 3 insider secrets to turning pro with your blog, there is a lot of valuable information in it.

Your Third Step: Connect It Together
I’m assuming that you’re transforming your current blog into a pro blog instead of starting your blog from scratch. A lot of the pro bloggers don’t talk about this, but one of the big differences between an amateur blog and a pro blog is the number of connections between the current posts and previous posts, and between your posts and all your offers.
A friend of mine once described this as the Wikipedia approach. It’s difficult to reach the end of a Wikipedia article without clicking on something else along the way.
Each blog post and article is like a piece of the puzzle that further entices readers into trusting you. In a lot of amateur blogs, readers are generally treated to a lot of ‘single serving’ posts that don’t fit into the greater whole.
When you decide to run your blog like a business, read all of the posts that you have up on your site. This will help you out with a few things:
• Make connections from one blog post to the next
• Tighten the writing on your blog posts
• Help you make the decision on which ones stay and which ones go

One thing that will immensely help your new readers is to have a ‘start here’ document. This document gives an outline of the types of things that they should expect on your site and gives links to some of the pillar content that you’ve created.
These three steps cover the basics in turning your amateur blog into a professional one. I’ve written out more detailed information about how to make money blogging in the Profit Blogging Blueprint. That book is packed with valuable information on how to monetize and make money with your blog.
There are three steps to transforming your amateur blog into a professional one: sell something, capture leads, and connect it all together.
When I discovered how to make a six-figure income blogging, I discovered another piece to the puzzle. To make the serious money, not only do you have to know how to set it up, but you have to know how to promote your blog. You have to talk about it with your friends, your neighbors, and your target audience.

How to Promote Your Blog: The Foundation
When you run a professional blog, every piece of content that you write, whether it be a blog post, a video, or a paid product, should enrich the readers of your blog. When you make the decision to transform your amateur blog into a professional blog you make the decision to stop writing all about you.

The ONE Secret about Promoting Your Blog You Need to Know
No matter what audience that you’re catering to, the sound of their own voice is the most pleasant sound that they can hear. Your audience wants to be validated. Your audience wants to be talked about. Your audience wants to be told that they have great ideas.
I reveal more secrets to cracking the moneyblogging code in this free video series.
Your blog needs to talk less about you and more about your audience’s desires.
How does that play into promoting your blog? If you’ve got a new business blog, one of the best things that you can do is design your articles and your blog posts so that they talk about people within your target demographic.
This might include talking about their blog posts and articles, designing a top ten list, or deciding that you want to do a roundup of some of the best posts that you’ve read.
The reason doing this is that it draws the attention of other people’s audiences. When someone connects with a blogger and reads them regularly, they will want to know what other people are saying about them.
It’s common to see blogger cliques develop over time, as people regularly share ideas with each other.
When you post your newest post that mentions someone, send an email to the person that you mentioned in the post. Just a simple one, saying that you’ve mentioned them. If you’ve linked to their post from yours, they get a notification about it, but it’s courtesy to let others know.
If the people whom you’ve mentioned like what you have to offer, they will talk about you in their posts – at least to say that you had mentioned them.
If you’ve created content that caters to your audience, mentions your audience by name, and validates the concerns of your audience, that content is now tailor-made to be talked about on Facebook, Twitter, and the other social media outlets.
So, it’s time to talk about the people that you know, the blogs that you read, and all of the good things that other people are doing.
This technique opens the doors for your blog, paving the way for great connections and the explosion of your follower counts.
 
Your Turn
What is your biggest frustration when it comes to making money with your blog ? Getting traffic alone doesn’t make you money, there are other important components like lead capturing and creating a high converting income funnel which will really turn your amateur blog to a profitable professional blog.
I’d like to hear from you, please leave your questions and feedbacks in the comment section below.

Friday, March 7, 2014

How To Sell Effectively Through Your Blog

How To Sell Effectively Through Your Blog

Selling From Your Blog What comes to your mind when you think about leveraging your online opportunities and monetizing them? I bet your thoughts swing to large corporations like Facebook, eBay, Google, Amazon and other online ‘big deals’. Of course you’d love to make a fortune too and build an equally big business brand.
So, what’s the secret? What can you do to join the likes of Jeff Bezos and Pierre Omidyar?
The primary secrets is………wait for it…..START SMALL! Yeah, I know it sounds cliché but that’s the deal. A business doesn’t grow overnight. Building a business brand significantly depends on your respective strategies as you take the first steps.
There are many ways of kick-starting an idea. The approach you take is largely dependent on your idea and the respective business goals. If you are dealing with products for instance, a perfect place to start would be building a marketplace for prospects through a blog.
A blog is not only inexpensive to start and run, but also very effective in engaging with your customers. How you run and operate the business through the blog dictates your subsequent entrepreneurial success.
Of course most people already understand what it takes to run a blog. The problem comes in on the business part. How do you run a business dependent on the blog? How will you be able to sell to your prospects through the blog?
A single sale once a blue moon will not take you anywhere. You need to take charge of your blog and understand how you can trigger an exponential growth in sales. Here are tips on how you can achieve this:

Market Your Blog
Many entrepreneurs and solopreneurs make the mistake of kick-starting their businesses aggressively by going straight into marketing their products. Of course this strategy will help you make some sales, but only a few.
To understand why, you need to first comprehend the lead conversion process. Any person you want to sell to qualifies as a lead. To sell to him, you have to successfully convert him into a paying customer. That’s the hardest part of business.
That’s what sales people and marketers always struggle to achieve. The quicker the conversion process, the faster you’ll make the sale and subsequently the larger the prospective profit margin in your business.
Now let’s go back to determining why beginning by marketing your products won’t be very effective. The prospects you’ll be marketing to will be cold leads. Converting a cold lead straight into a paying customer is much more complicated than dealing with warm prospects. That’s where your blog comes in.
A blog will help you convert your cold prospects into warm leads first before making them customers. A better strategy therefore, is marketing your blog and once your leads step in, you use it to convert them into customers.
For this, you could use SEO and social media to promote your blog posts and drive traffic into them. The more the traffic, the higher you stand making from your blog.

Engage Your Customers
Don’t turn your blog into a jungle of sales pitches, testimonials and money-back guarantees. Only a really desperate customer would have the time of scrolling through the sales pitches before buying your product.
To sell, you need to perfectly establish yourself in your niche by consistently engaging your customers. Use your blog to tell stories that would attract them. For instance, if you are dealing in baby products, you should consider publishing blog posts that discuss things like “How To Detect Ailments on Your Baby Before It’s Too Late”. Such a post would attract parents particularly because they are protective of their babies.
A good way of selling to such an audience is engaging them before mentioning your product as you conclude your advice. Do not direct your visitors to other sales pages within your blog. If you want to sell more, you have to do it straight from the main page they visit. That’s why you should consider leveraging simple ecommerce tools like Selz. It’s embedded in your WordPress or Blogger blog to allow you to conveniently and securely sell your products to your visitors after engaging them.

Use A Purchase Funnel System
Just as we’ve discussed earlier, a visitor to your blog is only a cold prospect. He’s therefore not ready to buy. It’s only after engaging him that you turn him into a warm prospect who’s way easier to convert into a paying customer.
As you engage the visitors, you need to additionally use a purchase funnel to strategically convert the warm prospects into paying customers through stages. For instance, you could ask your visitors to subscribe to your mailing lists after reading your posts for additional engagement. This is a very effective strategy to convert the prospects who still don’t buy after reading the posts.
As you engage with them through their emails, you’ll gradually funnel them and subsequently convert some into paying customers.

Link Your Blog Contextually
Most of your visitors will be internet surfers, most of whom don’t have the time to keep searching through your blog. If your products are scattered on different pages, be sure that your prospects will not take it upon themselves to search and access those pages. It’s up to you to direct them appropriately.
The best way to do this is through linking. But be very careful with this. Linking is not just about posting links anywhere within your blog posts. They have to be contextually linked. For instance, a product should only be linked to the keywords which relate to it. That’s how you’ll direct the traffic accordingly to make good sales from your blog.
If you have successfully used other strategies to boost sales through your blog, feel free to drop in comments and share with us. We’d love to know what’s helping you stay at the top of your game.
Author Byline: Davis Porter is an extensively experienced internet marketing specialist and web writer. For any writing and/or marketing jobs, get in touch with him through davisporter15@gmail.com .

A beginners guide to Understanding OpenStack: introductions, overviews, and architecture

A collection of videos that include introductions to OpenStack and deep dives into the architecture and...

A beginners guide to understanding OpenStack

desire path

The more I learn about OpenStack, the more I see why there is so much buzz about the technology as well as about the community of developers and users. In a poll hosted on Opensource.com, we discovered that many of our readers are curious and eager to learn more about OpenStack. For those new to this technology, OpenStack can be described as a set of software tools for building and managing cloud computing platforms for public and private clouds.
Opensource.com has started gathering resources to help our readers learn what OpenStack is and what it can do:
  1. What is OpenStack?
    For an overview, see our What is OpenStack? page or visit openstack.org.
  2. OpenStack contributions and community
    See Rich Bowen's article: How to contribute to OpenStack.
  3. OpenStack technology and more
    For a deeper dive into the technology (like, the components that make OpenStack scalable) and more on the OpenStack Foundation, begin your discovery with these videos that we recommend.

Recommended videos

Introduction to OpenStack with Sandy Walsh from Rackspace

This is a 30 minute video that is one the best videos I've come across that can help introduce OpenStack to someone completely new to the project. The talk is not too technical and gives a broad overview of the project and the architecture. Walsh talks about what OpenStack is, what it is not, how the project got started, some of the core projects, and he outlines the architecture and scalability of OpenStack.


Overview of OpenStack and the OpenStack Foundation with Mark Collier

This is a 35 minute video with Mark Collier, COO of the OpenStack Foundation, where he gives an overview of OpenStack and goes into details about the community and the OpenStack Foundation.


OpenStack 101 with Joshua McKenty from Piston Cloud Computing

This is a 40 minute video that covers the history of OpenStack, an overview of the project (including debunks), provides a technical overview of each of the component, and covers the project governance. McKenty was part of the original OpenStack release and was the architect and team lead at NASA that build the Nova volume, network, and compute components prior to OpenStack.


OpenStack Basics with Brian Gracely from Cisco

This is a 10 minute video that is very technical. It compares OpenStack to the existing cloud infrastructure and maps out what many technologist are familiar with to the OpenStack architecture.


OpenStack Architecture with Russell Bryant from Red Hat

This is a 45 minute video that is a technical deep dive into the OpenStack architecture. Bryant details each of the core projects:
  • Identity (Keystone)
  • Dashboard (Horizon)
  • Orchestration (Heat)
  • Metering (Celiometer)
  • Object stroage (Swift)
  • Image service (Glance)
  • Networking (Quantum now Neutron)
  • Compute (Nova)

Fortinet Blog | News and Threat Research Myths about DDoS Real Time Network Protection

Real Time Network Protection

Myths about DDoS

Last month we explored the History of Distributed Denial of Service (DDoS) Attacks and how they have developed over time. DDoS attacks are one of the most fundamental and their use in disrupting services online has been unabated since the early 1970’s. That being said, DDoS attacks are still one of the top threats to networks the world over, constantly adapting to new standards of protection and security.
There are many different flavors of DDoS attack and almost as many misconceptions.

Myth 1: It only happens to the other guy

Most network and security operations engineers usually only hear about DDoS attacks happening to other organizations. They think that they don’t have enemies or have any other reason to be the target of an attack. In reality, their perceptions of risk factors and susceptibility are often misplaced as by simply having a web presence makes them a target, even if by mistake.

Myth 2: Server DDoS protections have me covered

Many engineers think that they can custom compile kernel code, set some options in Apache, install “mod_dosevasive” and use “iptables” and their DDoS attacks problems are taken care of. In reality, most servers do not have the capacity to handle DDoS attacks. Under most average sized DDoS attacks, the server CPUs will be too overloaded to give the Apache modules or Linux commands a chance to mitigate the event.

Myth 3: My ISP takes care of DDoS attacks for me

Many ISPs and hosting companies are happy to null-route an attacked IP domain to solve the problem of DDoS attacks. This works for many basic ones, however smaller layer 7 attacks easily bypass their protections and they pass along these application-level threats to your network. Unless your ISP advertises an advanced DDoS mitigation service, you can assume you’re not completely protected. Some also mistakenly believe their ISP will help them get to the root of the attack. Most ISPs are too busy and they have strict and bureaucratic processes to reach each other. Typical response times from ISPs are in days and weeks if you want to rely on them to help determine the sources of DDoS attacks.

Myth 4: It’s against the law. Call the police!

Yes, DDoS attacks are illegal however most law enforcement agencies will only pursue large attacks (10 Gbps and up) on large companies or institutions like banks, government agencies and major international corporations. Most likely they’ll politely tell you that you’re going to need to work with your ISP or a private investigator.

Myth 5: My routers and switches protect me from DDoS attacks

Even though your networking hardware may have access control lists (ACLs) that can block DDoS threats, the attackers can adapt quickly. The average hacker can easily get around your ACLs within minutes with a little determination.

Myth 6: A dedicated DDoS appliance will just get flooded too

Many wonder if there is any point in buying specialized DDoS appliances. Without DDoS mitigation equipment, your servers will be thoroughly exposed even to ordinary attacks. Newer devices on the market provide capacities of over 20 Gbps of throughput that can be overprovisioned to protect you from larger attacks. Combined with ISP DDoS protections you get a solution for bulk and sophisticated layer 7 attacks.

The Flavors of DDoS: