Mailjet - logging and analysing email traffic (from website)

Logging and analysing email traffic from your website.
Sounds promising:

http://www.mailjet.com/

thinkfan - t420s

superb program to gain control over your thinkpad fan.

http://thinkpad-wiki.org/Thinkfan

Drupal 7 and imagecache / image style

Sapperlot, always these changes..... :)

theme('image_style', array('style_name' => 'slider_content', 'path' => 'image path', 'alt' => 'image alt', 'title' => 'image title', 'width' => 'some width', 'height' => 'some height')));

http://www.victheme.com/blog/drupal-7-themeimagecache-replacement

Browser screen shots - online!

How to test your website layout on awkward browsers or on platforms you don't even have access to??

Here's the solution: http://browsershots.org/

Logitech MX5500 ubuntu 11.10

If the Logitech MX5500 Mouse/Keyboard combo refuses to do the service, try this:
http://ubuntuforums.org/showpost.php?p=9224452&postcount=5

Helped for me!

facebook share/like/comment -> define thumbnail image

Defining the thumbnail picture used by facebook on fb-commenting, liking or sharing web content:

Set some headertags:

<link rel="image_src" href="Your_URL_to_the_image'" />
<meta property="og:image" content="Your_URL_to_the_image" />

If you use drupal, you can use this snippet:

  $url = url($relative_img_path, array('absolute' => true));
  drupal_set_html_head('<link rel="image_src" href="' . $url . '" />');
  drupal_set_html_head('<meta property="og:image" content="' . $url . '" />');

Windows overwrites Grub-MBR: recover with boot-repair

Bloody windows.... grrrr!!!

https://help.ubuntu.com/community/Boot-Repair

I had to add a source to be able to install boot-repair:

sudo add-apt-repository ppa:yannubuntu/boot-repair

Subversion on ubuntu

Helpfully pointing out how to set up a subversion server:
http://www.subversionary.org/howto/setting-up-a-subversion-server-on-ubu...

I had to chown the repos for the user backuppc, under wich apache was running.

Plesk: Mailman-lists broken after every postfix update

Error message on reply to a mail addressed to the mailinglist:


Command died with status 1:
"/usr/lib/plesk-9.0/postfix-mailman". Command output: post script, list not
found: MyMailinglist

Solution:

----------------------------------------------------------------------------
Chances are that postfix is not folding the case of the recipient address when passing it to postfix-mailman.

What to do when your server is sending spam (from malicious scripts)

Wrapper for php mail() to detect source script

Just found this link very helpful in order to find out which scripts on my server are sending spam. (Don't forget the -t argument when calling sendmail)

http://www.howtoforge.com/how-to-log-emails-sent-with-phps-mail-function...

Deleting mails in queue

 

Too Cool for Internet Explorer