DevReview.net

More development notices …

Archive for the ‘freebsd’ Category

Installation Sphinx search engine on Freebsd 7.2

leave a comment

Sphinx is a full-text search engine. Generally, it is a standalone search engine application, built for provide fast, effective and relevant full-text searching to other 3rd parties applications. Sphinx was designed well for integration with SQL databases and scripting languages like php, ruby, etc … Read more here sphinxsearch.com

Installation Sphinx

Of course you can find a lot of instructions howto install sphinx on Freebsd on the web, but I’ve decided just create my version which is clear of course and 100% workable :) (Actually, the truth is – I just dont want to forget how to install sphinx in future as well :) )

Anyway, lets start …

Read the rest of this entry »

Written by admin

March 5th, 2010 at 12:24 am

How to check what ports are used by processes on Freebsd

leave a comment

Use command to check what process listen which port on Freebsd

sockstat -4

and use, if you want to filter detailed data

sockstat -4 | grep 80

Usage sockstat command:

Usage: sockstat [-46clu] [-p ports] [-P protocols]

Read the rest of this entry »

Written by admin

March 4th, 2010 at 9:40 pm

Posted in freebsd

Tagged with , , ,