Various PSU and Private sector banks slashed interest rate on Fixed deposit...Govt. allowed central staff to draw upto Rs 10 thousand in cash as advance salary..Banks, Post offices to report cash deposits of over Rs 2.5 lakh to I-T...Dearness Relief to Central Government pensioners/family pensioners from 1.7.2016 - Orders issued...Don't need ID copies to exchange old currency notes, says Reserve Bank of India ......WELCOME TO SAPOST ODISHA... ...

TRUST YOURSELF

SA POST ODISHA.

...

SA POST ODISHA

...

SA POST ODISHA.

Showing posts with label sub_tools. Show all posts
Showing posts with label sub_tools. Show all posts

Disable USB ports on Windows PC via Registry


With this , you can disable access to your USB(Universal Serial Bus) ports on your Windows based PC to prevent people from taking out data without permission or spreading viruses through the use of USB (pen and flash) drives. 

use the following steps to disable usb:

  1. Click on Start.
  2. Click on Run. If you cannot find RUN, type it in the search box.
  3. Type "regedit" without quotes. This will launch the Registry Editor.
  4. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor.
  5. In the work area, double click on Start.
  6. In the Value Data box, enter 4.
  7. Click on OK.
  8. Close Registry Editor and refresh your desktop.
  9. To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6
Disable access to USB ports on your PC using Registry Editor

How hackers hack Facebook Account & How to stop them? - POTools

How hackers hack Facebook Account ; How to stop them? - POTools

Facebook is, undoubtedly, the most popular social networking website with more than 500 million active users. Due to its popularity, many hackers (or should I say crackers?) are actively involved in hacking Facebook accounts of unsuspecting users. This article outlines the many strategies that such hackers use to gain access to Facebook accounts of hundreds of users each day and how you can stop them from hacking your account.


Facebook is one of the prime target of hackers!

Email Address Hack 

I have always been puzzled by Facebook's leniency in this matter. All a hacker needs to do is know your name and he will be conveniently shown your email address at your profile. How easily a hacker can then hack your Facebook account (and everything else associated with that email id) if he 'guesses' your password (if you use a weak password) or answers your security question! This is something I hope Facebook improves on quickly. Until Facebook does so, here are some tricks you can use to protect yourself from this vulnerability.

How to safeguard your Email Address?

Just follow these steps:-

  • Hide your Email Address from everyone by going to Edit Profile>Contact Information>Clicking on the icon beside your email address> checking 'Only Me'.
  • Change your primary email address to a one that is only known to you by going to Account Settings>Email> and changing your primary email to the new one (known only to you) and removing your previous email address.
  • For additional security, when in Account Settings, check 'Secure browsing' and 'Send me an email when a new computer or mobile device logs into this account' and click Save.


A hacker at work!

Phishing

Phishing is one of the easiest ways to trick users into giving out their login credentials. All a hacker does is setup a webpage similar in design to that of the Facebook homepage, attach a server sided script to track the username and password entered and store it in a log. Sending people emails stating that someone tagged a photo of them on Facebook in the same format as Facebook and giving a link below to the phishing website further reduces the chances of it being detected as a fake. Sometimes, spam Facebook apps, like those promising to tell who viewed your Facebook profile, automatically post links to phishing websites. A new trend amongst phishers is creating Facebook look-a-like widgets for stealing user's login credentials.

How to prevent yourself from being phished?

At all costs, avoid clicking on suspicious links. Moreover, always check the URL in the address bar before signing in. Avoid logging in through various "Facebook widgets" offered by websites and blogs. Instead, use Facebook's homepage to sign in. Always try to use Safe Search while searching. If you do manage to get phished, report the website so that others may get a warning before visiting it.



Keylogging through Keyloggers

Keylogger is a type of computer virus that tracks key strokes. Keyloggers can be installed remotely on a computer system by a cracker to record all the activity that is going on the victim's computer. Keylogging gets more easy if the hacker has physical access to the victim's computer.

How to stop keyloggers?

