This guide explains how to build btop with GPU support on NVIDIA DGX Spark (ARM / aarch64) systems.
This approach is based entirely on the work shared by:
| # As of 2024-02-16 the highest version supported by the NVIDIA Jetson TX2 NX module was R32.7.4 | |
| # Download 'Driver Package (BSP)' and 'Sample Root Filesystem' from https://developer.nvidia.com/embedded/linux-tegra-r3274 | |
| # or | |
| wget https://developer.nvidia.com/downloads/embedded/l4t/r32_release_v7.4/t186/jetson_linux_r32.7.4_aarch64.tbz2 | |
| wget https://developer.nvidia.com/downloads/embedded/l4t/r32_release_v7.4/t186/tegra_linux_sample-root-filesystem_r32.7.4_aarch64.tbz2 | |
| export L4T_RELEASE_PACKAGE='jetson_linux_r32.7.4_aarch64.tbz2' | |
| export SAMPLE_FS_PACKAGE='tegra_linux_sample-root-filesystem_r32.7.4_aarch64.tbz2' |
| #!/bin/bash | |
| # | |
| # Description: Shell script to backup all MAMP MySQL databases into compressed files | |
| # Script: mamp-db-backup.sh | |
| # Version: 1.0.1 | |
| # Script Website: https://gist.github.com/dominicfallows/c1f7bd150f946b7d1dfd1a720a13f8fc | |
| # Author: Dominic Fallows | |
| # Author Website: https://gist.github.com/dominicfallows | |
| # | |
| # Requirements: |
| ### Keybase proof | |
| I hereby claim: | |
| * I am dominicfallows on github. | |
| * I am dominicfallows (https://keybase.io/dominicfallows) on keybase. | |
| * I have a public key ASDzgyflTrkMOw23fKPM28waVy1Oh-O-XFtgM8CdblQPVwo | |
| To claim this, I am signing this object: |
| /** | |
| * Get URL of an Editor cropped (manual or automatic) version of an image (and get Photon URL if wanted) | |
| * https://gist.github.com/dominicfallows/457334ef84e3a805f7201fd8762ce569 | |
| * | |
| * @param integer $imgID The attachment media ID | |
| * @param string $size (optional) The registered image size you want. Default 'full' | |
| * @param bool $photon_if_available (optional) If Photon is available, return the Photon-ized URL Default true | |
| * @return string | |
| */ | |