Atom editor review

Posted on Thu 29 March 2018 in misc • Tagged with Atom, Mac, Editor, Linux, Windows

The GitHub Inc. has released the Atom editor (https://atom.io) some time ago. It is a nice editor with some basic IDE functionality. Based on the first experiences it is a stable peace of software with a fast interface. The most basic features you would like to see in …


Continue reading

Import self signed certificate on Windows

Posted on Sat 15 March 2014 in Windows • Tagged with openssl, Windows, Microsoft

If you run your ssl services like Email or internal Websites with self signed certificates you may want to get rid of the certification warning because your certificate is not signed by an official authority.

First generate a certificate which can be imported by Windows from your CA file:

openssl …


Continue reading

Install Eclipse CDT on Windows 7

Posted on Tue 19 April 2011 in Development • Tagged with C++, Eclipse, mingw, minsys, Windows

How to install Eclipse CDT on Windows 7.

First of all we need a c++ compiler for Windows. The most popular c++ compiler is mingw. You can download it on the sourceforge project page.

We need 2 packages from this page.

1. mingw installer

2. minsys installer

First step is …


Continue reading