Had an issue with ÜberCart tonight.
Was sure I already solved it.
Knew I explained the solution on Twitter.
Tried to search for it:

and failed !
And all I was looking for was this little tweet.
Is Twitter’s search supposed to work ?
Free Softwares, Computers & Linux
Had an issue with ÜberCart tonight.
Was sure I already solved it.
Knew I explained the solution on Twitter.
Tried to search for it:

and failed !
And all I was looking for was this little tweet.
Is Twitter’s search supposed to work ?
On dirait que Google cherche à promouvoir agressivement en France AdWords, son service de régie publicitaire en ligne. Après avoir eu entre les mains plusieurs bons de réductions (100 euros et 50 euros) ces derniers mois, j’ai reçu aujourd’hui par courrier un bon de 75 euros.
Malheureusement, je ne peux pas l’utiliser car j’ai déjà un compte AdWords. En effet, le bon en question n’est valable que pour les compte AdWords créés il y a moins de 14 jours (et dont l’adresse de facturation est située en France). J’offre donc ce bon d’achat au premier qui m’en fait la demande sous la forme d’un commentaire (n’oubliez pas de renseigner votre adresse mail).
A noter que ce crédit promotionnel garde sa valeur de 75€ jusqu’au 28 février 2010. Passé cette date, le bon reprends une valeur nominale de 50€, et expire définitivement le 31 mars 2010.
J’ai deux bons d’achats de 50€ pour le service Google AdWords. Ca traînent sur mon bureau depuis plusieurs semaines, et je ne peux pas les utiliser car j’ai déjà profité cette année d’une offre similaire. Voilà pourquoi j’en offre aux deux premières personnes qui laissent un commentaire sous ce post.
D’après la brochure, ces bons ne sont utilisables que si les conditions suivantes sont réunies:
Ca fait beaucoup de conditions donc je doute que les gens se bousculent, d’autant plus que je suis loin d’être le seul en France à recevoir ce genre de pub…
I provide hosting for free to some of my friends. One of them, QPX, had a side project called Lich’ti. But the latter is no longer active, so he decided to not renew the lich-ti.fr domain.
If Lich’ti’s domain name is dead, QPX’s personal blog is not. His website is powered by WordPress and was available at http://qpx.lich-ti.fr. My job is now to move it to http://qpx.coolcavemen.com. In this post, I’ll tell you how I’ve done it.
Before going further, backup everything, and be ready to revert back to your original situation at any moment ! What works for me will not necessary works for you…
To play nice with your visitors, you can setup a temporary maintenance page while we’re performing the migration.
Let’s start the migration by replacing, in the files served by Apache, all occurrences of the old domain name by the new one:
find /var/www/qpx-blog -mount -print -type f -exec sed -i 's/qpx.lich-ti.fr/qpx.coolcavemen.com/g' "{}" \;
If you have doubts about the efficiency of the command above, you can check the presence of the string we’re looking to replace via this command:
grep -RIi "qpx.lich-ti.fr" ./*
Then, we dump the database containing all WordPress content and config to a local file (the command will prompt for password):
mysqldump -p --host=localhost --port=3306 --user=root --opt --databases "qpx_blog" > qpx_dump.sql
And we replace all strings of the old domain by the new one:
sed 's/qpx.lich-ti.fr/qpx.coolcavemen.com/g' qpx_dump.sql > new_qpx.sql
Finally, we re-inject the modified database content after clearing the original:
mysql -p --host=localhost --port=3306 --user=root --execute='DROP DATABASE `qpx_blog`;' mysql -p --host=localhost --port=3306 --user=root < new_qpx.sql
Now you can disable the maintenance page and test the blog to check nothing’s broken.
Again, to play nice with your visitors (and search engines), you can redirect old URLs to the new domain, with apache directives similar to this one:
<VirtualHost *:80> ServerName qpx.lich-ti.fr RedirectMatch permanent (.*) http://qpx.coolcavemen.com$1 </VirtualHost>
Dear Lazy Web,
I would like to thanks you for building one of the online service I secretly wished to create one day.
Today, discovering the existence of smush.it (and its seamless integration with WordPress), I can finally remove one of the sticky notes that are plaguing my walls for 2 years:
Dear Lazy Web, I owe you one…
Latest blog activity
kev, djib
Hrr, bhanu, Amor, Miller, Teodoro, Darius [...]
Toma, kev, Toma
William Kulich, Roland Gesthuizen, bbr, Girish, Ozmumcu, gavjof [...]
kev, djib