Paolo Redaelli personal blog

Month: May 2015

Paolo Redaelli

Wonderful, all reblogs have not been correctly imported. 8-/

I hoped to import the pieces and reblogs from my seldom used blog on predaelli.wordpress.com but something seems to have gone wrong.

Linux into a Windows Domain (Active Directory)

Once it was called LikeWise-open, now it’s new name is powerbrokeropen.org andĀ  allows Active Directory authentication for Linux, UNIX, and Mac systems by joining them to Active Directory domains. It integrates very very well into a GNU/Linux system, using Pluggable Authentication Modules (PAM) and Name Service Switch (NSS) and it supports Kerberos, NTLM, and SPNEGO…

Paolo Redaelli

Wonderful. Most of the uploads of the main site are not reachable šŸ™

I would like to edit my posts on the front-end of my blog, using https://wordpress.org/plugins/wp-front-end-editor/ I would also like many of the masonry themes from wordpress.org. Sadly there are only two masonry themesĀ  and no front-end editing here in WordPress.com. So I would move this little blog on a self-hosted, sub-blog in a domain of…

OpenMailBox

I recently discovered OpenMailBox.org, a privacy aware French email and cloud provider: Our online solution offers free e-mail address hosting for a wide public in search of a high quality service inspired by a free philosophy and totally independent of all the existing large service companies on the web. The respect for our members’ privacy…

Ok, I feel stupid. I’m reading several weeks of unread mail discovering this one of 26th of march: Hi Folks, I’m happy to announce CastXML, a successor to GCC-XML [1]. CastXML is hosted here: https://github.com/CastXML/CastXML#readme It is a tool based on LLVM/Clang that generates the same XML output format as GCC-XML [2]. CastXML’s design offers…

Time to dive into GCC: [code lang=”bash”] git clone git://gcc.gnu.org/git/gcc.git [/code] From https://gcc.gnu.org/wiki/GitMirror. And study Parsing C++ with GCC plugins, (Part 1 Part 2 and Part 3) together with GCC Internals Manual.