Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
snap /
core20 /
2769 /
usr /
lib /
udev /
Delete
Unzip
Name
Size
Permission
Date
Action
hwdb.d
[ DIR ]
drwxr-xr-x
2026-02-11 09:21
rules.d
[ DIR ]
drwxr-xr-x
2026-02-11 09:21
ata_id
62.33
KB
-rwxr-xr-x
2025-06-03 05:05
cdrom_id
78.34
KB
-rwxr-xr-x
2025-06-03 05:05
fido_id
94.5
KB
-rwxr-xr-x
2025-06-03 05:05
hwclock-set
776
B
-rwxr-xr-x
2024-04-10 00:34
hwdb.bin
9.5
MB
-r--r--r--
2026-02-11 09:18
mtd_probe
18.16
KB
-rwxr-xr-x
2025-06-03 05:05
scsi_id
78.88
KB
-rwxr-xr-x
2025-06-03 05:05
v4l_id
18.24
KB
-rwxr-xr-x
2025-06-03 05:05
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