Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
# 32 bit ubuntu on a 64 bit Intel host | |
docker run --rm -it -v $PWD:/io --platform=linux/i386 i686/ubuntu | |
docker run --rm -it -v $PWD:/io --platform=linux/i386 i386/ubuntu:focal | |
# if you're having troubles with SSH certificates on the 32 bit host | |
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
export SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk | |
export MACOSX_DEPLOYMENT_TARGET=11.0 | |
arch -arm64 /bin/bash --login |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
/******************************************************************************* | |
* Instrument: <instrument name> | |
* | |
* %I | |
* Written by: <your name (email)> | |
* Date: <current date> | |
* Origin: <your institution> | |
* %INSTRUMENT_SITE: Templates | |
* | |
* <instrument short description> |