Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
90dmsquash-live /
Delete
Unzip
Name
Size
Permission
Date
Action
apply-live-updates.sh
492
B
-rwxr-xr-x
2013-09-12 12:52
checkisomd5@.service
268
B
-rw-r--r--
2020-09-29 13:59
dmsquash-live-genrules.sh
718
B
-rwxr-xr-x
2020-09-29 13:59
dmsquash-live-root.sh
10.23
KB
-rwxr-xr-x
2020-09-29 13:59
dmsquash-liveiso-genrules.sh
398
B
-rwxr-xr-x
2020-09-29 13:59
iso-scan.sh
901
B
-rwxr-xr-x
2013-09-12 12:52
module-setup.sh
1.17
KB
-rwxr-xr-x
2020-09-29 13:59
parse-dmsquash-live.sh
1.65
KB
-rwxr-xr-x
2020-09-29 13:59
parse-iso-scan.sh
309
B
-rwxr-xr-x
2013-09-12 12:52
Save
Rename
#!/bin/sh # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh if [ "${root%%:*}" = "liveiso" ]; then { printf 'KERNEL=="loop-control", RUN+="/sbin/initqueue --settled --onetime --unique /sbin/dmsquash-live-root `/sbin/losetup -f --show %s`"\n' \ ${root#liveiso:} } >> /etc/udev/rules.d/99-liveiso-mount.rules fi