X-Git-Url: https://totsipaki.net/gitweb/Published.git/blobdiff_plain/38acc14f8c2e88f4cbb71f18a84a84e5195b4250..e07f2701c833c4857015fc63cf79cd312b96e9f2:/AI_MythvsReallity/README.html diff --git a/AI_MythvsReallity/README.html b/AI_MythvsReallity/README.html index e309c81..cd4800b 100644 --- a/AI_MythvsReallity/README.html +++ b/AI_MythvsReallity/README.html @@ -1,120 +1,85 @@ - - - + - - Apache ActiveMQ Artemis README - - - + + +README - my files + + + + + - -

Getting Started

- -Note (Windows users): Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.

- -

Creating a broker

- -To create a broker, navigate to the distribution 'bin/' directory and run:

- -$ ./artemis create $directory

Where $directory is the folder that you'd like the broker to be created. - -The create process will input for any required property not specified. Example: - -
---user: is a mandatory property!
-Please provide the default username:
-admin
-
---password: is mandatory with this configuration:
-Please provide the default password:
-
-
---allow-anonymous | --require-login: is a mandatory property!
-Allow anonymous access?, valid values are Y,N,True,False
-y
-
- -For a full list of available options for the create process you may use: - -$ ./artemis help create -
-NAME
-        artemis create - creates a new broker instance
-
-SYNOPSIS
-        artemis create [--addresses <addresses>] [--aio] [--allow-anonymous]
-                [--autocreate] [--blocking] [--cluster-password <clusterPassword>]
-                [--cluster-user <clusterUser>] [--clustered] [--data <data>]
-                [--default-port <defaultPort>] [--disable-persistence]
-                [--encoding <encoding>] [--failover-on-shutdown] [--force]
-                [--global-max-size <globalMaxSize>] [--home <home>] [--host <host>]
-                [--http-host <httpHost>] [--http-port <httpPort>]
-                [--java-options <javaOptions>] [--mapped] [--max-hops <maxHops>]
-                [--message-load-balancing <messageLoadBalancing>] [--name <name>]
-                [--nio] [--no-amqp-acceptor] [--no-autocreate] [--no-autotune]
-                [--no-fsync] [--no-hornetq-acceptor] [--no-mqtt-acceptor]
-                [--no-stomp-acceptor] [--no-web] [--paging] [--password <password>]
-                [--ping <ping>] [--port-offset <portOffset>] [--queues <queues>]
-                [--replicated] [--require-login] [--role <role>] [--shared-store]
-                [--silent] [--slave] [--ssl-key <sslKey>]
-                [--ssl-key-password <sslKeyPassword>] [--ssl-trust <sslTrust>]
-                [--ssl-trust-password <sslTrustPassword>] [--use-client-auth]
-                [--user <user>] [--verbose] [--] <directory>
-     ...
-
- - -

Starting the Broker

- -Once the broker has been created, use the artemis (or artemis.cmd on windows) script found under the bin directory of the newly created broker to manage the life cycle of the broker. - -To run the Apache ActiveMQ Artemis broker with the default configuration, run the command shown below from the "bin" directory of the created broker.

- -$ ./artemis run

- -To specify a broker configuration file:

- -$ ./artemis run --config scheme:location

- -e.g.

- -$ ./artemis run --config xml:/home/artemis/bootstrap.xml

- -It is possible to configure run time parameters in the artemis.conf (artemis.conf.bat for windows) file under the "bin" directory of the broker directory. - -

Stopping the Broker

- -To stop the broker please use the artemis script from the broker's bin directory:

- -$ ./artemis stop

- -

Documentation

- -The broker comes shipped with an in depth user manual and a bunch of examples to help you get started. The manual is shipped with the broker and can be accessed from the brokers website. Start the broker then navigate to the Apache ActiveMQ Artemis. Alternatively, you can browse all of the documentation online on the Apache ActiveMQ Artemis Website.

- -The examples are shipped inside the distribution folder under "examples"

- -Release Notes for all version can be found here - +

noice

small file browser +
git clone git://git.2f30.org/noice
+Log | Files | Refs | README | LICENSE
+
+
+

README (1457B)


+      1                __
+      2   ___     ___ /\_\    ___     __
+      3 /' _ `\  / __`\/\ \  /'___\ /'__`\
+      4 /\ \/\ \/\ \L\ \ \ \/\ \__//\  __/
+      5 \ \_\ \_\ \____/\ \_\ \____\ \____\
+      6  \/_/\/_/\/___/  \/_/\/____/\/____/
+      7                                     -- by lostd and sin
+      8 =======================================================
+      9 
+     10 
+     11 What is it?
+     12 ===========
+     13 
+     14 noice is a small curses-based file browser.
+     15 It was first developed to be used with a TV remote control for a media
+     16 center solution.
+     17 
+     18 
+     19 Getting started
+     20 ===============
+     21 
+     22 Get the latest version from the git-repository; build and install it.  Run
+     23 noice in a directory to display its content in the form of a list, where
+     24 each line is a file or directory.  The currently selected item will be
+     25 preceded with a " > " by default.
+     26 
+     27 For more information refer to the manpage.
+     28 
+     29 
+     30 Building
+     31 ========
+     32 
+     33 To build noice you need a curses implementation available.  In most
+     34 cases you just do:
+     35 
+     36     make
+     37 
+     38 It is known to work on OpenBSD, NetBSD, FreeBSD, DragonFly BSD, Linux, OSX,
+     39 IRIX 6.5, Haiku and Solaris 9.  Some notes for building on certain systems
+     40 follow.
+     41 
+     42  * IRIX 6.5:
+     43    Tested with gcc from http://freeware.sgi.com/.
+     44 
+     45     make CC="gcc" LDLIBS="-lgen -lcurses"
+     46 
+     47  * Haiku:
+     48 
+     49     make LDLIBS="-lncurses"
+     50 
+     51  * Solaris 9:
+     52    Tested with gcc from http://www.opencsw.org/.
+     53 
+     54     export PATH=/usr/ccs/bin:/opt/csw/bin:$PATH
+     55     make CC="gcc"
+     56 
+     57 
+     58 Contact
+     59 =======
+     60 
+     61 To report bugs and/or submit patches, you can reach us through
+     62 irc.2f30.org at #2f30.
+
+
+