Benjamin_Loison opened issue Benjamin_Loison/codeberg#9 2025-03-08 18:31:38 +01:00
Unable to publish comment with a warning about incorrect JSON because of rate limited
Benjamin_Loison commented on issue Benjamin_Loison/linux#69 2025-03-07 18:05:02 +01:00
Run command once a port is listening
Bash script:
PORT=2250
while ! (echo -n > /dev/tcp/localhost/$PORT) 2> /dev/null
do
    date
    sleep 60
done

one second and…

Benjamin_Loison commented on issue Benjamin_Loison/linux#69 2025-03-07 17:58:39 +01:00
Run command once a port is listening
inotifywait -e modify /dev/tcp/127.0.0.1/22
Output:
Setting up watches.
Couldn't watch /dev/tcp/127.0.0.1/22: No such file or directory

<…

Benjamin_Loison commented on issue Benjamin_Loison/linux#38 2025-03-07 17:56:12 +01:00
Test open port
echo -n > /dev/tcp/127.0.0.1/22
echo $?
0
echo -n > /dev/tcp/127.0.0.1/22222
bash: connect: Connection refused
bash: /dev/tcp/127.0.0.1/22222:…
Benjamin_Loison commented on issue Benjamin_Loison/linux#38 2025-03-07 17:54:36 +01:00
Test open port
ls /dev/tcp/127.0.0.1/22
ls: cannot access '/dev/tcp/127.0.0.1/22': No such file or directory

but have a similar output as [the Super User answer 622641](https://superus…

Benjamin_Loison commented on issue Benjamin_Loison/linux#38 2025-03-07 17:52:46 +01:00
Test open port

DuckDuckGo search Linux try to reach a port.

Benjamin_Loison reopened issue Benjamin_Loison/linux#38 2025-03-07 17:52:46 +01:00
Test open port
Benjamin_Loison commented on issue Benjamin_Loison/linux#38 2025-03-07 17:52:08 +01:00
Test open port

How to test such a port without interaction?

Benjamin_Loison commented on issue Benjamin_Loison/linux#69 2025-03-07 17:47:28 +01:00
Run command once a port is listening

DuckDuckGo search run command on netstat update.

Benjamin_Loison commented on issue Benjamin_Loison/linux#69 2025-03-07 17:45:50 +01:00
Run command once a port is listening
netstat -tulpn 
Benjamin_Loison commented on issue Benjamin_Loison/linux#69 2025-03-07 17:43:07 +01:00
Run command once a port is listening

#44 could help but I am not root on the server I have in mind.

Benjamin_Loison commented on issue Benjamin_Loison/linux#69 2025-03-07 17:41:17 +01:00
Run command once a port is listening

DuckDuckGo search Linux run command once port listen.

Benjamin_Loison opened issue Benjamin_Loison/linux#69 2025-03-07 17:40:07 +01:00
Run command once a port is listening
Benjamin_Loison opened issue Benjamin_Loison/overleaf#40 2025-03-07 13:17:04 +01:00
Notify on completed compilation
Benjamin_Loison commented on issue Benjamin_Loison/certbot#2 2025-03-06 16:24:27 +01:00
ed25519 well supported on most known web-browsers (if even available for websites) such as Firefox, Chromium, Edge and Safari?

P-384 may have an US backdoor if I remember correctly, so what encryption scheme are we supposed to use to not have it?

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#2 2025-03-05 12:24:23 +01:00
After a while Download PDF open a new tab without URL but does not start a download

It seems that have to wait compilation when come back to a project to see people on it etc.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#3 2025-03-03 01:05:19 +01:00
Be notified in real-time on any activity (for instance connection, cursor move, typing...)

DuckDuckGo search Python Overleaf client.