A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail.

You probablly pip installed something and have python prior to 2.7.9? Well then this can happen. It is really simply solved by installing the missing dependancies. Do: pip install –upgrade requests[security] … or add sudo if you are not root. Now if it tells you it is already satisfied, then you need to upgrade the … Weiterlesen

change postfix sender or recipient address for the future or already stuck in the mailque messages

In postfix one can change the addresses in the header. No really news for anyone, but usually something you need when you do not expect it. This usually happens when something went wrong and a whole load of messages went out with „.local“ as sender.

Postfix does this with „maps“. If you do not already have one then you generate one. So to mess with this you would use one of two maps.

stmp_generic_maps

Here you can do any rewrite, as the word „generic“ may have already had you guessing.

nano /etc/postfix/main.cf

Weiterlesen

HowTo script bypass of a captcha

I will be honest with you, I personally have no clue other than the obvious. One would have to understand how each one works. If there is a sound file available for the captcha, there would enough diktation software around to get one started. If it is a simple picture one can get any OCR … Weiterlesen

Shop with things going awry

A cooworker just sent this link around to this shop. Well, at fist it looks like your avarage shop, but then … move with the mouse across a few products … and oooops, there it goes !! See for yourself: http://producten.hema.nl/

Find Broken Links on your Website

I have seen a few and tried a couple, but with Xenu I have had the fastest, easiest und workable results. No frills nothing fancy, just what you need to check as well as re-check sites you are working on.

sorry

Sorry was busy quite bit an stopped mids moving the website to a new server. Well, done now and up and running again. Will now finally upgrade my WordPress and get rolling with the Blog again.

Argument list too long

Well, if that is the error you are getting on your Linux box then it looks like you have just got too many things that you are trying to run through the mill in your shell. I stumbled accross this one Basic reason being how the shell handles wildcards. If the list gets too long, … Weiterlesen

Check mailserver with telnet

Well, every once in a while you need to do this. And what was the command again ?? How did that work exactly ?? As my memory is getting overloaded once in a while I decided to post my favorite Link right here, that way I know where it is next time I need it. … Weiterlesen