Install a good antivirus and update it frequently. Do not click on suspicious links and avoid downloading illegal software. Also, avoid installing free toolbars and other such spam software. Always scan third-person's flash and pen drives before using them on your computer.


Social Engineering

Social engineering involves using any trick to fool the user into making himself vulnerable to exploits. This could involve anything from sending spoof emails, pretending to be from Facebook, telling you to change your password to 12345678 to a hacker maliciously getting out the answer to your security question in a friendly chat or discussion.

How to prevent yourself from being socially engineered?

Stay aware during chats and discussions. Use a tough security question, preferably one whose answer you would never disclose to anyone. Moreover, Facebook, or any other company for that matter, will never ask you to change your password to 12345678 or do something as silly as asking you to send out your login details to prove that you are an active user. Always think before taking actions and your e-life on Facebook will be safe from hackers looking to hack Facebook accounts.


Source:http://finaclesolution.blogspot.in/

How To Fix USB Device Not Recognized Or USB Not Installed Problem

Several times I have faced problems with USB devices in all Windows versions. For instance a USB device (e.g. printer, scanner or webcam) is not functioning or a USB storage device (e.g. USB flash disk) is not detected at all. USB devices issues can occur for different reasons.

USB Errors – Symptoms that can fixed using this guide:

  1. USB Device not recognized
  2. USB Printer not recognized or not printing
  3. USB Storage device cannot be recognized or ejected through “Safely Remove” option.
  4. USB device driver not successfully installed or Windows cannot install USB device error.
  5. Unrecognized USB device in Device Manager (error code 43)

Solution : Solve USB problems with Microsoft USB Fix It utility.

1. First download the Microsoft Fix It utility to your computer.*
* Notes:
– Windows 8 & 8.1 users must download the Windows 8 USB Hotfix.
– Windows 7 USB Fix it Utility can work also for Windows Vista & Windows XP.
– Windows Vista users can try also the USB Devices Fix It utility for Windows Vista.
– Windows XP users can also try the USB Fix it for Windows XP.
Windows 8, 8.1, Server 2012: 
Windows 7, Vista & XP: 
Windows Vista (alternative): 
Windows XP (alternative): 

2. Run Microsoft Fix It tool and press “Accept”.
3. Select “Detect problems and apply the fixes for me (Recommended)” option.

4. Let the troubleshooter to fix USB problems and press “Next”.
If your problem is fixed, close the troubleshooter and check your USB devices functionality.

Courtesy : potools blog

Timeout Expires From SQL Server And Possible Solution

Time Out Error due to

Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

In SQL 2000

Expand a server group> Right-click a server, and then click Properties> Click the Connections tab.
Under Remote server connections, in the Query time-out (sec, 0 = unlimited) box, type or select a value from 0 through 2147483647 to set the maximum number seconds that Microsoft® SQL Server™ will wait before timing out. 

 In SQL 2005 or higher Version

Now you want to change the server property and for doing the same you needs to follow following steps;
1. Connect to SSAS services using SSMS and right click on instance name and select "Properties" option.
2. When you click on "Properties" option, you will get "Analysis Server Properties" window. Check the checkbox "Show Advanced(All) Properties" and go to the property named "ExternalCommandTimeout". You will find the default value as 3600 sec. Change the value as per your requirement and click OK button.
You do not need to restart services after changing the value of property.
After changing property, your cube processing will not fail till the value you have set for ExternalCommandTimeout property.


Source:http://sapost.blogspot.in/

how to unhide the system folder:

how to unhide the system folder:

Now a days we have been a bit trouble while insert a flash drive into the usb hub,many a times our device is attacked by some malicious programs which results hide the folder and make its shortcut.
to unhide those follow the instructions step by step


Step-1

> open run box by pressing windows+r keys
>type cmd in the text area and then press Enter key
>select drive by use drive name with double column and then press enter

as while choosing a drive E
then you should write E:

>after that use the following command carefully to unhide the icon/folder
attrib -s -r -h /s /d
then press enter
and then the hidden files remains unhidden


BPM Workload Calculation Tool



Download : BPM Workload Calculation Tool 

