In this post, we’ll cover how to run a SSH server directly on Chrome OS (ie not into a Crouton chroot). One of the first things I do on any machine (FreeBSD, Linux, Mac OS X or Windows) is to install, run and configure the SSH server. It’s always convenient to be able to scp from […]
Read moreBitbucket won’t serve CNAME anymore, how to keep URLs working?
In the past, BitBucket allowed CNAME to use custom subdomains like hg.yourdomain.tld. But recently, Atlassian decided to remove this feature, You can drop the DNS record and update your documentation, but that will be a violation of Cool URIs don’t change and you can’t update paper documentation, bookmark from other users, etc. If you want to keep […]
Read moreDecember 2014 links
Some links of stuff I appreciated this month. Links to French content are in a separate post. You can also take the time machine to November 2014. AI What if instead to understand how the brain works, we copy the neural connections as is? This is what the OpenWorm project tries to do with C. […]
Read moreNovember 2014 links
Some links of stuff I appreciated this month. Links to French content are in a separate post. You can also take the time machine to October 2014. November is the Philae landing on the Comet Churyumov-Gerasimenko month and the ESA photo release under CC-BY-SA (one of them here) month. Mainly DevOps links in this post, a […]
Read moreOctober 2014 links
Some links of stuff I appreciated this month. Links to French content are in a separate post. In the servers world SSL. October is the month we disabled SSLv3 protocol support from nginx following the POODLE attack. So this means we can look to this paper, nginx configuration and a tool to check SSL configuration. […]
Read moreGrip end of life. Migration to Dwellers and Ysul.
We’re migrating this summer our semi-public web and shell server Grip, so we can provide more space disk, more RAM and better CPU. Grip EOL date is 2014-07-31. Alternative servers are ready now. The new offer We both offer a traditional FreeBSD shell and web server and a CentOS 7 application server with OpenShift and […]
Read moreBase64ToolBox :: Décoder une image à partir d’une chaîne Base64
Ce mardi, c’est un petit utilitaire écrit durant l’hiver 2004-2005, période précédent de quelques semaines de Viper – ma solution de gestion documentaire – en C#, que je distribue sous licence open source. Il s’agit d’un de mes premiers essais en .Net 2.0, à l’époque de la beta. Il permet de décoder une chaîne Base64 […]
Read moreWikimedia Commons and the public space
Hotel Charleroi is an artist residency project at Charleroi. Some twenty artists, mainly from Vienna use Charleroi as a playground to explore and interact with the public space. Invited to give a talk, I offered two topics: Wikimedia Commons and the public space The Creative Commons licensing framework If you’re interested by a presentation about […]
Read moreHowto use your login/pass system to Bugzilla (or other app) without edit any line of code ?
Structure SQL de Sycorax
Voici la structure SQL actuelle minimale de Sycorax : Structures des tables SQL de Sycorax CREATE TABLE Files ( file_id mediumint(8) NOT NULL AUTO_INCREMENT, file_path mediumtext NOT NULL, tune_id mediumint(8) NOT NULL, PRIMARY KEY (file_id), KEY tune_id (tune_id), KEY file_path (file_path(255)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; CREATE TABLE Tunes ( […]
Read more