Skip to content

Instantly share code, notes, and snippets.

View vchrisb's full-sized avatar

Christopher Banck vchrisb

View GitHub Profile
Vagrant.configure(2) do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "hashicorp/precise32"
# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,
# accessing "localhost:8080" will access port 80 on the guest machine.
config.vm.network "forwarded_port", guest: 80, host: 8080
git clone https://gist.github.com/38ac7a69dbbb6ffe99ef.git .
vagrant up
@vchrisb
vchrisb / gist:68ff2451ef5646178487
Last active January 13, 2016 05:41
CoprHD install steps
#add repo
wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/21f413bd3c517e29e85a/raw/01547577baf8c350c7e61a4313c2c3b84f4124ab/suse-13.1-cesarizu.repo
wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/407530b3d3998f73f9d6/raw/56248fee351037bdb24d7032bf6ccf33682a6ed7/suse-13.2-seife.repo
wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/4a5b32a14386cbc65e94/raw/4a1cf998142502c5025d3cdfff945657d91c4d03/suse-13.2-scalpel4k.repo
wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/65f094a0dacdd9cc8795/raw/74b63f8d5b7168c13ccad52801180d8a8fe6a4aa/suse-13.2-non-oss.repo
wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/1a05048b92b985e0cbea/raw/7234371b9a52f11a7786d71515c32c0f83acc311/suse-13.2-oss.repo
wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.com/vchrisb/e804004e4e884d12c9cb/raw/6544f9438f2ecfcd4ab5d626595ba24632a3e7e5/suse-13.2-monitoring.repo
wget -P /etc/zypp/repos.d/ https://gist.githubusercontent.co
@vchrisb
vchrisb / suse-13.1-cesarizu.repo
Last active August 29, 2015 14:22
openSUSE_13.1 repo containing apache-maven
[suse-13.1-cesarizu]
name=suse-13.1-cesarizu
enabled=1
autorefresh=0
baseurl=http://download.opensuse.org/repositories/home:/cesarizu/openSUSE_13.1
type=NONE
@vchrisb
vchrisb / suse-13.2-seife.repo
Last active August 29, 2015 14:22
openSUSE_13.2 repo containing sipcalc
[suse-13.2-seife]
name=suse-13.2-seife
enabled=1
autorefresh=0
baseurl=http://download.opensuse.org/repositories/home:/seife:/testing/openSUSE_13.2
type=NONE
@vchrisb
vchrisb / suse-13.2-scalpel4k.repo
Last active August 29, 2015 14:22
openSUSE_13.2 repo containing gradle
[suse-13.2-scalpel4k]
name=suse-13.2-scalpel4k
enabled=0
autorefresh=0
baseurl=http://download.opensuse.org/repositories/home:/scalpel4k/openSUSE_13.2
type=NONE
@vchrisb
vchrisb / suse-13.2-python.repo
Created June 9, 2015 10:27
openSUSE_13.2 repo containing python-cjson
[suse-13.2-python]
name=suse-13.2-python
enabled=1
autorefresh=0
baseurl=http://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_13.2
type=NONE
@vchrisb
vchrisb / suse-13.2-non-oss.repo
Created June 9, 2015 10:27
openSUSE_13.2 repo containing non OSS related
[suse-13.2-non-oss]
name=suse-13.2-non-oss
enabled=1
autorefresh=0
baseurl=http://download.opensuse.org/distribution/13.2/repo/non-oss
type=NONE
@vchrisb
vchrisb / suse-13.2-oss.repo
Created June 9, 2015 10:19
openSUSE_13.2 repo containing any OSS related
[suse-13.2-oss]
name=suse-13.2-oss
enabled=1
autorefresh=0
baseurl=http://download.opensuse.org/distribution/13.2/repo/oss
type=NONE
@vchrisb
vchrisb / suse-13.2-monitoring.repo
Created June 9, 2015 10:19
openSUSE_13.2 repo containing atop
[suse-13.2-monitoring]
name=suse-13.2-monitoring
enabled=1
autorefresh=0
baseurl=http://download.opensuse.org/repositories/server:/monitoring/openSUSE_13.2
type=NONE