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
.TH FILEVIEWER 1 | |
.SH NAME | |
fileViewer \- view files | |
.SH SYNOPSIS | |
.B fileViewer | |
[\fIOPTION\fR]... \fIFILE\fR | |
.SH DESCRIPTION | |
.B fileViewer | |
is a file viewer that will display the selected file to standard output or a if a directory, it will operate interactively. In interactive mode, for each file in the directory, the user will be asked if the file is to be displayed to standard output. | |
.SS OPTIONS |
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
# /etc/fail2ban/jail.local | |
[ghost-blog-auth] | |
enabled = true | |
port=443 | |
filter = ghost-blog-auth | |
logpath = /var/log/upstart/ghost.log | |
maxretry = 3 |
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
public static void main(String[] args){ | |
System.out.println("Hello"); | |
} |