From 1fabfb5204f7b621a832a7ad48b8e9dd5cc49df5 Mon Sep 17 00:00:00 2001 From: trimstray Date: Sat, 23 Jun 2018 12:45:27 +0200 Subject: [PATCH] init commit - signed-off-by: trimstray --- .gitignore | 2 + .travis.yml | 33 ++ CONTRIBUTING.md | 39 ++ LICENSE.md | 676 +++++++++++++++++++++++++++++++ README.md | 9 + ana.conf | 3 + awesome-ninja-admins | 84 ++++ doc/.gitkeep | 0 doc/img/awesome_ninja_admins.png | Bin 0 -> 70836 bytes install | 205 ++++++++++ lib/aliases/git | 4 + lib/aliases/main | 24 ++ lib/aliases/ssh | 1 + lib/aliases/system | 0 lib/functions/_git | 15 + lib/functions/_scg | 6 + lib/functions/_scl | 5 + skel/.vimrc | 75 ++++ src/helpers | 234 +++++++++++ src/settings | 26 ++ 20 files changed, 1441 insertions(+) create mode 100644 .gitignore create mode 100644 .travis.yml create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE.md create mode 100644 README.md create mode 100644 ana.conf create mode 100755 awesome-ninja-admins create mode 100644 doc/.gitkeep create mode 100644 doc/img/awesome_ninja_admins.png create mode 100755 install create mode 100644 lib/aliases/git create mode 100644 lib/aliases/main create mode 100644 lib/aliases/ssh create mode 100644 lib/aliases/system create mode 100644 lib/functions/_git create mode 100644 lib/functions/_scg create mode 100644 lib/functions/_scl create mode 100644 skel/.vimrc create mode 100644 src/helpers create mode 100644 src/settings diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10ee1b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# This is where the result of the script output. +log/ diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a20dfa2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,33 @@ +notifications: + email: + recipients: + - git@nslab.at + on_success: always + on_failure: always + +branches: + only: + - master + - testing + +language: bash + +sudo: required + +addons: + apt: + packages: + - bash + +before_install: + - curl -sSL "https://ftp-master.debian.org/keys/archive-key-7.0.asc" | sudo -E apt-key add - + - echo "deb http://ftp.us.debian.org/debian unstable main contrib non-free" | sudo tee -a /etc/apt/sources.list > /dev/null + - sudo apt-get update + - sudo apt-get install shellcheck + +# after_success: +# - test $TRAVIS_PULL_REQUEST = false && git push + +script: + - shellcheck --version + - shellcheck -s bash -e 1072,1094 -x src/* -x lib/* bin/git-template-full diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7a7ad4e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,39 @@ +# Contributing + +If you would like to support this project, you have an interesting idea how to improve the operation of this tool or if you found some errors - do fork this add your fixes and add pull-request of your branch to the **testing branch**. + +## Bash style + +I would like you to stick to certain standards of writing in bash. I realize that it is not easy and time-consuming if you have certain habits. I do not expect 100% compliance and adherence to good practices, however, I would like you to try to use certain principles. + +The following should help: + +- [http://wiki.bash-hackers.org/](http://wiki.bash-hackers.org/) +- [https://google.github.io/styleguide/shell.xml](https://google.github.io/styleguide/shell.xml) +- [https://github.com/progrium/bashstyle](https://github.com/progrium/bashstyle) + + +- [http://kvz.io/blog/2013/11/21/bash-best-practices/](http://kvz.io/blog/2013/11/21/bash-best-practices/) + +## Shellcheck + +One of the requirements before approving your changes is to check them with the **shellcheck** utility. If the returned errors are not critical (eg. [SC2154](https://github.com/koalaman/shellcheck/wiki/SC2154)) you can use the `shellcheck disable=SC2154` design. + +## Signature of commit + +Moving forward all commits to this project must include a "signed-off-by" line indicating the name and email address of the contributor signing off on the change. To enable signatures add the following lines to `.git/hooks/prepare-commit-msg` : + +`````` +SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/- signed-off-by: \1/p') +grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" +`````` + +## Pull requests + +When creating pull request, please heed the following: + +- Base your code on the latest master branch to avoid manual merges +- Code review may ensue in order to help shape your proposal +- Explain the problem and your proposed solution + + diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..aa88ca6 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,676 @@ +### GNU GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + + +Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. + +### Preamble + +The GNU General Public License is a free, copyleft license for +software and other kinds of works. + +The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom +to share and change all versions of a program--to make sure it remains +free software for all its users. We, the Free Software Foundation, use +the GNU General Public License for most of our software; it applies +also to any other work released this way by its authors. You can apply +it to your programs, too. + +When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you +have certain responsibilities if you distribute copies of the +software, or if you modify it: responsibilities to respect the freedom +of others. + +For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + +Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + +Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the +manufacturer can do so. This is fundamentally incompatible with the +aim of protecting users' freedom to change the software. The +systematic pattern of such abuse occurs in the area of products for +individuals to use, which is precisely where it is most unacceptable. +Therefore, we have designed this version of the GPL to prohibit the +practice for those products. If such problems arise substantially in +other domains, we stand ready to extend this provision to those +domains in future versions of the GPL, as needed to protect the +freedom of users. + +Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish +to avoid the special danger that patents applied to a free program +could make it effectively proprietary. To prevent this, the GPL +assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and +modification follow. + +### TERMS AND CONDITIONS + +#### 0. Definitions. + +"This License" refers to version 3 of the GNU General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds +of works, such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + +To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of +an exact copy. The resulting work is called a "modified version" of +the earlier work or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based +on the Program. + +To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + +To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user +through a computer network, with no transfer of a copy, is not +conveying. + +An interactive user interface displays "Appropriate Legal Notices" to +the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + +#### 1. Source Code. + +The "source code" for a work means the preferred form of the work for +making modifications to it. "Object code" means any non-source form of +a work. + +A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + +The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can +regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same +work. + +#### 2. Basic Permissions. + +All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, +without conditions so long as your license otherwise remains in force. +You may convey covered works to others for the sole purpose of having +them make modifications exclusively for you, or provide you with +facilities for running those works, provided that you comply with the +terms of this License in conveying all material for which you do not +control copyright. Those thus making or running the covered works for +you must do so exclusively on your behalf, under your direction and +control, on terms that prohibit them from making any copies of your +copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the +conditions stated below. Sublicensing is not allowed; section 10 makes +it unnecessary. + +#### 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + +No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + +When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such +circumvention is effected by exercising rights under this License with +respect to the covered work, and you disclaim any intention to limit +operation or modification of the work as a means of enforcing, against +the work's users, your or third parties' legal rights to forbid +circumvention of technological measures. + +#### 4. Conveying Verbatim Copies. + +You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + +#### 5. Conveying Modified Source Versions. + +You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these +conditions: + +- a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. +- b) The work must carry prominent notices stating that it is + released under this License and any conditions added under + section 7. This requirement modifies the requirement in section 4 + to "keep intact all notices". +- c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. +- d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + +A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + +#### 6. Conveying Non-Source Forms. + +You may convey a covered work in object code form under the terms of +sections 4 and 5, provided that you also convey the machine-readable +Corresponding Source under the terms of this License, in one of these +ways: + +- a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. +- b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the Corresponding + Source from a network server at no charge. +- c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. +- d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. +- e) Convey the object code using peer-to-peer transmission, + provided you inform other peers where the object code and + Corresponding Source of the work are being offered to the general + public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + +A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, +family, or household purposes, or (2) anything designed or sold for +incorporation into a dwelling. In determining whether a product is a +consumer product, doubtful cases shall be resolved in favor of +coverage. For a particular product received by a particular user, +"normally used" refers to a typical or common use of that class of +product, regardless of the status of the particular user or of the way +in which the particular user actually uses, or expects or is expected +to use, the product. A product is a consumer product regardless of +whether the product has substantial commercial, industrial or +non-consumer uses, unless such uses represent the only significant +mode of use of the product. + +"Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to +install and execute modified versions of a covered work in that User +Product from a modified version of its Corresponding Source. The +information must suffice to ensure that the continued functioning of +the modified object code is in no case prevented or interfered with +solely because modification has been made. + +If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + +The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or +updates for a work that has been modified or installed by the +recipient, or for the User Product in which it has been modified or +installed. Access to a network may be denied when the modification +itself materially and adversely affects the operation of the network +or violates the rules and protocols for communication across the +network. + +Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + +#### 7. Additional Terms. + +"Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders +of that material) supplement the terms of this License with terms: + +- a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or +- b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or +- c) Prohibiting misrepresentation of the origin of that material, + or requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or +- d) Limiting the use for publicity purposes of names of licensors + or authors of the material; or +- e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or +- f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions + of it) with contractual assumptions of liability to the recipient, + for any liability that these contractual assumptions directly + impose on those licensors and authors. + +All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; the +above requirements apply either way. + +#### 8. Termination. + +You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + +However, if you cease all violation of this License, then your license +from a particular copyright holder is reinstated (a) provisionally, +unless and until the copyright holder explicitly and finally +terminates your license, and (b) permanently, if the copyright holder +fails to notify you of the violation by some reasonable means prior to +60 days after the cessation. + +Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + +Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + +#### 9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run +a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + +#### 10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + +An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + +#### 11. Patents. + +A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned +or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + +In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + +If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + +A patent license is "discriminatory" if it does not include within the +scope of its coverage, prohibits the exercise of, or is conditioned on +the non-exercise of one or more of the rights that are specifically +granted under this License. You may not convey a covered work if you +are a party to an arrangement with a third party that is in the +business of distributing software, under which you make payment to the +third party based on the extent of your activity of conveying the +work, and under which the third party grants, to any of the parties +who would receive the covered work from you, a discriminatory patent +license (a) in connection with copies of the covered work conveyed by +you (or copies made from those copies), or (b) primarily for and in +connection with specific products or compilations that contain the +covered work, unless you entered into that arrangement, or that patent +license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + +#### 12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under +this License and any other pertinent obligations, then as a +consequence you may not convey it at all. For example, if you agree to +terms that obligate you to collect a royalty for further conveying +from those to whom you convey the Program, the only way you could +satisfy both those terms and this License would be to refrain entirely +from conveying the Program. + +#### 13. Use with the GNU Affero General Public License. + +Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + +#### 14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions +of the GNU General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in +detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies that a certain numbered version of the GNU General Public +License "or any later version" applies to it, you have the option of +following the terms and conditions either of that numbered version or +of any later version published by the Free Software Foundation. If the +Program does not specify a version number of the GNU General Public +License, you may choose any version ever published by the Free +Software Foundation. + +If the Program specifies that a proxy can decide which future versions +of the GNU General Public License can be used, that proxy's public +statement of acceptance of a version permanently authorizes you to +choose that version for the Program. + +Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + +#### 15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT +WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE +DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR +CORRECTION. + +#### 16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR +CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT +NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR +LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM +TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER +PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +#### 17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +### How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these +terms. + +To do so, attach the following notices to the program. It is safest to +attach them to the start of each source file to most effectively state +the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper +mail. + +If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands \`show w' and \`show c' should show the +appropriate parts of the General Public License. Of course, your +program's commands might be different; for a GUI interface, you would +use an "about box". + +You should also get your employer (if you work as a programmer) or +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. For more information on this, and how to apply and follow +the GNU GPL, see . + +The GNU General Public License does not permit incorporating your +program into proprietary programs. If your program is a subroutine +library, you may consider it more useful to permit linking proprietary +applications with the library. If this is what you want to do, use the +GNU Lesser General Public License instead of this License. But first, +please read . + diff --git a/README.md b/README.md new file mode 100644 index 0000000..72f84de --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +

+ Master +

+ +

A collection of awesome lists, manuals, hacks and tools for Awesome Ninja Admins.

+ +
+ diff --git a/ana.conf b/ana.conf new file mode 100644 index 0000000..082ad39 --- /dev/null +++ b/ana.conf @@ -0,0 +1,3 @@ +_functions=(_git _scg _scl) + +_aliases=(git main ssh system) diff --git a/awesome-ninja-admins b/awesome-ninja-admins new file mode 100755 index 0000000..44dc634 --- /dev/null +++ b/awesome-ninja-admins @@ -0,0 +1,84 @@ +#!/usr/bin/env bash + +### BEG SCRIPT INFO +# +# Header: +# +# fname : "ana-init" +# cdate : "24.05.2018" +# author : "Michał Żurawski " +# tab_size : "2" +# soft_tabs : "yes" +# +# Description: +# +# See README.md file for more information. +# +# License: +# +# awesome-ninja-admins, Copyright (C) 2018 Michał Żurawski +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +### END SCRIPT INFO + +# The array that store call parameters. +# shellcheck disable=SC2034 +__init_params=() +__script_params=("$@") + +# Store the name of the script and directory call. +readonly _ana_dir="${HOME}/.awesome-ninja-admins" + +# Directory structure. +# shellcheck disable=SC2154 +readonly _ana_src="${_ana_dir}/src" +readonly _ana_lib="${_ana_dir}/lib" + +# shellcheck disable=SC1090,SC1091 +source "${_ana_src}/settings" +# shellcheck disable=SC1090 +source "${_ana_src}/helpers" + +# Include main configuration file. +# shellcheck disable=SC1090 +source "${_ana_dir}/ana.conf" || (printf "%s\\n" "file not found" ; exit) + +# shellcheck disable=SC2154 +for _i in "${_functions[@]}" ; do + + _fd="${_ana_lib}/functions/${_i}" + if [[ ! -z "$_fd" ]] && [[ -e "$_fd" ]] ; then + + # If the file exists is loaded. + # shellcheck disable=SC1090 + source "${_fd}" + + fi + +done + +# shellcheck disable=SC2154 +for _i in "${_aliases[@]}" ; do + + _fd="${_ana_lib}/aliases/${_i}" + if [[ ! -z "$_fd" ]] && [[ -e "$_fd" ]] ; then + + # If the file exists is loaded. + # shellcheck disable=SC1090 + source "${_fd}" + + fi + +done diff --git a/doc/.gitkeep b/doc/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/doc/img/awesome_ninja_admins.png b/doc/img/awesome_ninja_admins.png new file mode 100644 index 0000000000000000000000000000000000000000..db5c4482b39b3619d6415f8cfd5a8a15df248018 GIT binary patch literal 70836 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

