Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python3.6 /
site-packages /
salt /
cloud /
deploy /
Delete
Unzip
Name
Size
Permission
Date
Action
Arch-git.sh
864
B
-rw-r--r--
2022-05-16 09:16
Arch.sh
677
B
-rw-r--r--
2022-05-16 09:16
Debian-git.sh
1.27
KB
-rw-r--r--
2022-05-16 09:16
Debian.sh
1.02
KB
-rw-r--r--
2022-05-16 09:16
Fedora-git.sh
1.16
KB
-rw-r--r--
2022-05-16 09:16
Fedora.sh
982
B
-rw-r--r--
2022-05-16 09:16
FreeBSD-git.sh
1000
B
-rw-r--r--
2022-05-16 09:16
FreeBSD.sh
938
B
-rw-r--r--
2022-05-16 09:16
None.sh
407
B
-rw-r--r--
2022-05-16 09:16
RHEL5-git.sh
913
B
-rw-r--r--
2022-05-16 09:16
RHEL5.sh
725
B
-rw-r--r--
2022-05-16 09:16
RHEL6-git.sh
934
B
-rw-r--r--
2022-05-16 09:16
RHEL6.sh
751
B
-rw-r--r--
2022-05-16 09:16
SmartOS.sh
1.01
KB
-rw-r--r--
2022-05-16 09:16
Ubuntu-git.sh
1.43
KB
-rw-r--r--
2022-05-16 09:16
Ubuntu.sh
1.19
KB
-rw-r--r--
2022-05-16 09:16
bootstrap-salt.sh
295.53
KB
-rw-r--r--
2022-05-16 09:16
curl-bootstrap-git.sh
736
B
-rw-r--r--
2022-05-16 09:16
curl-bootstrap.sh
709
B
-rw-r--r--
2022-05-16 09:16
python-bootstrap.sh
808
B
-rw-r--r--
2022-05-16 09:16
wget-bootstrap-nocert.sh
758
B
-rw-r--r--
2022-05-16 09:16
wget-bootstrap.sh
712
B
-rw-r--r--
2022-05-16 09:16
Save
Rename
#!/bin/sh # This legacy script pre-dates the salt-bootstrap project. In most cases, the # bootstrap-salt.sh script is the recommended script for installing salt onto # a new minion. However, that may not be appropriate for all situations. This # script remains to help fill those needs, and to provide an example for users # needing to write their own deploy scripts. sed -i 's/jot -r 1 0 3600/jot -r 1 0 3/' /usr/sbin/portsnap portsnap cron extract update sed -i 's/jot -r 1 0 3/jot -r 1 0 3600/' /usr/sbin/portsnap cd /usr/ports/ports-mgmt/pkg make install clean cd /usr/local/sbin/pkg2ng echo 'PACKAGESITE: http://pkgbeta.freebsd.org/freebsd-9-amd64/latest' > /usr/local/etc/pkg.conf /usr/local/sbin/pkg install -y salt mkdir -p /etc/salt/pki echo '{{ vm['priv_key'] }}' > /usr/local/etc/salt/pki/minion.pem echo '{{ vm['pub_key'] }}' > /usr/local/etc/salt/pki/minion.pub cat > /etc/salt/minion <<EOF {{minion}} EOF salt-minion -d