BIBLIOGRAPHY
Related-Notes
org-babel with sudo
- 충분하지 않은 것 같은데?!
Reddit - Dive into anything - reddit.com
# echo $pw | sudo -S <your sudo command>
a better workflow is to use Tramp
# <your sudo command>
잘된다.
Reddit - Dive into anything - reddit.com
# echo $pw | sudo -S <your sudo command>
a better workflow is to use Tramp
# <your sudo command>
잘된다.