mercredi 7 octobre 2015

Setup of TOR relay on Raspberry PI succeeded !


---< Begin of log >---

Oct 07 18:17:21.000 [notice] Your Tor server's identity key fingerprint is 'JollyRoger xxx'
Oct 07 18:17:21.000 [notice] Bootstrapped 0%: Starting
Oct 07 18:17:39.000 [notice] We now have enough directory information to build circuits.
Oct 07 18:17:39.000 [notice] Bootstrapped 80%: Connecting to the Tor network
Oct 07 18:17:41.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
Oct 07 18:17:41.000 [notice] Bootstrapped 100%: Done
Oct 07 18:17:41.000 [notice] Now checking whether ORPort xx.xxx.xxx.xxx:xxxx and DirPort xx.xxx.xxx.xxx:xxxx are reachable... (this may take up to 20 minutes 
-- look for log messages indicating success)
Oct 07 18:17:43.000 [notice] Self-testing indicates your DirPort is reachable from the outside. Excellent.
Oct 07 18:17:43.000 [notice] Self-testing indicates your ORPort is reachable from the outside. Excellent. Publishing server descriptor.
Oct 07 18:17:44.000 [notice] Performing bandwidth self-test...done.

---< End of log >---

It looks like my TOR relay is now up and running on my Raspberry PI !!!

lundi 28 septembre 2015

Synapteek slide deck

A slide deck for architecture activities

I had this in mind for a long time now. I observe that in my activities, I am often requested to provide the same kind of communication deck, including pros & cons, SWOT analysis and so on...
In order to streamline it, I propose you a slide deck providing this kind of master.


Feel free to comment, propose and ask for additional layouts...


dimanche 18 janvier 2015

Working on Javascript... from end to end

It has been a long time now that I didn't post anything to this blog...
My last discoveries are around Javascript and how to use it with Node.js + Express + Mongoose + MongoDB.

Quite impressing to be able to do a REST API in some minutes which opens great capabilities.
My next step will be to call this API from a Javascript Client based on DurandalJS.
So a full Javascript stack, from end to end.

I think I will begin to like this language by the way...

Once my code will be a bit advanced, I will put it on GitHub for those interrested. Keep in touch, then !