Tuesday, 19 November 2013
Saturday, 2 November 2013
Simple Trick To Convert A Webpage To PDF File
In this post i will teach a simple trick or browser feature that let you convert any web page into PSD file format, which might help you to read your favourite articles offline. So lets get started.
How To Save Web Page To PDF File ?
1. Open the Google Chrome Browser on your PC or MAC
2. Then go to the web page that you want to convert as a PDF.
3. Now press Ctrl+P on Windows PC or Command+P if you are on a Mac to Open the the Print dialog on Chrome Browser.
4. Now Change the destination to �Save As PDF� and hit the save button.
5. The current web page will instantly be downloaded as a PDF document.
More Cool Tricks
Wednesday, 18 September 2013
How To View Facebook Private Profile Photo In Large Size ?
Sometime you want to see clear image of someone on facebook who might not be your friend but his/her privacy setting stop you from doing this. In this tutorial i will teach you to view facebook private or locked profile picture in large size with very simple trick.
2. Right click on the profile picture and click on Copy Image Url as shown in image below.
3. Open that image in new tab by right clicking and selecting Paste (CTRL + V)
4. Now change the value of image size highlighted below which might be s160x160 to s720x720 (If its not clear try (s320x320)
5. The image will enlarge in size. This trick does not always work.
How To View Facebook Locked Profile Picture ?
1. Open the facebook profile of person whose profile picture is locked or is set to private.2. Right click on the profile picture and click on Copy Image Url as shown in image below.
3. Open that image in new tab by right clicking and selecting Paste (CTRL + V)
4. Now change the value of image size highlighted below which might be s160x160 to s720x720 (If its not clear try (s320x320)
5. The image will enlarge in size. This trick does not always work.
More Facebook Tricks And Tips
Monday, 12 August 2013
New Awesome Youtube Missile Game Trick
I had previously share cool youtube tricks like watching 18+ youtube videos without signing in or Downloading youtube videos without any software. Today i will share an amazing trick that i came across we will call it youtube missile trick. Since google is celebrating geek week it introduced this trick.
2. Pause the videol
3. Now type 1980 and see the magic
Once you start this game missile will start coming from the top. The job of missile is to destroy the video. You can protect the video by firing back using your mouse.
How To Do ?
1. Open youtube and click on any video you would like to play2. Pause the videol
3. Now type 1980 and see the magic
Once you start this game missile will start coming from the top. The job of missile is to destroy the video. You can protect the video by firing back using your mouse.
More Youtube Tricks
Wednesday, 24 July 2013
Create A Undeletable And Unrenamable Folders In Windows
In this tutorial you will learn cool and simple trick to Create an undeletable and unrenamable Folders In Windows operating system. Most of the Peoples are not aware that it is possible to create Undeletable, Unrenamable folder in windows without any software. To Test this concept just follow simple steps given below.
Try to make a new folder in windows & give it name con,aux, lpt1, lpt2, lpt3 up to lpt9. you won't be allowed to create folder with above mentioned names, Because they are reserved words in windows.
How To Create Undeletable And Unrenamable Folders ?
- Go to Start and then Click on Run
- Type cmd & hit enter (To open Command Prompt ).
- Remember you cannot create Undeletable & unrenamable folder in your root directory (i.e. where the windows is installed) That means you can't make this kind of folder in C: drive if you installed windows on C:
- Type D: or E: and hit enter
- Type md con\ and hit enter (md - make directory)
- You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.
- Open that directory, you will see the folder created of name con.
- Try to delete that folder or rename that folder windows will show the error message.
How to delete that folder ?
It is not possible to delete that folder manually but you can delete this folder by another way mentioned below.- Open Command Prompt
- Type D: ( if u created this type of folder in D: drive) & hit enter
- Type rd con\ (rd - remove directory)
- Open that directory and the folder will not appear because it is removed.
More Interesting Tricks And Hacks
Monday, 24 June 2013
Introduction To Basic Terminal Commands For Linux - Part 1
In this tutorial you will learn to use linux terminal. You will learn to navigate on the terminal, learn to create and remove file and much more. Most of this commands also works on Mac Os X and powershell on windows.
ls - it will list all files and folder in your current directory
ls -l it will give detailt listing of all files and folders
ls -a it will list all files and folder in your current directory including hidden files (files and folders that begin with period)
pwd will print your working directory or simply your current directory
cd - cd stands for change directory. we use cd follow by path address to navigate ro that folder.
Eg: cd Desktop will make desktop as my current directory.
cd / will make root as you current directory
cd ~ will make home as your current directory
Typing cd alone is same as cd ~ and it will make home as your current directory
cd .. will make parent directory i.e directory above your current directory
cd ../../ will take you two folder up
Eg mkdir car will create directory car in your current directory
to create folder recursively i.e folder inside folder inside folder we use -p flag
Eg mkdir -p vehicles/car/truck will create directory vehicles in your current directory which have car inside it and car has directory truck in it.
touch - we use touch follow by file name to create empty file.
rm -r to remove file recursively which can not be removed by rmdir
rm - We use this command to remove files
What Is Terminal ?
Basically you are reading this tutorial because you are new to linux or want to learn using terminal to navigate. Before you get started you must have linux installed or running virtually on your computer. I would recommend downloading fedora or ubuntu (If you have trouble installing ubuntu leave a comment below and i will post a tutorial).Commands To Remember
This are some of commands you must remember which will help you to use terminal more easily.ls - it will list all files and folder in your current directory
ls -l it will give detailt listing of all files and folders
ls -a it will list all files and folder in your current directory including hidden files (files and folders that begin with period)
pwd will print your working directory or simply your current directory
Navigating In Terminal
Here i may refer folder as directory so dont get confused. This is the term we use in linux for folders.cd - cd stands for change directory. we use cd follow by path address to navigate ro that folder.
Eg: cd Desktop will make desktop as my current directory.
cd / will make root as you current directory
cd ~ will make home as your current directory
Typing cd alone is same as cd ~ and it will make home as your current directory
cd .. will make parent directory i.e directory above your current directory
cd ../../ will take you two folder up
Creating Files And Folder
mkdir - we use mkdir follow by path or folder name to create a directoryEg mkdir car will create directory car in your current directory
to create folder recursively i.e folder inside folder inside folder we use -p flag
Eg mkdir -p vehicles/car/truck will create directory vehicles in your current directory which have car inside it and car has directory truck in it.
touch - we use touch follow by file name to create empty file.
Removing Files And Folders
rmdir - we use rmdir follow by path to to remove any directory. This will not work if folder you are trying to remove has something in it.rm -r to remove file recursively which can not be removed by rmdir
rm - We use this command to remove files
Feedback
I guess thats enough for today. I know this is little confusing but practice and you will be a terminal pro. Leave a comment below if you have any trouble. You may also like to read below articles.Saturday, 15 June 2013
How To Block Youtube Ads ?
Most of you get bored or annoyed due ads playing before youtube videos. Today i will share with you an amazing peace of programme called Block YouTube Ads . It removes all video ads before and during videos, as well as removes all those ads that pop at the bottom of the screen while the video is playing. It works on all major browser such Internet explorer, google chrome and mozilla firefox.
2. Double click on downloaded file.
3. Follow the on screen instruction.
How to do ?
1. Download Youtube Ads Blocker2. Double click on downloaded file.
3. Follow the on screen instruction.
More Interesting Tricks
Subscribe to:
Posts (Atom)






