Those who migrate to Debian variant from Red Hat will be missing the convenient of rpm -qf.
For those of you who don’t know what is rpm -qf <filename>, this command is very useful if you used rpm package management system. It will tell you which package manage that file.
Many people are not aware of the Debian alternative for rpm -qf. First you need to install apt-file by using the following command.
- -sudo apt-get install apt-file
Now you can search the package of the file by using:
- sudo apt-file search –fixed-string $<filename>
That’s it! I hope this will help you in your troubleshooting, debugging, resolving version conflicts, etc…
Posted in Linux, Tips | No Comments »
Recently I’ve noticed that there’s no size column in My Computer or Windows Explorer. Then when I tried to look in the details list, it’s not listed as an option.
Very wired indeed. After a few rounds of Googling, I’ve found that Windows Search 4.0 is the culprit. Before I give a boot to Windows Search 4.0, I’ve found better solution.
The problem could be due to during installation of Windows Search 4.0, my Property Schema Cache was not created correctly. Deleting the following registry key solved my problem.
HKLM\Software\Microsoft\Windows\CurrentVersion\PropertySystem\PropertySchema\@CachedSchema
Source : Microsoft Social
Posted in Microsoft, Tips, Tricks, Windows | No Comments »
The hacker, who goes by the handle GMZ, said he gained access to Twitter’s administrative control panel by using a brute-force dictionary password cracker. Fortunately for him, the user turned out to be a member of Twitter’s admin, who’d chosen the weak password “happiness.
Twitter has got very serious security loopholes.
- First no password protection for continuous retried attempts.
- Second, what kind of admins would have used such a dictionary password.
Anyway, it was a fun for hackers community as they got the glimpse of famous celebrity such as Obama, Britney and even Fox News official account.
Source : Digg
Posted in Internet, Tech News | 1 Comment »
With all the buzz Chrome is getting, you wouldn’t be surprised there are tools developed aim at Chrome. Are using Chrome daily basis and saved your password in it, but can’t remember anymore?
No worry. There is Chrome password recover utility available now.

All you have to do is download Chrome Password Recovery tool. No need to install, just run it and it will list all your Chrome saved passwords. Cool, huh?
Posted in Google, Programs, Tips | 1 Comment »