Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Define command
as ["/busybox/sh", "-c", "tail -f /dev/null"]
instead of
["/busybox/sh", "-c", "tail", "-f", "/dev/null"]
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Define command
as ["/busybox/sh", "-c", "tail -f /dev/null"]
instead of
["/busybox/sh", "-c", "tail", "-f", "/dev/null"]
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
git submodule init
git submodule add git@github.com:dclong/docker_image_builder.git
git submodule update --recursive --remote
To remove a Git submodule.
git rm submodule
in …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
List all tables.
.\osqueryi .tables
Check the schema of a table (e.g., "process").
.\osqueryi ".schema processes"
.\osqueryi.exe "select * from system_info"
Please refer to Manage …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
sudo apt-get install bat
Notice that the installed executable is batcat
(instead of bat
)!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!