All public logs
From Cheatsheet
Jump to navigationJump to search
Combined display of all available logs of Cheatsheet. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:59, 28 July 2023 Patrick talk contribs created page Nvidia-Onyx-Ivo (Created page with "Category:Cheatsheet This page was written and contributed by Ivo Palli. == General == NVIDIA Onyx Management Console === SSH === <syntaxhighlight lang='bash'> ssh user@10.0.99.12 show what-just-happened quit </syntaxhighlight> === REST API === <syntaxhighlight lang='bash'> cat << EOF | curl -kSsLX POST -d @- -c cookies.txt "https://10.0.99.12/admin/launch?script=rh&template=json-request&action=json-login" > result.json { "username": "user", "password": "top_sec...")