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
Power | |
لُلُصّبُلُلصّبُررً ॣ ॣh ॣ ॣ | |
冗 |
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
linkedList |
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
~/g/p/puppetlabs-motd (⦿-2.1.6@puppet) (master) $ bundle exec rake beaker | |
/Users/jeffrey/.rvm/rubies/ruby-2.1.6/bin/ruby -I/Users/jeffrey/git/puppet/puppetlabs-motd/.bundle/gems/ruby/2.1.0/gems/rspec-core-3.4.0/lib:/Users/jeffrey/git/puppet/puppetlabs-motd/.bundle/gems/ruby/2.1.0/gems/rspec-support-3.4.0/lib /Users/jeffrey/git/puppet/puppetlabs-motd/.bundle/gems/ruby/2.1.0/gems/rspec-core-3.4.0/exe/rspec spec/acceptance --color | |
/Users/jeffrey/git/puppet/puppetlabs-motd/.bundle/gems/ruby/2.1.0/gems/beaker-rspec-5.3.0/lib/beaker-rspec/helpers/serverspec.rb:43: warning: already initialized constant Module::VALID_OPTIONS_KEYS | |
/Users/jeffrey/git/puppet/puppetlabs-motd/.bundle/gems/ruby/2.1.0/gems/specinfra-2.44.2/lib/specinfra/configuration.rb:4: warning: previous definition of VALID_OPTIONS_KEYS was here | |
Beaker::Hypervisor, found some vagrant boxes to create | |
==> ubuntu-server-1404-x64: VM not created. Moving on... | |
Bringing machine 'centos-66-x64' up with 'virtualbox' provider... | |
==> centos-66-x64: Importing base |
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
(2.1.5@puppet) ~/g/p/p/t/b/test_run_scripts (borcean|✚1)> ./integration_tests.sh | |
Using CFPropertyList 2.2.8 | |
Using addressable 2.4.0 | |
Using json 1.8.3 | |
Using mini_portile2 2.0.0 | |
Using require_all 1.3.3 | |
Using stringify-hash 0.0.2 | |
Using excon 0.47.0 | |
Using builder 3.2.2 | |
Using formatador 0.2.5 |
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
FROM centos:latest | |
MAINTAINER [email protected] | |
RUN yum upgrade -y | |
RUN yum install -y \ | |
man \ | |
openssh-server \ | |
screen \ | |
vim \ |
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
install | |
cdrom | |
lang en_US.UTF-8 | |
keyboard us | |
network --bootproto=dhcp | |
rootpw fedora | |
firewall --disabled | |
authconfig --enableshadow --passalgo=sha512 | |
selinux --permissive | |
timezone UTC |
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
function ff | |
ping -c 1 -W 10 10.2.0.1 >/dev/null | |
if test $status -eq 0 | |
ssh -q -t fir.osuosl.bak "sudo view /root/.../firfile" | |
else | |
echo "VPN not connected..." | |
end | |
end |
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
#!/bin/sh | |
# | |
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# | |
# This attempts to guide linux users through the process of putting a recovery | |
# image onto a removeable USB drive. | |
# | |
# We may not need root privileges if we have the right permissions. |
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
[user] | |
name = Jeffrey Borcean | |
email = [email protected] | |
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
br = branch | |
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short |
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
{ | |
"autoStart":true, | |
"dnsServers": { | |
"enabled":false, | |
"items":[ { | |
"location": "213.73.91.35", "state": 1, "title": "Chaos Computer Club (DE)" | |
} | |
, | |
{ | |
"location": "46.182.19.48", "state": 1, "title": "Digitalcourage e.V. (DE)" |
OlderNewer