Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#38 2024-11-10 23:52:14 +01:00
Make my raw notes public

Registered

Upload and share files Store files in your CryptDrive: images, PDFs, videos, and more. Share them with your contacts or embed them in your documents. (up to 25MB)

Benjamin_Loison commented on issue Benjamin_Loison/linux#29 2024-11-10 16:41:36 +01:00
Make a Shut Down mode able to restore running applications like Suspend after having provided a decryption password such that cannot steal memory content and potentially decryption token
wmctrl -lp
Output:
0x02a00003  0 3011   benjamin-loison-framework Desktop
0x03c0002c  0 3229   benjamin-loison-framework #29 - Make a `Shut…
Benjamin_Loison commented on issue Benjamin_Loison/linux#29 2024-11-10 16:41:00 +01:00
Make a Shut Down mode able to restore running applications like Suspend after having provided a decryption password such that cannot steal memory content and potentially decryption token
wmctrl -lv
Output:
envir_utf8: 1
Invalid type of _NET_WM_DESKTOP property.
Invalid type of _WIN_WORKSPACE property.
0x02a00003  0 benjamin-lo…
Benjamin_Loison commented on issue Benjamin_Loison/linux#29 2024-11-10 16:39:02 +01:00
Make a Shut Down mode able to restore running applications like Suspend after having provided a decryption password such that cannot steal memory content and potentially decryption token
wmctrl -d
Output:
0  * DG: 2256x1504  VP: 0,0  WA: 0,0 2256x1424  Workspace 1
1  - DG: 2256x1504  VP: N/A  WA: 0,0 2256x1424  Workspace 2
2 …
Benjamin_Loison commented on issue Benjamin_Loison/linux#29 2024-11-10 16:38:21 +01:00
Make a Shut Down mode able to restore running applications like Suspend after having provided a decryption password such that cannot steal memory content and potentially decryption token
wmctrl -m
Output:
Name: Mutter (Muffin)
Class: N/A
PID: N/A
Window manager's "showing the desktop" mode: OFF
Benjamin_Loison commented on issue Benjamin_Loison/linux#29 2024-11-10 16:37:45 +01:00
Make a Shut Down mode able to restore running applications like Suspend after having provided a decryption password such that cannot steal memory content and potentially decryption token
wmctrl --help
Output:
wmctrl 1.07
Usage: wmctrl [OPTION]...
Actions:
  -m                   Show information about the window manager and
 …
Benjamin_Loison closed issue Benjamin_Loison/linux#41 2024-11-08 19:23:01 +01:00
Avoid users to see commands executed by others
Benjamin_Loison commented on issue Benjamin_Loison/linux#44 2024-11-08 19:21:47 +01:00
Run command on a given user SSH connection
grep 'CENSORED from ' /var/log/auth.log 
Benjamin_Loison reopened issue Benjamin_Loison/linux#44 2024-11-08 19:14:33 +01:00
Run command on a given user SSH connection
Benjamin_Loison commented on issue Benjamin_Loison/linux#44 2024-11-08 19:14:31 +01:00
Run command on a given user SSH connection
sudo ps aux 
Benjamin_Loison closed issue Benjamin_Loison/linux#44 2024-11-08 19:14:31 +01:00
Run command on a given user SSH connection
Benjamin_Loison commented on issue Benjamin_Loison/linux#44 2024-11-08 19:12:55 +01:00
Run command on a given user SSH connection
SSH open_session on LemnosLife VPS from anonymous!
SSH close_session on LemnosLife VPS from anonymous!
ssh anonymous@lemnoslife.com
Output:
Benjamin_Loison commented on issue Benjamin_Loison/linux#44 2024-11-08 19:10:28 +01:00
Run command on a given user SSH connection

Would be nice to exclude multiple users without using and.

The Stack Overflow question 11396740 may help.

Benjamin_Loison commented on issue Benjamin_Loison/linux#44 2024-11-08 19:02:54 +01:00
Run command on a given user SSH connection

With &:

time ssh benjamin@lemnoslife.com hostname
Output:
vps713872

real	0m0.645s
user	0m0.116s
sys	0m0.011s