I hereby claim:
- I am ponsfrilus on github.
- I am ponsfrilus (https://keybase.io/ponsfrilus) on keybase.
- I have a public key ASCzdwhckqxbeRLBlopkjO0axj0uZBZ3ZDihPYNHmWytLwo
To claim this, I am signing this object:
# coding: utf-8 | |
# TODO: turn this into a "rails runner" script | |
FakeRequest = Struct.new(:parameters) | |
r = FakeRequest.new | |
r.parameters = { | |
:id => 1, | |
"foreman_setup_provisioner" => { |
ubuntu@ubuntu:~$ dmesg | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.2.0-16-generic (buildd@lcy01-07) (gcc version 5.2.1 20151003 (Ubuntu 5.2.1-21ubuntu2) ) #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 (Ubuntu 4.2.0-16.19-generic 4.2.3) | |
[ 0.000000] Command line: file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash nouveau.blacklist=yes --- nouveau.blacklist=yes priority=low nomodeset keyboard-configuration/layoutcode=ch keyboard-configuration/variantcode=fr | |
[ 0.000000] KERNEL supported cpus: | |
[ 0.000000] Intel GenuineIntel | |
[ 0.000000] AMD AuthenticAMD | |
[ 0.000000] Centaur CentaurHauls |
ubuntu@ubuntu:~$ dmesg | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.2.0-16-generic (buildd@lcy01-07) (gcc version 5.2.1 20151003 (Ubuntu 5.2.1-21ubuntu2) ) #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 (Ubuntu 4.2.0-16.19-generic 4.2.3) | |
[ 0.000000] Command line: file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- priority=low nomodeset keyboard-configuration/layoutcode=ch keyboard-configuration/variantcode=fr | |
[ 0.000000] KERNEL supported cpus: | |
[ 0.000000] Intel GenuineIntel | |
[ 0.000000] AMD AuthenticAMD | |
[ 0.000000] Centaur CentaurHauls |
ubuntu@ubuntu:~$ dmesg | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.2.0-16-generic (buildd@lcy01-07) (gcc version 5.2.1 20151003 (Ubuntu 5.2.1-21ubuntu2) ) #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 (Ubuntu 4.2.0-16.19-generic 4.2.3) | |
[ 0.000000] Command line: file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash nouveau.modeset=0 --- nouveau.modeset=0 priority=low keyboard-configuration/layoutcode=ch keyboard-configuration/variantcode=fr | |
[ 0.000000] KERNEL supported cpus: | |
[ 0.000000] Intel GenuineIntel | |
[ 0.000000] AMD AuthenticAMD | |
[ 0.000000] Centaur CentaurHauls |
lis@W541:~$ dmesg | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.2.0-16-generic (buildd@lcy01-07) (gcc version 5.2.1 20151003 (Ubuntu 5.2.1-21ubuntu2) ) #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 (Ubuntu 4.2.0-16.19-generic 4.2.3) | |
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic root=UUID=4b9dde04-c133-455f-8aee-7af149375f71 ro priority=low nouveau.modeset=0 quiet splash vt.handoff=7 | |
[ 0.000000] KERNEL supported cpus: | |
[ 0.000000] Intel GenuineIntel | |
[ 0.000000] AMD AuthenticAMD | |
[ 0.000000] Centaur CentaurHauls |
#!/bin/bash | |
# Installing the Open Semantic Framework | |
# https://github.com/structureddynamics/Open-Semantic-Framework-Installer#installing-the-open-semantic-framework | |
if [ "$EUID" -ne 0 ] | |
then echo "Please run as root" | |
exit | |
fi | |
hostname osf |
#!/bin/bash | |
# Setting up the Open Semantic Framework | |
# https://github.com/structureddynamics/Open-Semantic-Framework-Installer#installing-the-open-semantic-framework | |
if [ "$EUID" -ne 0 ] | |
then echo "Please run as root" | |
exit | |
fi | |
# 1. Change localhost to osf |
<?xml version="1.0" encoding="utf-8"?> | |
<unattend xmlns="urn:schemas-microsoft-com:unattend"> | |
<settings pass="oobeSystem"> | |
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<OOBE> | |
<HideEULAPage>true</HideEULAPage> | |
<NetworkLocation>Work</NetworkLocation> | |
<ProtectYourPC>1</ProtectYourPC> | |
<SkipMachineOOBE>true</SkipMachineOOBE> | |
<SkipUserOOBE>true</SkipUserOOBE> |
/media/nbo/fd472eba-571d-4583-8873-97f09353655c # cat ./opt/piratebox/bin/generate_config_files.sh root@X1 | |
#!/bin/sh | |
# Matthias Strubel (c) 2013-2014 | |
# licenced with GPL-3 | |
# | |
# Generate severall configuration files out of piratebox.conf | |
# conf/hosts_generated | |
# conf/dnsmasq_generated.conf | |
# conf/radvd_generated.conf |
I hereby claim:
To claim this, I am signing this object: