Used font: http://stuff.dasprids.de/fonts/ubuntumono-powerline.tar.bz2
You can patch any font yourself with the fontpatcher: https://github.com/Lokaltog/vim-powerline/tree/develop/fontpatcher
| <?php | |
| /* | |
| OCP - Opcache Control Panel (aka Zend Optimizer+ Control Panel for PHP) | |
| Author: _ck_ (with contributions by GK, stasilok) | |
| Version: 0.1.7 | |
| Free for any kind of use or modification, I am not responsible for anything, please share your improvements | |
| * revision history | |
| 0.1.7 2015-09-01 regex fix for PHP7 phpinfo | |
| 0.1.6 2013-04-12 moved meta to footer so graphs can be higher and reduce clutter |
| #!/usr/bin/env ruby | |
| pid = Kernel.fork do | |
| `#{ARGV.join(" ")}` | |
| exit | |
| end | |
| trap(:CHLD) do | |
| print "\n" | |
| exit |
| # create systemd service file for rails 2.3.x startup | |
| [Unit] | |
| Description=rails 2.3.x web server | |
| [Service] | |
| Type=simple | |
| RemainAfterExit=yes | |
| User=username | |
| PIDFile=/home/username/WEBSERVER/tmp/pids/thin.pid | |
| WorkingDirectory=/home/username/WEBSERVER |
Used font: http://stuff.dasprids.de/fonts/ubuntumono-powerline.tar.bz2
You can patch any font yourself with the fontpatcher: https://github.com/Lokaltog/vim-powerline/tree/develop/fontpatcher
| #!/usr/bin/perl | |
| # -- | |
| # bin/otrs.AddCustomer2Group.pl - Add Customer to a Group | |
| # Copyright (C) 2001-2013 OTRS AG, http://otrs.com/ | |
| # -- | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU AFFERO General Public License as published by | |
| # the Free Software Foundation; either version 3 of the License, or | |
| # any later version. | |
| # |
| #!/bin/sh | |
| echo | |
| exec powershell.exe -ExecutionPolicy RemoteSigned -File '.\.git\hooks\pre-commit-hook.ps1' | |
| exit |
| auth_mechanisms = plain login | |
| !include auth-sql.conf.ext |
| global | |
| log logstash local0 #Change logstash to your naming | |
| log-send-hostname | |
| chroot /var/lib/haproxy | |
| user haproxy | |
| group haproxy | |
| daemon | |
| maxconn 4000 | |
| defaults |
This is a sequel to "Postfix: relay to authenticated SMTP".
I would like to send mail from two different Gmail accounts using Postfix. Here is the relevant section in the Postfix documentation: Configuring Sender-Dependent SASL authentication.
As a concrete example, here's how to set up two Gmail accounts (only relevant sections of the config files are listed below):
/etc/postfix/main.cf:
# sender-dependent sasl authentication
smtp_sender_dependent_authentication = yes
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
You don't need to do anything fancy other than running cpanm - with the most recent Net::SSLeay things should Just Work.
I realized that since Net::SSLeay is looking in known places (including homebrew's install locations) for openssl, it means that my instructions that set up environment variables are no longer necessary! The following will install the module:
# openssl 1.0.2d