Activity for Groveā
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #288332 |
You posted this question early on 12 June (UTC), and 12 June was the day Bookworm was released, so when you posted Bullseye was still the current stable release, but a few hours later it wasn't anymore.
And on the topic: There's no one way that will get any system out of a broken state (and I cons... (more) |
— | over 1 year ago |
Edit | Post #283658 | Initial revision | — | about 3 years ago |
Answer | — |
A: Running several commands without && or ; or () A shell script! You don't need a shebang line, just invoke it as `/bin/sh script.sh`, but if you want to add one (e.g. perhaps you anticipate doing this more than once) Then you can copy the commands directly over to that file. If you also want to copy the $'s, I don't see a way out of doing a ... (more) |
— | about 3 years ago |
Edit | Post #283519 | Initial revision | — | over 3 years ago |
Answer | — |
A: Is it possible to install .deb file on arch-based Linux? It is almost always a very bad idea to install a package meant for one distribution on another. It doesn't really matter if they use the same package format or not, but different package formats deter most users. Packages usually have some dependencies that are set based on what is in the inten... (more) |
— | over 3 years ago |
Edit | Post #282528 | Initial revision | — | over 3 years ago |
Answer | — |
A: How to forward SSH access of one machine, through another, to the rest of a network? Canina's answer contains a good solution if you only want to reach a small number of hosts. But requiring a port[^localport] for each host you want to reach doesn't scale to many hosts. It also requires you set the tunnel up before you need it. That's not good if you don't know which hosts you'll ... (more) |
— | over 3 years ago |