Browse Source

moved files around

Toastie 4 years ago
parent
commit
db063002d2

linux/ca/README.md → crypto/ca/README.md


linux/filesystem/initrext4-resize → linux/almost-online-resize-ext4.sh


+ 0 - 38
linux/log-analysis/web/simpleshell-based-log-analysis.md

@@ -1,38 +0,0 @@
-## Simple shell-based log analysis 
-
-
-
-#### Define hostname
-```
-vhost_name="www\.example\.com"
-vhost_name="fam\.s-up\.net"
-```
-
-#### Group by IP since 24h
-```
-docker logs reverse-proxy --since 24h 2>&1 \
-| grep -e $vhost_name \
-| grep -oE "\b([0-9]{1,3}\.){3}[0-9]{1,3}\b" \
-| sort \
-| uniq -c
-```
-
-
-#### Resolve IPs
-```
-for ip in `
-  docker logs reverse-proxy 2>&1 \
-  | grep -e $vhost_name \
-  | grep -oE "\b([0-9]{1,3}\.){3}[0-9]{1,3}\b" \
-  | sort \
-  | uniq`; do echo "$ip" `dig -x $ip +short`; done
-```
-
-#### Visites sites
-```
-docker logs reverse-proxy 2>&1 \
-  | grep -e $vhost_name \
-  | grep -oE '[a-z]*.php' \
-  | sort \
-  | uniq -c
-```

microsoft_office/access/CreateView.vba → microsoft/access/CreateView.vba


microsoft_office/access/Import-multivalued-data-into-SharePoint.md → microsoft/access/Import-multivalued-data-into-SharePoint.md


microsoft_office/access/PopulateMultiValue.vba → microsoft/access/PopulateMultiValue.vba


microsoft_office/excel/functions/Cell_ExtraHeight.vba → microsoft/excel/functions/Cell_ExtraHeight.vba


microsoft_office/excel/functions/ConcatenateRange.vba → microsoft/excel/functions/ConcatenateRange.vba


microsoft_office/excel/functions/CopyWorksheet.vba → microsoft/excel/functions/CopyWorksheet.vba


microsoft_office/excel/functions/FuzzyMatch.vba → microsoft/excel/functions/FuzzyMatch.vba


microsoft_office/excel/functions/LookupConcat.vba → microsoft/excel/functions/LookupConcat.vba


microsoft_office/excel/functions/StripAccent.vba → microsoft/excel/functions/StripAccent.vba


microsoft_office/excel/functions/vreplace.vba → microsoft/excel/functions/vreplace.vba


microsoft_office/excel/macros/Color_String_in_Cell.vba → microsoft/excel/macros/Color_String_in_Cell.vba


microsoft_office/excel/macros/EnterAndPressEnter.vba → microsoft/excel/macros/EnterAndPressEnter.vba


microsoft_office/excel/macros/FormatHelper.vba → microsoft/excel/macros/FormatHelper.vba


microsoft_office/excel/macros/GetPassword.vba → microsoft/excel/macros/GetPassword.vba


microsoft_office/excel/macros/MatrixToList.vba → microsoft/excel/macros/MatrixToList.vba


microsoft_office/excel/macros/Personal_Macro_Workbook_to_Clipboard.vba → microsoft/excel/macros/Personal_Macro_Workbook_to_Clipboard.vba


microsoft_office/excel/macros/SpitWorkSheetsInFiles.vba → microsoft/excel/macros/SpitWorkSheetsInFiles.vba


microsoft_office/excel/macros/combine_sheets.vba → microsoft/excel/macros/combine_sheets.vba


microsoft_office/office_365/custom-theme.md → microsoft/office_365/custom-theme.md


linux/log-analysis/win-event-log/logon-logoff.md → microsoft/win-event-log/logon-logoff.md