Posts

Showing posts with the label Security Tips

Reduce Chrome Memory usage using TooManyTabs extension

Image
Google Chrome was one of the first browsers to have  multiple processes,  which creates a separate process for each tab.  That means  , if you have 5 tabs opened on your Chrome browser, then  you can see minimum 6 processes running in the task manager with the name of chrome.exe (5 for tabs and 1 for whole chrome). If you have installed extensions and plugins then they also have separate process for each of them. Chrome's this feature  occupies a lot of memory and hence might degrade the performance of your browser or your whole system. So there is an extension     named 'TooManyTabs' which can help to reduce chrome's memory usage.  Using TooManyTabs extension you can selectively choose inactive tabs to be suspended so that they do not occupy any memory space. Suspending a tab/link is similar to bookmarking, which store the tab in TooManyTab, but also closes the tab from your browser.  Read the...

Manually virus removal from 'System Volume information

Image
CYBER WORLD In Windows,  System Volume Information is a system folder, to keep track of the changes took placed on a partition in a fix time period. This folder exists in every partition on your HDD. By default this folder is hidden, but you can see it by showing the hidden and system files and folders.The information stored in these folders helps Windows to revert to an earlier state, when you use the System Restore tool. But sometimes, some malware files get in the System Volume Information folder. This can happens by any of following reasons:  the malware wants to get there so that user doesn't have access to delete it and from where it can restore i t self,  or some  m alware file gets deleted and Windows decides that the file was important and it automatically stores it there, in case you ever want it back. Well, you can easily clean malware infection from this folder by using the following simple steps: Right click on  My Computer , then go ...

How to remove Autorun.inf Virus

Image
There is a very simple process to remove autorun.inf virus file. Follow the method below... 1. open up a command prompt (i.e. cmd.exe) ; to load it go to Run, type  cmd , enter. 2. Now see the Four code lines highlighted below... you have to use them all one by one. e.g. for f: drive... F: \  http://www.techbyte4u.com/ F: \attrib F: \attrib -s -h -r autorun.inf F: \del autorun.inf First for entering into any drive Second, for checking virus's attributes.After pressing enter, you will see all files of that drive. Check for autorun.inf  file in them.  You should see something like:     SHR    Autotun.inf        C:\Autorun.inf third, for changing file's  to attributes.   Usually this virus has attributes SHR(checked by second line) where S stands for system, H for hide,  R for read-only. So  To clear an attribute we use   -   (the minus ...

Beware of Hardware keylogger

Image
Hardware key-logger  is a tiny device that plugs in between a keyboard and computer, and  is a very popular way of capturing and storing keystrokes from keyboard to their internal memory. Hardware keylogger are coming with 512 KB upto 2 GB memory. A 512 KB keylogger can store more than  512000 captured key strokes.  It can capture data for 3 month with 8 hours working on computer daily. Can you imagine that how many secret information can be stored if the memory is 2GB.  Advantage of hardware keylogger over Software keylogger: Hardware keyloggers are not OS dependents, hence can work on any OS. It does not interfere with any program running on the target machine and hence cannot be detected by any software, but software keyloggers are mostly detectable by good anti-viruses.   Software keyloggers can be fooled by sending encrypted or fake keystrokes, but in case of hardware keylogger as it is directly inline ...