This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
o1.ftp:~$ drush @d7.demo.aegir.cc sql-dump --skip-tables-list=cache,cache_block,cache_bootstrap,cache_field,cache_filter,cache_form,cache_libraries,cache_menu,cache_metatag,cache_page,cache_path,cache_token,cache_update,cache_views,cache_views_data,session --result-file=./file.sql -vd | |
Starting Drush preflight. [0.01 sec, 3.76 MB] [preflight] | |
Loaded alias @d7.demo.aegir.cc from file /home/o1.ftp/.drush/d7.demo.aegir.cc.alias.drushrc.php [0.03 sec, 3.77 MB] [notice] | |
Cache SET cid: 7.0-dev-alias-path--823921912d0a1c6791ddcd5f3298fc59 [0.04 sec, 3.84 MB] [debug] | |
Cache HIT cid: 7.0-dev-commandfiles-0-445c35303224e4f67ed0c7df677f9dee [0.05 sec, 3.86 MB] [debug] | |
Bootstrap to phase 0. [0.19 sec, 10.13 MB] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
o1@quad:~$ drush @ppy.o1.quad.tt.o8.io aa | |
https://drupal.org/project/site_audit report | |
Generated on Sat, 28 Feb 2015 02:53:14 -0800 | |
Best practices: 92% | |
Fast 404 pages | |
Fast 404 pages are not enabled. [warning] | |
See https://drupal.org/node/1313592 and default.settings.php for details on how to implement. | |
Block: 50% | |
Caching |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning in features rebuild of oa_permissions. No module defines permission "administer panelizer node oa_group content". | |
Warning in features rebuild of oa_permissions. No module defines permission "administer panelizer node oa_group context". | |
Warning in features rebuild of oa_permissions. No module defines permission "administer panelizer node oa_group defaults". | |
Warning in features rebuild of oa_permissions. No module defines permission "administer panelizer node oa_group layout". | |
Warning in features rebuild of oa_permissions. No module defines permission "administer panelizer node oa_group overview". | |
Warning in features rebuild of oa_permissions. No module defines permission "administer panelizer node oa_group settings". | |
Warning in features rebuild of oa_permissions. No module defines permission "administer panelizer node oa_section breadcrumbs". | |
Warning in features rebuild of oa_permissions. No module defines permission "administer panelizer node oa_section content". | |
Warning in features rebuild of oa_perm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'net/http' | |
require 'net/https' | |
require 'uri' | |
PINGDOM_API_HOSTNAME = "api.pingdom.com" | |
PINGDOM_API_KEY = "your_api_key_here" | |
PINGDOM_API_VERSION = "2.0" | |
PINGDOM_CHECK_ID = "######" | |
PINGDOM_USERNAME = "[email protected]" | |
PINGDOM_PASSWORD = "password" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Basically the nginx configuration I use at konklone.com. | |
# I check it using https://www.ssllabs.com/ssltest/analyze.html?d=konklone.com | |
# | |
# To provide feedback, please tweet at @konklone or email [email protected]. | |
# Comments on gists don't notify the author. | |
# | |
# Thanks to WubTheCaptain (https://wubthecaptain.eu) for his help and ciphersuites. | |
# Thanks to Ilya Grigorik (https://www.igvita.com) for constant inspiration. | |
server { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AirBig:~ me$ curl -I http://crawler.acquia.com/ | |
HTTP/1.1 301 Moved Permanently | |
Content-Length: 185 | |
Content-Type: text/html | |
Date: Wed, 14 Jan 2015 22:43:24 GMT | |
Location: https://crawler.acquia.com/ | |
Server: nginx/1.1.19 | |
Connection: keep-alive | |
AirBig:~ me$ curl -k -I https://crawler.acquia.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quad:~# grep _DB_SERIES .barracuda.cnf | |
_DB_SERIES=5.5 | |
quad:~# grep _STRONG_PASSWORDS .barracuda.cnf | |
_STRONG_PASSWORDS=128 | |
quad:~# | |
quad:~# barracuda up-modern php-56 | |
BOA [11:59:50] ==> BOA Skynet welcomes you aboard! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
HHVMinfo - phpinfo page for HHVM HipHop Virtual Machine | |
Author: _ck_ | |
License: WTFPL, free for any kind of use or modification, I am not responsible for anything, please share your improvements | |
Version: 0.0.6 | |
* revision history | |
0.0.6 2014-08-02 display fix for empty vs zero | |
0.0.5 2014-07-31 try to determine config file from process command line (may not always work), style improvements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RVM reloaded! | |
Searching for binary rubies, this might take some time. | |
Found remote file https://rvm_io.global.ssl.fastly.net/binaries/debian/7/x86_64/ruby-2.1.5.tar.bz2 | |
Checking requirements for debian. | |
Requirements installation successful. | |
ruby-2.1.5 - #configure | |
ruby-2.1.5 - #download | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 22.8M 100 22.8M 0 0 39.5M 0 --:--:-- --:--:-- --:--:-- 40.0M |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Barracuda System managed by Skynet Agent v.BOA-2.3.6-dev welcomes you aboard | |
======== Welcome to the Aegir, Drush and Compass Shell ======== | |
Type '?' or 'help' to get the list of allowed commands | |
Note that not all Drush commands are available | |
Use RVM and Bundler to manage all your Compass gems! Example: |