Committing files 04/15/2023 08:46:11

This commit is contained in:
GoCD User 2023-04-15 01:46:11 -07:00
parent 646eaa4e29
commit baae0dc201
57 changed files with 7960 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<key id="0d57f0e6-3cfe-4067-9b06-3624b5a1797c" version="1">
<creationDate>2023-02-02T07:21:26.5510933Z</creationDate>
<activationDate>2023-02-02T07:21:26.5485816Z</activationDate>
<expirationDate>2023-05-03T07:21:26.5485816Z</expirationDate>
<descriptor deserializerType="Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
<descriptor>
<encryption algorithm="AES_256_CBC" />
<validation algorithm="HMACSHA256" />
<masterKey p4:requiresEncryption="true" xmlns:p4="http://schemas.asp.net/2015/03/dataProtection">
<!-- Warning: the key below is in an unencrypted form. -->
<value>2T0+EQUyHmGbvzrvI1kXNP2p6GIIfZ9oI3iw5gPgTjku3yb6oLB2WkhIaprBYuQM9dzChLdtgOes7z4F/2KJ/Q==</value>
</masterKey>
</descriptor>
</descriptor>
</key>

500
root/root/.bash_history Normal file
View File

@ -0,0 +1,500 @@
ls
cd 0a21c22debc8dbca789d4607e4e6e5a1/
ls
cd ../2919aa3b99ebda1d0979d343c34fedeb/
ls
cd ../..
ls
cd views/folders/
ls
cd ../livetv/
ls
cd ..
ls
cd ..
ls
cd ..
ls
cd root
ls
cd ../plugins/
ls
cd ../data
ls
cd collections/
ls
cd Aladdin\ Collection\ \[boxset\]/
ls
cat collection.xml
cd ../..
ls
cd keyframes/
ls
cd 0/
ls
cat 0290fd65-783d-8dc5-067a-02fdcdc7fab4.json
cd ..
ls
cd ..
ls
cd ..
l
ls
cd ..
ls
cd ..
ls
clear
cd /etc
# spin up 5 additional GoCD agents.
AGENT_COUNT=5
# if you want to run the GoCD agent as a service
RUN_AS_SERVICE=true
# if you want to start the service immediately
# only works if `RUN_AS_SERVICE` is true
START_SERVICE_NOW=true
for AGENT_INDEX in $(seq 1 "${AGENT_COUNT}"); do AGENT_ID="go-agent-${AGENT_INDEX}";
mkdir -p /usr/share/${AGENT_ID} /var/{lib,log}/${AGENT_ID} /var/lib/${AGENT_ID}/run;
cp -arf /usr/share/go-agent/{bin,wrapper-config} /usr/share/${AGENT_ID};
ln -sf /usr/share/go-agent/wrapper /usr/share/${AGENT_ID};
chown -R go:go /var/{lib,log}/${AGENT_ID}; chmod -R 0750 /var/{lib,log}/${AGENT_ID};
sed -i -e "s@go-agent@${AGENT_ID}@g" /usr/share/${AGENT_ID}/bin/go-agent; sed -i -e "s@=go-agent\$@=${AGENT_ID}@g" -e "s@/var/lib/go-agent@/var/lib/${AGENT_ID}@g" -e "s@/var/log/go-agent@/var/log/${AGENT_ID}@g" -e "s@../wrapper-config/wrapper-properties.conf@/usr/share/${AGENT_ID}/wrapper-config/wrapper-properties.conf@g" /usr/share/${AGENT_ID}/wrapper-config/wrapper.conf; sed -i -e "s@/var/lib/go-agent@/var/lib/${AGENT_ID}@g" /usr/share/${AGENT_ID}/wrapper-config/wrapper-properties.conf; if [ "${RUN_AS_SERVICE}" == "true" ]; then if [ "${START_SERVICE_NOW}" == "true" ]; then /usr/share/${AGENT_ID}/bin/go-agent installstart; else /usr/share/${AGENT_ID}/bin/go-agent install; fi; fi; done
cd /usr/share/go-server/
ls
cd bin
ls
cd ../lib
ls
cd ../jre
ls
cd ../wrapper
ls
cd ../..
ls
cd ..
ls
cd ..
ls
cd /usr/share/
ls
cd go-agent
ls
cd wrapper-config/
ls
cd ../wrapper
ls
cd ../lib
ls
cd ../bin
ls
cd ../jre
ls
cd bin
ls
cd ../lib
ls
cd ../conf
ls
cd ../..
ls
cd ../go-ser
cd ../go-server/
ls
cd jre
ls
cd conf
ls
cd management/
ls
cd ../sdp
ls
cd ../security/
ls
cd ../
ls
cd ../
ls
cd bin
ls
cd ../lib
ls
cd server
ls
cd ../..
ls
cd ..
ls
cd /var/lib
ls
cd go-server/
ls
cd plugins
ls
cd external/
ls
ls -al
wget https://github.com/Vincit/gocd-slack-task/releases/download/v2.0/gocd-slack-task-2.0.jar
wget https://github.com/manojlds/gocd-powershell-runner/releases/download/v1.2/gocd-powershell-runner-1.2.jar
wget https://github.com/ashwanthkumar/gocd-slack-build-notifier/releases/download/v2.1.0/gocd-slack-notifier-2.1.0.jar
wget https://github.com/gocd-contrib/xunit-converter-task/releases/download/1.2/xunit-converter-task-1.2.jar
chown go:go *
ls -al
sudo go
su go
pwd
cd /var/go
chown go:go .
su go
pwd
whois go
whois -?
getent passwd go
cd .ssh
ls -al
ls /zfs/data/gogs/gogs/.ssh
ls
nano gogs.pub
pwsh
cat /zfs/data/gogs/gogs/.ssh/authorized_keys
cat gogs.pub
ls
pwd
cat /zfs/data/gogs/gogs/.ssh/authorized_keys
dig git.jcolebrand.info
ssh 192.168.50.2 -p 4022
nano /zfs/data/gogs/gogs/custom/conf/app.ini
ssh 192.168.50.2 -p 4022
su go
cd /var/
cd log
ls
cd /zfs/data/gogs/gogs
ls
cd log
ls
tail gogs.log
cat gorm.log
cat xorm.log
cat gogs.log
ls
cd ..
ls
cd data
ls
cd avatars/
ls
cd ../ssh
ls
cd ..
ls
cd ../custom/
ls
cd conf/
nano app.ini
nano app.ini
cd ~
ls
wget http://localhost:4047
nano /zfs/data/gogs/gogs/custom/conf/app.ini
cat /zfs/data/gogs/gogs/log/gogs.log
cat /zfs/data/gogs/gogs/log/gorm.log
cat /zfs/data/gogs/gogs/log/xorm.log
ls -al /zfs/data/gogs/gogs/log/
ls -al /zfs/data/gogs/gogs/
ls -al /zfs/data/gogs/
ls -al /zfs/data/gogs/gogs/data
ls -al /zfs/data/gogs/gogs/data/avatars/
ls -al /zfs/data/gogs/gogs/data/ssh
ls -al /zfs/data/gogs/gogs/
ls -al /zfs/data/gogs/.ssh
ls -al /zfs/data/gogs/gogs/.ssh/
nano /zfs/data/gogs/gogs/custom/conf/app.ini
cat /zfs/data/gogs/gogs/log/gogs.log
cat /zfs/data/gogs/gogs/log/gorm.log
cat /zfs/data/gogs/gogs/log/xorm.log
nano /zfs/data/gogs/gogs/custom/conf/app.ini
cd /zfs/data/gogs/gogs/data
ls
mkdir sessions
chown gogs:gogs sessions
ls
cd ..
ls
cat /zfs/data/gogs/gogs/log/gogs.log
cat /zfs/data/gogs/gogs/log/gogs.log
cat /zfs/data/gogs/gogs/log/gorm.log
cat /zfs/data/gogs/gogs/log/xorm.log
nano /zfs/data/gogs/gogs/custom/conf/app.ini
cd /var/go/
ls
cd /var/log
ls
cd go-server/
ls
tail go-server.log
nano /zfs/data/gogs/gogs/custom/conf/app.ini
tail web-requests.log
tail plugin-cd.go.authentication.passwordfile.log
tail plugin-cd.go.authentication.ldap.log
tail plugin-cd.go.authentication.ldap.log -n 200
nano /usr/share/go-server/wrapper-config/wrapper.conf
nano /usr/share/go-server/wrapper-config/wrapper-properties.conf
ls
tail go-server-wrapper.log
nano /usr/share/go-server/wrapper-config/wrapper.conf
cd /var/go/
ls
ls -al
cd .config/
ls
cd jgit/
ls
cd ../../.cache/
ls
cd JNA/
ls
cd temp/
ls
cd ../../..
ls
cd ..
ls
pwd
cd /usr/share/go-server/
ls
cd bin
ls
cd ../lib
ls
cd ../wrapper
ls
cd ../wrapper-config/
ls
nano wrapper-properties.conf
nano /etc/go/cruise-config.xml
nano /etc/go/cruise-config.xml
exit
ls /var/tmp/systemd-private-a0390b83eb7b445da548a1686d2ac710-gogs.service-RcXe6r/
ls /var/tmp/systemd-private-a0390b83eb7b445da548a1686d2ac710-gogs.service-RcXe6r/tmp
ls /var/tmp/systemd-private-a0390b83eb7b445da548a1686d2ac710-gogs.service-RcXe6r/tmp -al
ls /var/tmp/systemd-private-a0390b83eb7b445da548a1686d2ac710-gogs.service-RcXe6r/ -al
ls /tmp/
ls /tmp/systemd-private-a0390b83eb7b445da548a1686d2ac710-gogs.service-YFfaZP
ls /zfs/data/gogs
ls /zfs/data/gogs/gogs
ls /zfs/data/gogs/gogs/data
cd /zfs/data/gogs/gogs/data
ls
cd ..
ls
cd gogs
ls -al
whois gogs
cat /etc/systemd/system/gogs.service
getent passwd gogs
ls /home/gogs
cd /etc/go/
ls
nano cruise-config.x
nano cruise-config.xml
cp cruise-config.xml cruise-config.xml.bak
nano cruise-config.xml
ssh localhost:4022
ssh localhost -p 4022
nano /zfs/data/gogs/gogs/custom/conf/app.ini
firewall-cmd --list-ports
firewall-cmd -?
firewall-cmd --help
firewall-cmd --get-zones
firewall-cmd --zone FedoraServer --add-port=4022/tcp
firewall-cmd --zone FedoraServer --add-port=4022/tcp --permanent
cd /etc
pwsh
pwsh
ls -al
ls -al
pwsh
cd /etc/systemd/system
ls
nano go-agent.service
systemctl daemon-reload
cd /var/
ls
cd go
ls
cd ../
ls
cd /log
ls
cd /var/log
s
ls
cd go-agent
ls
cat go-agent.log
ls
cat go-agent-stderr.log
cat go-agent-stdout.log
cat go-agent-launcher.log
ls
cat go-agent-bootstrapper.log
cat go-agent-bootstrapper-wrapper.log
cd ..
ls
cd /
ls
cd /usr
ls
cd share
ls
cd go-agent
ls
cd wrapper-config/
ls
nano wrapper.conf
nano wrapper-properties.conf
nano /etc/sudoers
cd /etc/systemd/system
ls
nano go-agent.service
systemctl daemon-reload
usermod -?
usermod -a go wheel
usermod -a wheel go
usermod -a -G wheel go
rm /etc/openldap/ldap.conf.bak2
rm /etc/openldap/ldap.conf.bak
cat /etc/cockpit/machines.d/99-webui.json
cat /etc/cockpit/ws-certs.d/medusa.jcolebrand.info.key
cat /etc/cockpit/cockpit.conf
ls -al /var/apps/pgadmin*
cd /
(Get-ChildItem ldap2pg.yaml -Recurse).FullName
pwsh
cd /etc
pwsh
cd /var/lib/go-agent
ls
ls -al
cd ../go-agent1
ls
cd ..
ls
cd go-agent-1
ls -a
cd ..
ls -al go-agent-2/
ls -al go-agent-3/
ls -al go-agent-4/
ls -al go-agent-5/
ls -al go-server/
ls -al go-agent-1/
sudo dkms autoinstall
nano /var/lib/dkms/zfs/2.1.9/build/make.log
cd /var/lib/dkms/zfs/2.1.9
ls
cd build/
ls
configure
./configure
dnf install libuuid-devel -y
./configure
dnf install libblkid-devel -y
./configure
dnf install libtirpc-devel -y
./configure
ls
sudo dkms autoinstall
nano /var/lib/dkms/zfs/2.1.9/build/make.log
dnf install autoconf automake libtool
cd /usr/src
wget https://patch-diff.githubusercontent.com/raw/openzfs/zfs/pull/14668.patch
ls
cd zfs-2.1.9/
ls
patch -p1 -i ../14668.patch
./autogen.sh
dkms build -m zfs -v 2.1.9
dkms install -m zfs -v 2.1.9
modprobe zfs
pwsh
git status
git log
sudo cp /database/pgsql/ldap2pg.yml .
ls
mv ldap2pg.yml root/database/
cd root/database/
ls
mv ldap2pg.yml pgsql/
ls
cd pgsql/
ls
ls -a
ls -al
chmod go:go ldap2pg.yml
chown go:go ldap2pg.yml
exit
su go
cd /database/
ls
cd pgsql/
ls
ls -al
cat ldap2pg.yml
su go
ls /
ls /tmp
ls /tmp -a
pwsh
su go
exit
pwsh
su postgres
pwsh
cd /etc
ls
cd cockpit/
ls
nano cockpit.conf
nano cockpit.conf
cd /var
ls
cd lib
ls
cd ../local
ls
cd /etc/cockpit
ls
cd machines.d/
ls
cd ../ws-certs.d/
ls
cd ../zfs/
ls
cat config.json
cd /
ls
cd usr
ls
cd lib
ls
cd ../share
ls
cd cockpit/
ls
cd apps
ls
cd ../base1/
ls
cd ../motd
ls
nano update-motd
nano inactive.motd
cd ../packagekit/
ls
cd ../pcp
ls
cd ../389-console/
ls
cat manifest.json
cat ../zfs/manifest.json

2
root/root/.bash_logout Normal file
View File

@ -0,0 +1,2 @@
# ~/.bash_logout

8
root/root/.bash_profile Normal file
View File

@ -0,0 +1,8 @@
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs

