Skip to content

Category: Security

Credit Cards: Fees, Minimum Amounts, and Your Rights

credit-cardsAfter eating lunch at a local restaurant yesterday, I noticed that when I was signing my receipt they had printed my whole credit card number on there. I hadn’t seen that happen in years, and I immediately scratched it out. I happened to be with a group of cyber security guys, and they were all in disbelief as well.

It would be very easy for a thief to pick up your receipt just after you leave, then go home and have an online shopping spree. The server or anyone else handling your receipt could do the same thing.

Personal AntiVirus for Linux – ClamAV with Fedora 11

I'm providing the original text file for ease of use

Grab it here - ClamAV.on.Fedora
----------------------------------

Background:

This guide will use the ClamAV CLI scanner and the ClamAV-Update script (freshclam).
I wrote this to help all the HomeSOHO users (servers or desktops).
ClamAV has various tools/packages/plugins for email servers etc. but that’s another story.

If you wish to learn more visit their home site: http://www.clamav.net/

Obviously, you can change anything you want, but this should get you going.

How to recover MySQL’s “root” password quickly

Have you ever been in a rush or just had a complete brain freeze with your MySQL passwords? Well…..I have.  🙂 ——————————- Step # 1 : Stop mysql service SHELL> /etc/init.d/mysql stop ——————————- Step # 2: Start to MySQL server w/o password: SHELL> mysqld_safe –skip-grant-tables & ——————————- Step # 3:…