I hereby claim:
- I am atomtigerzoo on github.
- I am atomtigerzoo (https://keybase.io/atomtigerzoo) on keybase.
- I have a public key ASCf1duP-wmkXpvYF6F8-Rf-bn4U49uhsNiT65ynL9Benwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
; | |
; Useful hotkeys | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
; !=ALT, +=Shift, ^=STRG, #=WINDOWS-Key |
<script async defer data-pin-hover="true" data-pin-tall="true" data-pin-save="true" src="//assets.pinterest.com/js/pinit.js"></script> | |
<script type="text/javascript">function defer(method){if (window.jQuery){method();}else{setTimeout(function() {defer(method)}, 50);}}defer(function(){ $("img").each(function(){ if(!$(this).hasClass("pinthis")){ $(this).attr("nopin", "true"); } });});</script> |
How to install the VirtualBox Guest Additions in debian wheezy | |
$ su - | |
$ apt-get update && apt-get upgrade | |
Install needed packages | |
$ apt-get install build-essential module-assistant | |
Configure your system for building kernel modules | |
$ running m-a prepare |
function my_remove_wp_seo_meta_box() { | |
remove_meta_box('wpseo_meta', YOUR_POST_TYPE_NAME_HERE, 'normal'); | |
} | |
add_action('add_meta_boxes', 'my_remove_wp_seo_meta_box', 100); |
This shows you how to send mails from a - in this case virtual debian server inside VirtualBox - server to an external SMTP server. You can use your own server, Gmail or any other SMTP server you have access to.
This can then be used to send mail from PHP, Rails, Python, console or whatever you like.
The steps are for a debian wheezy server.
I assume that you have a running debian wheezy host with libvirt and qemu/kvm
installed. You need two guest VMs for this. The first guest will get the IP
192.168.100.2 and the second will get 192.168.100.100. All following commands
must be run with sudo
or under root.
We create a new network named internal with libvirt and use it with the IP
.inset-top{ | |
box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4); | |
} | |
.inset-left{ | |
box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.4); | |
} | |
.inset-right{ | |
box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.4); | |
} | |
.inset-bottom{ |
/** | |
* Replace 'mycustomname' with the actual custom type post | |
* name to fit your needs. | |
* | |
* !! Flush rewrite rules in Wordpress backend afterwards !! | |
*/ | |
/** | |
* Create the CTP |