This file contains hidden or 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
[root@varnish01 ~]# sudo -u nobody limits | |
Resource limits (current): | |
cputime infinity secs | |
filesize infinity kB | |
datasize 33554432 kB | |
stacksize 524288 kB | |
coredumpsize infinity kB | |
memoryuse infinity kB | |
memorylocked infinity kB | |
maxprocesses 7372 |
This file contains hidden or 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
[root@build02 /usr/ports/net-mgmt/collectd5]# cat /usr/ports/net-mgmt/collectd5/work/collectd-5.3.0/config.log | |
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by collectd configure 5.3.0.git, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --localstatedir=/var --disable-all-plugins --disable-getifaddrs --disable-static --without-java --without-libcredis --without-libcurl --without-libdbi --without-libesmtp --without-libganglia --without-libgcrypt --without-libiptc --without-libjvm --without-libkstat --without-libmemcached --without-libmodbus --without-libmongoc --without-libmysql --without-libnetlink --without-libnetapp --without-libnetsnmp --without-libnotify --without-libopenipmi --without-liboping --without-libowcapi --without-libperfstat --without-libperl --without-libpq --without-librabbitmq --without-librouteros --without-librrd --without-libsensors --without-libstatgrab |
This file contains hidden or 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
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Configuration: | |
Libraries: | |
libcurl . . . . . . . no |
This file contains hidden or 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
[root@build02 /usr/ports/net-mgmt/collectd5]# /usr/sbin/pkg_info -Ea | |
BitchX-1.2.f,1 | |
GeoIP-1.4.8_3 | |
ImageMagick-nox11-6.8.0.7_1 | |
activemq-5.8.0 | |
alpine-2.00_4 | |
alsa-lib-1.0.26 | |
ap22-mod_fastcgi-2.4.7 | |
ap22-mod_fcgid-2.3.6_1 | |
ap22-mod_perl2-2.0.8,3 |
This file contains hidden or 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
## Nano syntax highlighting for YAML files | |
## | |
## Author: Leo Arnold | |
## Modified by: Eirik Oeverby | |
## License: Public Domain | |
## URL: https://gist.github.com/leoarnold/96272e33753aff09163cf18ad641f028 | |
syntax "yaml" "\.(yml|yaml)$" | |
## Keys |