Advertise Here

Support our Sponsors

Friday, August 17, 2012

Eid Mubarak


Wishing for you & your family a lovely & wonderful Eid.

 


 

Regards 

Nafees Khan






Tuesday, August 14, 2012

WinParrot: Record Recurring Tasks in Windows

Do you want to make a duplicate log of all the things and tasks that you do on your PC? If yes, than WinParrot is definitely the perfect software for you. WinParrot lets you record actions and recurring tasks which are quite helpful as they make recurring tasks a lot easier and saves you a lot of time on mundane tasks. You can even record macros and schedule their execution. You can also record your actions and play them back for demonstration purposes. For example, if you are training people on how to use the program, you can just record everything and play it back while having full command on your lecture. WinParrot lets you do a lot, and just think, it's all about replicating actions and so the possibilities are endless.

Winparrot

WinParrot does not need to be installed or anything. It's just a standalone application that you can download from WinParrot portal. Using it is quite simple and straightforward. All you need to do is press the record button on the screen and start recording what you want. It will also show a small task button in the task bar. But before that you will also need to write down the name of your file.

Win Parrot 1

There is nothing more to it and once you are done, you can stop recording or just press 'End' Key from Keyboard and your recording will be stopped. You can then save what you recorded and play it as well, the recording will play in the WinParrot screen and you will be able to see it all happening.

The only problem is you might expect a crash or two, but that just happens for the first time, after that it is pretty smooth and very light on the system as well. It's free to download and give it a try and let us know what you think about it.

Download WinParrot

via [BlogsDNA]

5 Free Apps to Block Calls and SMS on your Android Phone

Are you getting too many unwanted calls and spam SMS from marketing teams of major companies? Or are your getting annoyed with a particular phone number sending SMS or calling you and want to block it? With more and more people switching to smartphones from their old feature phones, there are many free apps as well to block and filter SMS and calls on your phone.

Now if you are using and Android phone, here are some of the best free apps to filter and block calls.

1. Mr. Number:

Mr. Number is the most popular and powerful call blocker and text blocker on the Google Play with lots of features. It can block texts and calls from a person, a business, a prefix, or the world. It can automatically pick up and hang up on some callers and send others to voicemail based on how you set it. You can also keep the content of blocked texts or trash them. Browse comments from other users when you get a spam call or text. Add 'Suspected Spam' to your block list and Mr. Number blocks them all automatically.

Block calls Block

2. NQ Call Blocker:

Call Blocker blocks unwanted calls now and protect your privacy. Now with better developed features, you don't have to worry about privacy leakage. It protect your private info 24×7. You can easily black List, block unwanted calls (Reject calls, forward or reply with an auto-SMS), block spam SMS (accept phonebook only or simply block black list). You can also protect privacy by quickly and easily erasing the call history, delete SMS messages between your phone and individual contacts permanently.

Call blocker Call blocker_1

3. Call Control:

Call Control is yet another fully featured Call Blocker and Blacklist app. You can easily block anyone from calling. You can block unwanted calls and text messages in a snap with Call Control. Call Control is like anti-virus for phone calls, constantly working in the background to block unwanted calls and text messages.

Call control Call Control_1

4. Call Filter:

Call Filter is another free application to block unknown/private incoming calls/SMS or make the ring tone silent. The app might not be compatible with all phone as the level of customization of Android is different.

Call filter Call filter_1

5. Calls Blacklist:

Calls Blacklist is an app that both blocks unwanted calls and SMS, and helps manage a blacklist. Easy and lightweight, it does not consume any of your device's battery power. If you are looking for a call blocker or SMS spam filter, this application is what you need. Calls Blacklist saves all blocked calls and SMS in a journal.

Call blocklist Call blocklist_1


via [nirmal tv]

Saturday, August 11, 2012

Email ID to report Phishing of Facebook account

Facebook has so many users worldwide making it a paradise for bad guys wanting to steal personal and financial information. Phishing is an attempt to steal personal information like account username and password or financial information through impersonation or spoofing. For example: a bad guy creates a fake Facebook login'look a like' website, when you enter login details trying to access your Facebook account, you login details are recorded (and stolen!).

How to detect Phishing attempts on Facebook

There are number of ways to secure Facebook account by following basic hygiene in the online world. However, spammers try to out-smart an average user with ever so "realistic looking" fake techniques for Phishing. Following are few common activities that indicate possible Phishing attempt.

1. Are you getting email messages with urgent requestsfor your address and financial information like bank account? Never share your personal and financial details online unless you are sure of website or person receiving it.

