Skip to content

Instantly share code, notes, and snippets.

View aeneasr's full-sized avatar
💭
I may be slow to respond.

hackerman aeneasr

💭
I may be slow to respond.
View GitHub Profile
INFO global: Vagrant version: 1.4.2
INFO global: Ruby version: 2.0.0
INFO global: RubyGems version: 2.0.14
INFO global: VAGRANT_EXIT_STATUS="0"
INFO global: VAGRANT_GEMRC_SAVED="D:\\HashiCorp\\Vagrant\\bin\\\\..\\embedded\\etc\\gemrc"
INFO global: VAGRANT_GEM_HOME_SAVED="D:\\HashiCorp\\Vagrant\\bin\\\\..\\embedded\\gems"
INFO global: VAGRANT_GEM_PATH_SAVED="D:\\HashiCorp\\Vagrant\\bin\\\\..\\embedded\\gems"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="D:\\HashiCorp\\Vagrant\\bin\\\\..\\embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', '-g', 'install', 'bower' ]
2 info using npm@1.3.21
3 info using node@v0.10.24
4 verbose node symlink /usr/bin/node
5 verbose cache add [ 'bower', null ]
6 verbose cache add name=undefined spec="bower" args=["bower",null]
7 verbose parsed url { protocol: null,
7 verbose parsed url slashes: null,
7 verbose parsed url auth: null,
VirtualBox VM 4.3.6 r91406 win.amd64 (Dec 18 2013 17:12:34) release log
00:00:00.037774 Log opened 2014-01-08T16:08:54.733622300Z
00:00:00.037775 Build Type: release
00:00:00.037777 OS Product: Windows 7
00:00:00.037778 OS Release: 6.1.7601
00:00:00.037779 OS Service Pack: 1
00:00:00.044495 DMI Product Name: MS-7681
00:00:00.046663 DMI Product Version: 2.0
00:00:00.046667 Host RAM: 8138MB total, 3215MB available
00:00:00.046672 Executable: C:\Program Files\Oracle\VirtualBox\VBoxHeadless.exe
VirtualBox VM 4.3.6 r91406 darwin.amd64 (Dec 18 2013 16:36:59) release log
00:00:00.013176 Log opened 2014-01-08T16:44:10.287245000Z
00:00:00.013177 Build Type: release
00:00:00.013185 OS Product: Darwin
00:00:00.013189 OS Release: 13.0.2
00:00:00.013192 OS Version: Darwin Kernel Version 13.0.2: Sun Sep 29 19:38:57 PDT 2013; root:xnu-2422.75.4~1/RELEASE_X86_64
00:00:00.013289 DMI Product Name: MacBookPro11,3
00:00:00.013341 DMI Product Version: 1.0
00:00:00.013346 Host RAM: 16384MB total, 8694MB available
00:00:00.013348 Executable: /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless
# Install basic stuff
apt-get -y update
apt-get install -y python-software-properties python g++ make python-software-properties
# Add repositories with current versions
sudo add-apt-repository -y ppa:chris-lea/node.js
apt-get -y update
# Install nodejs related stuff
VirtualBox VM 4.3.6 r91406 win.amd64 (Dec 18 2013 17:12:34) release log
00:00:00.608039 Log opened 2014-01-08T17:05:29.718172500Z
00:00:00.608040 Build Type: release
00:00:00.608042 OS Product: Windows 7
00:00:00.608043 OS Release: 6.1.7601
00:00:00.608044 OS Service Pack: 1
00:00:00.608051 Host RAM: 8138MB total, 4271MB available
00:00:00.608054 Executable: C:\Program Files\Oracle\VirtualBox\VirtualBox.exe
00:00:00.608055 Process ID: 2252
00:00:00.608056 Package type: WINDOWS_64BITS_GENERIC
<?php
/**
* ZendDiCompiler
*
* This source file is part of the ZendDiCompiler package
*
* @package ZendDiCompiler
* @license New BSD License
* @copyright Copyright (c) 2013, aimfeld
*/
<?php
/**
* ZendDiCompiler
*
* This source file is part of the ZendDiCompiler package
*
* @package ZendDiCompiler
* @license New BSD License
* @copyright Copyright (c) 2013, aimfeld
*/
<div id="navigation-content">
<ul id="main-nav" class="nav">
<li class="active">
<a href="/fach/mathe">
<i class="glyphicon glyphicon-home"></i>
Startseite
</a>
</li>
<li>
<a href="/fach/mathe">
'session' => [
'config' => [
'class' => 'Zend\Session\Config\SessionConfig',
'options' => [
'name' => 'athene2',
'remember_me_seconds' => 6000,
'use_cookies' => true,
'cookie_secure' => false
]
],