Warning: mysql_connect() [function.mysql-connect.php]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/waterwav/public_html/weblog/includes/weblog.php on line 44

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/waterwav/public_html/weblog/includes/weblog.php on line 337

Warning: Invalid argument supplied for foreach() in /home/waterwav/public_html/weblog/includes/functions.php on line 66

Warning: in_array() [function.in-array.php]: Wrong datatype for second argument in /home/waterwav/public_html/weblog/includes/functions.php on line 87

Warning: Invalid argument supplied for foreach() in /home/waterwav/public_html/weblog/includes/functions.php on line 92

Warning: reset() [function.reset.php]: Passed variable is not an array or object in /home/waterwav/public_html/weblog/includes/functions.php on line 101

Warning: Variable passed to each() is not an array or object in /home/waterwav/public_html/weblog/includes/functions.php on line 111
x-log

Thèmes

Liens

License

Creative Commons License

Unless otherwise expressly stated, all original material of whatever nature created by Andreas Jaggi and included in this weblog is licensed under a Creative Commons License.

28.07.2009

Unfreeze messages in Exim queue

To process all **frozen** messages in the Exim queue use this command:

mailq | grep frozen | awk '{print $3}' | xargs exim -v -M

22:25 | Linux | lien permanente

10.03.2009

Remove all messages in the Exim queue

To whipe the Exim message queue use the following command:

exim -bp | exiqgrep -i | xargs exim -Mrm

14:50 | Linux | lien permanente

6.03.2009

Prevent Exim4 from using up all disk space on Debian

Adding the following line to the Exim4 configuration prevents that all the disk space is used up by the messages in the spool folder:

check_spool_space=100M

This refuses incoming messages with a "452 Space shortage, please try later" message when less than 100 megabytes of disk space are available on the partition where the spool folder resides.

10:20 | Linux | lien permanente

4.03.2009

PDM TODO Performance

Yep, that's right: two days left to my personal deadline and just a little more than half of the TODOs done...

16:23 | École | lien permanente

24.02.2009

Gmail problems

This comment on the Gmail problems made my day:

They're testing their new offline feature :)

(via)

13:11 | Misc | lien permanente

21.02.2009

Music for a hard wake-up in the morning II

Tagada Jones — Une fois de plus (Industrial Version)

Tagada Jones - 1 fois de plus

13:28 | Musique | lien permanente

19.02.2009

Music for a hard wake-up in the morning

Die Toten Hosen — Strom

17:24 | Musique | lien permanente

16.02.2009

The Pirate Bay Trial op-editorial

The trial against The Pirate Bay that started today in Stockholm, Sweden are one of the most important issues of our time. Our adversaries basically wants to close down internets and remodel it into something similar of a sodamachine serving entertainment. During the trial, the prosecutor together with a coterie of representatives for a disabled business model will put up a tacky theater by telling stories designed to convince the court that The Pirate Bay infact is a menace to society.

What differs this trial from most earlier trials is that everything in and surrounding it will whirl round and round in diverse channels of communication; to be discussed, reinterpreted, copied and critizised. Every crack in their appeal will be penetrated by the gaze of thousands upon thousands of eyes on the internets, in all the channels covering the trial. Old cliches from the antipiracy lobby wont stick. You won’t be able to say stuff like, ”you can’t compete with free” or ”filesharing is theft” without a thousand voices making fun of you.

We will create numerous scenes where quite different plays will take place. In local channels like spectrial.bloggy.se where the immediate physical surroundings of the court are being discussed. ”Which cafés nearby will give us connection?” ”How can we get electricity to the bus?” But also in international channels like Twitter, where right now the torrent of information is being translated into fifteen different languages. Translations and coverage being made by ordinary users of internets. Volunteers sign up to make trial-tourist guides to the surroundings, drive the bus or hook up audio. People fly in from far away countries to cover the trial and tell the world their video story of the Sweden they see.

Here all participants are potential actors in the Spectrial. Our channels form a meltingpot of reporting and engagement.

Our communication around the spectacle aims in no way towards an objective report on an external chain of events. Rather, the trial is a hub around which a whole new network of actors is instigated. Neither is the spectacle a question of old media against digital, social medias. Our social medias include a paper fanzine and a 32 year old bus, connecting us and others physically.

It’s not about the protocols nor the technology. It’s about using these to create new congregations, where anyone is invited and anyone can find their role, build new scenes and make their own performances.

The future is built by us. Us who participate in conversations. The future is built by us who explore how information and performativity is coming together. To refuse a debate and still expect to be able to charge consumers is since long a closed door. To also try and outlaw certain types of conversations is downright disgraceful.

The coverage of the trial is not unique in these qualities. More and more areas see the creation of conversations on and the exploration of new stances on culture and cultural economy. A gigantic collective exploration has set sails. Every route differs from the other. But they have one thing in common: The industry interests that the state is representing are never present in these conversations. This is why they wont be part in building the future.

maintain hardline kopimi

The Bureau for Piracy and The Pirate Bay
via the internets

this article was translated by proud peers of The Pirate Bay trial.thepiratebay.org

(via)

20:46 | Misc | lien permanente

14.02.2009

1234567890

1234567890day.com

00:31 | Misc | lien permanente

12.02.2009

Fix Zsh completion problems

When having problems like _alternative:69: command not found: _path_commands during tab completion in Zsh, removing .zcompdump* and restarting Zsh gives relief.

15:53 | Linux | lien permanente

9.10.2008

Unicode Snowman

via

15:50 | Misc | lien permanente

4.09.2008

Use EPFL Exchange on the iPhone / iPod touch

As EPFL is migrating all its E-Mail services to Exchange, lets use the Exchange functionalities of the iPhone/iPod touch.
Here's the configuration to make it work:

  • E-Mail: firstname.lastname@epfl.ch
  • Server: ewa.epfl.ch
  • Username: studentsusername
  • Password: ********************

19:59 | Misc | lien permanente

21.08.2008

Disc of this Summer: La Phaze - Miracle

La Phaze - Miracle

06:31 | Musique | lien permanente

9.08.2008

Opera 9.25 vs Safari JavaScript syntax error forgiveness

The following definition of an Array works without problems in Safari (and probably Firefox too), but triggers an (legitimate) error in Opera 9.25:

var myArray = [
 1.2,
 2.3,
 3.4,
];

The error is triggered by the superfluous comma after the last element of the Array. It may be argued for both behaviors, but I would prefer all Browsers accepting such an Array definition also since in other languages (C, Python, PHP) such a redundant comma does not cause any trouble.

01:15 | Coding | lien permanente

2.08.2008

Fast disk upgrade for my MacBook Pro

Here's how to upgrade the disk of a MacBook Pro in 45 minutes while keeping all your data/settings/applications:

  1. Uninstall rEFIt and make sure your MBP restarts with the Apple 'default' bootloader
  2. Follow the iFixit Guide to replace your disk
  3. Put the old disk in a SATA-to-USB case (they are available for $7.89 from Newegg.com)
  4. Connect the old disk to your MBP and turn the MBP on. (The MBP automagically recognizes the old system and runs it)
  5. Open the Disk Manager and partition your new disk.
  6. Select your new 'system' Volume and open the "Restore" tab.
  7. Drag your old 'system' Volume to the "Source" field and your new 'system' Volume to the "Target" field. Click on "Restore", the contents of your old disk are now copied to the new disk.
  8. After the restore process finishes, shutdown your MBP.
  9. Disconnect your old disk and turn on your MBP.
  10. Voilà. You are booting from the new disk and all your data/settings/applications are there too!

07:58 | Mac | lien permanente