Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
udev /
rules.d /
Delete
Unzip
Name
Size
Permission
Date
Action
50-firmware.rules
210
B
-rw-r--r--
2021-07-07 14:21
50-udev-default.rules
3.23
KB
-rw-r--r--
2022-06-29 14:41
55-dm.rules
6.76
KB
-rw-r--r--
2017-03-17 17:29
60-block.rules
612
B
-rw-r--r--
2022-06-29 14:41
60-cdrom_id.rules
917
B
-rw-r--r--
2022-06-29 14:41
60-drm.rules
153
B
-rw-r--r--
2022-06-29 14:41
60-evdev.rules
738
B
-rw-r--r--
2022-06-29 14:41
60-persistent-alsa.rules
616
B
-rw-r--r--
2022-06-29 14:41
60-persistent-input.rules
2.56
KB
-rw-r--r--
2022-06-29 14:41
60-persistent-storage-dm.rules
1.46
KB
-rw-r--r--
2017-03-17 17:29
60-persistent-storage-tape.rules
1.47
KB
-rw-r--r--
2022-06-29 14:41
60-persistent-storage.rules
5.8
KB
-rw-r--r--
2022-06-29 14:41
60-persistent-v4l.rules
769
B
-rw-r--r--
2022-06-29 14:41
60-serial.rules
1.16
KB
-rw-r--r--
2022-06-29 14:41
63-md-raid-arrays.rules
2.08
KB
-rw-r--r--
2016-07-28 17:52
64-btrfs.rules
418
B
-rw-r--r--
2022-06-29 14:41
64-md-raid-assembly.rules
1.33
KB
-rw-r--r--
2016-07-28 17:52
70-debian-uaccess.rules
955
B
-rw-r--r--
2021-07-07 14:21
70-mouse.rules
734
B
-rw-r--r--
2022-06-29 14:41
70-power-switch.rules
942
B
-rw-r--r--
2022-06-29 14:41
70-touchpad.rules
473
B
-rw-r--r--
2022-06-29 14:41
70-uaccess.rules
2.63
KB
-rw-r--r--
2022-06-29 14:41
71-seat.rules
2.65
KB
-rw-r--r--
2022-06-29 14:41
73-seat-late.rules
596
B
-rw-r--r--
2022-06-29 14:41
73-special-net-names.rules
961
B
-rw-r--r--
2021-07-07 14:21
73-usb-net-by-mac.rules
692
B
-rw-r--r--
2021-07-07 14:21
75-net-description.rules
452
B
-rw-r--r--
2022-06-29 14:41
75-probe_mtd.rules
174
B
-rw-r--r--
2022-06-29 14:41
78-sound-card.rules
4.4
KB
-rw-r--r--
2022-06-29 14:41
80-debian-compat.rules
1.34
KB
-rw-r--r--
2021-07-07 14:21
80-drivers.rules
618
B
-rw-r--r--
2022-06-29 14:41
80-ifupdown.rules
190
B
-rw-r--r--
2016-04-20 14:57
80-net-setup-link.rules
292
B
-rw-r--r--
2022-06-29 14:41
85-hwclock.rules
204
B
-rw-r--r--
2018-03-07 19:29
99-systemd.rules
4.17
KB
-rw-r--r--
2022-06-29 14:41
Save
Rename
# do not edit this file, it will be overwritten on update # Don't process any events if anaconda is running as anaconda brings up # raid devices manually ENV{ANACONDA}=="?*", GOTO="md_inc_end" # assemble md arrays SUBSYSTEM!="block", GOTO="md_inc_end" # handle potential components of arrays (the ones supported by md) ENV{ID_FS_TYPE}=="linux_raid_member", GOTO="md_inc" # "noiswmd" on kernel command line stops mdadm from handling # "isw" (aka IMSM - Intel RAID). # "nodmraid" on kernel command line stops mdadm from handling # "isw" or "ddf". IMPORT{cmdline}="noiswmd" IMPORT{cmdline}="nodmraid" ENV{nodmraid}=="?*", GOTO="md_inc_end" ENV{ID_FS_TYPE}=="ddf_raid_member", GOTO="md_inc" ENV{noiswmd}=="?*", GOTO="md_inc_end" ENV{ID_FS_TYPE}=="isw_raid_member", GOTO="md_inc" GOTO="md_inc_end" LABEL="md_inc" # remember you can limit what gets auto/incrementally assembled by # mdadm.conf(5)'s 'AUTO' and selectively whitelist using 'ARRAY' ACTION=="add|change", IMPORT{program}="/sbin/mdadm --incremental --export $devnode --offroot ${DEVLINKS}" ACTION=="add|change", ENV{MD_STARTED}=="*unsafe*", ENV{MD_FOREIGN}=="no", ENV{SYSTEMD_WANTS}+="mdadm-last-resort@$env{MD_DEVICE}.timer" ACTION=="remove", ENV{ID_PATH}=="?*", RUN+="/sbin/mdadm -If $name --path $env{ID_PATH}" ACTION=="remove", ENV{ID_PATH}!="?*", RUN+="/sbin/mdadm -If $name" LABEL="md_inc_end"