e-learning platforms list

Just as a reference for later (in alphabetical order) - this list was originally quickly composed as part of the planning of a comparative study which was not concluded: Open Source:
  • A-Tutor
  • Canvas LMS
  • Chamilo
  • Claroline
  • Docebo
  • Dokeos
  • eLMS
  • Ilias
  • Moodle
  • OLAT
  • Sakai
  • .LRN
Non Open Source:
  • Angel (now Blackboard)
  • Blackboard
  • CourseMill
  • e-Doceo
  • e-Ducativa
  • SharePoint LMS
  • TotalLMS
  • WebCT

Reset mailman admin password

To reset a mailman admin password on Debian, the easiest way is to locate the mailman's proper bin directory (use dpkg -L mailman), generally: /usr/lib/mailman/bin There, you'll find an executable script called change_pw. Use this one. If you want to change the password of all lists at once, use: sudo ./change_pw --all --password=newpassword Ref: http://www.mail-archive.com/mailman-users@python.org/msg34242.html

Server stalled on Loading Kernel Modules without chroot - What to do?

Today we had a server stalled on "Loading kernel modules" at reboot (after adding 12GB of RAM, to 24GB total). The datacenter didn't know what to do and they put us on a 32-bit rescue mode console from which we couldn't (obviously) launch a 64bit chroot to update the kernel. The situation seemed pretty desperate. Our sysadmin, Jérôme, once again came to the rescue. Waiting for the datacenter to respond would have potentially increased reboot time up to 45 minutes. The only possible thing to do: replace initrd with a similar version (just in case the first one would have been damaged).

Chamilo 1.8.8.4 is nearing completion

For all those of you who've been expecting this release for a long time, we are finally closing in and this week seems to be the ideal time to have ourselves an first release candidate, which will last only one week of all goes well. Unlike previous versions, Chamilo 1.8.8.4 doesn't bring any major new feature. Instead, it is the fruit of a very deep process of trials and fixes, which has been lasting more than 60 days now and sums up to a staggering 1000 of working hours.

Increasing battery working time on Lenovo W500

I'm a happy user of a Lenovo W500 but I had a very hard time getting anything more than 1h30 battery time, even with a brand new 9-cell battery (this one got me just 1h45 when using low screen brightness and minimum CPU). Then through a conversation with a friend and colleague, he suggested I disable the ATI graphics card and use the motherboard's... This means disabling it in the system's BIOS (not inside whatever operating system you use). Since I tried that, I get up to 4h45 on my 9-cell (with the minimum energy usage configuration in Ubuntu 10.10 64bit).

Adobe Flash and V4L2 webcams

Many new videoconference systems nowadays are Flash-based. Of course, the main input for them is some sort of video device (e.g. a webcam). Under Linux, the framework responsible for this is Video4Linux (V4L), of which version 2 (aka V4L2) is current. That means that most recent webcams drivers are supported only by V4L2. Alas, some proprietary editors (of which Skype and Adobe with Flash) still only support V4L1.