I couldn't find this link when searching with google
https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresql
I couldn't find this link when searching with google
https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresql
awk '{printf "%2d| %s\n",length,$0}' filename
Credit: https://www.baeldung.com/linux/print-longest-lines-in-file#introduction-to-the-problem
Set this environment variable before running packer command.
DOCKER_DEFAULT_PLATFORM=linux/amd64
Modify this file /opt/homebrew/Cellar/solr/X.XX/homebrew.mxcl.solr.plist to add these lines
<key>EnvironmentVariables</key>
<dict>
<key>SOLR_JAVA_MEM</key>
<string>-Xmx2g</string>
</dict>
Save and restart Solr
$ brew services restart solr
To select specific Java (JDK) to use for leiningen, set environment variable JAVA_CMD
For example,
JAVA_CMD=/path/to/bin/java lein repl
Credit: https://gist.github.com/camsaul/c982019fd915510677236cd4b720a583#gistcomment-3439527
awk 'length > max_length { max_length = length; longest_line = $0 } END { print longest_line }' ./text
I couldn't find this link when searching with google https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresql