I primarily use Mac OS X for development. While there are virtually hundreds of different text editors and IDEs I somehow got used to XCode for all my C++ development tasks. I like XCode because it provides me good compiler and easy to use IDE with all the debugging tools I might need. Continue reading
Author Archives: manca
Leave a reply
Public-Key SSH authentication
One of the most important tools pretty much any software developer or IT system admin should be familiar with is SSH (Secure Shell). Even though most folks know how to use SSH to remotely connect to a server or VPS, many still struggle to understand how the public-key authentication works. I’ll try to explain. Continue reading
Python in Virtual Environment
My first actual and hopefully useful post will be dedicated to a question I hear often: Can you run different isolated instances of Python on the same machine?
It’s a new beginning…
After almost 10 years of non blogging, I am at it again! I plan to use this blog for thoughts, ideas and knowledge sharing. I would like you to participate in discussions and give me your comments and your point of views on different topics.