- BlueField-2 Quickstart Guide for Clemson R7525s
- NVIDIA Mellanox Bluefield-2 SmartNIC Hands-On Tutorial: Host setup is little outdate. See
Host setupbellow. - NVIDIA Mellanox Bluefield-2 SmartNIC Hands-On Tutorial: “Rig for Dive” — Part III: Ultimate Cloudlab Setup
- NVIDIA Mellanox Bluefield-2 SmartNIC Hands-On Tutorial: “Rig for Dive” — Part V: Install the Latest Bluefield OS with DPDK and DOCA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const uptimerobot_id = 'your uptimerobot_id' | |
| const upstream = 'stats.uptimerobot.com' | |
| const upstream_path = '/' + uptimerobot_id | |
| const replace_dict = { | |
| '$upstream': '$custom_domain', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=AutoSSH socks5 tunnel | |
| After=network-online.target ssh.service | |
| [Service] | |
| Environment="AUTOSSH_GATETIME=0" | |
| ExecStart=/usr/bin/autossh -M 0 -N -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa -D 0.0.0.0:1080 root@127.0.0.1 | |
| ExecStop=/bin/kill $MAINPID | |
| [Install] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "configurations": [ | |
| { | |
| "name": "Linux", | |
| "includePath": [ | |
| "${workspaceFolder}", | |
| "LINUX_PATH/include", | |
| "LINUX_PATH/include/uapi", | |
| "LINUX_PATH/include/generated", | |
| "LINUX_PATH/arch/x86/include", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Because PowerMizer settings in NVIDIA X Server Settings doesn't persist across sessions, | |
| attempts to overclock can become a nuisance. | |
| The following documents the three CLI settings to modify the Preferred Mode as desired: | |
| # Auto: | |
| nvidia-settings -a [gpu:0]/GPUPowerMizerMode=2 | |
| # Adaptive: | |
| nvidia-settings -a [gpu:0]/GPUPowerMizerMode=0 |
NewerOlder