Skip to content

Instantly share code, notes, and snippets.

View borcean's full-sized avatar

Jeffrey Borcean borcean

View GitHub Profile
Power
لُلُصّبُلُلصّبُررً ॣ ॣh ॣ ॣ
@borcean
borcean / .gitignore
Last active June 10, 2021 10:43
CS 162 Assignment 5 at Oregon State University
linkedList
~/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
@borcean
borcean / beaker_failure
Created March 2, 2016 01:00
Beaker failures on puppetlabs-lvm
(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
@borcean
borcean / Dockerfile
Last active March 4, 2016 00:04
Lots of containers for DOBC
FROM centos:latest
MAINTAINER jeffrey@borcean.xyz
RUN yum upgrade -y
RUN yum install -y \
man \
openssh-server \
screen \
vim \
@borcean
borcean / ks-f23-ppc64-openstack.cfg
Created April 15, 2016 21:58
Kickstart for F23 PPC64
install
cdrom
lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw fedora
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --permissive
timezone UTC
@borcean
borcean / ff.fish
Created September 1, 2016 22:30
Put these in ~/.config/fish/functions and reload your shell
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
@borcean
borcean / install.sh
Created January 11, 2018 04:29
Install Chrome OS over Chromium OS
#!/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.
[user]
name = Jeffrey Borcean
email = your@email.net
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
@borcean
borcean / dns66.json
Created September 10, 2019 15:31
Android Adblock Exemptions
{
"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)"