This file contains hidden or 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
#platform=x86, AMD64, or Intel EM64T | |
#version=DEVEL | |
install | |
text | |
network --bootproto=dhcp | |
url --url="http://192.168.122.1/centos7.2.1511" | |
lang en_GB | |
keyboard 'uk' | |
zerombr | |
clearpart --drives=vda --all --initlabel |
This file contains hidden or 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
#!/usr/bin/perl -w | |
use Net::LDAP; | |
use strict; | |
print "Content-type: text/html\n\n"; | |
#BIND INFORMATION, and SEARCH BASE | |
my $user = "CN=Directory Manager"; | |
my $passwd = "Password"; | |
my $base = "cn=config"; |
This file contains hidden or 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
default vesamenu.c32 | |
prompt 0 | |
timeout 100 | |
menu vshift 5 | |
menu background splash.jpg | |
menu title << My PXE Menu >> | |
menu color border 0 #ffffffff #00000000 | |
menu color sel 7 #ffffffff #ff000000 | |
menu color title 0 #ffffffff #00000000 |
This file contains hidden or 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
<networkstatus> | |
<class_id bitmap='0-2'/> | |
<floor sum='0'/> | |
<network> | |
<name>default</name> | |
<uuid>31edfd94-68d3-475a-ba0e-072977b8040c</uuid> | |
<forward mode='nat'> | |
<nat> | |
<port start='1024' end='65535'/> | |
</nat> |
This file contains hidden or 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
AVCDEV (%{NUMBER:devmaj}:%{NUMBER:devmin}) | |
AUDITAVC (?:type=%{WORD:audit_type} audit\(%{NUMBER:audit_epoch}:%{NUMBER:audit_counter}\): avc:\s*%{WORD:avc_action}\s*\{ %{WORD:avc_type} \} for\s*pid=(%{NUMBER:avc_pid})? comm=\"(%{WORD:avc_comm})?\" %{WORD:avc_class}=\"(%{NOTSPACE:avc_class_value})?\"( dev=(%{AVCDEV:avc_dev})? ino=(%{NUMBER:avc_ino})?)? scontext=(%{NOTSPACE:avc_scontext})? tcontext=(%{NOTSPACE:avc_tcontext})? tclass=(%{WORD:avc_tclass})?) |