BTemplates.com

Search This Blog

Showing posts with label Tips & Tricks. Show all posts
Showing posts with label Tips & Tricks. Show all posts

Wednesday, 29 July 2015

How To Block In-App Ads


Guys! Suppose you are playing any game or using any other application while internet connectivity then a lot of ads in footer or header area are shown. This is really annoying and wastes the bandwidth up to some extent.

So, the next question is who to remove those ads. There are basically two methods. The first one is either you buy the app which you never gonna do anyway or you block the ads by blocking proxy which let the apps to connect to the ads network.

Here is demonstrated NoRoot Firewall app for the android platform. There is another app named Droidwall. What makes the difference? NoRoot as the name signifies also works with full functionality on non-routed phones where as Droidwall requires root privileges.

Home Screen is shown firstly when you start the app. This screen has START/STOP control.

Now there are various others tabs which include PENDING ACCESS, APPS, GLOBAL FILTERS, and ACCESS LOGS. Each tab has its own functionality and is/are described below shortly.

PENDING ACCESS
It shows all the apps which ping the network. It will ask you to ALLOW or DENY access. If it is a system app then allow the access else tap deny. But wait, if you deny the whole services of that app will be blocked. You only want to block the ads, not the complete internet access. Now what to do? Tap on that particular app and you will see all the proxies which want internet access. If a particular proxy is pinging the ads then block it by double cross sign else allow it.

APPS
It shows the list of all the apps which are installed on your devices either it is a system app or post installed ones. If you tap on any particular app you will see Add Custom Filter. This option allows you to allow/deny access to the internet for proxies.

GLOBAL FILTERS
This is most amazing. Here if you add a proxy to Pre-filter then that proxy will be blocked for all apps instead you need to add custom filters for all apps for that proxy.

ACCESS LOGS
In this tab, you can monitor all the proxies which one is having access allowed and denied and pending access as well.

Note:
1. The more you spend time with something the more you will know about that thing..
2. Your Wi-Fi hotspot might show a limited connection when this firewall is enabled.


Notepad Tricks IV


In this post here below are shown some cool Notepad trick which can be used in your Windows PC.

Open Notepad continually in your friend’s computer Procedure:
Step1: Open Notepad (Press Windows key + r and type notepad and hit Enter).
Step2: Copy and Paste the following text into the notepad window.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Step 3: Now Save the file as AP.bat (Press Ctrl + s and write the file name as AP.bat and Choose Save as type to All Files)
Step 4: Now if you Double Click on this file to open it, a notepad window will be opened continually many times.

Sunday, 26 July 2015

How To Hide Files Behind Image


This technique is called as Stenography. It involves hiding data behind images so that only the intended recipients can read the message being sent. I will show you how to hide files inside a picture file. They are almost undetectable, and can be made very hard to get. You can not only hide files in pictures, but music files, videos, and just about anything else.





There are so many S-tools available to hide data behind images. But here you don't need any tool for this. You will need these things:
1) A picture to hide stuff in
2) Files to be hidden
3) A file compression software (I’m using Winrar)
4) Command Prompt

So here we go.

Step 1: Add the data files to a single .rar file and place a image file in the directory containing the rar file.

Step 2: Open Black Box (Command Prompt). [Press windows key + r. Type cmd and press enter. It will open black box.]

Step 3: Select the Disk Drive by writing drive_name: and peress enter. E.g. desktop: or c: or d:

Step 4: Now type the command copy /b <Image.jpeg> + <File.rar> <New_name.jpeg>. And press enter and its done.

Note: Don't include < > while running the command. These sign(s) are only enclosing a file_name with it's extension.
Now you would like to know how to excess that hidden file.

What you have to do is only to open that image file with winrar. It will open the rar file hidden behind image file.
For that:
1. Right click on image file containing the hidden rar file.
2. Goto Open with and chose Winrar. And the hidden rar file is opened.

Note: Don't make winrar a default program to open that file. Else it will open the hidden rar file whenever you open it by double clicking on it.

How To Unhide Hidden File-Folder On USB


When your folders go missing on your computer or your storage device, or simply created shortcuts in each of them, then they are infected with a virus, actually not a virus. So let's get to know how to get rid of it..






Step 1:
Open the Command Prompt. You can find it under "Accessories" or just search for "CMD" on search bar of your Windows computer.

Step 2:
Find out in what drive of your computer the virus/shortcut are located. Go to My Computer (for Windows 7 or below) or This PC; you'll notice the C, D, E, etc drives.

Step 3:
Go to CMD and type in the commands.

