Benjamin_Loison opened issue Benjamin_Loison/PlayStore#11 2025-05-03 22:29:38 +02:00
*This phone isn't compatible with this app.* while it is
Benjamin_Loison closed issue Benjamin_Loison/adb#37 2025-05-03 03:25:47 +02:00
*adb: no devices/emulators found* on adb shell while phone plugged
Benjamin_Loison commented on issue Benjamin_Loison/adb#37 2025-05-03 03:25:47 +02:00
*adb: no devices/emulators found* on adb shell while phone plugged
adb devices
Output:
List of devices attached
XXXXXXXX	unauthorized
Benjamin_Loison commented on issue Benjamin_Loison/adb#37 2025-05-03 03:25:33 +02:00
*adb: no devices/emulators found* on adb shell while phone plugged
adb devices
List of devices attached

Adding USBGuard rule:

allow id XXXX:XXXX serial "XXXXXXXX" name "Fairphone 4 5G" hash "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX…
Benjamin_Loison opened issue Benjamin_Loison/adb#37 2025-05-03 03:15:36 +02:00
*adb: no devices/emulators found* on adb shell while phone plugged
Benjamin_Loison opened issue Benjamin_Loison/codeberg#13 2025-05-02 19:44:40 +02:00
*server error: 500* when add a new issue comment
Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#9 2025-05-01 21:39:09 +02:00
Images are not imported from HTML

This involves useless horizontal scroll.

Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#42 2025-05-01 16:46:06 +02:00
sandbox.cryptpad.info *Deceptive site ahead*

I do not seem to face this issue anymore, see Benjamin_Loison/firefox/issues/117#issuecomment-4059545, even with…

Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#42 2025-05-01 16:38:06 +02:00
sandbox.cryptpad.info *Deceptive site ahead*

Get me out of here! redirects to about:home.

Benjamin_Loison commented on issue Benjamin_Loison/cryptpad#42 2025-05-01 16:37:40 +02:00
sandbox.cryptpad.info *Deceptive site ahead*

If click on ignore the risk:

Screenshot from 2025-05-01 14-36-36.png

![Screenshot from 2025-05-01 14-36-44.png](/attachments/a07a204c-a…

Benjamin_Loison opened issue Benjamin_Loison/cryptpad#42 2025-05-01 16:36:23 +02:00
sandbox.cryptpad.info *Deceptive site ahead*
Benjamin_Loison commented on issue Benjamin_Loison/codeberg#12 2025-04-30 14:42:19 +02:00
*server error: 502* on first try to create an issue

Bad Gateway seems to make sense in this context, source: Wikipedia: HTTP 502 (1286244298).

Benjamin_Loison opened issue Benjamin_Loison/codeberg#12 2025-04-30 14:41:34 +02:00
*server error: 502* on first try to create an issue
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#44 2025-04-28 16:00:51 +02:00
SSO, LDAP and SAML integrations

How https://plmlatex.math.cnrs.fr did? Maybe they paid a long time ago, see [Improve_websites_thanks_to_open_source/issues/1128](https://codeberg.org/Benjamin_Loison/Improve_websites_thanks_to_open…

Benjamin_Loison opened issue Benjamin_Loison/overleaf#44 2025-04-28 15:59:55 +02:00
SSO, LDAP and SAML integrations
Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-04-26 20:07:25 +02:00
Make my SSH aliases prefer LAN over Internet but with a single command
Bash script:
ssh_on_same_network_preferably()
{
    sameNetworkAddress=$1
    command=$2
    if [ $# -eq 2 ]
    then
        command="$command;…