Designed by
Shri. Asit kumar sahoo
Alada PO
Gadadeulia Via
Balasore Dist
Odisha - 757082
reff:http://sapost.blogspot.in/2014/09/gds-bpm-workload-point-calculation-by.html

DB Tool for System Administrator

DB Tool for System Administrator

This Tools is only for System Administrator to Shrink Database, Backup, Clear Temporary files and Know the database information.

Download DB Tool v1.0 :  Download

Features

  1. Shrink DB : DB Tool is used to Shrink Database.
  2. Database Backup : Create Folder name "Backup" in D drive, then click on DB Backup.(Beta version)
  3. DB Information : To know the mdg, ldf and total size of the database.
  4. Clear temporary Files: Used to clear temporary files of Operating system.

Suggestion / Feedback

Dear SAs, Kindly give your valuable feedback and suggestion to improve this tool.
 
Source : http://potools.blogspot.in
reff:http://sapost.blogspot.in/2014/09/database-tool-for-system-admin-by.html

Boot your usb

Make Bootable USB Drive Using Iso To USB

  • Download Rufus, a free tool that will correctly prepare the USB drive, automatically extract the contents of the ISO file you have, and properly copy the files contained within it to your USB device, including any files in the ISO needed to make it bootable.
  • Rufus is a portable program (does not install), works on Windows 8, 7, Vista, and XP, and will "burn" an ISO image file to any type of USB storage device you happen to have.
  • Note: If you'd prefer to use a different ISO-to-USB tool, see Tip #3 at the bottom of the page. Of course if you do choose another program, you won't be able to follow the instructions I've written here because they pertain specifically to Rufus.
  • Double-click or double-tap on the rufus-1.4.10.exe file that you just downloaded. The Rufus program will start right away.
  • As I mentioned earlier, Rufus is a portable program, meaning that it just runs as is. This is a big reason why I prefer this ISO-to-USB program over some of the other options out there.
  • Insert the flash drive or other USB device you want to "burn" the ISO file to into your computer, assuming it's not already plugged in.
  • Important: Burning an ISO image to a USB drive will erase everything on the drive! Check that the USB drive is empty or that you have backed up any files you want to keep before continuing.
[rufus screenshot]
  • From the Device drop-down at the top of the Rufus program screen, choose the USB storage device you want to burn the ISO file to.
  • Tip: Rufus tells you the size of the USB device, as well as the drive letter and current free space on the drive. Use this information to double-check that you're choosing the correct USB device, assuming you have more than one plugged in. Don't worry about the free space indicated since you'll be erasing the entire drive as part of this process.
Note: If no USB drive is listed under Device, or you can't find the drive you're expecting to see, there may be an issue with the USB device you're planning on using for the ISO image or Windows is having some sort of problem seeing the drive. Try another USB device and/or another USB port on your computer.
  • Leave the Partition scheme and target system type, File system, and Cluster size alone unless you know what you're doing or you've been advised to set any of those parameters to something else.
  • For example, maybe a bootable tool you downloaded in ISO format advised on its website to make sure the file system is FAT32 instead of NTFS if you're burning to USB. In that case, make the File system change to FAT32 before continuing.
  • You're welcome to enter a custom volume label in the New volume label field, but leaving it at whatever the default happens to be, or even blank, shouldn't have any impact on anything.
Note: Most bootable ISO images include volume label information so you may see this change automatically during Step 11.
  • Under Format Options, you'll see a number of... yes, format options! You can leave them all in their default state but you're welcome to select Check device for bad blocks if you have some concern that the flash drive or USB device you're using may have an issue.
  • Next to Create a bootable disk using, make sure ISO Image is selected and then tap or click on the CD/DVD icon.
  • When the Open window appears, locate and then select the ISO image you want to burn to the flash drive.
  • Once selected, tap or click on the Open button.
  • Wait while Rufus inspects the ISO file you chose. This may take several seconds or may go by so quickly that you don't even notice.
  • Note: If you get an Unsupported ISO message, the ISO you chose is not supported for burning to USB by Rufus. In this case, try one of the other programs listed in Tip #3 below or check with the maker of the ISO image for more help getting their software to work from a USB drive.
  • Tap or click on Start to start the "burning" of the ISO file to the USB device you chose
  • Note: If you get an Image is too big message, you'll need to use a larger USB device or choose a smaller ISO image.
  • Tap or click OK to the WARNING: ALL DATA ON DEVICE 'XYZ' WILL BE DESTROYED message that appears next
  • Important: Take this message seriously! Make sure the flash drive or other USB device is empty or that you're fine with erasing everything on it.
  • Wait while Rufus properly formats the USB drive so it's bootable, and then copies all of the files contained in the ISO image you selected in Step 11 to the drive.