For example, the virus is located in "F" drive, then just type <attrib -h -r -s /s /d f:\*.*, the F beside the D is your drive; simply change it to where drive the virus is located.
  • -h: to unhide all files on drive W
  • -r: create the files in drive W is free of read-only attribute.
  • -s: making all files on drive W to be not part of the system again, so easy in the clear
  • f: w drive
  • *. *: All files ending in
Step 4:
Press Enter. The bigger the files, the longer the processing takes. Wait until you see "C\:Users.." again. It means that drive will unhide all the folders in your drive.

Step 5:
Check your drive again. The folders are now retrieved together with the shortcut viruses. Remove unnecessary files, the shortcut files that are not supposed to be there. You might find autorun.inf or desktop.ini; simply delete them.


How to create a recovery media for Ubuntu 12.04 LTS installed on DU laptops


Delhi University has given Laptops to the 1st year students so that they may use it for their studies. These are having a pre-installed Ubuntu 12.04 LTS operating system on it. This OS is far more different from Windows OS although both the OSes have a GUI (Graphical User Interface). If you want to install Windows OS, you can also do it. The Whole procedure is discussed in the link given right here.


With this Laptop no DVD/CD reader-writer is available. So here is discussed how to create a backup image of present Ubuntu OS to recover the Laptop to factory state by using pendrive. So it starts with creating a backup image (.ios file).

This is how your home screen look like.


Step 1:
Goto Dash Home and type Startup Disk Creator and open the application.

Step 2:
A dialog box will appear. Here click on OK.

Step 3:
It will ask you to choose a location to save the iso file. You can select any location. Let’s select Desktop and click choose.

Step 4:
It’s almost done. Wait for a while.

Step 5:
The backup file is created as HP_Recovery on the desktop.

Step 6:
Now create a Bootable USB Stick with this image (iso file). Now you can easily reinstall Ubuntu 12.04 LTS using this USB Sick if you installed any other OS on this laptop.

Related: How To Make Bootable USB Stick

Saturday, 25 July 2015

How To Install OS From Pendrive


In order to install any operating system through pendrive you need to make it(pendrive) bootable by writing the required files to install OS. You can use either .iso or .nrg file format images. Here in this post .iso file has been used for demonstration. There are various software tools which can be used to burn the image file to the pendrive. But using any random tool can be hazardous as they might left your USB stick with permanent memory loss i.e. you might not be able to use your pendrive for data storage further.
 
Here is demonstrated Power ISO. Don't worry this is a trusted software and won’t cause any memory loss to your pendrive. You can download it from Power ISO official site or you may simply click the links given below.
Here step-by-step procedure is explained with screenshoots. Even if you find any difficulty then feel free to contact us or you can just drop a comment.
So here we go.
Step 1:
Plug-in your Pendrive.
Step 2:
Open PowerISO in administrator mode. For this right-click on PowerISO icon and select Run as adminstrator.
Step 3:
Goto Tools option in the menu bar and select Create Bootable USB Drive.

Step 4:
A dialog box will be as in image below.

Step 5:
Here select Image Source File, Destination Derive and Write Method. Finally click Start. It will take some time to get yours' usb stick ready. So wait until the writing/burning process get finished. Then click OK.
Step 6:
Now you need to change the boot priority in the BIOS. You need to set the 1st booting device as USB HDD, save the changes made and then restart your system.
Note: If your system is not booting from usb stick then following may be the possible reasons
  • Check whether you have selected proper booting media in BIOS settings. It is recommended to select USB-HDD as 1st booting device.
  • The usb stick is not made bootable correctly even if the Image file of OS (or any other tool) is written in its memory.


Friday, 24 July 2015

How to Remove Shortcut Virus on Windows


When your folders go missing on your computer or your storage device, or simply created shortcuts in each of them, then they are infected with a virus, actually not a virus. So let's get to know how to get rid of it..



Step 1:
Open the Command Prompt. You can find it under "Accessories" or just search for "CMD" on search bar of your Windows computer.

Step 2:
Find out in what drive of your computer the virus/shortcut are located. Go to My Computer (for Windows 7 or below) or This PC; you'll notice the C, D, E, etc drives.

Step 3:
Go to CMD and type in the commands.

For example, the virus is located in "F" drive, then just type <attrib -h -r -s /s /d f:\*.*, the F beside the D is your drive; simply change it to where drive the virus is located.
  • -h: to unhide all files on drive W
  • -r: create the files in drive W is free of read-only attribute.
  • -s: making all files on drive W to be not part of the system again, so easy in the clear
  • f: w drive
  • *. *: All files ending in