2. Is your Facebook account automatically postingspammy messages and links to your Facebook friends? In case of hacked Facebook account this is common as hacker is now trying to hack your friend's accounts by sending spammy messages.

3. Be careful about weblinks shared with you on Facebook Chat, messages and email. If you have suspicion about specific link, do not open it. Bad weblinks is the start of phishing cycle in many cases, so exercise caution.

Email for reporting Phishing attempt to Facebook team

1. Facebook has introduced a public email ID [phish@fb.com] where any user canreport about Phishing activity. Facebook team will analyse information sent by you and attempt to identify bad guys. This will work with existing internal routines for online protection on Facebook. [source]

2. Facebook will inform reporting user about the Phishing activity. Also, affected users will be prompted to change their password and provided education to better protect themselves in the future. If you have problem logging into your Facebook account as a result of Phishing attempt, you can goto facebook.com/hacked to start recovery procedure.

Wednesday, July 18, 2012

4 Ways to Recover From a Crashed or Frozen X Server on Linux


frozen tux

The X server on Linux provides your graphical desktop. If it crashes, you'll lose all unsaved work in graphical programs, but you can recover from the crash and restart the X server without restarting your computer.

X server crashes can be caused by bugs with graphics drivers – the proprietary AMD or NVIDIA graphics drivers, for example – hardware problems, or other software bugs.

Image Credit: Francois Schnell on Flickr

Ctrl+Alt+Backspace

The Ctrl+Alt+Backspace keyboard shortcut traditionally restarted the X server on Linux. However, after complaints – particularly from new Linux users that accidentally hit this key combination and lost all their work — this shortcut was disabled by default. To enable it on Ubuntu, Fedora, or any other distribution using a GNOME-based desktop, you can use the Keyboard Layout utility.

Click the Options button and enable the Control + Alt + Backspace check box under Key sequence to kill the X server.

After it's enabled, you can press Ctrl+Alt+Backspace to immediately restart your X server. However, this shortcut is implemented by the X server and may not work if X hangs in some ways.

Switch Virtual Consoles

You can use the Ctrl+Alt+F1 keyboard shortcut (and other F-key keyboard shortcuts) to switch to a different virtual console from your X server. (Ctrl+Alt+F7 usually takes you back to X – the exact F key depends on your Linux distribution.)

Once you have, you can log into the virtual console and run the appropriate command to restart your X server. The command you'll need depends on the display manager you're using. On Ubuntu, which uses the LightDM display manager, you'd use the following command:

sudo service lightdm restart

SSH Into Computer

If you can't kill the X server locally, you can kill it over the network. Assuming you have anSSH server set up and running on your Linux system, you can log in from another computer and run the appropriate command to restart the X server. Just sign in via SSH to access a remote console and use the appropriate command to restart your display manager – on Ubuntu, it's the sudo service lightdm restart command above.

Use the Magic SysRq Key

We've covered using the magic SysRq key in the past – the SysRq is is generally the same as the Print Screen key. Assuming you want to kill the X server locally – not over the network – your system may not be responding to key presses, including the Ctrl+Alt+F1 keyboard shortcut. This can occur because the X server has taken control of the keyboard. To take control away from the X server, use the following key combination:

Alt+SysRq+r

After you have, you can try pressing Ctrl+Alt+F1 to access a virtual console. You can also use the Alt+SysRq+k combination, which kills all programs on your current virtual console, including your X server.

If you want to restart your computer, you can also use the magic SysRq key to cleanly restart your system – see our full post on the magic SysRq key for more information.

Sunday, July 15, 2012

Download Classic Windows XP Boot Screen for Windows 7

Windows 7 boot screen is highly customizable and its not limited to 8-bit color bitmaps. You can use high resolution PNG files for animation or boot screen background.

We have shared many awesome boot screens for Windows 7 in past. Some of them are Windows 8Fire,MetroAngry BirdsRadian and Windows Vienna boot screens for Windows 7.

There are many Windows users who have upgraded to Windows 7 but still miss good old Windows XP look and feel. For such people we have shared lots of Windows XP themes for Windows 7 which make Windows 7 look-like Windows XP. You can download these themes using following link:

Download Classic Windows XP Themes Ported to Windows 7

And today in this topic, we are going to share something more special for those Windows 7 users who want to bring Windows XP UI to their system.

Windows XP boot screen for Windows 7 has been created by Eorxroa @ DA which brings Windows XP boot screen to Windows 7 system. Following is a preview of this boot screen in action:

Windows_XP_Boot_Screen_For_Windows_7.gif

If you want to enjoy old Windows XP feeling in Windows 7 boot screen, you can apply this boot screen using following simple steps:

