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 /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
contents_motif.svg
185
B
-rw-r--r--
index.html
3.4
KB
-rw-r--r--
jed.css
3.25
KB
-rw-r--r--
jed001.html
4.67
KB
-rw-r--r--
jed002.html
1.23
KB
-rw-r--r--
jed003.html
3.16
KB
-rw-r--r--
jed004.html
1.88
KB
-rw-r--r--
jed005.html
3.74
KB
-rw-r--r--
jed006.html
5.35
KB
-rw-r--r--
jed007.html
1.25
KB
-rw-r--r--
jed008.html
2.87
KB
-rw-r--r--
jed009.html
1.93
KB
-rw-r--r--
jed010.html
8.77
KB
-rw-r--r--
jed011.html
18.59
KB
-rw-r--r--
jed012.html
7.65
KB
-rw-r--r--
jed013.html
3.21
KB
-rw-r--r--
jed014.html
2.18
KB
-rw-r--r--
jed015.html
2.06
KB
-rw-r--r--
jed016.html
1.45
KB
-rw-r--r--
jed017.html
3.45
KB
-rw-r--r--
jed018.html
3.7
KB
-rw-r--r--
jed019.html
19.12
KB
-rw-r--r--
jed020.html
6.86
KB
-rw-r--r--
jed021.html
4.35
KB
-rw-r--r--
next_motif.svg
190
B
-rw-r--r--
previous_motif.svg
185
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jed003.html
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta name="generator" content="hevea 2.35"> <link rel="stylesheet" type="text/css" href="jed.css"> <title>Installing JED</title> </head> <body > <a href="jed002.html"><img src="previous_motif.svg" alt="Previous"></a> <a href="index.html"><img src="contents_motif.svg" alt="Up"></a> <a href="jed004.html"><img src="next_motif.svg" alt="Next"></a> <hr> <h2 id="sec3" class="section">2 Installing JED</h2> <p>Building <span style="font-weight:bold">jed</span> from its sources requires the use of a C compiler that understands function prototypes. <span style="font-weight:bold">jed</span> has been successfully built with <code class="verb">cc</code> on the ULTRIX, VMS, and IRIX operating systems. In addition, it has been created using <code class="verb">gcc</code> under SunOS and Borland’s BCC 3.0 for the PC.</p><p>Detailed installation instructions are in separate, operating system dependent files. They are: </p><pre class="verbatim"> UNIX: install.unx VMS: install.vms IBM-PC: install.pc </pre><p>When <span style="font-weight:bold">jed</span> starts up, it will first try to load a site initialization file called <code class="verb">site.sl</code>. Site specific commands are placed here. Most likely, <code class="verb">site.sl</code> will define some functions, default hooks, etc…What goes in it is left to the discretion of the user or system manager. See the file <code class="verb">site.sl</code> for examples.</p><p>When loading <code class="verb">site.sl</code> as well as other <code class="verb">S-Lang</code> files (the user’s personal initialization file, <code class="verb">.jedrc</code> or <code class="verb">jed.rc</code>, is a special case, see below), <span style="font-weight:bold">jed</span> searches all directories specified by the environment variable <code class="verb">JED_LIBRARY</code>, and if the file is not found, <span style="font-weight:bold">jed</span> will look for it in the default directory. The environment variable <code class="verb">JED_LIBRARY</code> is a comma separated list of directories. Here are some examples of setting this variable for different systems:</p><pre class="verbatim"> VMS: define/job JED_LIBRARY dev$lib:[jedfiles] UNIX: setenv JED_LIBRARY '/usr/local/lib/jed,~/jed' IBMPC: set JED_LIBRARY = c:\editors\jed\lib </pre><p>You will probably want to put define <code class="verb">JED_LIBRARY</code> in your login startup file, e.g., <code class="verb">autoexec.bat</code>, <code class="verb">login.com</code>, or <code class="verb">.cshrc</code>.</p><p><span style="font-weight:bold">jed</span> versions 0.92 and later allow the value of <code class="verb">JED_LIBRARY</code> to be specified at compile time an it may only be necessary to define <code class="verb">JED_LIBRARY</code> as an environment variable to override its pre–compiled value.</p> <hr> <a href="jed002.html"><img src="previous_motif.svg" alt="Previous"></a> <a href="index.html"><img src="contents_motif.svg" alt="Up"></a> <a href="jed004.html"><img src="next_motif.svg" alt="Next"></a> </body> </html>
Close