Archive for the 'Computers' Category

Interesting article: Installing Fedora Core on the Mac mini

Wednesday, May 18th, 2005

I think it should also work with iBook, I’ll try to try it with my iBook. here You can read it

Digikam 0.7.2 for Fedora Core 3

Wednesday, May 18th, 2005

I was looking for Digikam 0.7.2 for Fedora Core 3, I’ve just found one, but for Fedora Core 2, but it works in Fedora 3.
To install 0.7.2 version you need download and rpm -Uhv (upgrade or new installation) following packages:
digikam-0.7.2-1.0.2.kde.i386.rpm
dcraw-0.0-0.fdr.0.1.20041026.2.i386.rpm
libkexif-0.2.1-1.0.2.kde.i386.rpm
libkipi-0.1.1-1.0.2.kde.i386.rpm
digikamimageplugins-0.7.2-1.0.2.kde.i386.rpm
imlib2-1.2.0-0.fdr.5.2.i386.rpm
kipi-plugins-0.1-0.fdr.0.3.beta1.2.i386.rpm

Very usefull cheat sheets!

Tuesday, May 17th, 2005

At ilovejackdaniels.com you can find very usefull cheat sheets.
Available formats - pdf or png, so you can print it. One of the examples is php cheat sheet

VoIP (Voice over IP) with Linksys PAP2

Saturday, May 14th, 2005

Few weeks ago I decided to get rid off standard analog telephony. One week ago I bought VoIP gateway - Linksys PAP2.
Now I’m sure it was a good choice! It works perfect, and can call all over the word and pay less than before the decision to buy Linksys PAP2.

Interesting article: “How to snatch an expiring domain”

Tuesday, May 3rd, 2005

If you plan to snatch some domain look at mikeindustries blog to find out, how to do it.

Another reason to use Firefox

Monday, May 2nd, 2005

If you’re google adsense user - check this: Adsense Notifier - Firefox Extension

How to secure a web page. How to secure password.

Friday, April 29th, 2005

How to secure a web page? How to secure passwords? How to secure database password?
As you probably noticed, putting password in a config file in html directory is not a good idea?
Task: improve security of web page.
Solution: put all of your config files in another directory (but not placed in html). For example you may […]

How to fetch attachment from e-mail.

Thursday, April 28th, 2005

How to fetch attachment from e-mail? How to fetch any attachment from any e-mail?
Below is the solution in perl.
Task: I receive daily reports as e-mail attachments (for example bank reports), I want to retrieve them and put in the database.
Solution: Perl script - it gets new e-mails from the pop3 e-mail account, fetches attachments, and […]