I hereby claim:
- I am mashintsev on github.
- I am mashintsev (https://keybase.io/mashintsev) on keybase.
- I have a public key ASDsyS9HKnyl0kj85XHoFRHqgvIz7w_sh7WZdeqyqdTxMgo
To claim this, I am signing this object:
| # Create Nexus Proxy Reposity with Remote Storage = https://index.crates.io | |
| # .cargo/config.toml should be placed accoding docs https://doc.rust-lang.org/cargo/reference/config.html | |
| [registries.nexus] | |
| index = "sparse+https://nexus.app/repository/cargo/" | |
| [registry] | |
| default = "nexus" | |
| [source.crates-io] |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # Batch Time-Lapse creation script. | |
| # | |
| # This script can be used to speed up, trim, and finally concatenate tens or | |
| # even hundreds of video clips, e.g. from a dash cam. You can do other things, | |
| # too, but the main things this script does include: | |
| # | |
| # 1. Copy across and speed up video clips from an input dir to an output dir. | |
| # 2. Trim off the first x frames of each of the copied/sped up clips. |
| python -m smtpd -n -c DebuggingServer localhost:1025 |
| server { | |
| listen 443 ssl; | |
| server_name hostname; | |
| ssl on; | |
| ssl_certificate /etc/nginx/ssl_certs/hostname.bndl.crt; | |
| ssl_certificate_key /etc/nginx/ssl_certs/hostname.key; | |
| ssl_session_timeout 5m; |