2011

Access CIFS share on ASUS EeePad Transformer

       725 words, 4 minutes

I have bought an Asus EeePad Transformer to see what Android was (compared to all the iOS I had :). One of the thing I found missing (on 3.0, 3.1 and 3.2) was the ability to access CIFS (AKA SMB ou Windows) share. It’s quite a shame since you know Android and no more than a tweaked Linux kernel… Anyway, after reading a whole pack of doc, I decided to go “rooting” my tablet. I don’t want to install a fully customized ROM (yet). For now, I will keep the stock Asus firmware but will add CIFS capabilities.

Continue reading...


Create your corporate HTML website

       2431 words, 12 minutes

We’ve already seen how to create personnal and semi-pro newsletters . This time, we’re gonna see how to create a corporate website. As usual, I am going to only use Free Software material. Don’t expect a complex website. I will demonstrated how to create a simple, fixed content, website to present yourself or your SME. A few pages with meaningful content and a simple look.

Continue reading...


Manually change WordPress’ home and siteurl in MySQL

       296 words, 2 minutes

In my tidy process, I had to copy WordPress from one host to another, then access it from various URLs so that the production and the development versions were both accessible from the same public IP. To duplicate the data in a fast manner, I dumped the SQL data and tarred the WWW directory. The problem is that WordPress’ home and siteurl are kept the same between those instances. And since you try to access the administration zone, you’re redirected to the original location… To modify the duplicated instance, you can configure WordPress straight from MySQL. Here are the directions:

Continue reading...


Enable gzip compression on OpenBSD’s Apache

       436 words, 3 minutes

OpenBSD ships with Apache 1.3.x. It is better, faster, stronger, etc… but it isn’t compression-capable by default (AFAIK). Here are the directions to enable compression for all your Web resources:

Continue reading...


Configure SOGo to use MySQL socket

       109 words, 1 minutes

When connecting SOGo with MySQL, you may either use a remote or a local server. To use a remote server, you’ll configure SOGo with such directives: SOGoProfileURL = "mysql://sogouser:sogopass@mysqlhost:3306/sogodbname/sogo_user_profile"; To use a local MySQL server, you will need to access the mysql.socket file. And when it is secured with chroot&friends, the mysql.sock may not be where SOGo expects it. I have mine located at /var/chroot/mysql/mysql.sock. Normally, you would modify my.cnf to refer to the MySQL socket file.

Continue reading...


7 / 24