Linux localhost 6.1.10-x86_64-linode159 #1 SMP PREEMPT_DYNAMIC Wed Feb 8 14:14:45 EST 2023 x86_64
Apache/2.4.25 (Debian)
Server IP : 45.33.61.127 & Your IP : 216.73.216.156
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
udev /
Delete
Unzip
Name
Size
Permission
Date
Action
hwdb.d
[ DIR ]
drwxr-xr-x
2023-06-04 17:25
rules.d
[ DIR ]
drwxr-xr-x
2023-06-04 17:25
ata_id
38.42
KB
-rwxr-xr-x
2019-07-21 18:43
cdrom_id
50.42
KB
-rwxr-xr-x
2019-07-21 18:43
collect
22.34
KB
-rwxr-xr-x
2019-07-21 18:43
hdparm
583
B
-rwxr-xr-x
2018-05-15 13:06
hwclock-set
776
B
-rwxr-xr-x
2018-03-07 18:29
hwdb.bin
8.05
MB
-r--r--r--
2019-10-14 18:06
ifupdown-hotplug
3.04
KB
-rwxr-xr-x
2016-04-20 12:57
mtd_probe
10.25
KB
-rwxr-xr-x
2019-07-21 18:43
scsi_id
50.95
KB
-rwxr-xr-x
2019-07-21 18:43
v4l_id
14.34
KB
-rwxr-xr-x
2019-07-21 18:43
Save
Rename
#!/bin/sh # Reset the System Clock to UTC if the hardware clock from which it # was copied by the kernel was in localtime. dev=$1 if [ -e /run/systemd/system ] ; then exit 0 fi if [ -e /run/udev/hwclock-set ]; then exit 0 fi if [ -f /etc/default/rcS ] ; then . /etc/default/rcS fi # These defaults are user-overridable in /etc/default/hwclock BADYEAR=no HWCLOCKACCESS=yes HWCLOCKPARS= HCTOSYS_DEVICE=rtc0 if [ -f /etc/default/hwclock ] ; then . /etc/default/hwclock fi if [ yes = "$BADYEAR" ] ; then /sbin/hwclock --rtc=$dev --systz --badyear /sbin/hwclock --rtc=$dev --hctosys --badyear else /sbin/hwclock --rtc=$dev --systz /sbin/hwclock --rtc=$dev --hctosys fi # Note 'touch' may not be available in initramfs > /run/udev/hwclock-set