1. First download the boot screen using following link:

Download Link

2. Extract the 7z file using 7-Zip. Now run "Windows 7 Boot Updater". Its an excellent software to change Windows 7 boot screen. More info and download link can be found here.

3. Now you can select the desired boot screen file from the extracted folder using "File -> Load boot skin..." menu and Apply it.

4. Restart your system and enjoy the boot screen.

Saturday, July 14, 2012

NovaBACKUP Professional Free License

NovaBACKUP Professional is an easy-to-use Windows Backup Software for Laptops, PCs, and Workstations, this application makes users to follow best data-protection procedures. Easy setup and step-by-step wizards make this the perfect backup software, a great data protection solution for home and small business users.

NovaBACKUP Pro provides the ability to backup your data to CD/DVD drives, online over the internet, or to tape drives, disk drives and other media without interfering with other programs. The Step-by-Step Wizardguides you through performing backup and restoration procedures, and the integrated disk-imaging disaster recovery means you will be up and running fast when the worst happens.

The robust scheduler lets you set automatic backups so you don't even have to think about it.  Copy & Mirror functionality provides a simple method for "twinning" or "mirroring" data and directories in native format and the also has  integrated Open File Backup feature for Windows 7/Vista/XP/2003 users too, and a lot more.

User Interface :

The user interface of this backup software consists of a single main screen. At the top of this screen you'll find the "Launch Button", "Quick Access Toolbar" and a set of seven tabs.The Launch Button is in the top-left corner of NovaBACKUP,it provides fast access to files and often used commands. From here, you can quickly create a new job, open, run and save an existing job, or import previous backup jobs.
The Home tab contains convenient information about your previous and next scheduled backup as well as useful shortcuts and the "Quick Select" feature. The Backup tab allows you to select files and folders to backup. Similarly, the Copy tab allows you to select files and folders to be copied to another destination. The Restore tab enables you to make selections to restore files and folders. The Schedule tab provides a means to schedule backup jobs to run at a future time/date. The Logs tab provides access to logs for previously run jobs. The Device tab provides a means to configure and view backup devices. The Status tab give you a method to view the progress of the currently running job.

The file lists in the Backup, Copy and Restore tabs look very similar to the Windows Explorer, which makes it familiar and easy to use. Selected files can be browsed by expanding the drives or network resources in the tree view display on the left-hand side. Next to each folder and file is a check box. These are used for adding and removing files from the selection list.

NovaBACKUP Professional  Features :

  • Easy to install, easy to use Make your first backup in minutes with simple wizards.
  • Flexible Back up local. Back up online. Advanced options available.
  • Back up to Cloud Storage, USB drives, NAS, FTP, Amazon S3, and more
  • Select Individual Files & Folders, or a Single Backup Image
  • Automatic Set it and forget it.
  • Full, incremental and differential backup.
  • Restore Files by Time
  • Compatible with Windows 7
  • Supports multiple languages including Deutsch, Francais, Brazilian Portuguese, EspaƱol and Italiano

Over all:
NovaBACKUP protects laptops and workstations with file backup to locally attached storage and cloud, imaging for complete system recovery, and includes many more features.A detailed comparison of 16 leading backup software products tested by TopTenReviews.com, has NovaBACKUP Professional leading the pack and ranking ahead of common solutions such as Acronis True Image and Norton Ghost.

"NovaBackup backs up and restores your data better than any other backup software. It also allows you to store your backups anywhere you want and ensures that your backups remain virus-free. This data backup software's interface is sophisticated enough for data backup experts, but is also simple enough to reduce the learning curve for people who haven't used this kind of software before. You'll have no problem fulfilling your data backup and recovery needs with NovaBACKUP."

 

I highly recommend NovaBACKUP for an easy and quick backup solution that automates everything it can and yet gives you the choice of what, when and where to backup. The software will even send an email to any mail account you would like when finished.I use this as my backup software and NovaBACKUP has many features that can be used by professionals and home users alike.

NovaBACKUP Professional Free License :

To grab a free license visit this promo page, provideyour details (name & email ID) and receive  NovaBACKUP Professional license key, plus download link for the installer of this software.

 

Note:

1.This Promo or free offer is for NovaBACKUP Professional 12.5 (worth $50) , the current version is 13 and the provided (free) version is not upgradable to latest version, unless you pay for the upgrade.

2.This software requires Microsoft .NET Framework 3.5 Service Pack 1 to be installed on your system.

Get Thousands of Visitors for Your Website

autosurf

Get Free Dot Tk Domain

Earn Money by Just Shortening URL