Prerequisites:
- PipeWire
- Arch/Manjaro Linux or Fedora Linux
Install rnnoise first
Arch Linux:
| #!/bin/sh | |
| # rustup shell setup | |
| # affix colons on either side of $PATH to simplify matching | |
| case ":${PATH}:" in | |
| *:"$HOME/.cargo/bin":*) | |
| ;; | |
| *) | |
| # Prepending path in case a system-installed rustc needs to be overridden | |
| export PATH="$HOME/.cargo/bin:$PATH" | |
| ;; |
Docker containers are stateless, meaning their logs are deleted when the container is recreated. But many overlook a crucial detail here. So, before we proceed, let’s clarify an important point.
Each Docker container has its directory under “/var/lib/docker/containers/.” Within each container’s directory, you’ll find a file ending in “-json.log,” which contains the logs for that specific container.
These files are structured in JSON format by default and capture the container’s standard output (stdout) and standard error (stderr) streams.
you can modify your system's power management settings, primarily using systemd. You can mask or disable the relevant systemd units to prevent suspend or hibernate actions. Additionally, you can adjust X.org's screen saver and power-saving settings using xset