Step 4:
Press Enter. The bigger the files, the longer the processing takes. Wait until you see "C\:Users.." again. It means that drive will unhide all the folders in your drive.

Step 5:
Check your drive again. The folders are now retrieved together with the shortcut viruses. Remove unnecessary files, the shortcut files that are not supposed to be there. You might find autorun.inf or desktop.ini; simply delete them.


Thursday, 23 July 2015

Notepad Tricks III


In this post here below are shown some cool Notepad trick which can be used in your Windows PC.

Create Fake Windows Errors With Notepad Procedure:
Step1: Open Notepad (Press Windows key + r and type notepad and hit Enter).
Step2: Copy and Paste the following text into the notepad window.
X=Msgbox(“Message Here”,0+16,”Title Here”)

Step 3: Replace Message Here and Title Here with your Error Message and Error-Window Title respectively.
Step 4: Now Save the file as Error.vbs (Press Ctrl + s and write the file name as Error.vbs and Choose Save as type to All Files)
Step 5: Now, click the file and you’ll get your custom-made Windows error message.

Force Shutdown Your Windows Procedure:
Step1: Open Notepad (Press Windows key + r and type notepad and hit Enter).
Step2: Copy and Paste the following text into the notepad window.
@echo off
msg * Shutdown computer
shutdown -c “Sleep Tight” -s

Step 3: Now Save the file as Shutdown.bat (Press Ctrl + s and write the file name as Shutdown.bat and Choose Save as type to All Files)
Step 4: Click on your file and it will automatically shutdown your Windows.

Note: The file name could be anything but the extension must be .bat.

Make Computer To Speak Your Sentence Procedure:
Step1: Open Notepad (Press Windows key + r and type notepad and hit Enter).
Step2: Copy and Paste the following text into the notepad window.
Dim message, sapi
message=InputBox(“What do you want me to say?”,”Speak to Me”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message 

Step 3: Now save the file as ABC.vbs (Press Ctrl + s and write the file name as ABC.vbs and select file type as All Files)
Step 4: Open your saved file, it will open a prompt. Enter the sentence you want your computer to speak.
Step 5: Click OK and Notepad will speak the sentence for you.

Note: The file name could be anything but the extension must be .vbs.

Notepad Tricks II


In this post here below are shown some cool Notepad trick which can be used in your Windows PC.

Create Infinite Number Of Folders By Double Clicking Procedure:
Step1: Open Notepad (Press Windows key + r and type notepad and hit Enter).
Step2: Copy and Paste the following text into the notepad window.
cls
@echo
:ap
md %random%
goto ap

Step 3: Now Save the file as AP.bat (Press Ctrl + s and write the file name as AP.bat and Choose Save as type to All Files)
Step 4: Now if you Double Click on this file to open it, infinite number of empty folders will be created.

Note:
1. The file name could be anything but the extension must be .bat .
2. Before double clicking on this file, place it in a separate directory (folder) else the folders will be created in current directory.

The 9/11 Attack The World Trade Center on (9/11) was hit by flight "Q33NY". Now we you will be definitely amazed by this trick.

Procedure:
Step1: Open Notepad (Press Windows key + r and type notepad and hit Enter).
Step2: Copy and Paste the following text into the notepad window.
Q33NY

Step 3: Increase the font size to maximum i.e. 72.
Step 4: Change the Font to Wingdings.

Dancing Keyboard Led Procedure:
Step1: Open Notepad (Press Windows key + r and type notepad and hit Enter).
Step2: Copy and Paste the following text into the notepad window.
Set wshshell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

Step 3: Now save the file as ABC.vbs (Press Ctrl + s and write the file name as ABC.vbs and select file type as All Files)
Step 4: Open your saved file and see the keyboard led blinking like disco lights.

Note: The file name could be anything but the extension must be .vbs.

Notepad Tricks I


In this post here below are shown some cool Notepad trick which can be used in your Windows PC.

Make Your PC Welcome You When It Starts Procedure:
Step1: Open Notepad (Press Windows key + r and type notepad and hit Enter).
Step2: Copy and Paste the following text into the notepad window.
Dim speaks, speech
speaks="Welcome Back, Your_Name"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
Step 3: Now save the file as Welcome.vbs (Press Ctrl + s and write the file name as Welcome.vbs and select file type as All Files)
Step 4: Move this file to the startup folder.

Tip: For the above operation you can Browse the Startup folder while saving the file else you can save it to document folder and than cut and paste to the Startup folder.

Note: It is necessary that this file should be placed in Startup Folder else it will not work.

Using Notepad As Diary A simple way to record what you are doing at certain times is with a .LOG file in Notepad. Using this method, each time you open and close Notepad, a timestamp is created to time your activities more efficiently. Simply open the document, record what you did, save the file, and then close it.

Procedure:
Step1: Open Notepad (Press Windows key + r and type notepad and hit Enter).
Step2: On the very first line write .LOG and save the file with any name but with .txt extension and close it.

Step 3: Now whenever you open the file in Notepad, a timestamp will be inserted.

Note: If you are in any text document in Notepad and decide you need to add the current timestamp, just hit F5. The timestamp will automatically be created.

Apply Loop To CD Drive To Eject Several Times Procedure:
Step1: Open Notepad (Press Windows key + r and type notepad and hit Enter).
Step2: Copy and Paste the following text into the notepad window.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Step 3: Now save the file as ABC.vbs (Press Ctrl + s and write the file name as ABC.vbs and select file type as All Files)
Step 4: Now if you Double Click on this file to open it, loop will be applied to eject CD-Drive 5000 times.

Tip: In order to revert this operation, open Task Manager and Find the Script Process and End Process it.

Note: The file name could be anything but the extension must be .vbs.

Sunday, 19 July 2015

Steganography


This technique is called as Stenography. It involves hiding data behind images so that only the intended recipients can read the message being sent. I will show you how to hide files inside a picture file. They are almost undetectable, and can be made very hard to get. You can not only hide files in pictures, but music files, videos, and just about anything else.

 







There are so many S-tools available to hide data behind images. But here you don't need any tool for this. You will need these things:
1) A picture to hide stuff in
2) Files to be hidden
3) A file compression software (I’m using Winrar)
4) Command Prompt

