Benjamin_Loison opened issue Benjamin_Loison/adb#28 2025-01-16 16:32:23 +01:00
Support * in adb shell command
Benjamin_Loison opened issue Benjamin_Loison/Verified_repositories#6 2025-01-14 19:08:47 +01:00
Track webext-signed-pages: Add on websites
Benjamin_Loison opened issue Benjamin_Loison/linux#57 2025-01-14 10:43:40 +01:00
Add prefix to output
Benjamin_Loison commented on issue Benjamin_Loison/linux#27 2025-01-12 00:54:16 +01:00
Dual boot Windows time inconsistency

I had to check my phone to ensure the time was correctly set (it was).

Benjamin_Loison opened issue Benjamin_Loison/adb#27 2025-01-10 15:53:07 +01:00
Why does it take 87.8 s to figure out that the OS image signature is incorrect?
Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-01-10 00:18:41 +01:00
Make my SSH aliases prefer LAN over Internet but with a single command
alias fp4sshlocal='ssh -p 8022 _gateway'

is still useful as:

ssh _gateway -p 8022 exit
ignoring bad CNAME "_gateway" for host "_gateway": domain name…
Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-01-09 21:54:15 +01:00
Make my SSH aliases prefer LAN over Internet but with a single command

Could make my tool be called as ssh and make ssh available as ssh_raw or initial_ssh.

Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-01-09 21:51:20 +01:00
Make my SSH aliases prefer LAN over Internet but with a single command
time timeout 1 ssh fp4; echo $?
Output:

real	0m1.004s
user	0m0.003s
sys	0m0.007s
124
time timeout 0.5 ssh…
Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-01-09 21:50:24 +01:00
Make my SSH aliases prefer LAN over Internet but with a single command
time ssh -o ConnectTimeout=1 fp4
echo $?
Output:
ssh: connect to host fairphone-4-5g port 8022: Connection timed out

real	0m1.021s
user	0m0…
Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-01-09 21:49:16 +01:00
Make my SSH aliases prefer LAN over Internet but with a single command

DuckDuckGo search add ssh timeout.

Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-01-09 21:37:07 +01:00
Make my SSH aliases prefer LAN over Internet but with a single command

ssh root@ll works fine.

Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-01-09 21:27:06 +01:00
Make my SSH aliases prefer LAN over Internet but with a single command
ssh not_existing
echo $?
ssh: Could not resolve hostname not_existing: Name or service not known
255
ssh pegasus exit
echo $?
0
Benjamin_Loison commented on issue Benjamin_Loison/linux#32 2025-01-09 21:26:26 +01:00
Make my SSH aliases prefer LAN over Internet but with a single command

To support nickname, may have to write some kind of dict in ~/.bashrc but I do not like this approach. alias should not work I guess, at leats not cleanly.

Current ping is not compatible…