Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
w3m /
[ HOME SHELL ]
Name
Size
Permission
Action
de
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
ja
[ DIR ]
drwxr-xr-x
FAQ.html
15.63
KB
-rw-r--r--
HISTORY.gz
20.42
KB
-rw-r--r--
MANUAL.html
37.92
KB
-rw-r--r--
NEWS.gz
5.47
KB
-rw-r--r--
README
3.03
KB
-rw-r--r--
README.SSL
2.11
KB
-rw-r--r--
README.cookie
2.7
KB
-rw-r--r--
README.dict
1.75
KB
-rw-r--r--
README.func
5.64
KB
-rw-r--r--
README.keymap
1.28
KB
-rw-r--r--
README.m17n.gz
4.79
KB
-rw-r--r--
README.menu
3.26
KB
-rw-r--r--
README.mouse
1.33
KB
-rw-r--r--
README.passwd
760
B
-rw-r--r--
README.pre_form
1.48
KB
-rw-r--r--
README.siteconf
2.05
KB
-rw-r--r--
README.sixel
836
B
-rw-r--r--
README.tab
1.42
KB
-rw-r--r--
STORY.html
9.29
KB
-rw-r--r--
changelog.Debian.gz
2.18
KB
-rw-r--r--
copyright
11.98
KB
-rw-r--r--
keymap.default
2.55
KB
-rw-r--r--
keymap.lynx
2.56
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.dict
Dictionary look-up hack for w3m 1. INTRODUCTION If you have a dictionary look-up command (such as 'webster'), you can look up words in a document using w3m. This dictionary-lookup code was contributed by `Rubikitch' (rubikitch@ruby-lang.org), and further modified by Tushar Samant (scribble at pobox.com). 2. INSTALLATION To make use of the dictionary look-up, you currently must change a compile option by hand. After running configure, edit config.h and change #undef USE_DICT to #define USE_DICT and recompile w3m (i.e. type "make install"). Note that w3m/0.3+cvs-1.373 or later, USE_DICT is defined by default. Then find or install a CGI program which takes a word as a query string and prints a response. Some ways to do this would be: * If you have the 'webster' command, put something like this in a script called 'w3mdict': #!/bin/sh echo Content-type: text/plain echo webster $QUERY_STRING Then install w3mdict as a local CGI (see the local CGI section of the w3m manual), and set your dictionary options from the options page of w3m (usually invoked with "o"). * If you want this function to look a word up on Google instead, write a local CGI script like this: #!/bin/sh google_q='http://google.com/search?btnG=Google&q' cat <<_END_ Content-type: text/plain W3m-control: GOTO $google_q=$QUERY_STRING W3m-control: DELETE_PREVBUF _END_ and set its path as your dictionary-lookup URL option. 3. USAGE You can use the following two commands: ESC w Input a word and look it up using w3mdict command. ESC W look up the current word in the buffer. To change these keys, edit ~/.w3m/keymap and edit lines for the functions DICT_WORD and DICT_WORD_AT respectively.
Close