Skip to content

Cookie-Free Google Search Firefox Add-On

Cookie-Free Google Search is a Firefox add-on that allows to search Google without sending cookies...
  • Twitter
  • Bookmark Cookie-Free Google Search Firefox Add-On at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg Cookie-Free Google Search Firefox Add-On
  • Mixx Cookie-Free Google Search Firefox Add-On
  • Bloglines Cookie-Free Google Search Firefox Add-On
  • Technorati Cookie-Free Google Search Firefox Add-On
  • Fark this: Cookie-Free Google Search Firefox Add-On
  • Bookmark Cookie-Free Google Search Firefox Add-On at YahooMyWeb
  • Bookmark Cookie-Free Google Search Firefox Add-On at Furl.net
  • Bookmark Cookie-Free Google Search Firefox Add-On at reddit.com
  • Bookmark Cookie-Free Google Search Firefox Add-On at blinklist.com
  • Bookmark Cookie-Free Google Search Firefox Add-On at Spurl.net
  • Bookmark Cookie-Free Google Search Firefox Add-On at NewsVine
  • Bookmark Cookie-Free Google Search Firefox Add-On at Simpy.com
  • Bookmark Cookie-Free Google Search Firefox Add-On at blogmarks
  • Bookmark Cookie-Free Google Search Firefox Add-On with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca

Creating DVDs with linux

DeVeDe looks really promising:
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD), suitables for home players, from any number of video files, in any of the formats supported by Mplayer. The big advantage over other utilites is that it only needs Mplayer, Mencoder, DVDAuthor, VCDImager and MKisofs (well, and Python 2.4, PyGTK and PyGlade), so its dependencies are really small.


Because it relies on Python, mplayer and mkisofs I suppose it works on any OS where these tools exist, not only linux.

Although I haven't made a DVD with it yet, I've already contributed a gentoo ebuild for version 2.8...
  • Twitter
  • Bookmark Creating DVDs with linux at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg Creating DVDs with linux
  • Mixx Creating DVDs with linux
  • Bloglines Creating DVDs with linux
  • Technorati Creating DVDs with linux
  • Fark this: Creating DVDs with linux
  • Bookmark Creating DVDs with linux at YahooMyWeb
  • Bookmark Creating DVDs with linux at Furl.net
  • Bookmark Creating DVDs with linux at reddit.com
  • Bookmark Creating DVDs with linux at blinklist.com
  • Bookmark Creating DVDs with linux at Spurl.net
  • Bookmark Creating DVDs with linux at NewsVine
  • Bookmark Creating DVDs with linux at Simpy.com
  • Bookmark Creating DVDs with linux at blogmarks
  • Bookmark Creating DVDs with linux with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca

Samba as Windows Primary Domain Controller (PDC)

Here are some links to the documentation I used to build mine.

General setup:

Roaming profiles + folder redirection:


Update: this article may also be of interest.
  • Twitter
  • Bookmark Samba as Windows Primary Domain Controller (PDC) at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg Samba as Windows Primary Domain Controller (PDC)
  • Mixx Samba as Windows Primary Domain Controller (PDC)
  • Bloglines Samba as Windows Primary Domain Controller (PDC)
  • Technorati Samba as Windows Primary Domain Controller (PDC)
  • Fark this: Samba as Windows Primary Domain Controller (PDC)
  • Bookmark Samba as Windows Primary Domain Controller (PDC) at YahooMyWeb
  • Bookmark Samba as Windows Primary Domain Controller (PDC) at Furl.net
  • Bookmark Samba as Windows Primary Domain Controller (PDC) at reddit.com
  • Bookmark Samba as Windows Primary Domain Controller (PDC) at blinklist.com
  • Bookmark Samba as Windows Primary Domain Controller (PDC) at Spurl.net
  • Bookmark Samba as Windows Primary Domain Controller (PDC) at NewsVine
  • Bookmark Samba as Windows Primary Domain Controller (PDC) at Simpy.com
  • Bookmark Samba as Windows Primary Domain Controller (PDC) at blogmarks
  • Bookmark Samba as Windows Primary Domain Controller (PDC) with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca

"SSL plugin" for Psi jabber client on Ubuntu et al.

If you get a "plugin not found" error when trying to enable SSL in Psi, you'll need to install a package called qca-tls.

eg (Ubuntu):
sudo apt-get install qca-tls



UPDATE, 2008-05-12

After switching to Ubuntu 8.04, I had to:
sudo apt-get install libqca2-plugin-ossl
  • Twitter
  • Bookmark "SSL plugin" for Psi jabber client on Ubuntu et al. at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg "SSL plugin" for Psi jabber client on Ubuntu et al.
  • Mixx "SSL plugin" for Psi jabber client on Ubuntu et al.
  • Bloglines "SSL plugin" for Psi jabber client on Ubuntu et al.
  • Technorati "SSL plugin" for Psi jabber client on Ubuntu et al.
  • Fark this: "SSL plugin" for Psi jabber client on Ubuntu et al.
  • Bookmark "SSL plugin" for Psi jabber client on Ubuntu et al. at YahooMyWeb
  • Bookmark "SSL plugin" for Psi jabber client on Ubuntu et al. at Furl.net
  • Bookmark "SSL plugin" for Psi jabber client on Ubuntu et al. at reddit.com
  • Bookmark "SSL plugin" for Psi jabber client on Ubuntu et al. at blinklist.com
  • Bookmark "SSL plugin" for Psi jabber client on Ubuntu et al. at Spurl.net
  • Bookmark "SSL plugin" for Psi jabber client on Ubuntu et al. at NewsVine
  • Bookmark "SSL plugin" for Psi jabber client on Ubuntu et al. at Simpy.com
  • Bookmark "SSL plugin" for Psi jabber client on Ubuntu et al. at blogmarks
  • Bookmark "SSL plugin" for Psi jabber client on Ubuntu et al. with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca

How to clone copy-protected audio CDs using linux

(or generally speaking, how to create an exact copy of any multitrack CD)

1. copy the cd to an image file
# cdrdao read-cd --read-raw --device /dev/hdc --driver generic-mmc-raw --datafile cd.bin cd.toc


2. burn the image to a cd
# cdrdao write --speed 64 --device /dev/hdc --driver generic-mmc --eject cd.toc


Using cdrdao ("disk-at-once") is imho the best solution to copy a CD, because you get an exact copy of the whole disk, not just a copy of each track. => This preserves for instance the delay between tracks on an audio CD.
  • Twitter
  • Bookmark How to clone copy-protected audio CDs using linux at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg How to clone copy-protected audio CDs using linux
  • Mixx How to clone copy-protected audio CDs using linux
  • Bloglines How to clone copy-protected audio CDs using linux
  • Technorati How to clone copy-protected audio CDs using linux
  • Fark this: How to clone copy-protected audio CDs using linux
  • Bookmark How to clone copy-protected audio CDs using linux at YahooMyWeb
  • Bookmark How to clone copy-protected audio CDs using linux at Furl.net
  • Bookmark How to clone copy-protected audio CDs using linux at reddit.com
  • Bookmark How to clone copy-protected audio CDs using linux at blinklist.com
  • Bookmark How to clone copy-protected audio CDs using linux at Spurl.net
  • Bookmark How to clone copy-protected audio CDs using linux at NewsVine
  • Bookmark How to clone copy-protected audio CDs using linux at Simpy.com
  • Bookmark How to clone copy-protected audio CDs using linux at blogmarks
  • Bookmark How to clone copy-protected audio CDs using linux with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca
Defined tags for this entry: ,