24
root/root/.bashrc Normal file
View File

@ -0,0 +1,24 @@
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific environment
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
then
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
fi
export PATH
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
export LDAP_ADMIN_PWF=/root/.dsrc_password

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

@ -0,0 +1,4 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by ccache.
# For information about cache directory tags, see:
# http://www.brynosaurus.com/cachedir/

View File

Binary file not shown.

View File

@ -0,0 +1 @@
{"archive_info": {"hash": "sha256=7ccfcdfea4fc4b0a02ca2c31de7fcd186beb9cff8207800e14ab66f79c773af6"}, "url": "https://files.pythonhosted.org/packages/de/eb/1c01a34c86ee3b058c556e407ce5b07cb7d186ebe47b3e69d6f152ca5cc5/psutil-5.9.3.tar.gz"}

View File

@ -0,0 +1 @@
èiMÐI<>¯åè-ß

7
root/root/.cshrc Normal file
View File

@ -0,0 +1,7 @@
# .cshrc
# User specific aliases and functions
alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'

6
root/root/.dsrc Normal file
View File

@ -0,0 +1,6 @@
[medusa]
uri = ldaps://jcolebrand.info
basedn = dc=jcolebrand,dc=info
binddn = cn=Directory Manager
# You need to copy /etc/dirsrv/slapd-localhost/ca.crt to your host for this to work.
tls_cacertdir = /etc/dirsrv/slapd-medusa/

1
root/root/.dsrc_password Normal file
View File

@ -0,0 +1 @@
dr@ch3n4117

5
root/root/.lesshst Normal file
View File

@ -0,0 +1,5 @@
.less-history-file:
.search
"nss
"name server
"name

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<key id="b9bcca9d-7d61-41fe-9ff3-1b26aa1a908f" version="1">
<creationDate>2023-02-02T08:42:33.2556233Z</creationDate>
<activationDate>2023-02-02T08:42:33.2531075Z</activationDate>
<expirationDate>2023-05-03T08:42:33.2531075Z</expirationDate>
<descriptor deserializerType="Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
<descriptor>
<encryption algorithm="AES_256_CBC" />
<validation algorithm="HMACSHA256" />
<masterKey p4:requiresEncryption="true" xmlns:p4="http://schemas.asp.net/2015/03/dataProtection">
<!-- Warning: the key below is in an unencrypted form. -->
<value>qJfiyELbzR+S6OOa2MPnAuzQ/UuYoGoQiJ6y4CzqUgSmLFwf/xWBFQZGXfUgyhl/iQLZ5Kb+qt/3cLfDZYvqGQ==</value>
</masterKey>
</descriptor>
</descriptor>
</key>

View File