Tip: The total time to do this depends very much on how large the ISO file you're working with is. I've had small diagnostic tools (like the 18 MB ONTP&RE ISO) take under one minute, while larger images (like a 4 GB Windows 8.1 ISO) could take closer to 20 minutes. Your computer and USB hardware speeds are a big factor here as well.

Download Two Software 

Magic Iso for Taking Backup from Bootable CD/DVD

ISO to USB to Make Bootable USB using ISO File 

Thanks to
Shri. Rajesh H
PA Puttur.
Karnataka Circle

Source : http://potools.blogspot.in/
Reff:http://sapost.blogspot.in/2014/10/bootable-usb-thumbdrive-using-magiciso.html

TYPE IN OVER 90 LANGUAGES

Google Translate has made our lives easier by allowing us to translate the whole page in a single click. But there is still a huge void when it comes to typing in a specific language. Granted, there are a few tools to help you out with that, but nothing comes close to what Google Input Tools has to offer.


Google Input Tools lets you type in the language of your choice. Switch to typing in a different language with the click of the mouse, and switch back just as easily. The Google Input Tools extension provides virtual keyboards for over 90 languages, full IMEs or direct transliteration for over 30 different scripts, and handwriting input for over 40 languages.


Visit Below Link To Type With Your Own Language

refference : http://sapost.blogspot.in/2014/10/type-in-over-90-languages-with-ease.html

Database Recovery Tool For Post Offices

Database Recovery Tool For Post Offices By Dinesh


We can Recover suspected Databases like Accounts, eCounter, NICPLI, Postman, BPLOG,BPRO,POST, SIGN, PROJECT, SOSB, Counter, eMO, eMOBackup, Subaccounts, SupplySubaccounts, Subtreasury, Treasury, Schedule, POSPCC, POSPCC Backup.

It helps you to recover you corrupt SQL database using queries mentioned in it. A backup is obviously preferred but if that doesn't work, this tool may help you! Click here to download it or click here for latest updates.



Source : http://potools.blogspot.in/

NPS Calculator for employees joining after 01/04/2004




  
Download NPS CalculatorClick Here
Developed by 
Shri. Amit patel, Mobile : 7878005579

RD BULK ACCOUNT SCANNER

 RD BULK ACCOUNT SCANNER BY POTOOLS

RD Account Signature Scanner For Non CBS Office


  1. Download RD Scanner from PoTools.
  2. Copy and Paste the Same on SSScanner Folder.
  3. Create Shortcut on Desktop and Connect your scanner to scan RD Bulk Number of Account.
  4. After Scan Open Sanchay Post and Click on Verify then Store.

Download


Source : http://potools.blogspot.in/

Disclaimer.........

All the information published in this

webpage is submitted by users or free to download

on the internet.I make no representations as to

accuracy, completeness,currentness, suitability,

or validity of any information on this page and it

will not be liable for any errors, omissions,or

delays in this information or any losses,injuries,or

damages arising from its display or use.

All information is provided on an as it is basis.

All the other pages you visit through the hyperlinks

may have different privacy policies.

If anybody feels that his/her data has been illegally

put in this webpage,or if you are the rightful owner

of any material and want it removed

please email me at

"balarampatra1@gmail.com"


and I will remove it immediately on demand.

All the other standard disclaimers also apply.



Regards,

TM. Sa Post Odisha