Daniel Richard G.
Daniel Richard G.
Hello, my use case is the following: I have an audio file comprising 183 tracks and nearly 8.5 hours of music. It comes from a YouTube rip of a game...
This issue may or may not relate to #323. I am investigating the use of xrdp + fscrypt. I am observing that the pam_fscrypt module hangs after the user has...
I'd like to propose/request an alternative to typing in passphrases that uses a mechanism many security-conscious users are likely familiar with: the SSH authentication agent. SSH allows users who hold...
For some time now, I've been wanting to develop AppArmor profiles to confine xrdp and its components while running. Given that the `xrdp` process is open to the network, and...
When I record terminal sessions using script(1), on occasion a full-screen ncurses-style dialog will pop up. This results in a big mess in the recorded session, with a large number...
Using aha commit 5eaec96a, and [this input file](https://github.com/theZiz/aha/files/8317787/typescript.txt): `aha` by itself gives correct output, but `aha --line-fix` gives output like ``` Script started on 2022-03-21 12:55:00-0400 host:/tmp/lstest$ ls -1 apple...
Implementation of the feature discussed in #121. Some remarks: * I shortened "DELIVERYMODE" to "DELIVERY" for brevity; * I fixed one unrelated bug along the way: specifying `FINGERPRINT` without an...
In my use case, I'd like to receive mail from system daemons / cron jobs / etc. but don't want to set up authentication for an external/third-party SMTP relay. Partly...
## Description It would be useful to support environment variables as an alternative to command-line options when invoking test programs. A good example of this can be seen in googletest's...
# Description I am building oneDNN using the Intel oneAPI compiler and MKL version 2024.0.0. I get this error at configuration time: ``` MKLROOT=/opt/intel/oneapi cmake \ -DCMAKE_INSTALL_PREFIX=/opt/onednn \ -DCMAKE_INSTALL_LIBDIR=lib \...