@ -0,0 +1,774 @@
(Get-Content -Path /etc/dirsrv/slapd-medusa/pin.txt).Substring(26)
exit
whoami
Get-Service -?
systemctl -?
systemctl --help
systemctl --list-sockets
systemctl --list-sockets *
systemctl --list-units
systemctl --list-units *
man systemctl
systemctl list-units
systemctl list-unit-files
systemctl list-unit-files | Out-String
systemctl list-units *
systemctl list-units --all
systemctl list-units --all | Out-String > ~/all_units
nano all_units
nano ~/all_units
tail ~/all_units
systemctl list-unit-files
systemctl list-unit-files | Out-String
systemctl list-units
systemctl --help
systemctl --show cockpit
systemctlshow cockpit
systemctl show cockpit
systemctl status cockpit
systemctl status cockpit --help
systemctl status cockpit --full --all
systemctl status cockpit
systemctl status cockpit | Out-String
systemctl status dirsrv | Out-String
systemctl status dirsrv@medusa | Out-String
systemctl status dirsrv@medusa -o json
systemctl status dirsrv@medusa -o json | ConvertFrom-Json
(systemctl status dirsrv@medusa -o json) | ConvertFrom-Json
$a = (systemctl status dirsrv@medusa -o json)
$a
$a[0]
systemctl --help
systemctl --help > ~/systemctl.help
nano /root/systemctl.help
cat /root/systemctl.help | Set-Clipboard
systemctl --full --no-pager --output=json --legend=false --all show cockpit
systemctl --full --no-pager --output=json --legend=false --all status cockpit
systemctl --full --no-pager --output=json --legend=false --all show cockpit2
systemctl --full --no-pager --output=json --legend=false --all show coc2
function Get-Service {`
[CmdletBinding()]`
param (`
[Parameter(Mandatory = $true)]`
[string]$Name`
)`
$serviceShow = (systemctl --full --no-pager --output=json --legend=false --all show $serviceName)`
$result = @{}`
foreach ($line in $serviceShow) {`
$eqIndex = $line.FirstIndexOf('=')`
$propertyName = $line.Substring(0,$eqIndex)`
$propertyValue = $line.Substring($eqIndex)`
$result.$propertyName = $propertyValue`
}`
if ($result.LoadError -match "NoSuchUnit") { return $null; } else { return $result; }`
}
Get-Service Cockpit
function Get-Service {`
[CmdletBinding()]`
param (`
[Parameter(Mandatory = $true)]`
[string]$Name`
)`
$serviceShow = (systemctl --full --no-pager --output=json --legend=false --all show $serviceName)`
$result = @{}`
foreach ($line in $serviceShow) {`
$eqIndex = $line.IndexOf('=')`
$propertyName = $line.Substring(0,$eqIndex)`
$propertyValue = $line.Substring($eqIndex)`
$result.$propertyName = $propertyValue`
}`
if ($result.LoadError -match "NoSuchUnit") { return $null; } else { return $result; }`
}
Get-Service Cockpit
function Get-Service {`
[CmdletBinding()]`
param (`
[Parameter(Mandatory = $true)]`
[string]$Name`
)`
$serviceShow = (systemctl --full --no-pager --output=json --legend=false --all show $serviceName)`
$result = @{}`
foreach ($line in $serviceShow) {`
$eqIndex = $line.IndexOf('=')`
$propertyName = $line.Substring(0,$eqIndex)`
$propertyValue = $line.Substring($eqIndex+1)`
$result.$propertyName = $propertyValue`
}`
if ($result.LoadError -match "NoSuchUnit") { return $null; } else { return $result; }`
}
Get-Service Cockpit
function Get-Service {`
[CmdletBinding()]`
param (`
[Parameter(Mandatory = $true)]`
[string]$Name`
)`
$serviceShow = (systemctl --full --no-pager --output=json --legend=false --all show $serviceName)`
$result = New-Object PSCustomObject`
foreach ($line in $serviceShow) {`
$eqIndex = $line.IndexOf('=')`
$propertyName = $line.Substring(0,$eqIndex)`
$propertyValue = $line.Substring($eqIndex+1)`
$result | Add-Member -PropertyName $propertyName -PropertyValue $propertyValue`
}`
if ($result.LoadError -match "NoSuchUnit") { return $null; } else { return $result; }`
}
Get-Service Cockpit
function Get-Service {`
[CmdletBinding()]`
param (`
[Parameter(Mandatory = $true)]`
[string]$Name`
)`
$serviceShow = (systemctl --full --no-pager --output=json --legend=false --all show $serviceName)`
$result = New-Object PSCustomObject`
foreach ($line in $serviceShow) {`
$eqIndex = $line.IndexOf('=')`
$propertyName = $line.Substring(0,$eqIndex)`
$propertyValue = $line.Substring($eqIndex+1)`
$result | Add-Member -NotePropertyName $propertyName -NotePropertyValue $propertyValue`
}`
if ($result.LoadError -match "NoSuchUnit") { return $null; } else { return $result; }`
}
Get-Service Cockpit
[System.Time]|gm
[System.TimeSpan]::FromMicroseconds(1555439)
[System.Double]::PositiveInfinity
[pscustomobject].GetType()
[pscustomobject].Name
[pscustomobject].NameSpace
function Get-Service {`
[CmdletBinding()]`
param (`
[Parameter(Mandatory = $true)]`
[string]$Name`
)`
$serviceShow = (systemctl --full --no-pager --output=json --legend=false --all show $serviceName)`
$result = New-Object PSCustomObject`
foreach ($line in $serviceShow) {`
$eqIndex = $line.IndexOf('=')`
$propertyName = $line.Substring(0,$eqIndex)`
$propertyValue = $line.Substring($eqIndex+1)`
$memberType = "string"`
if ($propertyName.EndsWith("Monotonic")) {`
$memberType = "TimeSpan"`
$propertyValue = [System.TimeSpan]::FromMicroseconds($propertyValue)`
} else if ($propertyName.EndsWith("USec")) {`
$memberType = "TimeSpan"`
$propertyValue = [System.TimeSpan]::Parse($propertyValue)`
} else if ($propertyName.EndsWith("Timestamp")) {`
if (![string]::IsNullOrWhiteSpace($propertyValue)) {`
$memberType = "DateTime"`
$propertyValue = [System.DateTime]::Parse($propertyValue)`
}`
} else if ($propertyName.StartsWith("DefaultLimit")) {`
if ($propertyValue -eq 'infinity') {`
$propertyValue = [System.Double]::PositiveInfinity`
$memberType = "Double"`
} else {`
$propertyValue = [int]$propertyValue`
$memberType = "Int32"`
}`
} else if ($propertyName -eq 'UnitPath') {`
$propertyValue = $propertyValue -split ' '`
} else if ($propertyName -eq 'Environment') {`
$env = new PSCustomObject`
($propertyValue -split ' ') | ForEach-Object { $splits = $_ -split '=';`
if ($splits[0] -eq 'PATH') {`
$targetValue = $splits[1] -split ':'`
} else {`
$targetValue = $splits[1]`
}`
$env | Add-Member -NotePropertyName $splits[0] -NotePropertyValue $targetValue`
}`
$propertyValue = $env`
$memberType = "System.Management.Automation.PSObject"`
}`
$result | Add-Member -TypeName $memberType -NotePropertyName $propertyName -NotePropertyValue $propertyValue`
}`
if ($result.LoadError -match "NoSuchUnit") { return $null; } else { return $result; }`
}
function Get-Service {`
[CmdletBinding()]`
param (`
[Parameter(Mandatory = $true)]`
[string]$Name`
)`
$serviceShow = (systemctl --full --no-pager --output=json --legend=false --all show $serviceName)`
$result = New-Object PSCustomObject`
foreach ($line in $serviceShow) {`
$eqIndex = $line.IndexOf('=')`
$propertyName = $line.Substring(0,$eqIndex)`
$propertyValue = $line.Substring($eqIndex+1)`
$memberType = "string"`
if ($propertyName.EndsWith("Monotonic")) {`
$memberType = "TimeSpan"`
$propertyValue = [System.TimeSpan]::FromMicroseconds($propertyValue)`
} elseif ($propertyName.EndsWith("USec")) {`
$memberType = "TimeSpan"`
$propertyValue = [System.TimeSpan]::Parse($propertyValue)`
} elseif ($propertyName.EndsWith("Timestamp")) {`
if (![string]::IsNullOrWhiteSpace($propertyValue)) {`
$memberType = "DateTime"`
$propertyValue = [System.DateTime]::Parse($propertyValue)`
}`
} elseif ($propertyName.StartsWith("DefaultLimit")) {`
if ($propertyValue -eq 'infinity') {`
$propertyValue = [System.Double]::PositiveInfinity`
$memberType = "Double"`
} else {`
$propertyValue = [int]$propertyValue`
$memberType = "Int32"`
}`
} elseif ($propertyName -eq 'UnitPath') {`
$propertyValue = $propertyValue -split ' '`
} elseif ($propertyName -eq 'Environment') {`
$env = new PSCustomObject`
($propertyValue -split ' ') | ForEach-Object { $splits = $_ -split '=';`
if ($splits[0] -eq 'PATH') {`
$targetValue = $splits[1] -split ':'`
} else {`
$targetValue = $splits[1]`
}`
$env | Add-Member -NotePropertyName $splits[0] -NotePropertyValue $targetValue`
}`
$propertyValue = $env`
$memberType = "System.Management.Automation.PSObject"`
}`
$result | Add-Member -TypeName $memberType -NotePropertyName $propertyName -NotePropertyValue $propertyValue`
}`
if ($result.LoadError -match "NoSuchUnit") { return $null; } else { return $result; }`
}
Get-Service Cockpit
exit
which pwsh
exit
Move-Item './Installing *.*' ./Educational/ -force
ls ./Educational/
exit
Move-Item './Shaker*.*' ./Educational/
exit
Move-Item ./Educational/ ..
cd ..
chown -R cole:cole *
exit
get-content ./config_system.py | % { "$_" }
get-content ./config_system.py | % { "PGADMIN_CONFIG_$_" }
get-content ./config_system.py | % { "PGADMIN_CONFIG_$_".Replace(' = ','=') }
podman
podman container
podman container list
podman container list --all
podman container inspect gracious_mccarthy
get-content ./config_system.py | % { "PGADMIN_CONFIG_$_".Replace(' = ','=') }
copy-item *.* /home/cbrand/.ssh -force
cd /home/cbrand/.ssh
ls
ls -la
cd /home/cole/.ssh
copy-item * /home/cbrand/.ssh -force
cd /home/cbrand/.ssh
ls -la
chown cbrand:cbrand *
chown cbrand:users *
ls -al
exit
$charA = (int)(char)'A'
$charA
$charA = [int][char]'A'
$charA
$charZ = (int)(char)'Z'
$charZ = [int][char]'Z'
[$charA..$charZ]
[$charA...$charZ]
$charA...$charZ
$charA..$charZ
$charA..$charZ | % { [string][char]$_ }
$charA..$charZ | % { [char]$_ }
$charA..$charZ | % { [char]::new($_) }
$charA..$charZ | % { [char][int]$_ }
$charA..$charZ | % { $_ }
$charZ = [int][char]'Z'
$charA = [int][char]'A'
$charA..$charZ | % { [string][char]$_ }
$charA..$charZ | % { $letter = [string][char]$_; $letterPair1 = "$letter-$($letter)" }
$charA..$charZ | % { $letter = [string][char]$_; $letterPair1 = "$letter-$($letter)L"; $letterPair2 = "$($letter)M-$($letter)Z"; $letters = @($letterPair1,$letterPair2); return $letters }
$charA..$charZ | % { $letter = [string][char]$_; $letterPair1 = "$letter-$($letter)L"; $letterPair2 = "$($letter)M-$($letter)Z"; $letters = @($letterPair1,$letterPair2); }
cd /zfs/data/videos
ls
cd ./Movies/
pwd
New-Item -?
Move-Item -?
$charA = [int][char]'A'
$charL = [int][char]'L'
$charM = [int][char]'M'
$charZ = [int][char]'Z'
$rangeFirst = $charA..$charL
$rangeSecond = $charM..$charZ
$pathRoot = "/zfs/data/videos/Movies"
$charA..$charZ | % {`
$letter = [string][char]$_`
$letterPair1 = "$letter-$($letter)L"`
$letterPair2 = "$($letter)M-$($letter)Z"`
$pathPair1 = Join-Path -Path $pathRoot -ChildPath $letterPair1`
$pathPair2 = Join-Path -Path $pathRoot -ChildPath $letterPair2`
if (-not (Test-Path -Path $pathPair1)) { New-Item -ItemType Directory -Path $pathPair1 -Force }`
if (-not (Test-Path -Path $pathPair2)) { New-Item -ItemType Directory -Path $pathPair2 -Force }`
}
$movies = Get-ChildItem -Path $pathRoot
foreach ($movie in $movies) {`
$name = $movie.Name`
if ($name.Length -lt 6) {`
continue`
}`
`
if ($name -match "^A ") {`
$name = $name.Substring(2).Trim()`
} elseif ($name -match "^An ") {`
$name = $name.Substring(3).Trim()`
} elseif ($name -match "^The ") {`
$name = $name.Substring(4).Trim()`
} `
$letter = $name[0]`
$nameSecondChar = [int][char]$name[1]`
$letterPair1 = "$letter-$($letter)L"`
$letterPair2 = "$($letter)M-$($letter)Z"`
`
$targetFolder = $null`
`
if ($nameSecondChar -in $rangeFirst) {`
$targetFolder = $letterPair1`
} elseif ($nameSecondChar -in $rangeSecond) {`
$targetFolder = $letterPair2`
} else {`
continue`
}`
`
$targetPath = Join-Path -Path $pathRoot -ChildPath $targetFolder`
`
Move-Item -Path $item.FullName -Destination $targetPath -Force -ErrorAction Continue -WhatIf`
}
foreach ($movie in $movies) {`
$name = $movie.Name`
if ($name.Length -lt 6) {`
continue`
}`
`
if ($name -match "^A ") {`
$name = $name.Substring(2).Trim()`
} elseif ($name -match "^An ") {`
$name = $name.Substring(3).Trim()`
} elseif ($name -match "^The ") {`
$name = $name.Substring(4).Trim()`
} `
$letter = $name[0]`
$nameSecondChar = [int][char]$name[1]`
$letterPair1 = "$letter-$($letter)L"`
$letterPair2 = "$($letter)M-$($letter)Z"`
`
$targetFolder = $null`
`
if ($nameSecondChar -in $rangeFirst) {`
$targetFolder = $letterPair1`
} elseif ($nameSecondChar -in $rangeSecond) {`
$targetFolder = $letterPair2`
} else {`
continue`
}`
`
$targetPath = Join-Path -Path $pathRoot -ChildPath $targetFolder`
`
Move-Item -Path $movie.FullName -Destination $targetPath -Force -ErrorAction Continue -WhatIf`
}
foreach ($movie in $movies) {`
$name = $movie.Name`
if ($name.Length -lt 6) {`
continue`
}`
`
if ($name -match "^A ") {`
$name = $name.Substring(2).Trim()`
} elseif ($name -match "^An ") {`
$name = $name.Substring(3).Trim()`
} elseif ($name -match "^The ") {`
$name = $name.Substring(4).Trim()`
} `
$letter = $name[0]`
$nameSecondChar = [int][char]($name[1].ToUpper())`
$letterPair1 = "$letter-$($letter)L"`
$letterPair2 = "$($letter)M-$($letter)Z"`
`
$targetFolder = $null`
`
if ($nameSecondChar -in $rangeFirst) {`
$targetFolder = $letterPair1`
} elseif ($nameSecondChar -in $rangeSecond) {`
$targetFolder = $letterPair2`
} else {`
continue`
}`
`
$targetPath = Join-Path -Path $pathRoot -ChildPath $targetFolder`
`
Move-Item -Path $movie.FullName -Destination $targetPath -Force -ErrorAction Continue -WhatIf`
}
foreach ($movie in $movies) {`
$name = $movie.Name`
if ($name.Length -lt 6) {`
continue`
}`
`
if ($name -match "^A ") {`
$name = $name.Substring(2).Trim()`
} elseif ($name -match "^An ") {`
$name = $name.Substring(3).Trim()`
} elseif ($name -match "^The ") {`
$name = $name.Substring(4).Trim()`
} `
$letter = $name[0]`
$nameSecondChar = [int][char]($name.ToUpper()[1])`
$letterPair1 = "$letter-$($letter)L"`
$letterPair2 = "$($letter)M-$($letter)Z"`
`
$targetFolder = $null`
`
if ($nameSecondChar -in $rangeFirst) {`
$targetFolder = $letterPair1`
} elseif ($nameSecondChar -in $rangeSecond) {`
$targetFolder = $letterPair2`
} else {`
continue`
}`
`
$targetPath = Join-Path -Path $pathRoot -ChildPath $targetFolder`
`
Move-Item -Path $movie.FullName -Destination $targetPath -Force -ErrorAction Continue -WhatIf`
}
$movies = Get-ChildItem -Path $pathRoot
foreach ($movie in $movies) {`
$name = $movie.Name`
if ($name.Length -lt 6) {`
continue`
}`
`
if ($name -match "^A ") {`
$name = $name.Substring(2).Trim()`
} elseif ($name -match "^An ") {`
$name = $name.Substring(3).Trim()`
} elseif ($name -match "^The ") {`
$name = $name.Substring(4).Trim()`
} `
$letter = $name[0]`
$nameSecondChar = [int][char]($name.ToUpper()[1])`
$letterPair1 = "$letter-$($letter)L"`
$letterPair2 = "$($letter)M-$($letter)Z"`
`
$targetFolder = $null`
`
if ($nameSecondChar -in $rangeFirst) {`
$targetFolder = $letterPair1`
} elseif ($nameSecondChar -in $rangeSecond) {`
$targetFolder = $letterPair2`
} else {`
Write-Host "Skipping $($movie.FullName)"`
continue `
}`
`
$targetPath = Join-Path -Path $pathRoot -ChildPath $targetFolder`
`
Move-Item -Path $movie.FullName -Destination $targetPath -Force -ErrorAction Continue | Out-Null`
}
chown cbrand:users * -R
ls -al
Get-ChildItem ".*"
Get-ChildItem ".*" -Hidden
Get-ChildItem ".*" -Hidden | Remove-Item -Force
ls -al
chown cole:users * -R
ls -al
cat ./gogs.pub | Set-Clipboard
exit
(gci)|gm
(gci).LastWriteTime
(gci).LastWriteTime -gt [System.DateTime]::Now.AddDays(-30)
(gci).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-30)})
(gci -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-30)})
cd /etc
(gci -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-30)})
ls -al /
stat / | awk '/Birth: /{print $2}'
(gci -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60)})
(gci -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60)})
(gci -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60)}) > ~/filelist.txt
cat /root/filelist.txt
nano /root/filelist.txt
cat ./dnsmasq.conf
nano /root/filelist.txt
mv /root/filelist.txt /zfs/data/
cd /zfs/data/powershell/
ls
mv ../filelist.txt ./
ls -al
chown cole:cole *
ls -al
cd /etc
ls
ls *.te
ls *.pp
rm ./my-postmaster.*
ls
cat named.conf
cat ./named.rfc1912.zones
cat ./named.root.key
cat pcp.conf
cat ./realmd.conf
cat ./rndc.key
cat shells
cat ./sudo
cat ./sudo.conf
cat ./sudoers
cat ./sysctl.conf
cd ipa
ls
Remove-Item * -Recurse -Force
cd ..
rmdir ipa
cd ./krb5.conf.d/
ls
cat ./freeipa
cat ./freeipa-server
ls -al
cat ./enable_sssd_conf_dir
cat ./sssd_enable_idp
rm ./freeipa
rm ./freeipa-server
cd ..
cd ./rwtab.d/
ls
cat ./named
cat ./sssd
cd ..
(gci -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60) -and $_.Attributes -eq 'Normal'})
(gci -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60) -and $_.Attributes -eq 'Normal'}).FullName > /zfs/data/powershell/filelist.txt
cat /etc/libvirt/qemu/networks/default.xml
cat /etc/resolvconf/resolv.conf.d/head
cat /etc/pulse/client.conf
cat /etc/pcp/labels.conf
cat /etc/qemu/bridge.conf
cat /etc/PackageKit/Vendor.conf
cat /etc/audit/auditd.conf
cat /etc/audit/plugins.d/af_unix.conf
cat /etc/gssproxy/24-nfs-server.conf
cat /etc/dhcp/dhclient.conf
cat /etc/tmpfiles.d/dirsrv-medusa.conf
cd ./tmpfiles.d/
ls
cd ..
cat /etc/rc.d/init.d/README
cat /etc/lvm/backup/fedora_medusa
cat /etc/lvm/archive/fedora_medusa_00001-1504436465.vg
cat /etc/tpm2-tss/fapi-config.json
cat /etc/modprobe.d/vhost.conf
cat /etc/ssl/README
cat /etc/systemd/system/dirsrv@JCOLEBRAND-LOCAL.service.d/ipa-env.conf
rm /etc/systemd/system/dirsrv@JCOLEBRAND-LOCAL.service.d/ipa-env.conf
cd /etc/systemd/system/dirsrv@JCOLEBRAND-LOCAL.service.d/
ls
ls -a
cd ..
ls -al
cat /etc/systemd/system/cockpit.socket.d/listen.conf
cat /etc/systemd/resolved.conf.d/dns_servers.conf
cat /etc/systemd/user.conf
cat /etc/systemd/system.conf
cat /etc/systemd/oomd.conf
cat /etc/ssh/sshd_config.d/50-redhat.conf
cat /etc/ssh/sshd_config
cat /etc/ssh/moduli
cat /etc/debuginfod/elfutils.urls
cat /etc/security/pam_winbind.conf
cat /etc/sasl2/pmcd.conf
cat /etc/xdg/autostart/snap-userd-autostart.desktop
cat /etc/sysconfig/samba
cat /etc/sysconfig/snapd
cat /etc/sysconfig/sshd
cat /etc/rwtab.d/named
cat /etc/profile.d/which2.sh
cat /etc/profile.d/which2.csh
cat /etc/profile.d/snapd.sh
cat /etc/profile.d/debuginfod.sh
cat /etc/udev/udev.conf
cat /etc/pam.d/sudo
cat /etc/pam.d/sudo-i
cat /etc/pam.d/samba
cat /etc/request-key.d/id_resolver.conf
cat /etc/request-key.d/cifs.spnego.conf
cat /etc/dnf/protected.d/systemd.conf
cat /etc/dnf/protected.d/sudo.conf
cat /etc/trusted-key.key
cat /etc/sysctl.conf
cat /etc/pcp.conf
cat /etc/pcp.env
cat /etc/dnsmasq.conf
(gci -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60) -and $_.Attributes -eq 'Normal'}).FullName
cd ../..
(gci -hidden -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60) -and $_.Attributes -eq 'Normal'}).FullName
(gci -system -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60) -and $_.Attributes -eq 'Normal'}).FullName
(gci - -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60) -and $_.Attributes -eq 'Normal'}).FullName
cat /etc/fstab
cat /etc/gdbinit
cat /etc/inittab
cat /etc/ld.so.cache
clear
cat /etc/libaudit.conf
cd /var
(gci -system -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60) -and $_.Attributes -eq 'Normal'}).FullName
(gci -hidden -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60) -and $_.Attributes -eq 'Normal'}).FullName
(gci -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60) -and $_.Attributes -eq 'Normal'}).FullName
(gci -recurse -File).Where({$_.LastWriteTime -gt [System.DateTime]::Now.AddDays(-60) -and $_.Attributes -eq 'Normal'}).FullName > /zfs/data/powershell/filelist.txt
cd lib
ls
rmdir ./plexmediaserver/ -fr
rmdir ./plexmediaserver/ -r
rmdir ./plexmediaserver/
Remove-Item ./plexmediaserver/ -Recurse -Force
cd ./ip
cd ./ipa
ls
ls -al
Remove-Item ./plexmediaserver/ -Recurse -Force
cd ..
Remove-Item ./ipa/ -Recurse -Force
Remove-Item ./ipa-client/ -Recurse -Force
ls
cat /var/lib/libvirt/dnsmasq/virbr0.status
cat /var/lib/libvirt/dnsmasq/default.hostsfile
cat /var/lib/libvirt/dnsmasq/default.conf
cat /var/lib/pcp/pmns/stdpmid
cat /var/lib/plocate/plocate.db
clearcat /var/lib/logrotate/logrotate.status
cat /var/lib/logrotate/logrotate.status
clear
cat /var/lib/dnf/repos/updates-modular-c898cfa918084d7a/countme
cd ../
ls
cd ../
ls
cd ./database/
ls
cd ./pgsql/
ls
cd ./data/
ls
cd ..
ls
ls -al
ls /home
su postgres
ls
ls /var/lib/pgsql/
ls
ls -al /var/lib
getent passwd postgres
ls
cat initdb_postgresql.log
cd data
ls
cat ./postgresql.conf
ls
cat ./pg_ident.conf
clear
cd /
ls
cd ./teamcity/
ls
cd kra
cd /kraken
ls
cd /
ls -al
cat /etc/fstab
cd /tmp
ls
cd /medi
cd /media
ls
cd ./320/
ls
ls -al
cat ./route53/
cd ./route53/
ls
cd ..
ls .*
ls ./.*
gci ./.*
gci -hidden
gci -hidden | remove-item
gci -hidden
whoami
exit
gci -hidden
gci -hidden | remove-item
ls -al
cat agent.sh
clear
ls
whoami
ls /
ls /zfs/data
New-Item -Path /zfs/data/automation -ItemType Directory
New-Item -Path /zfs/data/automation/system_configuration -ItemType Directory
chown cbrand:cbrand /zfs/data/automation/ -r
chown cbrand:cbrand /zfs/data/automation/ -R
chown cbrand:cbrand -R /zfs/data/automation/
chown cbrand:cbrand /zfs/data/automation/
chown cbrand:users /zfs/data/automation/
chown cbrand:users /zfs/data/automation/ -R
(Get-ChildItem ldap2pg.yaml -Recurse).FullName
(Get-ChildItem ldap2pg.yaml -Recurse -File).FullName
cd ../var
(Get-ChildItem ldap2pg.yaml -Recurse -File).FullName
Remove-Item /tmp/.dotnet/ -Recurse -Force
exit
./capture.ps1
exit
Remove-Item /var/lib/go-agent/pipelines/* -Recurse -Force
Remove-Item /var/lib/go-agent-1/pipelines/* -Recurse -Force
Remove-Item /var/lib/go-agent-2/pipelines/* -Recurse -Force
Remove-Item /var/lib/go-agent-3/pipelines/* -Recurse -Force
Remove-Item /var/lib/go-agent-/pipelines/* -Recurse -Force
Remove-Item /var/lib/go-agent-4/pipelines/* -Recurse -Force
Remove-Item /var/lib/go-agent-5/pipelines/* -Recurse -Force
exit
"01234" -match "\d"
"01234"[0] -match "\d"
ls
Remove-Item -Path ./capture-files/ -Force -Recurse
exit
./capture.ps1
git status
ls -al
ls -alR
cd /usr/share/nginx/html
ls
ls -a
clear
cd /var/lib/letsencrypt/
ls -al
cd ./snakeoil/
ls
cd ~
ls -al
pwd
cd /home/cbrand
ls
ls -al
clear
get-childitem -?
gci
gci -Attributes *
clear
gci -Attributes Hidden,System,Normal
gci

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,5 @@
library=
name=NSS Internal PKCS #11 Module
parameters=configdir='/root/.pki/nssdb' certPrefix='' keyPrefix='' secmod='secmod.db' flags= updatedir='' updateCertPrefix='' updateKeyPrefix='' updateid='' updateTokenDescription=''
NSS=Flags=internal,critical trustOrder=75 cipherOrder=100 slotParams=(1={slotFlags=[ECC,RSA,DSA,DH,RC2,RC4,DES,RANDOM,SHA1,MD5,MD2,SSL,TLS,AES,Camellia,SEED,SHA256,SHA512] askpw=any timeout=30})

10
root/root/.tcshrc Normal file
View File

@ -0,0 +1,10 @@
# .tcshrc
# User specific aliases and functions
alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'
set prompt='[%n@%m %c]# '

7
root/root/.wget-hsts Normal file
View File

@ -0,0 +1,7 @@
# HSTS 1.0 Known Hosts database for GNU Wget.
# Edit at your own risk.
# <hostname> <port> <incl. subdomains> <created> <max-age>
ftp.postgresql.org 0 0 1677061047 31536000
patch-diff.githubusercontent.com 0 1 1680164076 31536000
github.com 0 1 1679292796 31536000
letsencrypt.org 0 0 1676196446 31536000

View File

@ -0,0 +1,771 @@
zip=97330
timezone=America/Los_Angeles
channel!0001.directv.com
channel!0002.directv.com
channel=0009.directv.com
channel=0013.directv.com
channel=0016.directv.com
channel=0023.directv.com
channel=0028.directv.com
channel=0034.directv.com
channel!0070.directv.com
channel!0071.directv.com
channel!0072.directv.com
channel!0073.directv.com
channel!0074.directv.com
channel!0075.directv.com
channel!0076.directv.com
channel!0077.directv.com
channel!0078.directv.com
channel!0079.directv.com
channel!0080.directv.com
channel!0081.directv.com
channel!0082.directv.com
channel!0084.directv.com
channel!0085.directv.com
channel!0086.directv.com
channel!0087.directv.com
channel!0088.directv.com
channel!0089.directv.com
channel!0091.directv.com
channel!0092.directv.com
channel!0095.directv.com
channel!0097.directv.com
channel!0098.directv.com
channel!0099.directv.com
channel!0100.directv.com
channel!0104.directv.com
channel!0105.directv.com
channel!0106.directv.com
channel!0107.directv.com
channel!0108.directv.com
channel!0111.directv.com
channel!0113.directv.com
channel!0114.directv.com
channel!0115.directv.com
channel!0118.directv.com
channel!0119.directv.com
channel!0120.directv.com
channel!0121.directv.com
channel!0122.directv.com
channel!0123.directv.com
channel!0124.directv.com
channel!0126.directv.com
channel!0127.directv.com
channel!0128.directv.com
channel!0129.directv.com
channel!0130.directv.com
channel!0131.directv.com
channel!0132.directv.com
channel!0133.directv.com
channel!0134.directv.com
channel!0135.directv.com
channel!0136.directv.com
channel!0137.directv.com
channel!0138.directv.com
channel!0139.directv.com
channel!0140.directv.com
channel!0141.directv.com
channel!0142.directv.com
channel!0143.directv.com
channel!0144.directv.com
channel!0145.directv.com
channel!0146.directv.com
channel!0147.directv.com
channel!0148.directv.com
channel!0149.directv.com
channel!0150.directv.com
channel!0151.directv.com
channel!0152.directv.com
channel!0153.directv.com
channel!0154.directv.com
channel!0155.directv.com
channel!0156.directv.com
channel!0157.directv.com
channel!0158.directv.com
channel!0159.directv.com
channel!0160.directv.com
channel!0161.directv.com
channel!0162.directv.com
channel!0163.directv.com
channel!0164.directv.com
channel!0165.directv.com
channel!0166.directv.com
channel!0167.directv.com
channel!0168.directv.com
channel!0169.directv.com
channel!0170.directv.com
channel!0171.directv.com
channel!0172.directv.com
channel!0173.directv.com
channel!0174.directv.com
channel!0175.directv.com
channel!0176.directv.com
channel!0177.directv.com
channel!0199.directv.com
channel!0200.directv.com
channel!0202.directv.com
channel!0203.directv.com
channel!0204.directv.com
channel!0205.directv.com
channel!0206.directv.com
channel!0207.directv.com
channel!0208.directv.com
channel!0209.directv.com
channel!0212.directv.com
channel!0213.directv.com
channel!0214.directv.com
channel!0215.directv.com
channel!0216.directv.com
channel!0217.directv.com
channel!0218.directv.com
channel!0219.directv.com
channel!0221.directv.com
channel!0222.directv.com
channel!0223.directv.com
channel!0224.directv.com
channel!0225.directv.com
channel!0226.directv.com
channel!0227.directv.com
channel!0228.directv.com
channel!0229.directv.com
channel!0230.directv.com
channel!0231.directv.com
channel!0232.directv.com
channel!0233.directv.com
channel!0234.directv.com
channel!0235.directv.com
channel!0236.directv.com
channel!0237.directv.com
channel!0238.directv.com
channel!0239.directv.com
channel!0240.directv.com
channel!0241.directv.com
channel!0242.directv.com
channel!0243.directv.com
channel!0244.directv.com
channel!0245.directv.com
channel!0246.directv.com
channel!0247.directv.com
channel!0248.directv.com
channel!0249.directv.com
channel!0250.directv.com
channel!0251.directv.com
channel!0252.directv.com
channel!0253.directv.com
channel!0254.directv.com
channel!0255.directv.com
channel!0256.directv.com
channel!0258.directv.com
channel!0259.directv.com
channel!0260.directv.com
channel!0261.directv.com
channel!0262.directv.com
channel!0263.directv.com
channel!0264.directv.com
channel!0265.directv.com
channel!0266.directv.com
channel!0268.directv.com
channel!0269.directv.com
channel!0270.directv.com
channel!0271.directv.com
channel!0272.directv.com
channel!0273.directv.com
channel!0274.directv.com
channel!0275.directv.com
channel!0276.directv.com
channel!0277.directv.com
channel!0278.directv.com
channel!0279.directv.com
channel!0280.directv.com
channel!0281.directv.com
channel!0282.directv.com
channel!0283.directv.com
channel!0284.directv.com
channel!0285.directv.com
channel!0286.directv.com
channel!0287.directv.com
channel!0288.directv.com
channel!0289.directv.com
channel!0290.directv.com
channel!0291.directv.com
channel!0292.directv.com
channel!0293.directv.com
channel!0294.directv.com
channel!0295.directv.com
channel!0296.directv.com
channel!0297.directv.com
channel!0298.directv.com
channel!0299.directv.com
channel!0300.directv.com
channel!0301.directv.com
channel!0302.directv.com
channel!0303.directv.com
channel!0304.directv.com
channel!0305.directv.com
channel!0307.directv.com
channel!0308.directv.com
channel!0309.directv.com
channel!0310.directv.com
channel!0311.directv.com
channel!0312.directv.com
channel!0313.directv.com
channel!0314.directv.com
channel!0315.directv.com
channel!0316.directv.com
channel!0317.directv.com
channel!0318.directv.com
channel!0319.directv.com
channel!0320.directv.com
channel!0322.directv.com
channel!0323.directv.com
channel!0324.directv.com
channel!0325.directv.com
channel!0326.directv.com
channel!0327.directv.com
channel!0328.directv.com
channel!0329.directv.com
channel!0330.directv.com
channel!0331.directv.com
channel!0332.directv.com
channel!0333.directv.com
channel!0335.directv.com
channel!0336.directv.com
channel!0337.directv.com
channel!0338.directv.com
channel!0339.directv.com
channel!0340.directv.com
channel!0341.directv.com
channel!0342.directv.com
channel!0343.directv.com
channel!0344.directv.com
channel!0345.directv.com
channel!0346.directv.com
channel!0347.directv.com
channel!0348.directv.com
channel!0349.directv.com
channel!0350.directv.com
channel!0351.directv.com
channel!0352.directv.com
channel!0353.directv.com
channel!0354.directv.com
channel!0355.directv.com
channel!0356.directv.com
channel!0357.directv.com
channel!0358.directv.com
channel!0359.directv.com
channel!0360.directv.com
channel!0361.directv.com
channel!0362.directv.com
channel!0363.directv.com
channel!0364.directv.com
channel!0365.directv.com
channel!0366.directv.com
channel!0367.directv.com
channel!0368.directv.com
channel!0369.directv.com
channel!0370.directv.com
channel!0371.directv.com
channel!0372.directv.com
channel!0373.directv.com
channel!0374.directv.com
channel!0376.directv.com
channel!0377.directv.com
channel!0378.directv.com
channel!0379.directv.com
channel!0380.directv.com
channel!0381.directv.com
channel!0382.directv.com
channel!0383.directv.com
channel!0384.directv.com
channel!0386.directv.com
channel!0388.directv.com
channel!0389.directv.com
channel!0390.directv.com
channel!0391.directv.com
channel!0392.directv.com
channel!0393.directv.com
channel!0394.directv.com
channel!0395.directv.com
channel!0396.directv.com
channel!0397.directv.com
channel!0398.directv.com
channel!0399.directv.com
channel!0401.directv.com
channel!0402.directv.com
channel!0403.directv.com
channel!0404.directv.com
channel!0405.directv.com
channel!0406.directv.com
channel!0407.directv.com
channel!0408.directv.com
channel!0409.directv.com
channel!0410.directv.com
channel!0411.directv.com
channel!0412.directv.com
channel!0413.directv.com
channel!0414.directv.com
channel!0415.directv.com
channel!0416.directv.com
channel!0417.directv.com
channel!0418.directv.com
channel!0419.directv.com
channel!0420.directv.com
channel!0422.directv.com
channel!0423.directv.com
channel!0424.directv.com
channel!0425.directv.com
channel!0426.directv.com
channel!0428.directv.com
channel!0429.directv.com
channel!0430.directv.com
channel!0431.directv.com
channel!0432.directv.com
channel!0433.directv.com
channel!0434.directv.com
channel!0435.directv.com
channel!0436.directv.com
channel!0437.directv.com
channel!0438.directv.com
channel!0439.directv.com
channel!0440.directv.com
channel!0442.directv.com
channel!0443.directv.com
channel!0444.directv.com
channel!0445.directv.com
channel!0446.directv.com
channel!0447.directv.com
channel!0448.directv.com
channel!0449.directv.com
channel!0450.directv.com
channel!0451.directv.com
channel!0452.directv.com
channel!0453.directv.com
channel!0454.directv.com
channel!0455.directv.com
channel!0456.directv.com
channel!0457.directv.com
channel!0458.directv.com
channel!0459.directv.com
channel!0460.directv.com
channel!0461.directv.com
channel!0462.directv.com
channel!0464.directv.com
channel!0465.directv.com
channel!0466.directv.com
channel!0468.directv.com
channel!0469.directv.com
channel!0472.directv.com
channel!0473.directv.com
channel!0474.directv.com
channel!0496.directv.com
channel!0501.directv.com
channel!0502.directv.com
channel!0503.directv.com
channel!0504.directv.com
channel!0505.directv.com
channel!0506.directv.com
channel!0507.directv.com
channel!0508.directv.com
channel!0509.directv.com
channel!0511.directv.com
channel!0515.directv.com
channel!0516.directv.com
channel!0517.directv.com
channel!0519.directv.com
channel!0520.directv.com
channel!0521.directv.com
channel!0522.directv.com
channel!0523.directv.com
channel!0525.directv.com
channel!0526.directv.com
channel!0527.directv.com
channel!0528.directv.com
channel!0529.directv.com
channel!0530.directv.com
channel!0531.directv.com
channel!0535.directv.com
channel!0536.directv.com
channel!0537.directv.com
channel!0538.directv.com
channel!0539.directv.com
channel!0540.directv.com
channel!0541.directv.com
channel!0542.directv.com
channel!0545.directv.com
channel!0546.directv.com
channel!0547.directv.com
channel!0548.directv.com
channel!0549.directv.com
channel!0550.directv.com
channel!0551.directv.com
channel!0552.directv.com
channel!0553.directv.com
channel!0554.directv.com
channel!0555.directv.com
channel!0556.directv.com
channel!0557.directv.com
channel!0558.directv.com
channel!0559.directv.com
channel!0560.directv.com
channel!0561.directv.com
channel!0562.directv.com
channel!0563.directv.com
channel!0564.directv.com
channel!0565.directv.com
channel!0566.directv.com
channel!0568.directv.com
channel!0570.directv.com
channel!0571.directv.com
channel!0572.directv.com
channel!0573.directv.com
channel!0574.directv.com
channel!0575.directv.com
channel!0576.directv.com
channel!0577.directv.com
channel!0578.directv.com
channel!0580.directv.com
channel!0581.directv.com
channel!0582.directv.com
channel!0583.directv.com
channel!0584.directv.com
channel!0585.directv.com
channel!0587.directv.com
channel!0588.directv.com
channel!0591.directv.com
channel!0592.directv.com
channel!0593.directv.com
channel!0594.directv.com
channel!0595.directv.com
channel!0596.directv.com
channel!0597.directv.com
channel!0598.directv.com
channel!0599.directv.com
channel!0600.directv.com
channel!0602.directv.com
channel!0603.directv.com
channel!0604.directv.com
channel!0605.directv.com
channel!0606.directv.com
channel!0608.directv.com
channel!0610.directv.com
channel!0611.directv.com
channel!0612.directv.com
channel!0618.directv.com
channel!0621.directv.com
channel!0623.directv.com
channel!0628.directv.com
channel!0630.directv.com
channel!0631.directv.com
channel!0634.directv.com
channel!0635.directv.com
channel!0639.directv.com
channel!0640.directv.com
channel!0642.directv.com
channel!0646.directv.com
channel!0649.directv.com
channel!0653.directv.com
channel!0654.directv.com
channel!0659.directv.com
channel!0660.directv.com
channel!0661.directv.com
channel!0662.directv.com
channel!0663.directv.com
channel!0664.directv.com
channel!0665.directv.com
channel!0668.directv.com
channel!0669.directv.com
channel!0671.directv.com
channel!0674.directv.com
channel!0675.directv.com
channel!0676.directv.com
channel!0677.directv.com
channel!0681.directv.com
channel!0683.directv.com
channel!0684.directv.com
channel!0686.directv.com
channel!0687.directv.com
channel!0690.directv.com
channel!0691.directv.com
channel!0692.directv.com
channel!0693.directv.com
channel!0694.directv.com
channel!0696.directv.com
channel!0698.directv.com
channel!0701.directv.com
channel!0702.directv.com
channel!0703.directv.com
channel!0704.directv.com
channel!0720.directv.com
channel!0747.directv.com
channel!0748.directv.com
channel!0749.directv.com
channel!0750.directv.com
channel!0751.directv.com
channel!0752.directv.com
channel!0753.directv.com
channel!0754.directv.com
channel!0755.directv.com
channel!0756.directv.com
channel!0757.directv.com
channel!0758.directv.com
channel!0759.directv.com
channel!0760.directv.com
channel!0761.directv.com
channel!0762.directv.com
channel!0763.directv.com
channel!0764.directv.com
channel!0765.directv.com
channel!0766.directv.com
channel!0767.directv.com
channel!0768.directv.com
channel!0769.directv.com
channel!0770.directv.com
channel!0771.directv.com
channel!0772.directv.com
channel!0773.directv.com
channel!0774.directv.com
channel!0775.directv.com
channel!0776.directv.com
channel!0777.directv.com
channel!0778.directv.com
channel!0779.directv.com
channel!0780.directv.com
channel!0781.directv.com
channel!0782.directv.com
channel!0783.directv.com
channel!0784.directv.com
channel!0785.directv.com
channel!0786.directv.com
channel!0787.directv.com
channel!0788.directv.com
channel!0789.directv.com
channel!0790.directv.com
channel!0791.directv.com
channel!0792.directv.com
channel!0793.directv.com
channel!0794.directv.com
channel!0795.directv.com
channel!0796.directv.com
channel!0797.directv.com
channel!0798.directv.com
channel!0799.directv.com
channel!0800.directv.com
channel!0801.directv.com
channel!0802.directv.com
channel!0803.directv.com
channel!0804.directv.com
channel!0805.directv.com
channel!0806.directv.com
channel!0807.directv.com
channel!0808.directv.com
channel!0809.directv.com
channel!0810.directv.com
channel!0811.directv.com
channel!0812.directv.com
channel!0813.directv.com
channel!0814.directv.com
channel!0815.directv.com
channel!0816.directv.com
channel!0817.directv.com
channel!0818.directv.com
channel!0819.directv.com
channel!0820.directv.com
channel!0821.directv.com
channel!0822.directv.com
channel!0823.directv.com
channel!0824.directv.com
channel!0825.directv.com
channel!0826.directv.com
channel!0827.directv.com
channel!0828.directv.com
channel!0829.directv.com
channel!0830.directv.com
channel!0831.directv.com
channel!0832.directv.com
channel!0833.directv.com
channel!0834.directv.com
channel!0835.directv.com
channel!0836.directv.com
channel!0837.directv.com
channel!0838.directv.com
channel!0839.directv.com
channel!0840.directv.com
channel!0841.directv.com
channel!0842.directv.com
channel!0843.directv.com
channel!0844.directv.com
channel!0845.directv.com
channel!0846.directv.com
channel!0847.directv.com
channel!0848.directv.com
channel!0849.directv.com
channel!0850.directv.com
channel!0851.directv.com
channel!0852.directv.com
channel!0853.directv.com
channel!0854.directv.com
channel!0855.directv.com
channel!0856.directv.com
channel!0857.directv.com
channel!0858.directv.com
channel!0859.directv.com
channel!0860.directv.com
channel!0861.directv.com
channel!0862.directv.com
channel!0863.directv.com
channel!0864.directv.com
channel!0865.directv.com
channel!0866.directv.com
channel!0867.directv.com
channel!0868.directv.com
channel!0869.directv.com
channel!0870.directv.com
channel!0871.directv.com
channel!0874.directv.com
channel!0875.directv.com
channel!0876.directv.com
channel!0877.directv.com
channel!0878.directv.com
channel!0879.directv.com
channel!0880.directv.com
channel!0881.directv.com
channel!0882.directv.com
channel!0883.directv.com
channel!0884.directv.com
channel!0885.directv.com
channel!0886.directv.com
channel!0901.directv.com
channel!0902.directv.com
channel!0903.directv.com
channel!0904.directv.com
channel!0905.directv.com
channel!0906.directv.com
channel!0907.directv.com
channel!2020.directv.com
channel!2021.directv.com
channel!2022.directv.com
channel!2023.directv.com
channel!2024.directv.com
channel!2030.directv.com
channel!2031.directv.com
channel!2032.directv.com
channel!2033.directv.com
channel!2034.directv.com
channel!2035.directv.com
channel!2036.directv.com
channel!2037.directv.com
channel!2038.directv.com
channel!2039.directv.com
channel!2040.directv.com
channel!2041.directv.com
channel!2042.directv.com
channel!2049.directv.com
channel!2050.directv.com
channel!2051.directv.com
channel!2052.directv.com
channel!2053.directv.com
channel!2055.directv.com
channel!2056.directv.com
channel!2057.directv.com
channel!2060.directv.com
channel!2061.directv.com
channel!2062.directv.com
channel!2063.directv.com
channel!2064.directv.com
channel!2065.directv.com
channel!2066.directv.com
channel!2067.directv.com
channel!2068.directv.com
channel!2069.directv.com
channel!2070.directv.com
channel!2071.directv.com
channel!2080.directv.com
channel!2081.directv.com
channel!2082.directv.com
channel!2083.directv.com
channel!2084.directv.com
channel!2085.directv.com
channel!2087.directv.com
channel!2088.directv.com
channel!2089.directv.com
channel!2092.directv.com
channel!2093.directv.com
channel!2095.directv.com
channel!2102.directv.com
channel!2103.directv.com
channel!2104.directv.com
channel!2105.directv.com
channel!2108.directv.com
channel!2109.directv.com
channel!2112.directv.com
channel!2113.directv.com
channel!2115.directv.com
channel!2116.directv.com
channel!2119.directv.com
channel!2134.directv.com
channel!2135.directv.com
channel!2148.directv.com
channel!9475.directv.com
channel!9476.directv.com
channel!9477.directv.com
channel!9478.directv.com
channel!9479.directv.com
channel!9480.directv.com
channel!9481.directv.com
channel!9482.directv.com
channel!9483.directv.com
channel!9484.directv.com
channel!9485.directv.com
channel!9486.directv.com
channel!9487.directv.com
channel!9488.directv.com
channel!9489.directv.com
channel!9490.directv.com
channel!9501.directv.com
channel!9502.directv.com
channel!9503.directv.com
channel!9504.directv.com
channel!9505.directv.com
channel!9506.directv.com
channel!9507.directv.com
channel!9508.directv.com
channel!9509.directv.com
channel!9510.directv.com
channel!9511.directv.com
channel!9513.directv.com
channel!9514.directv.com
channel!9521.directv.com
channel!9522.directv.com
channel!9523.directv.com
channel!9524.directv.com
channel!9525.directv.com
channel!9526.directv.com
channel!9530.directv.com
channel!9531.directv.com
channel!9532.directv.com
channel!9533.directv.com
channel!9534.directv.com
channel!9535.directv.com
channel!9536.directv.com
channel!9537.directv.com
channel!9538.directv.com
channel!9539.directv.com
channel!9540.directv.com
channel!9542.directv.com
channel!9543.directv.com
channel!9544.directv.com
channel!9545.directv.com
channel!9547.directv.com
channel!9548.directv.com
channel!9549.directv.com
channel!9550.directv.com
channel!9551.directv.com
channel!9556.directv.com
channel!9559.directv.com
channel!9570.directv.com
channel!9571.directv.com
channel!9577.directv.com
channel!9581.directv.com
channel!9582.directv.com
channel!9950.directv.com

View File

@ -0,0 +1,5 @@
cache=/var/xmltv/tv_grab_zz_sdjson.cache
channel-id-format=default
previously-shown-format=date
username=
password=

47
root/root/anaconda-ks.cfg Normal file
View File

@ -0,0 +1,47 @@
# Generated by Anaconda 37.12.6
# Generated by pykickstart v3.41
#version=DEVEL
# Use graphical install
graphical
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang en_US.UTF-8
# Network information
network --bootproto=static --device=enp4s0 --gateway=192.168.50.1 --ip=192.168.50.2 --nameserver=8.8.8.8,1.1.1.1 --netmask=255.255.255.0 --ipv6=auto --activate
network --hostname=medusa
%packages
@^server-product-environment
@c-development
@cloud-infrastructure
@container-management
@development-tools
@domain-client
@editors
@freeipa-server
@headless-management
@network-server
@server-hardware-support
@system-tools
@text-internet
%end
# Run the Setup Agent on first boot
firstboot --enable
# Generated using Blivet version 3.5.0
ignoredisk --only-use=nvme0n1
autopart
# Partition clearing information
clearpart --none --initlabel
# System timezone
timezone America/Los_Angeles --utc
# Root password
rootpw --iscrypted $y$j9T$7jkedCMJ5Jyd2XOZ1XPgYD0y$WSR8IboPeX.JYiZC7JgO5T9a1rq5nDd0/6NyETMHGG/
user --groups=wheel,server-admin,domain-admin,cole,users --name=cole --password=$y$j9T$M5xg5frUZGLlHwSxGX1UOKzu$q/V4V9faCexZeXLVad0sNocNJWmkbMkLHeovIycI0IA --iscrypted --uid=1007 --gecos="Cole Brand" --gid=7000

BIN
root/root/ca-agent.p12 Normal file

Binary file not shown.

BIN
root/root/cacert.p12 Normal file

Binary file not shown.

2961
root/root/cn.config Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,358 @@
version: 1
# entry-id: 1
dn: dc=jcolebrand,dc=info
objectClass: top
objectClass: domain
dc: jcolebrand
description: dc=jcolebrand,dc=info
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a53196-a6cd11ed-b180de54-1ffbafb8
aci: (targetattr="dc || description || objectClass")(targetfilter="(objectClas
s=domain)")(version 3.0; acl "Enable anyone domain read"; allow (read, search
, compare)(userdn="ldap:///anyone");)
aci: (targetattr="ou || objectClass")(targetfilter="(objectClass=organizationa
lUnit)")(version 3.0; acl "Enable anyone ou read"; allow (read, search, compa
re)(userdn="ldap:///anyone");)
dsEntryDN: dc=jcolebrand,dc=info
# entry-id: 2
dn: cn=389_ds_system,dc=jcolebrand,dc=info
objectClass: top
objectClass: nscontainer
objectClass: ldapsubentry
cn: 389_ds_system
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a53197-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: cn=389_ds_system,dc=jcolebrand,dc=info
# entry-id: 3
dn: ou=groups,dc=jcolebrand,dc=info
objectClass: top
objectClass: organizationalunit
ou: groups
aci: (targetattr="cn || member || gidNumber || nsUniqueId || description || ob
jectClass")(targetfilter="(objectClass=groupOfNames)")(version 3.0; acl "Enab
le anyone group read"; allow (read, search, compare)(userdn="ldap:///anyone")
;)
aci: (targetattr="member")(targetfilter="(objectClass=groupOfNames)")(version
3.0; acl "Enable group_modify to alter members"; allow (write)(groupdn="ldap:
///cn=group_modify,ou=permissions,dc=jcolebrand,dc=info");)
aci: (targetattr="cn || member || gidNumber || description || objectClass")(ta
rgetfilter="(objectClass=groupOfNames)")(version 3.0; acl "Enable group_admin
to manage groups"; allow (write, add, delete)(groupdn="ldap:///cn=group_admi
n,ou=permissions,dc=jcolebrand,dc=info");)
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a53198-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: ou=groups,dc=jcolebrand,dc=info
# entry-id: 4
dn: ou=people,dc=jcolebrand,dc=info
objectClass: top
objectClass: organizationalunit
ou: people
aci: (targetattr="objectClass || description || nsUniqueId || uid || displayNa
me || loginShell || uidNumber || gidNumber || gecos || homeDirectory || cn ||
memberOf || mail || nsSshPublicKey || nsAccountLock || userCertificate")(tar
getfilter="(objectClass=posixaccount)")(version 3.0; acl "Enable anyone user
read"; allow (read, search, compare)(userdn="ldap:///anyone");)
aci: (targetattr="displayName || legalName || userPassword || nsSshPublicKey")
(version 3.0; acl "Enable self partial modify"; allow (write)(userdn="ldap://
/self");)
aci: (targetattr="legalName || telephoneNumber || mobile || sn")(targetfilter=
"(|(objectClass=nsPerson)(objectClass=inetOrgPerson))")(version 3.0; acl "Ena
ble self legalname read"; allow (read, search, compare)(userdn="ldap:///self"
);)
aci: (targetattr="legalName || telephoneNumber")(targetfilter="(objectClass=ns
Person)")(version 3.0; acl "Enable user legalname read"; allow (read, search,
compare)(groupdn="ldap:///cn=user_private_read,ou=permissions,dc=jcolebrand,
dc=info");)
aci: (targetattr="uid || description || displayName || loginShell || uidNumber
|| gidNumber || gecos || homeDirectory || cn || memberOf || mail || legalNam
e || telephoneNumber || mobile")(targetfilter="(&(objectClass=nsPerson)(objec
tClass=nsAccount))")(version 3.0; acl "Enable user admin create"; allow (writ
e, add, delete, read)(groupdn="ldap:///cn=user_admin,ou=permissions,dc=jcoleb
rand,dc=info");)
aci: (targetattr="uid || description || displayName || loginShell || uidNumber
|| gidNumber || gecos || homeDirectory || cn || memberOf || mail || legalNam
e || telephoneNumber || mobile")(targetfilter="(&(objectClass=nsPerson)(objec
tClass=nsAccount))")(version 3.0; acl "Enable user modify to change users"; a
llow (write, read)(groupdn="ldap:///cn=user_modify,ou=permissions,dc=jcolebra
nd,dc=info");)
aci: (targetattr="userPassword || nsAccountLock || userCertificate || nsSshPub
licKey")(targetfilter="(objectClass=nsAccount)")(version 3.0; acl "Enable use
r password reset"; allow (write, read)(groupdn="ldap:///cn=user_passwd_reset,
ou=permissions,dc=jcolebrand,dc=info");)
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a53199-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: ou=people,dc=jcolebrand,dc=info
# entry-id: 5
dn: ou=permissions,dc=jcolebrand,dc=info
objectClass: top
objectClass: organizationalunit
ou: permissions
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a5319a-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: ou=permissions,dc=jcolebrand,dc=info
# entry-id: 6
dn: ou=services,dc=jcolebrand,dc=info
objectClass: top
objectClass: organizationalunit
ou: services
aci: (targetattr="objectClass || description || nsUniqueId || cn || memberOf |
| nsAccountLock ")(targetfilter="(objectClass=netscapeServer)")(version 3.0;
acl "Enable anyone service account read"; allow (read, search, compare)(userd
n="ldap:///anyone");)
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a5319b-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: ou=services,dc=jcolebrand,dc=info
# entry-id: 7
dn: uid=demo_user,ou=people,dc=jcolebrand,dc=info
objectClass: top
objectClass: nsPerson
objectClass: nsAccount
objectClass: nsOrgPerson
objectClass: posixAccount
uid: demo_user
cn: Demo User
displayName: Demo User
legalName: Demo User Name
uidNumber: 99998
gidNumber: 99998
homeDirectory: /var/empty
loginShell: /bin/false
nsAccountLock: true
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a5319c-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: uid=demo_user,ou=people,dc=jcolebrand,dc=info
# entry-id: 8
dn: cn=demo_group,ou=groups,dc=jcolebrand,dc=info
objectClass: top
objectClass: groupOfNames
objectClass: posixGroup
objectClass: nsMemberOf
cn: demo_group
gidNumber: 99999
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a5319d-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: cn=demo_group,ou=Groups,dc=jcolebrand,dc=info
# entry-id: 9
dn: cn=group_admin,ou=permissions,dc=jcolebrand,dc=info
objectClass: top
objectClass: groupOfNames
objectClass: nsMemberOf
cn: group_admin
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a5319e-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: cn=group_admin,ou=permissions,dc=jcolebrand,dc=info
# entry-id: 10
dn: cn=group_modify,ou=permissions,dc=jcolebrand,dc=info
objectClass: top
objectClass: groupOfNames
objectClass: nsMemberOf
cn: group_modify
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a5319f-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: cn=group_modify,ou=permissions,dc=jcolebrand,dc=info
# entry-id: 11
dn: cn=user_admin,ou=permissions,dc=jcolebrand,dc=info
objectClass: top
objectClass: groupOfNames
objectClass: nsMemberOf
cn: user_admin
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a531a0-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: cn=user_admin,ou=permissions,dc=jcolebrand,dc=info
# entry-id: 12
dn: cn=user_modify,ou=permissions,dc=jcolebrand,dc=info
objectClass: top
objectClass: groupOfNames
objectClass: nsMemberOf
cn: user_modify
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a531a1-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: cn=user_modify,ou=permissions,dc=jcolebrand,dc=info
# entry-id: 13
dn: cn=user_passwd_reset,ou=permissions,dc=jcolebrand,dc=info
objectClass: top
objectClass: groupOfNames
objectClass: nsMemberOf
cn: user_passwd_reset
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a531a2-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: cn=user_passwd_reset,ou=permissions,dc=jcolebrand,dc=info
# entry-id: 14
dn: cn=user_private_read,ou=permissions,dc=jcolebrand,dc=info
objectClass: top
objectClass: groupOfNames
objectClass: nsMemberOf
cn: user_private_read
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207095803Z
modifyTimestamp: 20230207095803Z
nsUniqueId: e8a531a3-a6cd11ed-b180de54-1ffbafb8
dsEntryDN: cn=user_private_read,ou=permissions,dc=jcolebrand,dc=info
# entry-id: 16
dn: ou=computers,dc=jcolebrand,dc=info
objectClass: top
objectClass: organizationalUnit
description: Computers in the directory
ou: computers
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230207125458Z
modifyTimestamp: 20230207125458Z
nsUniqueId: 8f95c701-a6e611ed-b180de54-1ffbafb8
entryUUID: f81f42a0-2562-410a-95df-3ec97ddf0349
dsEntryDN: ou=computers,dc=jcolebrand,dc=info
# entry-id: 17
dn: cn=cbrand,ou=people,dc=jcolebrand,dc=info
objectClass: top
objectClass: nsPerson
objectClass: nsAccount
objectClass: nsOrgPerson
objectClass: posixAccount
objectClass: nsmemberof
cn: cbrand
description: Cole Second Account
displayName: cbrand
gidNumber: 100
homeDirectory: /home_new/cbrand
loginShell: /opt/microsoft/powershell/7/pwsh
uid: 1008
uidNumber: 1008
userPassword:: e1BCS0RGMi1TSEE1MTJ9MTAwMDAkNDhWME1lV2lIOFh0RUp5T3M5TmRRQ2drQSt
4ZlRUNzkkVGR6cEV2R1NSWlNJaUpyV3M4RWpVWnBRSVJUME5KKzhhQVZ1akRQeCtOcTdJTTZHQ1F0
N3ZDTVh5UVFacWxDcHQ2dm5aWTR3aWNEVjRaKzBlNDI2T3c9PQ==
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230209030249Z
modifyTimestamp: 20230212093438Z
nsUniqueId: 30d76701-a82611ed-b180de54-1ffbafb8
entryUUID: e0e477dd-2c62-4ab7-bc34-1482401bc743
memberOf: cn=system_admin,ou=groups,dc=jcolebrand,dc=info
dsEntryDN: cn=cbrand,ou=people,dc=jcolebrand,dc=info
# entry-id: 18
dn: cn=system_admin,ou=groups,dc=jcolebrand,dc=info
objectClass: top
objectClass: groupOfNames
cn: system_admin
description: System Administrators
creatorsName: cn=Directory Manager
modifiersName: cn=Directory Manager
createTimestamp: 20230212093232Z
modifyTimestamp: 20230212093232Z
nsUniqueId: 10264001-aab811ed-824cde54-1ffbafb8
entryUUID: 10434daa-ea61-43db-b383-9c84ce6ea32c
dsEntryDN: cn=system_admin,ou=groups,dc=jcolebrand,dc=info
# entry-id: 19
dn: ou=SUDOers,dc=jcolebrand,dc=info
objectClass: organizationalunit
objectClass: top
ou: SUDOers
description: LDAP SUDO Entry
creatorsName: cn=directory manager
modifiersName: cn=directory manager
createTimestamp: 20230213011246Z
modifyTimestamp: 20230213011246Z
nsUniqueId: 64263881-ab3b11ed-aad3de54-1ffbafb8
entryUUID: bd3eb809-d38b-49e8-9a42-54f8c49b216a
dsEntryDN: ou=SUDOers,dc=jcolebrand,dc=info
# entry-id: 20
dn: cn=defaults,ou=SUDOers,dc=jcolebrand,dc=info
objectClass: top
objectClass: sudoRole
cn: defaults
description: Default sudoOption's go here
sudoOption: !visiblepw
sudoOption: always_set_home
sudoOption: match_group_by_gid
sudoOption: always_query_group_plugin
sudoOption: env_reset
sudoOption: env_keep=COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS
sudoOption: env_keep+=MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE
sudoOption: env_keep+=LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES
sudoOption: env_keep+=LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE
sudoOption: env_keep+=LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY
sudoOption: secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbi
n:/bin:/var/lib/snapd/snap/bin
creatorsName: cn=directory manager
modifiersName: cn=directory manager
createTimestamp: 20230213011246Z
modifyTimestamp: 20230213011246Z
nsUniqueId: 64263882-ab3b11ed-aad3de54-1ffbafb8
entryUUID: fe379764-7119-437d-a43a-c27ec0ecccef
dsEntryDN: cn=defaults,ou=SUDOers,dc=jcolebrand,dc=info
# entry-id: 21
dn: cn=sudo,ou=SUDOers,dc=jcolebrand,dc=info
objectClass: top
objectClass: sudoRole
cn: sudo
sudoUser: cbrand
sudoHost: ALL
sudoRunAsUser: ALL
sudoCommand: ALL
creatorsName: cn=directory manager
modifiersName: cn=directory manager
createTimestamp: 20230213011246Z
modifyTimestamp: 20230213011246Z
nsUniqueId: 64263883-ab3b11ed-aad3de54-1ffbafb8
entryUUID: cc4b9720-1124-40c6-ae6c-8819a8d445b9
dsEntryDN: cn=sudo,ou=SUDOers,dc=jcolebrand,dc=info

View File

@ -0,0 +1,32 @@
-----BEGIN CERTIFICATE-----
MIIFjTCCA3WgAwIBAgIRANOxciY0IzLc9AUoUSrsnGowDQYJKoZIhvcNAQELBQAw
TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh
cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTYxMDA2MTU0MzU1
WhcNMjExMDA2MTU0MzU1WjBKMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3Mg
RW5jcnlwdDEjMCEGA1UEAxMaTGV0J3MgRW5jcnlwdCBBdXRob3JpdHkgWDMwggEi
MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCc0wzwWuUuR7dyXTeDs2hjMOrX
NSYZJeG9vjXxcJIvt7hLQQWrqZ41CFjssSrEaIcLo+N15Obzp2JxunmBYB/XkZqf
89B4Z3HIaQ6Vkc/+5pnpYDxIzH7KTXcSJJ1HG1rrueweNwAcnKx7pwXqzkrrvUHl
Npi5y/1tPJZo3yMqQpAMhnRnyH+lmrhSYRQTP2XpgofL2/oOVvaGifOFP5eGr7Dc
Gu9rDZUWfcQroGWymQQ2dYBrrErzG5BJeC+ilk8qICUpBMZ0wNAxzY8xOJUWuqgz
uEPxsR/DMH+ieTETPS02+OP88jNquTkxxa/EjQ0dZBYzqvqEKbbUC8DYfcOTAgMB
AAGjggFnMIIBYzAOBgNVHQ8BAf8EBAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADBU
BgNVHSAETTBLMAgGBmeBDAECATA/BgsrBgEEAYLfEwEBATAwMC4GCCsGAQUFBwIB
FiJodHRwOi8vY3BzLnJvb3QteDEubGV0c2VuY3J5cHQub3JnMB0GA1UdDgQWBBSo
SmpjBH3duubRObemRWXv86jsoTAzBgNVHR8ELDAqMCigJqAkhiJodHRwOi8vY3Js
LnJvb3QteDEubGV0c2VuY3J5cHQub3JnMHIGCCsGAQUFBwEBBGYwZDAwBggrBgEF
BQcwAYYkaHR0cDovL29jc3Aucm9vdC14MS5sZXRzZW5jcnlwdC5vcmcvMDAGCCsG
AQUFBzAChiRodHRwOi8vY2VydC5yb290LXgxLmxldHNlbmNyeXB0Lm9yZy8wHwYD
VR0jBBgwFoAUebRZ5nu25eQBc4AIiMgaWPbpm24wDQYJKoZIhvcNAQELBQADggIB
ABnPdSA0LTqmRf/Q1eaM2jLonG4bQdEnqOJQ8nCqxOeTRrToEKtwT++36gTSlBGx
A/5dut82jJQ2jxN8RI8L9QFXrWi4xXnA2EqA10yjHiR6H9cj6MFiOnb5In1eWsRM
UM2v3e9tNsCAgBukPHAg1lQh07rvFKm/Bz9BCjaxorALINUfZ9DD64j2igLIxle2
DPxW8dI/F2loHMjXZjqG8RkqZUdoxtID5+90FgsGIfkMpqgRS05f4zPbCEHqCXl1
eO5HyELTgcVlLXXQDgAWnRzut1hFJeczY1tjQQno6f6s+nMydLN26WuU4s3UYvOu
OsUxRlJu7TSRHqDC3lSE5XggVkzdaPkuKGQbGpny+01/47hfXXNB7HntWNZ6N2Vw
p7G6OfY+YQrZwIaQmhrIqJZuigsrbe3W+gdn5ykE9+Ky0VgVUsfxo52mwFYs1JKY
2PGDuWx8M6DlS6qQkvHaRUo0FMd8TsSlbF0/v965qGFKhSDeQoMpYnwcmQilRh/0
ayLThlHLN81gSkJjVrPI0Y8xCVPB4twb1PFUd2fPM3sA1tJ83sZ5v8vgFv2yofKR
PB0t6JzUA81mSqM3kxl5e+IZwhYAyO0OTg3/fs8HqGTNKd9BqoUwSRBzp06JMg5b
rUCGwbCUDI0mxadJ3Bz4WxR6fyNpBK2yAinWEsikxqEt
-----END CERTIFICATE-----

363
root/root/medusa.config Normal file
View File

@ -0,0 +1,363 @@
dn: cn=config
cn: config
nsslapd-SSLclientAuth: allowed
nsslapd-accesscontrol: on
nsslapd-accesslog: /var/log/dirsrv/slapd-medusa/access
nsslapd-accesslog-compress: off
nsslapd-accesslog-level: 256
nsslapd-accesslog-list: /var/log/dirsrv/slapd-medusa/access.20230210-190019
nsslapd-accesslog-list: /var/log/dirsrv/slapd-medusa/access.20230208-185701
nsslapd-accesslog-list: /var/log/dirsrv/slapd-medusa/access.20230207-015802
nsslapd-accesslog-list: /var/log/dirsrv/slapd-medusa/access.20230209-185851
nsslapd-accesslog-list: /var/log/dirsrv/slapd-medusa/access.20230211-190233
nsslapd-accesslog-logbuffering: on
nsslapd-accesslog-logexpirationtime: 1
nsslapd-accesslog-logexpirationtimeunit: month
nsslapd-accesslog-logging-enabled: on
nsslapd-accesslog-logmaxdiskspace: 500
nsslapd-accesslog-logminfreediskspace: 5
nsslapd-accesslog-logrotationsync-enabled: off
nsslapd-accesslog-logrotationsynchour: 0
nsslapd-accesslog-logrotationsyncmin: 0
nsslapd-accesslog-logrotationtime: 1
nsslapd-accesslog-logrotationtimeunit: day
nsslapd-accesslog-maxlogsize: 100
nsslapd-accesslog-maxlogsperdir: 10
nsslapd-accesslog-mode: 600
nsslapd-allow-anonymous-access: off
nsslapd-allow-hashed-passwords: off
nsslapd-allow-unauthenticated-binds: off
nsslapd-allowed-sasl-mechanisms:
nsslapd-anonlimitsdn:
nsslapd-attribute-name-exceptions: off
nsslapd-auditfaillog: /var/log/dirsrv/slapd-medusa/audit
nsslapd-auditfaillog-compress: off
nsslapd-auditfaillog-list:
nsslapd-auditfaillog-logexpirationtime: 1
nsslapd-auditfaillog-logexpirationtimeunit: month
nsslapd-auditfaillog-logging-enabled: off
nsslapd-auditfaillog-logging-hide-unhashed-pw: on
nsslapd-auditfaillog-logmaxdiskspace: 100
nsslapd-auditfaillog-logminfreediskspace: 5
nsslapd-auditfaillog-logrotationsync-enabled: off
nsslapd-auditfaillog-logrotationsynchour: 0
nsslapd-auditfaillog-logrotationsyncmin: 0
nsslapd-auditfaillog-logrotationtime: 1
nsslapd-auditfaillog-logrotationtimeunit: week
nsslapd-auditfaillog-maxlogsize: 100
nsslapd-auditfaillog-maxlogsperdir: 2
nsslapd-auditfaillog-mode: 600
nsslapd-auditlog: /var/log/dirsrv/slapd-medusa/audit
nsslapd-auditlog-compress: off
nsslapd-auditlog-display-attrs:
nsslapd-auditlog-list:
nsslapd-auditlog-logexpirationtime: 1
nsslapd-auditlog-logexpirationtimeunit: month
nsslapd-auditlog-logging-enabled: off
nsslapd-auditlog-logging-hide-unhashed-pw: on
nsslapd-auditlog-logmaxdiskspace: 100
nsslapd-auditlog-logminfreediskspace: 5
nsslapd-auditlog-logrotationsync-enabled: off
nsslapd-auditlog-logrotationsynchour: 0
nsslapd-auditlog-logrotationsyncmin: 0
nsslapd-auditlog-logrotationtime: 1
nsslapd-auditlog-logrotationtimeunit: week
nsslapd-auditlog-maxlogsize: 100
nsslapd-auditlog-maxlogsperdir: 2
nsslapd-auditlog-mode: 600
nsslapd-backendconfig: cn=config,cn=jcolebrand.info,cn=ldbm database,cn=plugins,cn=config
nsslapd-bakdir: /var/lib/dirsrv/slapd-medusa/bak
nsslapd-betype: ldbm database
nsslapd-certdir: /etc/dirsrv/slapd-medusa
nsslapd-certmap-basedn:
nsslapd-cn-uses-dn-syntax-in-dns: off
nsslapd-config: cn=config
nsslapd-connection-buffer: 1
nsslapd-connection-nocanon: on
nsslapd-conntablesize: 1024
nsslapd-counters: on
nsslapd-csnlogging: on
nsslapd-defaultnamingcontext: dc=jcolebrand,dc=info
nsslapd-disk-monitoring: off
nsslapd-disk-monitoring-grace-period: 60
nsslapd-disk-monitoring-logging-critical: off
nsslapd-disk-monitoring-readonly-on-threshold: off
nsslapd-disk-monitoring-threshold: 2097152
nsslapd-dn-validate-strict: off
nsslapd-ds4-compatible-schema: off
nsslapd-dynamic-plugins: off
nsslapd-enable-ldapssotoken: on
nsslapd-enable-nunc-stans: off
nsslapd-enable-turbo-mode: on
nsslapd-enable-upgrade-hash: on
nsslapd-enquote-sup-oc: off
nsslapd-entryusn-global: off
nsslapd-entryusn-import-initval: 0
nsslapd-errorlog: /var/log/dirsrv/slapd-medusa/errors
nsslapd-errorlog-compress: off
nsslapd-errorlog-level: 16384
nsslapd-errorlog-list:
nsslapd-errorlog-logexpirationtime: 1
nsslapd-errorlog-logexpirationtimeunit: month
nsslapd-errorlog-logging-enabled: on
nsslapd-errorlog-logmaxdiskspace: 100
nsslapd-errorlog-logminfreediskspace: 5
nsslapd-errorlog-logrotationsync-enabled: off
nsslapd-errorlog-logrotationsynchour: 0
nsslapd-errorlog-logrotationsyncmin: 0
nsslapd-errorlog-logrotationtime: 1
nsslapd-errorlog-logrotationtimeunit: week
nsslapd-errorlog-maxlogsize: 100
nsslapd-errorlog-maxlogsperdir: 2
nsslapd-errorlog-mode: 600
nsslapd-external-libs-debug-enabled: off
nsslapd-extract-pemfiles: on
nsslapd-force-sasl-external: off
nsslapd-global-backend-lock: off
nsslapd-groupevalnestlevel: 0
nsslapd-hash-filters: off
nsslapd-idletimeout: 3600
nsslapd-ignore-time-skew: off
nsslapd-ignore-virtual-attrs: on
nsslapd-instancedir: /usr/lib64/dirsrv/slapd-medusa
nsslapd-ioblocktimeout: 10000
nsslapd-lastmod: on
nsslapd-ldapiautobind: on
nsslapd-ldapidnmappingbase: cn=auto_bind,cn=config
nsslapd-ldapientrysearchbase: dc=example,dc=com
nsslapd-ldapifilepath: /run/slapd-medusa.socket
nsslapd-ldapigidnumbertype: gidNumber
nsslapd-ldapilisten: on
nsslapd-ldapimaprootdn: cn=Directory Manager
nsslapd-ldapimaptoentries: on
nsslapd-ldapiuidnumbertype: uidNumber
nsslapd-ldapssotoken-secret: CmYUTraAz6qZKyedIdfrnKPsWP_8XhVdXuX6vH3DcQI=
nsslapd-ldapssotoken-ttl-secs: 3600
nsslapd-ldifdir: /var/lib/dirsrv/slapd-medusa/ldif
nsslapd-listen-backlog-size: 128
nsslapd-listenhost:
nsslapd-localhost: medusa.jcolebrand.info
nsslapd-localssf: 71
nsslapd-localuser: dirsrv
nsslapd-lockdir: /run/lock/dirsrv/slapd-medusa
nsslapd-logging-backend: dirsrv-log
nsslapd-logging-hr-timestamps-enabled: on
nsslapd-malloc-mmap-threshold: -10
nsslapd-malloc-mxfast: -10
nsslapd-malloc-trim-threshold: -10
nsslapd-max-filter-nest-level: 40
nsslapd-maxbersize: 2097152
nsslapd-maxdescriptors: 524288
nsslapd-maxsasliosize: 2097152
nsslapd-maxsimplepaged-per-conn: -1
nsslapd-maxthreadsperconn: 5
nsslapd-minssf: 0
nsslapd-minssf-exclude-rootdse: on
nsslapd-moddn-aci: on
nsslapd-nagle: off
nsslapd-ndn-cache-enabled: on
nsslapd-ndn-cache-max-size: 20971520
nsslapd-outbound-ldap-io-timeout: 300000
nsslapd-pagedsizelimit: 0
nsslapd-plugin: cn=binary syntax,cn=plugins,cn=config
nsslapd-plugin: cn=bit string syntax,cn=plugins,cn=config
nsslapd-plugin: cn=boolean syntax,cn=plugins,cn=config
nsslapd-plugin: cn=case exact string syntax,cn=plugins,cn=config
nsslapd-plugin: cn=case ignore string syntax,cn=plugins,cn=config
nsslapd-plugin: cn=country string syntax,cn=plugins,cn=config
nsslapd-plugin: cn=delivery method syntax,cn=plugins,cn=config
nsslapd-plugin: cn=distinguished name syntax,cn=plugins,cn=config
nsslapd-plugin: cn=enhanced guide syntax,cn=plugins,cn=config
nsslapd-plugin: cn=entryuuid_syntax,cn=plugins,cn=config
nsslapd-plugin: cn=facsimile telephone number syntax,cn=plugins,cn=config
nsslapd-plugin: cn=fax syntax,cn=plugins,cn=config
nsslapd-plugin: cn=generalized time syntax,cn=plugins,cn=config
nsslapd-plugin: cn=guide syntax,cn=plugins,cn=config
nsslapd-plugin: cn=integer syntax,cn=plugins,cn=config
nsslapd-plugin: cn=jpeg syntax,cn=plugins,cn=config
nsslapd-plugin: cn=name and optional uid syntax,cn=plugins,cn=config
nsslapd-plugin: cn=numeric string syntax,cn=plugins,cn=config
nsslapd-plugin: cn=octet string syntax,cn=plugins,cn=config
nsslapd-plugin: cn=oid syntax,cn=plugins,cn=config
nsslapd-plugin: cn=postal address syntax,cn=plugins,cn=config
nsslapd-plugin: cn=printable string syntax,cn=plugins,cn=config
nsslapd-plugin: cn=space insensitive string syntax,cn=plugins,cn=config
nsslapd-plugin: cn=telephone syntax,cn=plugins,cn=config
nsslapd-plugin: cn=teletex terminal identifier syntax,cn=plugins,cn=config
nsslapd-plugin: cn=telex number syntax,cn=plugins,cn=config
nsslapd-plugin: cn=octetstringmatch,cn=plugins,cn=config
nsslapd-plugin: cn=octetstringorderingmatch,cn=plugins,cn=config
nsslapd-plugin: cn=bitstringmatch,cn=plugins,cn=config
nsslapd-plugin: cn=bitwise plugin,cn=plugins,cn=config
nsslapd-plugin: cn=caseexactia5match,cn=plugins,cn=config
nsslapd-plugin: cn=caseexactmatch,cn=plugins,cn=config
nsslapd-plugin: cn=caseexactorderingmatch,cn=plugins,cn=config
nsslapd-plugin: cn=caseexactsubstringsmatch,cn=plugins,cn=config
nsslapd-plugin: cn=caseexactia5substringsmatch,cn=plugins,cn=config
nsslapd-plugin: cn=generalizedtimematch,cn=plugins,cn=config
nsslapd-plugin: cn=generalizedtimeorderingmatch,cn=plugins,cn=config
nsslapd-plugin: cn=booleanmatch,cn=plugins,cn=config
nsslapd-plugin: cn=caseignoreia5match,cn=plugins,cn=config
nsslapd-plugin: cn=caseignoreia5substringsmatch,cn=plugins,cn=config
nsslapd-plugin: cn=caseignorematch,cn=plugins,cn=config
nsslapd-plugin: cn=caseignoreorderingmatch,cn=plugins,cn=config
nsslapd-plugin: cn=caseignoresubstringsmatch,cn=plugins,cn=config
nsslapd-plugin: cn=caseignorelistmatch,cn=plugins,cn=config
nsslapd-plugin: cn=caseignorelistsubstringsmatch,cn=plugins,cn=config
nsslapd-plugin: cn=objectidentifiermatch,cn=plugins,cn=config
nsslapd-plugin: cn=directorystringfirstcomponentmatch,cn=plugins,cn=config
nsslapd-plugin: cn=objectidentifierfirstcomponentmatch,cn=plugins,cn=config
nsslapd-plugin: cn=distinguishednamematch,cn=plugins,cn=config
nsslapd-plugin: cn=uuidmatch,cn=plugins,cn=config
nsslapd-plugin: cn=uuidorderingmatch,cn=plugins,cn=config
nsslapd-plugin: cn=integermatch,cn=plugins,cn=config
nsslapd-plugin: cn=integerorderingmatch,cn=plugins,cn=config
nsslapd-plugin: cn=integerfirstcomponentmatch,cn=plugins,cn=config
nsslapd-plugin: cn=internationalization plugin,cn=plugins,cn=config
nsslapd-plugin: cn=uniquemembermatch,cn=plugins,cn=config
nsslapd-plugin: cn=numericstringmatch,cn=plugins,cn=config
nsslapd-plugin: cn=numericstringorderingmatch,cn=plugins,cn=config
nsslapd-plugin: cn=numericstringsubstringsmatch,cn=plugins,cn=config
nsslapd-plugin: cn=telephonenumbermatch,cn=plugins,cn=config
nsslapd-plugin: cn=telephonenumbersubstringsmatch,cn=plugins,cn=config
nsslapd-plugin-binddn-tracking: off
nsslapd-plugin-logging: off
nsslapd-port: 389
nsslapd-privatenamespaces: cn=schema
nsslapd-privatenamespaces: cn=config
nsslapd-pwpolicy-inherit-global: off
nsslapd-pwpolicy-local: off
nsslapd-readonly: off
nsslapd-referralmode:
nsslapd-require-secure-binds: off
nsslapd-requiresrestart: cn=config:nsslapd-port
nsslapd-requiresrestart: cn=config:nsslapd-secureport
nsslapd-requiresrestart: cn=config:nsslapd-ldapifilepath
nsslapd-requiresrestart: cn=config:nsslapd-ldapilisten
nsslapd-requiresrestart: cn=config:nsslapd-workingdir
nsslapd-requiresrestart: cn=config:nsslapd-plugin
nsslapd-requiresrestart: cn=config:nsslapd-sslclientauth
nsslapd-requiresrestart: cn=config:nsslapd-changelogdir
nsslapd-requiresrestart: cn=config:nsslapd-changelogsuffix
nsslapd-requiresrestart: cn=config:nsslapd-changelogmaxentries
nsslapd-requiresrestart: cn=config:nsslapd-changelogmaxage
nsslapd-requiresrestart: cn=config:nsslapd-db-locks
nsslapd-requiresrestart: cn=config:nsslapd-maxdescriptors
nsslapd-requiresrestart: cn=config:nsslapd-numlisteners
nsslapd-requiresrestart: cn=config:nsslapd-return-exact-case
nsslapd-requiresrestart: cn=config:nsslapd-schema-ignore-trailing-spaces
nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-idlistscanlimit
nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-parentcheck
nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-dbcachesize
nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-dbncache
nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-cachesize
nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-plugin
nsslapd-requiresrestart: cn=config,cn=ldbm:nsslapd-backend-implement
nsslapd-requiresrestart: cn=encryption,cn=config:nssslsessiontimeout
nsslapd-requiresrestart: cn=encryption,cn=config:nssslclientauth
nsslapd-requiresrestart: cn=encryption,cn=config:nsssl2
nsslapd-requiresrestart: cn=encryption,cn=config:nsssl3
nsslapd-reservedescriptors: 64
nsslapd-result-tweak: off
nsslapd-return-exact-case: on
nsslapd-return-original-entrydn: on
nsslapd-rewrite-rfc1274: off
nsslapd-rootdn: cn=Directory Manager
nsslapd-rootpw: {crypt}$6$xh$kPh9BpH8xoGu94d09iBeQIi1pWVNETKhvjuDHcPK9lQUpSB3dPq0IP6mtiap8N08Q3bJpX6GErxgRNvoHh6cw0
nsslapd-rootpwstoragescheme: CRYPT-SHA512
nsslapd-rundir: /run/dirsrv
nsslapd-sasl-mapping-fallback: on
nsslapd-sasl-max-buffer-size: 2097152
nsslapd-saslpath:
nsslapd-schema-ignore-trailing-spaces: off
nsslapd-schemacheck: on
nsslapd-schemadir: /etc/dirsrv/slapd-medusa/schema
nsslapd-schemamod: on
nsslapd-schemareplace: replication-only
nsslapd-search-return-original-type-switch: off
nsslapd-securePort: 636
nsslapd-securelistenhost:
nsslapd-security: on
nsslapd-securitylog: /var/log/dirsrv/slapd-medusa/security
nsslapd-securitylog-compress: on
nsslapd-securitylog-level: 256
nsslapd-securitylog-list:
nsslapd-securitylog-logbuffering: on
nsslapd-securitylog-logexpirationtime: 1
nsslapd-securitylog-logexpirationtimeunit: month
nsslapd-securitylog-logging-enabled: on
nsslapd-securitylog-logmaxdiskspace: 500
nsslapd-securitylog-logminfreediskspace: 5
nsslapd-securitylog-logrotationsync-enabled: off
nsslapd-securitylog-logrotationsynchour: 0
nsslapd-securitylog-logrotationsyncmin: 0
nsslapd-securitylog-logrotationtime: 1
nsslapd-securitylog-logrotationtimeunit: week
nsslapd-securitylog-maxlogsize: 100
nsslapd-securitylog-maxlogsperdir: 10
nsslapd-securitylog-mode: 600
nsslapd-sizelimit: 2000
nsslapd-snmp-index: 0
nsslapd-ssl-check-hostname: on
nsslapd-statlog-level: 0
nsslapd-svrtab:
nsslapd-syntaxcheck: on
nsslapd-syntaxlogging: off
nsslapd-targetfilter-cache: on
nsslapd-tcp-fin-timeout: 30
nsslapd-tcp-keepalive-time: 300
nsslapd-threadnumber: 16
nsslapd-timelimit: 3600
nsslapd-tls-check-crl: none
nsslapd-tmpdir: /tmp
nsslapd-unhashed-pw-switch: off
nsslapd-validate-cert: warn
nsslapd-verify-filter-schema: process-safe
nsslapd-versionstring: 389-Directory/2.2.6
nsslapd-workingdir: /var/log/dirsrv/slapd-medusa
objectClass: top
objectClass: extensibleObject
objectClass: nsslapdConfig
passwordAdminDN:
passwordBadWords:
passwordChange: on
passwordCheckSyntax: off
passwordDictCheck: off
passwordDictPath:
passwordExp: off
passwordGraceLimit: 0
passwordInHistory: 6
passwordIsGlobalPolicy: off
passwordLegacyPolicy: on
passwordLockout: off
passwordLockoutDuration: 3600
passwordMaxAge: 8640000
passwordMaxClassChars: 0
passwordMaxFailure: 3
passwordMaxRepeats: 0
passwordMaxSeqSets: 0
passwordMaxSequence: 0
passwordMin8bit: 0
passwordMinAge: 0
passwordMinAlphas: 0
passwordMinCategories: 3
passwordMinDigits: 0
passwordMinLength: 8
passwordMinLowers: 0
passwordMinSpecials: 0
passwordMinTokenLength: 3
passwordMinUppers: 0
passwordMustChange: off
passwordPalindrome: off
passwordResetFailureCount: 600
passwordSendExpiringTime: off
passwordStorageScheme: CRYPT-SHA512
passwordTPRDelayExpireAt: -1
passwordTPRDelayValidFrom: -1
passwordTPRMaxUse: -1
passwordTrackUpdateTime: off
passwordUnlock: on
passwordUserAttributes:
passwordWarning: 86400

14
root/root/medusa.security Normal file
View File

@ -0,0 +1,14 @@
nsslapd-security: on
nsslapd-securelistenhost:
nsslapd-secureport: 636
nssslclientauth: allowed
nstlsallowclientrenegotiation:
nsslapd-require-secure-binds: off
nsslapd-ssl-check-hostname: on
nsslapd-validate-cert: warn
nssslsessiontimeout: 0
sslversionmin: TLS1.2
sslversionmax: TLS1.3
allowweakcipher:
allowweakdhparam:
nsssl3ciphers: +all

View File

@ -0,0 +1,4 @@
dn: cn=gogs,ou=services,dc=jcolebrand,dc=info
changetype: modify
delete: userPassword

1751
root/root/schema.dump Normal file

File diff suppressed because it is too large Load Diff

30
root/root/sudoers.ldif Normal file
View File

@ -0,0 +1,30 @@
dn: ou=SUDOers,dc=jcolebrand,dc=info
objectclass: organizationalunit
ou: SUDOers
description: LDAP SUDO Entry
dn: cn=defaults,ou=SUDOers,dc=jcolebrand,dc=info
objectClass: top
objectClass: sudoRole
cn: defaults
description: Default sudoOption's go here
sudoOption: !visiblepw
sudoOption: always_set_home
sudoOption: match_group_by_gid
sudoOption: always_query_group_plugin
sudoOption: env_reset
sudoOption: env_keep=COLORS DISPLAY HOSTNAME HISTSIZE KDEDIR LS_COLORS
sudoOption: env_keep+=MAIL QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE
sudoOption: env_keep+=LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES
sudoOption: env_keep+=LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE
sudoOption: env_keep+=LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY
sudoOption: secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin
dn: cn=sudo,ou=SUDOers,dc=jcolebrand,dc=info
objectClass: top
objectClass: sudoRole
cn: sudo
sudoUser: cbrand
sudoHost: ALL
sudoRunAsUser: ALL
sudoCommand: ALL

177
root/root/systemctl.help Normal file
View File

@ -0,0 +1,177 @@
systemctl [OPTIONS...] COMMAND ...
Query or send control commands to the system manager.
Unit Commands:
list-units [PATTERN...] List units currently in memory
list-sockets [PATTERN...] List socket units currently in memory,
ordered by address
list-timers [PATTERN...] List timer units currently in memory,
ordered by next elapse
is-active PATTERN... Check whether units are active
is-failed PATTERN... Check whether units are failed
status [PATTERN...|PID...] Show runtime status of one or more units
show [PATTERN...|JOB...] Show properties of one or more
units/jobs or the manager
cat PATTERN... Show files and drop-ins of specified units
help PATTERN...|PID... Show manual for one or more units
list-dependencies [UNIT...] Recursively show units which are required
or wanted by the units or by which those
units are required or wanted
start UNIT... Start (activate) one or more units
stop UNIT... Stop (deactivate) one or more units
reload UNIT... Reload one or more units
restart UNIT... Start or restart one or more units
try-restart UNIT... Restart one or more units if active
reload-or-restart UNIT... Reload one or more units if possible,
otherwise start or restart
try-reload-or-restart UNIT... If active, reload one or more units,
if supported, otherwise restart
isolate UNIT Start one unit and stop all others
kill UNIT... Send signal to processes of a unit
clean UNIT... Clean runtime, cache, state, logs or
configuration of unit
freeze PATTERN... Freeze execution of unit processes
thaw PATTERN... Resume execution of a frozen unit
set-property UNIT PROPERTY=VALUE... Sets one or more properties of a unit
bind UNIT PATH [PATH] Bind-mount a path from the host into a
unit's namespace
mount-image UNIT PATH [PATH [OPTS]] Mount an image from the host into a
unit's namespace
service-log-level SERVICE [LEVEL] Get/set logging threshold for service
service-log-target SERVICE [TARGET] Get/set logging target for service
reset-failed [PATTERN...] Reset failed state for all, one, or more
units
Unit File Commands:
list-unit-files [PATTERN...] List installed unit files
enable [UNIT...|PATH...] Enable one or more unit files
disable UNIT... Disable one or more unit files
reenable UNIT... Reenable one or more unit files
preset UNIT... Enable/disable one or more unit files
based on preset configuration
preset-all Enable/disable all unit files based on
preset configuration
is-enabled UNIT... Check whether unit files are enabled
mask UNIT... Mask one or more units
unmask UNIT... Unmask one or more units
link PATH... Link one or more units files into
the search path
revert UNIT... Revert one or more unit files to vendor
version
add-wants TARGET UNIT... Add 'Wants' dependency for the target
on specified one or more units
add-requires TARGET UNIT... Add 'Requires' dependency for the target
on specified one or more units
edit UNIT... Edit one or more unit files
get-default Get the name of the default target
set-default TARGET Set the default target
Machine Commands:
list-machines [PATTERN...] List local containers and host
Job Commands:
list-jobs [PATTERN...] List jobs
cancel [JOB...] Cancel all, one, or more jobs
Environment Commands:
show-environment Dump environment
set-environment VARIABLE=VALUE... Set one or more environment variables
unset-environment VARIABLE... Unset one or more environment variables
import-environment VARIABLE... Import all or some environment variables
Manager State Commands:
daemon-reload Reload systemd manager configuration
daemon-reexec Reexecute systemd manager
log-level [LEVEL] Get/set logging threshold for manager
log-target [TARGET] Get/set logging target for manager
service-watchdogs [BOOL] Get/set service watchdog state
System Commands:
is-system-running Check whether system is fully running
default Enter system default mode
rescue Enter system rescue mode
emergency Enter system emergency mode
halt Shut down and halt the system
poweroff Shut down and power-off the system
reboot Shut down and reboot the system
kexec Shut down and reboot the system with kexec
exit [EXIT_CODE] Request user instance or container exit
switch-root ROOT [INIT] Change to a different root file system
suspend Suspend the system
hibernate Hibernate the system
hybrid-sleep Hibernate and suspend the system
suspend-then-hibernate Suspend the system, wake after a period of
time, and hibernate
Options:
-h --help Show this help
--version Show package version
--system Connect to system manager
--user Connect to user service manager
-H --host=[USER@]HOST Operate on remote host
-M --machine=CONTAINER Operate on a local container
-t --type=TYPE List units of a particular type
--state=STATE List units with particular LOAD or SUB or ACTIVE state
--failed Shortcut for --state=failed
-p --property=NAME Show only properties by this name
-P NAME Equivalent to --value --property=NAME
-a --all Show all properties/all units currently in memory,
including dead/empty ones. To list all units installed
on the system, use 'list-unit-files' instead.
-l --full Don't ellipsize unit names on output
-r --recursive Show unit list of host and local containers
--reverse Show reverse dependencies with 'list-dependencies'
--with-dependencies Show unit dependencies with 'status', 'cat',
'list-units', and 'list-unit-files'.
--job-mode=MODE Specify how to deal with already queued jobs, when
queueing a new job
-T --show-transaction When enqueuing a unit job, show full transaction
--show-types When showing sockets, explicitly show their type
--value When showing properties, only print the value
--check-inhibitors=MODE
Specify if checking inhibitors before shutting down,
sleeping or hibernating
-i Shortcut for --check-inhibitors=no
--kill-who=WHO Whom to send signal to
-s --signal=SIGNAL Which signal to send
--what=RESOURCES Which types of resources to remove
--now Start or stop unit after enabling or disabling it
--dry-run Only print what would be done
Currently supported by verbs: halt, poweroff, reboot,
kexec, suspend, hibernate, suspend-then-hibernate,
hybrid-sleep, default, rescue, emergency, and exit.
-q --quiet Suppress output
--wait For (re)start, wait until service stopped again
For is-system-running, wait until startup is completed
--no-block Do not wait until operation finished
--no-wall Don't send wall message before halt/power-off/reboot
--no-reload Don't reload daemon after en-/dis-abling unit files
--legend=BOOL Enable/disable the legend (column headers and hints)
--no-pager Do not pipe output into a pager
--no-ask-password Do not ask for system passwords
--global Edit/enable/disable/mask default user unit files
globally
--runtime Edit/enable/disable/mask unit files temporarily until
next reboot
-f --force When enabling unit files, override existing symlinks
When shutting down, execute action immediately
--preset-mode= Apply only enable, only disable, or all presets
--root=PATH Edit/enable/disable/mask unit files in the specified
root directory
-n --lines=INTEGER Number of journal entries to show
-o --output=STRING Change journal output mode (short, short-precise,
short-iso, short-iso-precise, short-full,
short-monotonic, short-unix,
verbose, export, json, json-pretty, json-sse, cat)
--firmware-setup Tell the firmware to show the setup menu on next boot
--boot-loader-menu=TIME
Boot into boot loader menu on next boot
--boot-loader-entry=NAME
Boot into a specific boot loader entry on next boot
--plain Print unit dependencies as a list instead of a tree
--timestamp=FORMAT Change format of printed timestamps (pretty, unix,
us, utc, us+utc)
--read-only Create read-only bind mount
--mkdir Create directory before mounting, if missing
--marked Restart/reload previously marked units
See the systemctl(1) man page for details.