03.01.08
Public agencies and support for open source projects?
Open Source Pixels has an interesting post about why public agencies should support open source projects.
Read the entire article here.
A Blog about Linux in the Holy Land
Open Source Pixels has an interesting post about why public agencies should support open source projects.
Read the entire article here.
I’m getting a lot of duplicate posts using wp-o-matic and if you are reading this, you probably have the same problem.
Instead of fixing wp-o-matic (that’s the developer’s job) I just changed my local wordpress to ignore posts with the same title.
Here is how it works :
if ($post_name_check || in_array($post_name, $wp_rewrite->feeds) ) {return 0;WP-o-Matic is a cool auto-blogging plugin for wordpress.
After installation you’ll have to change cron.php if you want to use automatic feed fetching via crontab.
if ($argc > 0)
{
for ($i=1;$i < $argc;$i++)
{
parse_str($argv[$i],$tmp);
$_REQUEST = array_merge($_REQUEST, $tmp);
}
}
*/20 * * * * php /DIR_TO_WP/wp-content/plugins/wp-o-matic/cron.php code=YOURCODE
change DIR_TO_WP with you path to wordpress and YOURCODE with the code you noted in step 1This page will describe about Linux, the operating system, kernel, it’s creators and more.
Implementing tearch2 on an existing postgres database : not as simple as it seems.
When trying to install tsearch2 into an existing database I stumbled upon a problem. It seems that tsearch2 takes its default locale from the lc_collate setting of the postgres cluster.
In my setup this was set to “en_US.ISO-8859-1″.
You can check your collation by sending this query to postgres :
show lc_collate;
This database was upgraded to 8.2 from an older version and the collation was set a long time ago when the database was created. Because of this setting tsearch2 refused to accept any characters outside this encoding, which was very annoying since we have our data utf-8 encoded.
The only solution was to create a new cluster with a UTF-8 collation and import all the data.
I hope postgres will support more dynamic collation settings in the future.
To install Hebrew fonts for use in X (KDE, GNOME), follow the instructions below.
You can either download a free TTF font or install available fonts if you use Debian (or a Debian derived distribution).
A free TTF font that includes support for Hebrew glyphs.
If you are using Debian or Ubuntu however you can just try this command in a shell:
sudo apt-get install culmus xfonts-efont-unicode xfonts-efont-unicode-ib xfonts-intl-european msttcorefonts
To make swatch parse multiple log files at once from a central syslog server use the following command from any bash compatible shell:
swatch -c ~/.swatchrc –tail-args ‘-q -f -n 0′ -t “`find . -name *.20080104 | xargs`”
Of course you can substitute ~/.swatchrc with your own swatch config and *.20080103 with your own search criteria.
Good luck.
People say Linux is for savvy people that like to take apart and put together their computer a lot. Well, not anymore. Linux can be used to do some real work. Advancing Linux and Open Source in Israel tries to bring Linux and Open Source products closer to the people. You will find information and guides.