Justin Keller
Justin Keller
Agree. I was unable to actually find the ports to allow in the official doc. This [good guide](https://www.jamescoyle.net/how-to/457-glusterfs-firewall-rules) seems to recommend: TCP/UDP `111`, TCP `24007`, TCP `24008`, TCP `24009-(24009 +...
Using `$HOME` does not work either. ``` daemon directory=$HOME/Sites/my-project/rethinkdb/data log-file=$HOME/Sites/my-project/rethinkdb/rethinkdb.log bind=127.0.0.1 cache-size=128 ```
@danielmewes mainly trying to avoid hard-coding OSX usernames, as it breaks portability. For example: Currently have to do: ``` directory=/Users/justin/Sites/my-project/rethinkdb/data ``` Prefer: ``` directory=~/Sites/my-project/rethinkdb/data ```
:+1: ``` β ssh sudo bash /etc/motd.sh last: invalid option -- '-' Usage: last [-num | -n num] [-f file] [-t YYYYMMDDHHMMSS] [-R] [-adioxFw] [username..] [tty..] ```
:+1: on this. We want to use as readonly.
Are you thinking client side search? DataDog Logs _(paid solution_) does a really good job at filtering and searching.
I'm on Kubernetes and need to rollback from EE to CC _(originally on CC)_. The following Kubernetes manifest is close to working, but it's asking for a confirmation. Is there...
@henrygd thanks. I took a look at PocketBase and see that `system_stats` stores the `systems.name`, instead of a foreign key reference to a `systems.id`. I think that's a better setup,...
@henrygd and @kaanmertkoc supporting Markdown would be awesome! Thanks for the support on this.
@Gu1llaum-3 humm, I appreciate this PR, but I wonder if adding the additional code and complexity is really needed? Does the following work? ```shell tar -czf - /path/to/directory | cryptr...