February 15, 2009

Change file permissions

Filed under: linux — @ 18:25

Short entry as a self reminder. Change file permissions in a directory:

find . -type f -print0| xargs -0 chmod -x

February 1, 2009

Chassidische joden en inburgering: moeilijk

Filed under: maatschappij — @ 23:49

Van zo een verhaal zakt uw broek toch af?

Voor het geval de link naar deredactie.be niet meer werkt, hieronder het volledige artikel.

zo 01/02/09 19:57 (UPDATE video) – De joodse Chassidische gemeenschap in Antwerpen wil niet dat haar leden meedoen aan de Vlaamse inburgeringscursussen voor nieuwkomers. Ze raadt nieuwkomers af om zich in Vlaanderen te komen vestigen.

Alle nieuwe immigranten van buiten de Europese Unie moeten in Vlaanderen een inburgeringscursus volgen. De Vlaamse overheid beschouwt dat als essentiële integratie.

Volgens de Chassidische rabbijnen echter gaan dergelijke cursussen in tegen de religieuze voorschriften.

“Ten eerste is er een bezwaar over de personen die de cursussen geven”, zegt Pinchas Kornfeld, voorzitter van de Israëlitische Orthodoxe Gemeenschap. Eventuele vrouwelijke lesgeefsters moeten voor hem “aangepaste kleding” dragen en gemengd onderwijs is voor hem al helemaal uit den boze.
Ultraorthodox maar tegen zionisme

Het Chassidische jodendom is een ultraorthodoxe richting binnen het jodendom. Het woord “chassidisch” komt uit het Hebreeuws en betekent “vroom”.

De Chassidische joden vormen niet een beweging, maar verschillende groepen die enkele dingen gemeen hebben. Ze vallen vooral op door hun kleding, die gebaseerd is op de kleding van Oost-Europese joden. Opvallend zijn de zwarte hoeden en de pijpenkrullen bij de mannen.

Ook opvallend is dat veel Chassidische joden tegen het zionisme zijn. Zo betoogden Chassidische joden eerder deze maand tegen de “zionistische en terroristische massamoord in Gaza”

January 28, 2009

TF-CSIRT 26 – Riga: Quantitative Cross Comparative Analysis of Tools for Anomaly Detection

Filed under: Security,conferences,internet — @ 22:06

I attended the last joint TF-CSIRT / FIRST meeting in Riga. One of the most interesting talks was by Wayne Routly from Dante. He talked on Quantitative Cross Comparative Analysis of Tools for Anomaly Detection. He gave some very good information on StealthWatch and Netreflex. If you’re moving Gbs of data then the set of tools you can use to analyze traffic are limited. According to the presentation both tools did quite well though.

January 27, 2009

Children of Men

Filed under: maatschappij — @ 23:30

Deze avond was er op 2be de film Children of Men.

Wie er na de Al Gore campagne of de Big Ask nog steeds niet van overtuigd is dat er iets grondig mis is met onze planeet zal de film een kijk op de toekomst geven. Donker en deprimerend vooruitzicht.

January 13, 2009

requested_mask / denied_mask errors on Ubuntu with Mysql

Filed under: linux,mysql,ubuntu — @ 14:48

I’ve recently set up some new msql-servers that had to fetch their data from a shared mountpoint. I changed the mysql configuration so that it was no longer looking in /var/lib/mysql but in /mounted/mysql. Unfortunately mysql failed to start because of insufficient permissions( type=1503 operation=â€?inode_permissionâ€? requested_mask=â€?rw::â€? denied_mask=â€?rw::â€? name=â€?/mounted/mysql/ibdata1″ pid=7588 profile=â€?/usr/sbin/mysqldâ€? namespace=â€?defaultâ€?

This is caused by apparmor. You need to edit the file /etc/apparmor.d/usr.sbin.mysqld and then look for the lines /var/lib/mysql. Replace this with your path and restart apparmor and mysql.

/etc/init.d/apparmor restart
/etc/init.d/mysql restart

January 5, 2009

SSL Blacklist 4.0

Filed under: Security,firefox,internet — @ 23:24

SSL Blacklist is a nice addon for Firefox that has the ability to detect MD5 signed certificates and block access. If you don’t know what’s the problem with MD5 signed certificates then enjoy reading this.

December 15, 2008

No sound, Firefox and Ubuntu

Filed under: firefox,linux,music — @ 16:24

I had an issue on my workstation with Ubuntu 8 where whenever I played some sound with Firefox (a movie, music, …) I could no longer play sound with any other mediaplayer (banshee, …).

I resolved this by installing libflashsupport

sudo aptitude install libflashsupport

December 14, 2008

Google Sites

Filed under: internet,webdevelopment — @ 11:54

I’ve stumbled on a new Google App, Google Sites. The Google Sites engine is the old JotSpot enhanced with the “Google Experience”. If you need to set up a site quickly with a wysiwyg editor then Google Sites might be a good tool for this …

November 28, 2008

The Big Ask

Filed under: maatschappij — @ 23:29

November 24, 2008

Wiping disks

Filed under: Security,linux — @ 22:32

Recently I needed to wipe a couple of disks because I wanted to sell them. I’ve played around with shred under Linux (like from a Knoppix live cd) but why go through all this hassle? I encountered Darik’s Boot and Nuke. Boot from the cd, select the drives and press F10. That’s all there is.

« Previous PageNext Page »