Activity for polydactâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #293625 | Initial revision | — | 5 days ago |
Answer | — |
A: Should we merge with Power Users? I'm new here and have only looked at a dozen Q&A posts so far. TL;DR how about waiting until there is more traffic? I was about to post a Linux Systems "also relevant for BSD", and while I suppose the tool could be used on Windows / MacOS / Android it's more a server-side tool. I don't see a... (more) |
— | 5 days ago |
Edit | Post #293624 | Initial revision | — | 5 days ago |
Answer | — |
A: Partially moving /home to a new partition, leaving some content behind Karl's advice is good. I would also recommend trying LVM2 to give yourself more flexibility in future. Ubuntu flavour docs but it's essentially the same in all distros. The thing it does for you is not leave you with a partition table that looks like a full board on a sliding block puzzle. You ... (more) |
— | 5 days ago |
Comment | Post #293243 |
Note that some NTP tools will only jump time less than 15 minutes. The manpage should tell you what `systemd-timesyncd` (sorry I did not look for you), but usually an explicit request to sync will cause a jump.
The purpose of not automatically jumping time more than 15 minutes is when something is... (more) |
— | 5 days ago |
Edit | Post #293623 | Initial revision | — | 5 days ago |
Answer | — |
A: How to connect to Zigbee devices? Possibly Home Assistant is relevant, or helpful in discovering other relevant tools? I think it includes Threads, which I think can be transported on Zigbee. (My research here is incomplete / I have no direct experience, sorry) https://f-droid.org/en/packages/io.homeassistant.companion.android.... (more) |
— | 5 days ago |
Comment | Post #293303 |
You can also use `( ... )` to make a complete statement.
```console
$ foo() { echo foo; ( echo also bar; echo also baz ) }
$ foo
foo
also bar
also baz
``` (more) |
— | 5 days ago |
Comment | Post #293483 |
The bonus is, it's probably more portable outside Linux. Note that `$(uname -s) is 'Linux'` (more) |
— | 5 days ago |