>

FB Shortcuts List: You never knew existed in Browsers

I know the fact that almost 90% of you are addicted to Facebook and If you are spending a lot of time on facebook then why not spend it more efficiently.So in this article I am going to give you a nice list of Facebooks shortcuts and this artilcle is meant only for facebook users.



Here is a comprehensive list of facebook Shortcuts for each browser.Learn these shortcuts and have a better experience with firefox

Google Chrome Facebook Shortcuts

Alt+1: View your News Feed

Alt+2: View your own Profile

Alt+3: View pop-up of friend requests

Alt+4: View pop-up of messages

Alt+5: View pop-up of notifications

Alt+6: View Account Settings

Alt+7: View Privacy Settings

Alt+8: View Facebook’s own profile

Alt+9: Read latest Terms of Service agreement.

Alt+?: Search

Alt+m: Compose a new message


If you are using Firefox browser then you also need to press SHIFT along with the above shortcut keys.

Firefox Facebook Shortcuts

Shift+Alt+1: View your News Feed

Shift+Alt+2: View your own Profile

Shift+Alt+3: View pop-up of friend requests

Shift+Alt+4: View pop-up of messages

Shift+Alt+5: View pop-up of notifications

Shift+Alt+6: View Account Settings

Shift+Alt+7: View Privacy Settings

Shift+Alt+8: View Facebook’s own profile

Shift+Alt+9: Read latest Terms of Service agreement.

Shift+Alt+0: Open Facebook Help Center

Shift+Alt+?: Search

Shift+Alt+m: Compose a new message

If you are using Internet Explorer then you you can use the Facebook shortcuts of Google chrome,but you have to press ENTER after each shortcut.

How to Block FB/Other Sites on your Computer

How To Block Facebook ?

Step 1: Go to Start > Programs > Accessories
Step 2: Then Right click on Notepad and Run it as administrator.
Step 3: Now open host file by clicking on File > Open and locate to following address

C:\WINDOWS\system32\drivers\etc

Step 4: Then just below

# 127.0.0.1 localhost

paste folowing code

# Blocking Facebook

127.0.0.1 login.facebook.com

127.0.0.1 http://www.facebook.com

127.0.0.1 apps.facebook.com

127.0.0.1 blog.facebook.com

Step 5: Now save the host file and done.

Step 6: Open any browser and try to open facebook. It won’t open. If facebook opens then you might have done somthing wrong. (let me know if you face any problem)


Blocking Other Website

If you want to block website other then facebook then change facebook address with whatever website you want to block. For example: to block google paste following code below # 127.0.0.1 localhost


# block google

127.0.0.1 http://www.google.com

How to change or use custom DNS Server Settings in Windows



How to change or use custom DNS Server Settings in Windows

Many times people face problems while accessing a particular website. It might be due to website server problem. But sometimes it might be a fault of your Internet service provider as their DNS server was not updated within time. That’s why its recommended to use external DNS instead of the DNS provided by your ISP. There are many DNS available to use like Google Public DNS, Open DNS, etc.

But changing DNS settings is not an easy task and requires some steps to follow. So today in this tutorial we are going to tell you how to use custom 3rd party DNS Server settings in Windows operating system.

This tutorial will work for all Windows versions. If you are also facing problems with your Internet connection speed and want to use custom DNS server settings, follow these simple steps:

STEP 1:
First of all we’ll need to open Network Connections window. We can open it in many ways:
Method 1.a: Right-click on Network icon present in Taskbar notification area and select “Open Network and Sharing Center” option.

It’ll open Network and Sharing Center window. Now click on “Change adapter settings” link given in left sidebar. It’ll open classic Network Connections window.

Method 1.b: You can directly open Network Connections window by using following command in RUN dialog box:

explorer shell:::{7007ACC7-3202-11D1-AAD2-00805FC1270E}

STEP 2:
Now select the connection/adapter you want to change DNS settings for, right-click on it and select Properties option.

STEP 3:
In connection properties window, underNetworking tab, scroll down and you’ll seeInternet Protocol Version 4 (TCP/IPv4)option.

Double-click on the option and it’ll open TCP/IPv4 properties window.

STEP 4: Now enable “Use the following DNS server addresses” option and type any of following DNS server values:

Google Public DNS:Preferred DNS server :8.8.8.8
Alternate DNS server : 8.8.4.4
OpenDNS:
Preferred DNS server : 208.67.222.222
Alternate DNS server : 208.67.220.220

That’s it. Apply the changes and it should immediately start working on your Internet connection.

PS: If you don’t notice any changes, you can try to clear DNS cache. Open Command Prompt as Administrator and then executeipconfig/flushdns command to clear DNS cache.