-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" +# tab_size : "2" +# soft_tabs : "yes" +# +# Description: +# +# See README.md file for more information. +# +# License: +# +# awesome-ninja-admins, Copyright (C) 2018 Michał Żurawski +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +### END SCRIPT INFO + + +# The array that store call parameters. +# shellcheck disable=SC2034 +__init_params=() +__script_params=("$@") + +# Store the name of the script and directory call. +readonly _init_name="$(basename "$0")" +readonly _init_directory="$(dirname "$(readlink -f "$0")")" + +# Set root directory. +readonly _rel="${_init_directory}" + +# Directory structure. +# shellcheck disable=SC2154 +readonly _src="${_rel}/src" +readonly _lib="${_rel}/lib" +readonly _cfg="${_rel}/etc" + +# shellcheck disable=SC1090,SC1091 +source "${_src}/settings" +# shellcheck disable=SC1090 +source "${_src}/helpers" + + +################################################################################ +######################### Main function (script init) ########################## +################################################################################ + +function __main__() { + + local _FUNCTION_ID="__main__" + local _STATE="0" + + # Stores the current date. + readonly _cdate=$(date +%Y%m%d) + + # External configuration file (-c|--config script param). + config="" + load_state="0" + + # Declaration of output variables (--debug and --verbose params). + stdout_mode="" + printf_mode="" + # Enable/disable output colors. + # shellcheck disable=SC2034 + s_color="true" + + # We place here used commands at script runtime, as strings to anything + # unnecessarily run. + readonly commands=("basename" "dirname" "stat" "date" "grep" "egrep" "cut" \ + "sed" "gzip" "tar") + + # If you intend to specify the full path to the command we do it like: + # readonly exec_gzip="/bin/gzip" + + # Stores the names of the missing commands. + missing_hash=() + missing_counter="0" + + for i in "${commands[@]}" ; do + + if [[ ! -z "$i" ]] ; then + + hash "$i" >/dev/null 2>&1 ; state="$?" + + # If the command was not found put it in the array + if [[ "$state" -ne 0 ]] ; then + + missing_hash+=("$i") + ((missing_counter++)) + + fi + + fi + + done + + # It is a good idea to terminate the script at this stage + # with information for the user to fix the errors if at least one + # of the required commands in the commands array is not found. + if [[ "$missing_counter" -gt 0 ]] ; then + + printf "not found in PATH: %s\\n" "${missing_hash[*]}" >&2 + exit 1 + + fi + + # Specifies the call parameters of the script, the exact description + # can be found in _help_ and file README.md. + local _short_opt="" + local _long_opt="help" + + _GETOPT_PARAMS=$(getopt -o "${_short_opt}" --long "${_long_opt}" \ + -n "${_init_name}" -- "${__script_params[@]}") + + # With this structure, in the case of problems with the parameters placed + # in the _GETOPT_PARAMS variable we finish the script. Keep this in mind + # because it has some consequences - the __main __() function will not be + # executed. + + # Ends an error if the parameter or its argument is not valid. + _getopt_state="$?" + if [ "$_getopt_state" != 0 ] ; then + exit 1 + fi + + eval set -- "$_GETOPT_PARAMS" + while true ; do + + case $1 in + + --help) + + _help_ + + shift ; exit 0 ;; + + *) + + if [[ "$2" == "-" ]] || [[ ! -z "$2" ]] ; then + + printf "%s: invalid option -- '%s'\\n" "$_init_name" "$2" + exit 1 + + # elif [[ -z "$2" ]] ; then break ; fi + else break ; fi + + ;; + + esac + + done + + ################################# USER SPACE ################################# + # ```````````````````````````````````````````````````````````````````````````` + # Put here all your variable declarations, function calls + # and all the other code blocks. + + # In this section we add external file (for -c|--config script param). + if [[ "$load_state" -eq 1 ]] ; then _load "head" "$config" ; fi + + # shellcheck disable=SC2034 + # Generate random value. + _random=$(date +"%s") + + local _user + + _user=$(whoami) + + _sprintf "head" "Awesome-Ninja-Admins" + + _sprintf "info" "tasks:" + + _init_skel + + echo + + # ```````````````````````````````````````````````````````````````````````````` + + return "$_STATE" + +} + + +# We pass arguments to the __main__ function. +# It is required if you want to run on arguments type $1, $2, ... +__main__ "${__script_params[@]}" + +exit 0 diff --git a/lib/aliases/git b/lib/aliases/git new file mode 100644 index 0000000..f340290 --- /dev/null +++ b/lib/aliases/git @@ -0,0 +1,4 @@ +alias git.a='git add' +alias git.show='git log --oneline --decorate --graph --all' + +alias git.pm='_ana_git_pull master' diff --git a/lib/aliases/main b/lib/aliases/main new file mode 100644 index 0000000..e8aaf74 --- /dev/null +++ b/lib/aliases/main @@ -0,0 +1,24 @@ +alias ssh_nonpass='ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no' +alias xfce.restart.panel='xfce4-panel -r' + +alias cpu.low='cpupower frequency-set -d' +alias cpu.high='cpupower frequency-set -u' +alias cpu.show='cpupower frequency-info' + +alias git.commit='git add . && git commit -m "uncommited changes"' + +alias claminit='/usr/bin/clamscan --suppress-ok-results --block-encrypted --database=/home/admin/.clamtk/db --scan-mail=yes --scan-archive=yes --max-scansize=500M --exclude-dir=^/home/admin/.clamtk/viruses --exclude-dir=^/sys/ --exclude-dir=^/dev/ --exclude-dir=^/proc/ --follow-dir-symlinks=1 --follow-file-symlinks=1 --detect-broken --recursive=yes' +alias ssh.pentest-kali='ssh 139.59.154.194 -p 9000' +alias ssh.ext-web1='ssh 46.101.164.125 -p 8200' + +alias l='ls -lFh --group-directories-first' #size,show type,human readable +alias la='ls -lAFh --group-directories-first' #long list,show almost all,show type,human readable +alias lr='ls -tRFh --group-directories-first' #sorted by date,recursive,show type,human readable +alias lt='ls -ltFh --group-directories-first' #long list,sorted by date,show type,human readable +alias ll='ls -l --group-directories-first' #long list + +alias git.reft="git pull origin testing && git fetch --all && git fetch --prune --tags" +alias git.refm="git pull origin master && git fetch --all && git fetch --prune --tags" + +alias show.dns="ll /etc/dnsmasq.d/templates" +alias show.vpn="ll /etc/netrog/vpn" diff --git a/lib/aliases/ssh b/lib/aliases/ssh new file mode 100644 index 0000000..c376527 --- /dev/null +++ b/lib/aliases/ssh @@ -0,0 +1 @@ +alias ssh.nonpass='ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no' diff --git a/lib/aliases/system b/lib/aliases/system new file mode 100644 index 0000000..e69de29 diff --git a/lib/functions/_git b/lib/functions/_git new file mode 100644 index 0000000..ecbc34b --- /dev/null +++ b/lib/functions/_git @@ -0,0 +1,15 @@ +#!/usr/bin/env bash + +function _ana_git_pull() { + + local _arg=("$@") + + for _i in "${_arg[@]}" ; do + + printf "%s" "$_i" + + git pull origin "$_i" && git fetch --all && git fetch --prune --tags + + done + +} diff --git a/lib/functions/_scg b/lib/functions/_scg new file mode 100644 index 0000000..d41a1e0 --- /dev/null +++ b/lib/functions/_scg @@ -0,0 +1,6 @@ +function scg() { + + /usr/bin/keychain $HOME/.ssh/id_rsa.blueservices.pl + source $HOME/.keychain/$HOSTNAME-sh + +} diff --git a/lib/functions/_scl b/lib/functions/_scl new file mode 100644 index 0000000..5866291 --- /dev/null +++ b/lib/functions/_scl @@ -0,0 +1,5 @@ +function scl() { + + /usr/bin/keychain --clear + +} diff --git a/skel/.vimrc b/skel/.vimrc new file mode 100644 index 0000000..161d062 --- /dev/null +++ b/skel/.vimrc @@ -0,0 +1,75 @@ +" au BufWritePost * :set nobinary | set eol +autocmd FileType * setlocal eol nobinary fileformats="unix,mac,dos" + +set pastetoggle= + +set history=256 + +filetype plugin on + +set autoread + +set so=7 + +set wildmenu +set wildignore=*.o,*~,*.pyc + +set cmdheight=2 + +set hid + +set backspace=eol,start,indent +set whichwrap+=<,>,h,l + +set ignorecase +set smartcase +set hlsearch +set incsearch + +set lazyredraw + +set magic + +set number + +set showmatch +set mat=2 + +set noerrorbells +set novisualbell +set t_vb= +set tm=500 + +syntax enable + +colorscheme desert +set background=dark + +if has("gui_running") + set guioptions-=T + set guioptions+=e + set t_Co=256 + set guitablabel=%M\ %t +endif + +set encoding=utf8 +set ffs=unix,dos,mac + +set expandtab +set smarttab +set shiftwidth=2 +set tabstop=2 + +set lbr +set tw=500 + +set ai "Auto indent +set si "Smart indent +set wrap "Wrap lines + +set linebreak +set showbreak=>\ \ \ + +set laststatus=2 + +map :wq! diff --git a/src/helpers b/src/helpers new file mode 100644 index 0000000..ea7263c --- /dev/null +++ b/src/helpers @@ -0,0 +1,234 @@ +#!/usr/bin/env bash + +# shellcheck shell=bash + +################################################################################ +####################### Definitions of global functions ######################## +################################################################################ + +# `````````````````````````````````````````````````````````````````````````````` +# Function name: _sprintf() +# +# Description: +# Function designed to output to the screen in a clear format. +# +# Usage: +# _sprintf "type" "message" +# +# Examples: +# _sprintf "head" "correct certificate: $_ssl_cert_file" +# + +function _sprintf() { + + local _FUNCTION_ID="_sprintf" + local _STATE="0" + + local _s_type="$1" + local _s_info="$2" + + # Determine the type of character and color for each type + # of output information. + if [[ "$_s_type" == "head" ]] ; then + + s_char="::" + s_trgb="1;32" + + elif [[ "$_s_type" == "info" ]] ; then + + s_char="»" + s_trgb="0;33" + + elif [[ "$_s_type" == "warn" ]] ; then + + s_char="!" + s_trgb="1;37" + + elif [[ "$_s_type" == "stop" ]] ; then + + s_char="!" + s_trgb="1;31" + + else + + s_char="-" + s_trgb="0;37" + + fi + + # If verbose mode is enabled, display info message. + # shellcheck disable=SC2154 + if [[ "$_s_type" == "info" ]] ; then + + printf ' \e['${s_trgb}'m%s\e[m %s\n\n' "$s_char" "$_s_info" + + elif [[ "$_s_type" == "light-red" ]] ; then + + s_char="»" + printf ' \e[1;49;31m%s\e[m %s\n' "$s_char" "$_s_info" + + elif [[ "$_s_type" == "light-green" ]] ; then + + s_char="»" + printf ' \e[1;49;32m%s\e[m %s\n' "$s_char" "$_s_info" + + elif [[ "$_s_type" == "light-cyan" ]] ; then + + s_char="»" + printf ' \e[1;49;36m%s\e[m %s\n' "$s_char" "$_s_info" + + else + + # If not, just display only the head, warn or stop string. + # shellcheck disable=SC2154 + if [[ "$_s_type" == "head" ]] ; then + + if [[ "$s_color" == "true" ]] ; then + + c_trgb="1;38" + + printf '\e['${s_trgb}'m%s\e[m \e['${c_trgb}'m%s\e[m\n\n' "$s_char" "$_s_info" + + else + + printf '\e['${s_trgb}'m%s\e[m %s\n\n' "$s_char" "$_s_info" + + fi + + elif [[ "$_s_type" == "warn" ]] ; then + + if [[ "$s_color" == "true" ]] ; then + + c_trgb="1;43" + + printf ' \e['${s_trgb}'m%s\e[m \e['${c_trgb}'m%s\e[m\n' "$s_char" "$_s_info" + + else + + printf ' \e['${s_trgb}'m%s\e[m %s\n' "$s_char" "$_s_info" + + fi + + elif [[ "$_s_type" == "stop" ]] ; then + + if [[ "$s_color" == "true" ]] ; then + + c_trgb="1;41" + + printf ' \e['${s_trgb}'m%s\e[m \e['${c_trgb}'m%s\e[m\n' "$s_char" "$_s_info" + + else + + printf ' \e['${s_trgb}'m%s\e[m %s\n' "$s_char" "$_s_info" + + fi + + fi + + fi + + return "$_STATE" + +} + +# `````````````````````````````````````````````````````````````````````````````` +# Function name: _load() +# +# Description: +# Responsible for loading the configuration file, $config variable +# parameter is defined in the script call. +# +# Usage: +# _load "type" "path_to_config_file" +# +# Examples: +# _load "info" "$config" +# _load "head" "/tmp/file.cfg" +# + +function _load() { + + local _FUNCTION_ID="_load" + local _STATE="0" + + local _type="$1" + local _filename="$2" + + if [[ ! -z "$_filename" ]] && [[ -e "$_filename" ]] ; then + + # If we do not want to inform that the file is loaded, + # the value is 'null', otherwise: + if [[ "$_type" == "head" ]] ; then + + _sprintf "info" "load configuration: '$_filename'" + + elif [[ "$_type" == "info" ]] ; then + + _sprintf "info" "load configuration: '$_filename'" + + fi + + # shellcheck disable=SC1090 + # If the file exists is loaded. + . "$_filename" && \ + _logger "info" \ + "${_FUNCTION_ID}()" \ + "configuration file: '$_filename'" + + elif [ -z "$_filename" ] ; then + + _sprintf "stop" "incorrectly loaded '$_filename' file (incorrect filename)" + + else + + _sprintf "stop" "incorrectly loaded '$_filename' file (does not exist?)" + + fi + + return "$_STATE" + +} + +# `````````````````````````````````````````````````````````````````````````````` +# Function name: _init_skel() +# +# Description: +# Init user skel: +# - create directory structure +# +# Usage: +# _init_skel +# +# Examples: +# _init_skel +# + +function _init_skel() { + + local _FUNCTION_ID="_init_skel" + local _STATE="0" + + local _shell_config="${HOME}/.bashrc" + local _ana_string="source \"${HOME}/.awesome-ninja-admins/awesome-ninja-admins\"" + + # shellcheck disable=SC2154 + _sprintf "light-cyan" "init user skel" + + # shellcheck disable=SC2154 + rsync -a "${HOME}/.awesome-ninja-admins/skel/" "${HOME}" > /dev/null 2>&1 + + # shellcheck disable=SC2154 + _sprintf "light-cyan" "enable awesome-ninja-admins" + + _if_exist=$(grep -q "${_ana_string}" "${_shell_config}" ; echo "$?") + + if [[ "$_if_exist" -ne 0 ]] ; then + + echo "source \"${HOME}/.awesome-ninja-admins/awesome-ninja-admins\"" \ + >> "${_shell_config}" + + fi + + return "$_STATE" + +} diff --git a/src/settings b/src/settings new file mode 100644 index 0000000..5175fb0 --- /dev/null +++ b/src/settings @@ -0,0 +1,26 @@ +# shellcheck shell=bash + +################################################################################ +################## The configuration parameters of the script ################## +################################################################################ + +# Bash 'Strict Mode': +# errexit - exit the script if any statement returns a non-true return value +# pipefail - exit the script if any command in a pipeline errors +# nounset - exit the script if you try to use an uninitialised variable +# xtrace - display debugging information +set -o pipefail + +# Internal field separator (more flexible): +# IFS_ORIG="$IFS" +# IFS_HACK=$'\n\t' +# IFS="$IFS_HACK" + +# PATH env variable setup: +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + +# Setting permissions in the script environment: +# 0022 - less restrictive settings (default value) +# 0027 - for better security than above +# 0077 - only for user access (more restrictive) +umask 0027