Yamakaky

Results 87 issues of Yamakaky

### Is your feature request related to a problem? In `Firewall.show_system_resources`, only the memory total and memory free metrics are exposed. In unix, total = free + used + buffers,...

enhancement

It would be nice to be able to generate a new keypair and store it in bitwarden with all the fields created.

Right now, the script fails if `ssh-agent` is locked. I don't find a way to detect if it is locked, and I don't think ssh-add can automatically unlock it.

Possible syntax: ``` error_chain! { derive { Eq, PartialEq } ... } ``` We may have to add a trait which the chained errors would have to implement.

https://github.com/rust-lang-nursery/error-chain/blob/master/.travis.yml#L36 @alexcrichton Or remove the gh-pages handling

The problem: https://github.com/rust-lang/rust/issues/24827. That's why the attributes have to be put at the end of the `links` and `foreign_links` declarations.

Did you consider adding a check that all the licenses are compatible?

Did you consider to split the container using [Compose](https://docs.docker.com/compose/) ? From what I see from the packages installed, you could have the following containers: app, db(couchdb), frontend(nginx), mail(postfix). Some doc:...

FYI, I just managed to reverse engineer how the ringcon sweeze work. I have a working tool, available here: https://github.com/Yamakaky/joy. I have to do some doc, but for now you...