Denis Denisov
Denis Denisov
@willbryant Anything can happen, as the function and trigger can be used on either side.
``` route get 127.1.1.1 | tr -d ' ' | grep gateway | awk -F':' '{print $2} ``` _empty return_ ## ``` s.args = "/SOURCE/DIR /DEST/DIR" ``` _error_
@xironix - [x] NFS native ``` Vagrant::Config.run do |config| config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true) end ``` - [x] NFS run sudo ``` sudo vagrant up # modification /etc/exports ```...
``` bash $ vagrant -v Vagrant version 1.1.5 ``` --- V1 disable = http://docs-v1.vagrantup.com/v1/docs/nfs.html V2 = http://docs.vagrantup.com/v2/synced-folders/nfs.html ``` ruby config.vm.synced_folder ".", "/vagrant", :nfs => true, id: "vagrant-root" ```
https://github.com/xironix/freebsd-vagrant/issues/6
@mingrammer I am interested custom format similar [GoAccess](https://goaccess.io/man#custom-log).
https://github.com/gsquire/topngx `topngx -f '$remote_addr - $remote_user [$time_local] "$request" $status $bytes_sent' info` https://www.nginxtools.com/
https://github.com/pmq20/node-compiler
@diepnghitinh https://github.com/ianhuang-777/guetzli-cuda-opencl#enable-cuda- Build without CUDA SDK `--cuda` does not work. You should download the proprietary `nvidia` components and install them yourself `cuda` driver and `cuda-sdk`. ### On POSIX systems 1....
* https://github.com/nginx-modules/docker-nginx-boringssl/blob/master/mainline/alpine/Dockerfile#L116-L118 * https://boringssl.googlesource.com/boringssl/+log/master/ssl/ssl_lib.cc