Troubleshooting C and C++ compilation

Here’s a list of cryptic compiler messages and what I think they are trying to tell you GPU_MD.h(12): here is inaccessible Your C++ class constructor is defined as private in the Class header.  Don’t forget to use the public keyword to make your constructor public.

read more

mailservertest: A command line script to test mail servers

mailservertest can be used to make testing mail servers a bit easier. It is a short script written in Python. Here a few use cases. You’ve just restarted a number of mail servers, and you want to verify that they … Continue reading

read more