提交图

204 次代码提交

作者 SHA1 备注 提交日期
Matteo Cypriani b46ea92059 [ssh_tools] Added tabssh to dos 2023-07-07 14:22:31 +02:00
Matteo Cypriani 82011595c0 prefixsubdirs: add exception for "." 2021-08-26 00:05:58 +02:00
Matteo Cypriani bf675c1808 mvparent: fix moving several dirs with relative paths
Moving several directories with relative paths did not work because the
script was not going back to its original working directory.
2020-11-20 09:01:38 +01:00
Matteo Cypriani d321ec9761 [archivers] xzize: output file to same directory
Fix bug that caused the output file to always be generated in the
current working directory.
2019-10-28 16:20:50 +01:00
Matteo Cypriani 4147272b47 [archivers] xzize: improve doc 2019-10-28 16:20:12 +01:00
Matteo Cypriani 718768755c [archivers] xzize: reindent 2019-10-28 16:03:31 +01:00
Matteo Cypriani 3fb819f430 [archivers] xzize: shellcheck 2019-10-28 15:57:21 +01:00
Matteo Cypriani dbb0d6bf3a [ssh_tools] tabssh: handle tmux 2019-10-22 10:49:40 +02:00
Matteo Cypriani c661ccd8eb [ssh_tools] tabssh: check dependencies 2019-10-21 18:22:13 +02:00
Matteo Cypriani 81988f3c00 [ssh_tools] tabssh: modernize 2019-10-21 18:19:21 +02:00
Matteo Cypriani 665ca65cd2 [ssh_tools] multiping: don't require fping 2019-10-21 18:06:48 +02:00
Matteo Cypriani a2f5e9a48a [ssh_tools] multissh: don't require pssh 2019-10-21 17:51:59 +02:00
Matteo Cypriani 4f007e1473 [ssh_tools] multissh: modernize 2019-10-21 17:51:59 +02:00
Matteo Cypriani eed73bf99f [ssh_tools] multicopy: don't require multiping 2019-10-21 17:51:59 +02:00
Matteo Cypriani 2b47bb65d2 [ssh_tools] multicopy: don't require pscp
Fallback to plain SCP if parallel-scp is not available.
2019-10-21 17:51:59 +02:00
Matteo Cypriani 410ac3789b [ssh_tools] multiping: check for dependencies
Also some reformatting / modernization of the code.
2019-10-21 17:51:59 +02:00
Matteo Cypriani 8ae30d5e91 [ssh_tools] multicopy: formatting, typos, usage 2019-10-21 16:56:00 +02:00
Matteo Cypriani 0e865d9025 [ssh_tools] multicopy: use getopts, fix nounset bugs 2019-10-21 16:56:00 +02:00
Matteo Cypriani 5e6359cf8d [ssh_tools] multicopy: improve message handling 2019-10-21 16:56:00 +02:00
Matteo Cypriani f3a51827f2 [ssh_tools] multicopy: variables for exit codes
Also enable set -u.
2019-10-21 16:56:00 +02:00
Matteo Cypriani 1a0c6183c4 [ssh_tools] Update README, deprecate
* Updated documentation to point to the new script names.
* The user is now advised to use Ansible if possible. We provide Ansible
  equivalents to these scripts.
2019-10-21 16:14:51 +02:00
Matteo Cypriani a8b48a2771 [ssh_tools] Config is now in ~/.config/ssh_tools
Also removed references to "cluster" in code.
2019-10-21 11:29:29 +02:00
Matteo Cypriani 20b84f300e Renamed cluster/ -> ssh_tools/
And renamed utilities to avoid "cluster".
2019-10-21 11:22:08 +02:00
Thomas Preud'homme bfa3d78fca Fix ssl_mgmt after openssl -text output change
The output of openssl x509 -text changed from lines like:

O=foo/OU=bar

to lines like:

O = foo, OU = bar

This commit adapts the code to that change. TODO: A machine readable
output ought to be used instead.
2018-05-31 20:46:46 +01:00
mcy 6b1e766cf0 [cluster] convert README to MarkDown 2018-05-18 16:39:02 +02:00
Matteo Cypriani 2266989c3a README: list scripts of interest 2018-05-04 17:02:32 +02:00
Matteo Cypriani 7e3d60ad25 Add dddoc/ 2018-05-04 17:02:32 +02:00
Matteo Cypriani f9ccbd3f92 [wifi] capture-sample: shellcheck & checkbashisms 2018-04-13 20:21:03 +02:00
Matteo Cypriani 9ba0a794aa [file_utils] fix python shebang & run prospector
prospector is still complaining about bare excepts in unln.py.
2018-04-12 18:34:51 +02:00
Matteo Cypriani 73916dc3f3 [textproc] shellcheck 2018-04-11 23:32:56 +02:00
Matteo Cypriani 8170f37c7a [graphics] shellcheck bypass 2018-04-11 23:30:46 +02:00
Matteo Cypriani 81b60c133a [git] shellcheck, minor changes 2018-04-11 23:28:36 +02:00
Matteo Cypriani 849f7d29fa [debian] fix grep_dd_sigs & shellcheck
Without quoting "$sigs", this was making the script output nothing:
    echo $sigs | while read
2018-04-11 23:07:45 +02:00
Matteo Cypriani b00b2eb16b [cluster] minor improvements & shellcheck 2018-04-11 22:56:01 +02:00
Matteo Cypriani ae8456fa96 [backup] shellcheck 2018-04-11 22:31:14 +02:00
Matteo Cypriani aca5e08738 metaflac-field2field: minor improvements, shellcheck 2018-04-11 22:11:13 +02:00
Matteo Cypriani 22783997cc metaflac-field2field: reindent with 4 spaces 2018-04-11 21:48:55 +02:00
Matteo Cypriani d06558144b mp3car: use printf instead of echo 2018-04-11 21:47:10 +02:00
Matteo Cypriani ff3da6cdee just-play-something: reindent, shellcheck 2018-04-11 21:46:47 +02:00
Matteo Cypriani e28443a12e [archivers] shellcheck 2018-04-11 21:30:19 +02:00
Matteo Cypriani 8f71967758 lz: reindent with 4 spaces 2018-04-11 21:22:07 +02:00
Matteo Cypriani cc66a46cc1 mvparent: rename variables, shellcheck 2018-04-11 21:09:21 +02:00
Matteo Cypriani bd52bca0e2 mvparent: reindent with 4 spaces 2018-04-11 20:59:48 +02:00
Matteo Cypriani b08187c113 Add file_utils/prefixsubdirs.sh 2018-04-11 20:55:01 +02:00
Matteo Cypriani 79157b7a4f Add misc/searchproviders2html.sh 2018-02-25 21:30:45 +01:00
Matteo Cypriani b8619f8d0b tiff-batch-convert: quality is now an argument 2017-10-06 10:32:04 -04:00
Matteo Cypriani d9fd78cdee More markdownification of READMEs 2017-09-23 00:27:51 -04:00
Matteo Cypriani cf6c8d2c63 Merge latex and make_html2text into textproc 2017-09-22 23:42:50 -04:00
Matteo Cypriani 934fdcc3e9 [graphics] Add tiff-batch-convert.sh 2017-09-22 23:31:23 -04:00
Matteo Cypriani a7c8880230 Split multimedia into audio and graphics
Also to mimic pkgsrc categories.

While there:
- Convert the READMEs to MarkDown to make forges happier.
- Split French README section to audio/README-fr.md.
- Rewrap READMEs at 80 characters.
2017-09-22 22:19:48 -04:00