- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
root to share a folder with given other user(s)
I like recursivity so let us look for recursive approach.
Having to run again the permission grant on new recursive folder is fine in my opinion for the moment.
root to share a folder with given other user(s)
In theory can leverage the chown other user group to have both users having access, but let us consider the cleaner more general case.
root to share a folder with given other user(s)
mkdir ~/folder_to_share_with_user_0_and_1/
root to share a folder with given other user(s)
Benjamin_Loison/adduser/issues/1 would help.
root to share a folder with given other user(s)
DuckDuckGo search Linux give access to a user to a folder.
root to share a folder with given other user(s)
So the aim is not to create a group for all (used) combinations of user permission access.
root to share a folder with given other user(s)
The persons:
-----BEGIN PGP MESSAGE-----
hF4DTQa9Wom5MBgSAQdAbVD1Fr1s/4JfZDgkHO2hSZ3jzxkp7l3r9YF4N3mMuWIw
xdDO5OF3iP+/e0hr77lftNy1wbPhK7j7fqlyaFZSHduTiHlFa…
Debian 12 GNOME host and guest Virtual Machine Manager virtual machine is not realtime updated on ntpdate on host.
/etc/rc.local std{out,err}
Bash script:
log() {
# Should ensure that date is not evaluated at script reading
echo `date` \"$@\"
}
log hey
sudo su --login benjamin_lo…
/etc/rc.local std{out,err}
Bash script:
sudo su --login benjamin_loison -c "
log() {
# Should ensure that date is not evaluated at script reading
echo `date`…
Maybe related to Improve_websites_thanks_to_open_source/issues/1157.
aliases prefer LAN over Internet but with a single command
ssh_on_same_network_preferably CENSORED
Output:
Internet proxy
ssh: Could not resolve hostname CENSORED.ddns.net: No address associated with…
Should pay attention to turn back on audio if it was off, preferably should increase the alarm audio along time. If no audio is playing during all alarm audio, then could modify the global sound…
Can run another terminal with a fallback alarm if the SSH connection is stuck or the program takes more time than expected. However, using a single terminal would be nice and if the command end…
Could just while [ true ] but then need the command to stop at audio end, which does not seem to be the case for ffplay.