Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.216.61
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
X11 /
xkb /
compat /
Delete
Unzip
Name
Size
Permission
Date
Action
README
1.67
KB
-rw-r--r--
2024-02-05 01:24
accessx
1.09
KB
-rw-r--r--
2024-02-05 01:24
basic
996
B
-rw-r--r--
2024-02-05 01:24
caps
507
B
-rw-r--r--
2024-02-05 01:24
complete
228
B
-rw-r--r--
2024-02-05 01:24
iso9995
1.46
KB
-rw-r--r--
2024-02-05 01:24
japan
979
B
-rw-r--r--
2024-02-05 01:24
ledcaps
469
B
-rw-r--r--
2024-02-05 01:24
ledcompose
287
B
-rw-r--r--
2024-02-05 01:24
lednum
466
B
-rw-r--r--
2024-02-05 01:24
ledscroll
486
B
-rw-r--r--
2024-02-05 01:24
level5
1.24
KB
-rw-r--r--
2024-02-05 01:24
misc
2.98
KB
-rw-r--r--
2024-02-05 01:24
mousekeys
4.47
KB
-rw-r--r--
2024-02-05 01:24
olpc
1001
B
-rw-r--r--
2024-02-05 01:24
pc
341
B
-rw-r--r--
2024-02-05 01:24
pc98
1.07
KB
-rw-r--r--
2024-02-05 01:24
xfree86
1.8
KB
-rw-r--r--
2024-02-05 01:24
xtest
1.37
KB
-rw-r--r--
2024-02-05 01:24
Save
Rename
// Fairly complete set of symbol interpretations // to provide reasonable default behavior. default partial xkb_compatibility "default" { virtual_modifiers LevelFive; interpret.repeat= False; setMods.clearLocks= True; latchMods.clearLocks= True; latchMods.latchToLock= True; interpret ISO_Level5_Shift+Any { useModMapMods= level1; virtualModifier= LevelFive; action= SetMods(modifiers=LevelFive); }; interpret ISO_Level5_Shift { action= SetMods(modifiers=LevelFive); }; interpret ISO_Level5_Latch+Any { useModMapMods= level1; virtualModifier= LevelFive; action= LatchMods(modifiers=LevelFive); }; interpret ISO_Level5_Latch { action= LatchMods(modifiers=LevelFive); }; interpret ISO_Level5_Lock+Any { useModMapMods= level1; virtualModifier= LevelFive; action= LockMods(modifiers=LevelFive); }; interpret ISO_Level5_Lock { action= LockMods(modifiers=LevelFive); }; }; partial xkb_compatibility "level5_lock" { // This defines a Level5-Lock using the NumLock virtual modifier. // See also types/level5 (EIGHT_LEVEL_WITH_LEVEL5_LOCK) and symbols/level5(lock). virtual_modifiers NumLock; interpret ISO_Level5_Lock { action = LockMods(modifiers = NumLock); }; };