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
default xkb_compatibility "xtest" { // Minimal set of symbol interpretations to provide // reasonable behavior for testing. // The X Test Suite assumes that it can set any modifier // by simulating a KeyPress and clear it by simulating a // KeyRelease. Because of the way that XKB implements // locking/latching modifiers, this approach fails in // some cases (typically the Lock or NumLock modifiers). // These symbol interpretations make all modifier keys // just set the corresponding modifier so that xtest // will see the behavior it expects. virtual_modifiers NumLock; interpret.repeat= False; setMods.clearLocks= True; latchMods.clearLocks= True; latchMods.latchToLock= False; interpret Shift_Lock+AnyOf(Shift+Lock) { action= SetMods(modifiers=Shift); }; interpret Num_Lock+Any { virtualModifier= NumLock; action= SetMods(modifiers=NumLock); }; interpret Mode_switch { action= SetGroup(group=2); }; interpret Any + Any { action= SetMods(modifiers=modMapMods); }; group 2 = Mod5; group 3 = Mod5; group 4 = Mod5; indicator.allowExplicit= False; indicator "Caps Lock" { modifiers= Lock; }; indicator "Num Lock" { modifiers= NumLock; }; indicator "Shift Lock" { whichModState= Locked; modifiers= Shift; }; indicator.allowExplicit= True; };