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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
pyfind | |
====================================== | |
github: https://github.com/ikeikeikeike/home/tree/develop/bin | |
run command:: | |
$ pyfind /etc/mail "Default" |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
pytree | |
================================================================================= | |
github: https://github.com/ikeikeikeike/home/tree/develop/bin | |
run command:: | |
$ pytree /etc/mail |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
simple simple*2 createtags-python | |
=================================== | |
github: https://github.com/ikeikeikeike/home/tree/develop/bin | |
.. code-block:: bash | |
**Usage** |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
pycolors | |
=================================== | |
github: https://github.com/ikeikeikeike/home/tree/develop/bin | |
.. code-block:: bash | |
**Usage** |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import subprocess | |
ssh_windows = { | |
"host1": "127.0.0.1", | |
"host2": "123.123.123.123", | |
"host3": "12.12.12.12", | |
} |
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
LOGGING = { | |
'version': 1, | |
'disable_existing_loggers': False, | |
'formatters': { | |
'verbose': { | |
'format': "%(asctime)s %(levelname)s: %(message)s [in %(pathname)s:%(lineno)d]" | |
}, | |
}, | |
'handlers': { | |
'fluentinfo':{ |
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
#<source> | |
# type tcp | |
# port 24224 | |
#</source> | |
<match app.**> | |
type copy | |
<store> | |
type stdout | |
</store> |
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
$ pip install django fluent-logger | |
$ gem install fluent-plugin-mongo fluentd bson_ext |
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
# -*- coding: utf-8 -*- | |
""" | |
sent (fluent.conf) :: | |
#<source> | |
# type tcp | |
# port 24224 | |
#</source> | |
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
$ git clone https://github.com/ryuzee/ruby-vagrantboxes | |
$ cd ruby-vagrantboxes | |
$ rake build | |
$ vagrant gem install pkg/vagrantboxes-0.0.2.gem |
OlderNewer