comparison contrib/splice3/README @ 657:71e998951fbf draft

d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL enjoy :-)
author d3v11 <d3v11@d3v11.ano>
date Sat, 08 Oct 2011 00:33:36 -0500
parents 1917aac8a593
children
comparison
equal deleted inserted replaced
656:d6e8a6c39807 657:71e998951fbf
1 DESCRIPTION: 1 DESCRIPTION:
2 Brute Force Utilities For The Linux Shell. 2 Brute Force Utilities For The Linux Shell.
3 3
4 NOTE: 4 NOTE:
5 splice3 is currently under development. Major changes and bug 5 splice3 is currently under development. Major changes and bug
6 fixes will be appended to a CHANGES file. Some changes like 6 fixes will be appended to a CHANGES file. Some changes like
7 spelling errors or other small edits may not be shown. While 7 spelling errors or other small edits may not be shown. While
8 splice3 is being developed. 8 splice3 is being developed.
9 9
10 USER: 10 USER:
11 splice3 is community ideas in a python2.7 implementation. please 11 splice3 is community ideas in a python2.7 implementation. please
12 feel free to fork or modify this project and upload it as you see 12 feel free to fork or modify this project and upload it as you see
13 fit under the terms of the GPLv3. 13 fit under the terms of the GPLv3.
14 14
15 LICENSE: 15 LICENSE:
16 This program is free software: you can redistribute it and/or modify 16 This program is free software: you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by 17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation, either version 3 of the License, or 18 the Free Software Foundation, either version 3 of the License, or
19 (at your option) any later version. 19 (at your option) any later version.
20 20
21 This program is distributed in the hope that it will be useful, 21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of 22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details. 24 GNU General Public License for more details.
25 25
26 You should have received a copy of the GNU General Public License 26 You should have received a copy of the GNU General Public License
27 along with this program. If not, see <http://www.gnu.org/licenses/>. 27 along with this program. If not, see <http://www.gnu.org/licenses/>.
28 28
29 DEPENDS ON: 29 DEPENDS ON:
30 python2.7, man 30 python2.7, man
31 31
32 INSTALL AND UNINSTALL: 32 INSTALL AND UNINSTALL:
33 To install, `cd' to the extracted splice folder. 33 To install, `cd' to the extracted splice folder.
34 Issue the following commands as root: 34 Issue the following commands as root:
35 35
36 make install 36 make install
37 37
38 To uninstall splice3, as root do: 38 To uninstall splice3, as root do:
39 39
40 make uninstall 40 make uninstall
41 41
42 To compile/install a .deb package, as root do: 42 To compile/install a .deb package, as root do:
43 43
44 make install-deb 44 make install-deb
45 45
46 UPDATE: 46 UPDATE:
47 # d3v11's AnoNet update for splice3 - Not as root, do: 47 # d3v11's AnoNet update for splice3 - Not as root, do:
48 48
49 make update 49 make update
50 50
51 HELP AND USAGE: 51 HELP AND USAGE:
52 To obtain additional information on how to use splice3 52 To obtain additional information on how to use splice3
53 enter either of the following commands after installation: 53 enter either of the following commands after installation:
54 54
55 # For simple help display use: 55 # For simple help display use:
56 splice3 -h 56
57 # For the detailed manual use: 57 splice3 -h
58 splice3 --rtfm 58
59 # For the detailed manual use:
60
61 splice3 --rtfm
59 62
60 63