CartMetrix - Do you know yours?

2/20/2006

OSX Viruii - The First Two in the Same Weekend

OSX has gone from no known virus threats on Friday morning, to two threats on Monday morning. What a weekend!

From the Symantec Anti-Virus Research Center:
OSX.Leap.A
OSX.Inqtana.A

Both are low risk viruii. OSX.Leap.A is a worm that spreads through iChat. OSX.Inqtana.A is a worm that spreads through the BlueTooth system. At this time, OSX.Inqtana.A is only a proof of concept.

Popularity: 13%

Nmap Tricks

Scan all reserved TCP ports on ip address

nmap -v ip address

Scan all reserved TCP ports on ip address and try to detect software and version listening on open ports

nmap -v -sV ip address

Default is to output to stdout. You can pipe to a file with:

nmap -v ip address > filename

or by using one of the output parameters.

Output in normal human readable format.

-oN filename

Output in XML format. This is useful for passing to other applications for further processing or converting to HTML.

-oX filename

Output in grepable format. This option provides all of the information on one line so it can easily be found using the grep command.

-oG filename

Popularity: 13%

2/15/2006

Appellation

n.
A name, title, or designation.
The act of naming.

Popularity: 5%

2/14/2006

Will Oracle Make a Play for Zend?

Oracle recently bought out Sleepycat Software, the creators of the Berkley DB. Berkley DB is the most widely used open source database engine. Last October, Oracle acquired InnoDB another major database engine.

The MySQL server application supports several different database engines. Two of these being Berkley DB and InnoDB. MySQL was also recently working with Sleepycat to create a new transactional database engine to replace InnoDB. MySQL’s latest release, MySQL 5.0, was built around the InnoDB transactional engine. MySQL may be starved for alternative database engines shortly. Building a new engine from scratch will be costly.

So who’s next on Oracle’s radar? Current reports list JBoss and Zend.

What will that mean for the PHP community? Traditional open source community thinking views the corporate software world as the enemy. At the top of that list of software dictators are Microsoft and Oracle. A fortune 100 corporation owning the product one of the largest open source communities will not sit well with a large percentage of the community. I have myself have been nonplussed at the corporatization of PHP to Zend. That is bound to happen when a community expands from not-for-profit to corporate entity. Everybody has to find a way to make a living though.

More news on the Oracle Sleepycat deal
More news on Oracle and Zend

Popularity: 24%

2/13/2006

Six Tips to Increase a Posts Search Engine Ranking

I have received several mails recently inquiring how I have so many pages listed highly in Google, especially for tweaks, hacks and fixes for PHP and server related issues.

The key is the keywords used in the post title and body.

The keywords for any issue specific post, such as a bug or error message are easy. Portions of the actual error message should be used. Ask yourself, 'If I had this problem, what would I search for to find the solution?'

Take for instance a recent post regarding an error I encountered after installing the Zend Optimizer for a client. The error message was:

Failed loading /usr/local/lib/ZendExtensionManager.so: /usr/local/lib/ZendExtensionManager.so: undefined symbol: zend_extensions

The post was titled: Undefined Symbol Error After Installing Zend Optimizer.

Checkout these Google results. Three top five links on a post that is less than two weeks old. Yes, those are some specific searches, but they were pulled from the server logs.

Some general guidelines:

  1. Use distinctive keywords in page title and body
  2. Use proper names where possible (application or company name)
  3. Limited use of generic keywords in page title
  4. Use whole phrases if applicable(error messages, features, slogans)
  5. Reinforce keywords in page body
  6. Add secondary keywords and phrases in page body

Popularity: 15%

2/8/2006

Login Everywhere with BugMeNot

Tired of signing up with accounts everywhere? Try BugMeNot.com, a public database of logins to 100’s of popular sites. There is even a bookmarklet and Firefox extension to streamline looking up the info.

I bet that makes for some interesting demographical datamining.

Popularity: 6%

« Previous Page Next Page »


damonparker.org is proudly powered by WordPress
Entries (RSS) and Comments (RSS).

copyright © 2002-2009 damonparker.org. all rights reserved.

Close
E-mail It