Friday, 22 November 2013

Update Facebook Status Using Email





If you can’t access Facebook then still there is option for you to update Facebook Status.  Login to Facebook account and from account settings, click on Mobile tab from left sidebar. You will find a unique email address that will be used to update Facebook status using Email.


Using your favorite email client, send an email to that email address with Subject as the text you want to appear in Facebook Status. After sending email, see your Facebook profile with new status update.

If you attach a photo with email and send it to your Post by email address, then it will be uploaded to your Facebook timeline with description as the title of your email.

Automatically Logon To Windows 7




1. Click on Start and then enter the following command in the search box:
2. netplwiz
Press the ENTER key.
This command will load the Advanced User Accounts Control Panel applet.
3. In the Users tab, uncheck the box next to Users must enter a user name and password to use this computer.
4. Click on the Apply button at the bottom of theUser Accounts window.
5. When the Automatically Log On dialog box appears, enter the user name you wish to automatically login to Windows 7 with. Then enter your account password in the two fields where it’s asked.
Click the OK button.
6. Click OK on the User Accounts window to complete the process.
From now on, when your PC starts up, Windows 7 will log on automatically.

Wednesday, 20 November 2013

Create Folders And Files With NO Name



This trick will allow you to create files and folders without any name. Just follow the following steps:
1.Select any file or folder.
2.Right click on it, press rename or simply press F2.
3.Now, type Alt+0160 from the numpad.
Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don't type the numbers which are present on top of the character keys.
4.Press Enter and the nameless file or folder will be created.

If you want to create another nameless file or folder in the same directory, you will have to repeat the above 3rd step twice. Just follow these steps below:
1.Select file, press F2.
2.Now, type Alt+0160 from the numpad.
3.Release the alt key. Now, again type Alt+0160 from the numpad.
4.Press enter and you will have second nameless file in the same directory.
5.Repeat step 3 to create as many nameless files or folders in the same directory.

How to Block A Website On Your Computer




Login with Admin
Open My Computer/Computer
Navigate to your Operating system drive (Usually C drive)
Now go to Windows –>System32–>drivers–>etc
Here you will see your Hosts file.Open this file in notepad.
Now move to the last line in this file and add the address of the website to be blocked prefixed by 127.0.0.1
Example
127.0.0.1 www.facebook.com

lets enjoy...... 

Sunday, 22 September 2013

format pen-drive using command prompt





Follow This Steps
  1. First of all you have the drive letter please open my computer and note the drive letter (Example:- I have to format a pen drive whose letter is : H )
  2. search command prompt by typing cmd in windows search right click run as administrator
  3. Now type format H: (here my drive is H change it accordingly)
  4. Now Hit Enter Twice.
  5. Now your drive start formatting.
  6. After some It will ask you to enter the drive letter which you have been formatting.Type H (here my drive is H as you seen before so change it accordingly)
  7. When it say format complete then it means that you format your drive using command prompt without any error.

Increase the speed of Firefox


If you have a broadband Internet connection and use Firefox you can decrease the time each web page you visit loads by enabling pipelining. Pipelining will make Firefox load more than one request at a time for each page it loads. In other words if the page you are visiting has dozens of images it will load more than one image at a time, making the web page appear faster. Follow the below steps to enable pipelining in Firefox.
  1. In the address bar type about:config and press enter.
  2. In pipelining in the search box, as shown below.
  3. Double-click network.http.pipelining to set the Value to true.
  4. Double-click network.http.proxy.pipelining to set the Value to true.
  5. Make sure network.http.pipelining.maxrequests is set to a value of more than 30.
  6. Right-click in an empty portion of the about:config window and click New and then Integer. Enter nglayout.initialpaint.delay as the name of the integer and for the value make it 0.

Use a picture password to log into your computer

Windows 8 includes a new feature called Picture password, which allows you to authenticate with the computer using a series of gestures that include circles, straight lines, and taps. Enable this feature if you want a new way to access your computer or have a hard time with passwords.
  1. Open the Windows Charms.
  2. Click Settings and then More PC settings
  3. In the PC settings window click Users and then select Create a picture password

Windows 8 keyboard shortcuts



Knowing at least some of the Windows 8 keyboard shortcuts will make your Windows 8 experience much more enjoyable. Try to memorize these top Windows 8 shortcut keys.
  • Press the Windows key to open the Start screen or switch to the Desktop (if open).
  • Press the Windows key + D will open the Windows Desktop.
  • Press the Windows key + . to pin and unpin Windows apps on the side of the screen.
  • Press the Windows key + X to open the power user menu, which gives you access to many of the features most power users would want (e.g. Device Manager and Command Prompt).
  • Press the Windows key + C to open the Charms.
  • Press the Windows key + I to open the Settings, which is the same Settings found in Charms.
  • Press and hold the Windows key + Tab to show open apps.
  • Press the Windows key + Print screen to create a screen shot, which is automatically saved into your My Pictures folder.

importance of linux



Why Hackers and Programmers choose
Linux instead of Windows
and Mac?

-Linux is advanced High Level OS.

-Comfortable for Hackers and others.

-24/7 always virus free.

-Greatest OS for Programmers to develop Soft.

-Always free.

-All OS born from Linux only.

-Linux contain all types of Programming Lan and Hacking tools.

-Linux is the No. 1 for Server and Client Scripting.

-Windows is Base and Linux is Race.

-Linux have high developed Programmed.

-Linux is the open source OS.

-Google Web Server (GWS) — Custom Linux-based Web server that Google uses for its online services.

-Novell in 2006 migrate from Windows to Linux.

-IBM Supports Linux 100%.

-Amazon.com is said to "use Linux in nearly every corner of its business.

-Cisco Systems, the computer networking and routing giant, switched to Linux.

CHAT WITH FRIENDS THROUGH MS DOS COMMAND PROMPT




1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".

4) Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt and press Enter.

6) You would then see something like this:

7) Now, type the IP Address of the computer you want to contact and press enter You will see something like this:

Now all you need to do is type your message
and press Enter.
Start Chatting.......!

Wednesday, 18 September 2013

Remove Shortcut from Pen Drive..





Click on “Start” –>Run –> type cmd and click on OK.
Here I assume your pen drive letter as G:
Enter this command.
attrib -h -r -s /s /d g:\*.*
You can copy the above command –> Right-click in the Command Prompt and paste it.
Note: Don’t forget to replace the letter g with your pen drive letter.
Now press “Enter”.
Now check for your files and folder in Pen Drive.