This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: CSharp | |
# BasedOnStyle: Microsoft | |
AccessModifierOffset: -2 | |
AlignAfterOpenBracket: Align | |
AlignArrayOfStructures: None | |
AlignConsecutiveAssignments: | |
Enabled: false | |
AcrossEmptyLines: false | |
AcrossComments: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# An easy way to install PrivateBin in a secure method, seperating files that can be | |
# publicly accessible and ones that shouldn't be. | |
# | |
# NOTE: | |
# This script requires root privileges to modify ownership of the files. | |
# | |
# Version: v1.0.0 | |
# License: MIT License |
OlderNewer