So here we go.

Step 1: Add the data files to a single .rar file and place a image file in the directory containing the rar file.

Step 2: Open Black Box (Command Prompt). [Press windows key + r. Type cmd and press enter. It will open black box.]

Step 3: Select the Disk Drive by writing drive_name: and peress enter. E.g. desktop: or c: or d:

Step 4: Now type the command copy /b <Image.jpeg> + <File.rar> <New_name.jpeg>. And press enter and its done.

Note: Don't include < > while running the command. These sign(s) are only enclosing a file_name with it's extension.
Now you would like to know how to excess that hidden file.

What you have to do is only to open that image file with winrar. It will open the rar file hidden behind image file.
For that:
1. Right click on image file containing the hidden rar file.
2. Goto Open with and chose Winrar. And the hidden rar file is opened.

Note: Don't make winrar a default program to open that file. Else it will open the hidden rar file whenever you open it by double clicking on it.

Tuesday, 7 July 2015

Turn Your WiFi Into HiFi


Have the slow Wi-Fi speed troubled you? You want high speed, but you are not getting any solution for this? Now it's time to get rid of this problem. Here are discussed some tips for the same.












Setup the router in centre
For fast speed it's very necessary to setup router at proper place. You should install router at centre or nearby to centre of your home so that signal could reach at each any every corner properly. If there are various floors in your home or office, then it would be better to install router at top floor. Electronic devices produce interference in Wi-Fi signal, so always keep in mind that devices like microwave, TV, refrigerator, cordless phones, halogen lamps etc. are to be kept at least 10 feet away from router.

Boost your Wi-Fi with booster antenna
Generally router has one or two antenna(s), but due to this signal doesn't reach to each any every corner. So, in this situation, it would be apt to install booster antenna for strengthening the signal. It will widen Wi-Fi range and increase speed also.

Not to share Wi-Fi network name (SSID)
Do not share your Wi-Fi Network Name with any of neighbrour or anybody else. For hiding Wi-Fi network name, turn off Service Set Identifier under Broadcasting Option. It would be better if you add password to your Wi-Fi Network Name.

Remove Interference
Interference of one Wi-Fi signal with another Wi-Fi signal causes weakening of signal. To get rid of this problem, Wi-Fi Stumbler or Wi-Fi Analyzer could be used. This will prevent interference of other's Wi-Fi signal with your Wi-Fi signal and in turns it will result in increased Wi-Fi speed along with strengthening the signal.

Latest technology always rocks
The best option for high speed Wi-Fi is to use latest technology. Means always use up-to-date hardware. Wireless 'a', 'b' and 'g' has become old and it works slowly. Wireless 'n' is the latest version and it gives very fast speed. Using wireless n card with your laptop or PC along with wireless n router will give you best possible results in terms of speed.