title | author | date | source | notoc |
---|---|---|---|---|
LDAP Search Filter Cheatsheet |
Jon LaBelle |
January 4, 2021 |
true |
This file contains 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
# https://github.com/FarManagerLegacy/HelpDown-scripts | |
# required user setting | |
BASE:=D:\repo\HelpDown-scripts | |
PANDOC:=C:\Apps\pandoc\pandoc.exe | |
HTMLTOFARHELP:=$(FARPROFILE)\tools\HtmlToFarHelp\HtmlToFarHelp.exe | |
# plug base Makefile | |
include $(BASE)\Makefile | |
.DEFAULT_GOAL:=hlf |
Here are several different ways to test a TCP port without telnet.
bash (man page)
$ cat < /dev/tcp/127.0.0.1/22
SSH-2.0-OpenSSH_5.3
^C
$ cat < /dev/tcp/127.0.0.1/23
Once I decided weirdly to combine two commands into a single one with possibility to keep the command line options of the both commands. It was assumed the following:
# original and simple usage
command1 options1 | command2 options2
# modified and weird one
super_command options1 -- options2
Print last starting entries found in all available log files
There are two kinds of magic: black and white. Take one spell:
- Gandalf's formulae use white magic of
awk
orperl
- Saruman's formulae use black magic trickily blending
grep
,sed
,awk
,tac
andsort
Description
- process files
FILE_PATTERN
There is collection of scripts which used to create short video of lightnings cut from the full footages.
These scripts are not complete. I store them here as a hints for the future.
This file contains 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
/*! | |
Math.uuid.js (v1.4) | |
http://www.broofa.com | |
mailto:[email protected] | |
Copyright (c) 2010 Robert Kieffer | |
Dual licensed under the MIT and GPL licenses. | |
*/ | |
/* |
NewerOlder