Benjamin_Loison commented on issue Benjamin_Loison/linux#22 2025-04-06 00:44:40 +02:00
How to shred free disk slots?
According to the person:
-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdAKWSBvVv7KfDUnNntOu/qseQXOZZwBhSmTMAZLlfe+3gw
4bZDLYZbOl1OqTGR3RPkv9K6mfS2TnQWv1oAy…
Track Android: Replace camera content by an image or video
Benjamin_Loison commented on issue Benjamin_Loison/linux#74 2025-04-02 23:53:51 +02:00
See how much the computer is being used but without specific program precision

Maybe can give sudo access to given scripts (excluding sensitive informations) or programs.

Benjamin_Loison commented on issue Benjamin_Loison/linux#51 2025-04-02 23:52:25 +02:00
Allow only to lend a port and modify ~/.ssh/authorized_keys
See the message:
-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdAdK7m9f8GH7P6oSi1Wx3SmWETs31LS23yCeQiCLanqXkw
xrj1WADYvB+Fvwie0MXYZpjFiC6VpBR2/hO4s3O9bLXRc…
Benjamin_Loison opened issue Benjamin_Loison/linux#74 2025-04-02 23:41:36 +02:00
See how much the computer is being used but without specific program precision
Benjamin_Loison opened issue Benjamin_Loison/linux#73 2025-04-02 17:02:06 +02:00
See swap usage per porgram
Benjamin_Loison commented on issue Benjamin_Loison/linux#27 2025-04-01 16:31:09 +02:00
Dual boot Windows time inconsistency

Due to 30/03/25 daylight saving time may solve the issue but it seems that the shift is now of 2 hours and potentially no more just late but also in the future.

Benjamin_Loison commented on issue Benjamin_Loison/certbot#10 2025-04-01 12:18:01 +02:00
*The nginx plugin is not working* *NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.")*

DuckDuckGo search Linux get domain name HTTPS expiration date. I suspect already having searched that.

Benjamin_Loison commented on issue Benjamin_Loison/certbot#10 2025-04-01 12:14:26 +02:00
*The nginx plugin is not working* *NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.")*

When run manually:

certbot --nginx --key-type ecdsa --elliptic-curve secp384r1 -d v.lemnoslife.com,videos.lemnoslife.com,gitea.lemnoslife.com,server0.lemnoslife.com,gitlab.lemnoslife.co…
Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-03-31 00:36:51 +02:00
Make my SSH aliases prefer LAN over Internet but with a single command
Bash script:
ssh_on_same_network_preferably()
{
    ...
    alias sshCommand='ssh $reachableAddress "${@:2}"'
    ...
    sshCommand
    ...
}

Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-03-31 00:24:46 +02:00
Make my SSH aliases prefer LAN over Internet but with a single command
Bash script:
my_test()
{
    if [ -t 0 ]
    then
        echo 'Without stdin'
    else
        echo 'With stdin'
    fi
}

echo test 
Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-03-31 00:19:45 +02:00
Make my SSH aliases prefer LAN over Internet but with a single command

If do not pipe to the function, then it waits forever...

DuckDuckGo search Bash test if stdin.

Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-03-31 00:13:56 +02:00
Make my SSH aliases prefer LAN over Internet but with a single command

I corrected accordingly #issuecomment-3000 but I can't explain why it seemed to have worked sometimes despite using this Bash function and not ssh.