What is DNS and which Server do I choose?

February 16, 2012 by . 2 comments

Some have heard about DNS and perhaps once configured in a router without knowing what it is or how it works. Others might know it, but haven’t considered to use another DNS server than the one of their ISP. This is what I will go through in this blog post.

DNS simply stands for Domain Name System, which is a hierarchy of Name Servers that have the intent to translate host names into IP addresses on a global scale. A name server hosts and/or caches these translations. In the case where they are at least hosted, the name server is often called a “DNS Server”. If you gave the host name superuser.com to a DNS server, it would give you an IP back. In our case, that would be something like 64.34.119.12.

more »

Filed under Browsers, Networking, Utilities

What Browser are Super Users using and why?

February 13, 2012 by . 10 comments

Out of curiosity over a question I saw on Ask Different, I created a poll on web browsers for you. My main goal is to find out why people use one browser over another. Is it actually better, or do you just use it because it’s the default browser? The survey is for users of all OSes, including iOS and Android. We will come back in a couple of weeks to post the results from the survey.

Please feel free to take the survey multiple times if you regularly use multiple operating systems. You can visit my survey on Google Docs here.

You can take a look at the final results in this Google Docs spreadsheet.

WTFriday: http://2915189091

February 10, 2012 by . 7 comments

Have you ever heard of a link like http://2915189091? Don’t worry, not a shock site…

While this does not always work in every browser (eg. some versions of Firefox), it does work in most browsers like MSIE and Google Chrome. It really depends on the implementation of how the URL is parsed, Firefox seems to not go beyond our usual ways to type a URL.

This is all about how the URL is stored. Many of you know that you can also access Google through their IP, eg. http://173.194.65.99. Now let’s see how much data storage that IP requires. As one character is 1 byte for ASCII, it takes 13 bytes to store the IP address. Or with Unicode (UTF-16) you will need the double, 26 bytes. Another way to store the IP is by taking each number and storing that apart, resulting in unsigned octets from 0 to 255 which each take a single byte, so that totals out at 4 bytes.

more »

Filed under Uncategorized

Are you interested in writing Blog Posts?

February 9, 2012 by . 4 comments

The purpose of the Super User Community Blog is to highlight what you want to see.

We are always excited to bring new writers and editors to the Super User Community Blog; so, if you are interested in contributing, please let us know! There are various ways in which you can contribute — ranging from your own stories to product reviews, tips and beyond. Don’t be afraid that you don’t come up with an idea because we already have some ready for you, but you are always welcome to share your own ideas…

Writing a blog post is simple:

  1. Register at Trello and leave us a message in the Super User Blog Editor Room with your Trello user name, we’ll set up access for you so that you can see our ideas and share your progress. Consider bookmarking both links for your convenience.

  2. You can start writing your post while you wait, we can later import it from any format into the WordPress Dashboard. Keep us up to date on your progress, so we can give you access to our WordPress Dashboard after you have shown a first draft, as well as proof-read and schedule your final version.

  3. The Blog Editor Room and Trello are our main communication points about the blog, feel free to share your progress in either. Remember that we are here to help you…

  4. Have fun! Enjoy expressing yourself, as well as being part of the Super User Community.

From idea to draft to finished post.

Blog posts mainly develop out of ideas and questions, for some you might have to do some research. From that point on you can think up the different paragraphs you will write in a draft, then it’s a matter of writing and rewriting them. Just writing one paragraph after another might not cut it for some…

Add some nice pictures for those that are easily distracted, get at least two other editors to proof read the blog post and we’ll schedule it for you. Please note that we don’t publish blog posts immediately, but intend to spread out the posts such that we regularly have new content and they are published at an optimal time. We’ll do this for you.

Don’t have a fear of writing, you know you have been doing it before!

Filed under Super User

The Ideapad Y570

February 5, 2012 by . 5 comments

Lenovo Y570 – The Review

more »

Filed under Hardware, Reviews

My First PC Building Experience (Part 3)

January 27, 2012 by . 8 comments

Click here to read part 2.

Well, this is the final post in this 3-parter!

In the previous picture at the end of part 2, there are a couple of clearly visible mistakes in cabling that I didn’t notice at the time. I didn’t notice them because they weren’t the type of mistakes that cause breakage, but just were unnecessary. The first was that I used both Crossfire bridges with the graphics cards. Only one gets used between two cards anyway, so I was able to remove one of them (the second one is if was going to hook up a third graphics card). The second mistake was that I ran a PCI-e power cable to the motherboard’s PCI-e power connection. This power connection is useful if the PCI-e cards don’t have external power and aren’t getting enough power from the PCI-e rails as it is. But since my graphics cards do already draw external power,

more »

Filed under Hardware

My First PC Building Experience (Part 2)

January 23, 2012 by . 1 comments

Click here to read part 1.

So, at this point, I had a usable computer. Since I was pretty burned out by the hours I spent working on it already, I didn’t want to dive right back in and started using it a bit more. Besides, I didn’t know I wasn’t done yet (aside from knowing I was missing a multi-card reader, which I need). There was also the fact that the hard drive cage was laying out on the floor and it was somewhat annoying. But that was stuff I was willing to deal with in the short term, as I wanted to get working on setting up the software in my newly built PC. After using it for a few days and discussing the project with friends and coworkers, I started thinking about things I could do to improve it.

more »

Filed under Hardware

My First PC Building Experience (Part 1)

January 18, 2012 by . 4 comments

So, earlier this year I decided that I would build a PC for the first time. Previously, I had only done component upgrades on prebuilt computers. This got me familiar with working inside a computer case, but I never had built one from scratch, so I had to figure out what is involved with choosing components, matching things together to make sure everything is compatible, and what it’s like to do all the subsequent tweaking and troubleshooting when the inevitable problems arise.

more »

Filed under Hardware

Making the Ultimate All-In-One Installation Flash Drive

December 22, 2011 by . 3 comments

Super Users often find ourselves installing operating systems. Whether you run your own computer shop, manage an army of thousands of corporate workstations, or are just the tech-savvy friend everyone you know calls for help, you’ve probably had to install various flavors of Windows over and over again. Most of us have also spent a fair amount of time installing different Linux distros, running data recovery disks, and using various live CDs.

The problem that presents itself is managing all of the required disks. There are at least 6 common flavors of Windows 7 alone (Home Premium, Professional, and Ultimate for both x86 and x64, plus Enterprise for you corporate types). Add in various distros of Linux and you start to see why some computer techs carry around whole folders of CDs.

I’ve been aware of Pendrive Linux for a while, which lets you setup a flash drive with multiboot Linux software, and can add a single Windows installation. But what if you wanted to have a single flash drive with all versions of Windows 7, as well as all the standard Linux boot disks? It took some work, but I decided to do this and the final result is impressive.

more »

WWWhat’s in a Name?

December 15, 2011 by . 7 comments

A recent question asked:

What does wwws mean? Is it to do with Security?

I’ve seen a couple of sites that use wwws in their domain, for example: wwws.mint.com and wwws.whitehouse.gov. I’m sure it has something to do with an extra layer of security. What does it mean and what is it used for? Why do only a handful of sites use it?

more »

Filed under Browsers