我想在定制板上测试 no-ECC 内存芯片的完整性和全局性能
是否有一些工具可以在 linux 下运行,以便我可以同时监控系统和全球温度?
一般是否有一些无 ECC 特定的测试要做?
编辑 1:
我已经知道如何监控温度(我使用了一个特殊的平台功能 /sys/devices/platform/......../temp1_input)。
目前 :
我找到了这个发行版:http : //www.stresslinux.org/sl/
我会继续检查直接在linux下运行的工具,没有太大的依赖,之后我可能会尝试解决stresslinux,memtest,stress for fedora之类的解决方案。
谢谢你的回答,我会继续调查
有没有简单的方法可以从aws x64 迁移到 arm arch?就像不配置新的基于arm的服务器并安装软件包和文件一样?它目前正在使用 Amazon linux AMI 运行,我们希望将其更改为 Amazon linux AMI 2。
我只是想知道是否有一些工具/方法可以继续此操作。
我正在尝试使用 postfix 作为 gmail 中继
smtp参数是
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_use_tls=yes
smtp_tls_CAfile = /etc/ssl/ca-certificates.crt
smtp_tls_key_file=/etc/letsencrypt/live/MYDOMAIN.com/privkey.pem
smtp_tls_cert_file=/etc/letsencrypt/live/MYDOMAIN.com/cert.pem
smtp_tls_security_level=encrypt</id_string></id_string>
Run Code Online (Sandbox Code Playgroud)
该消息显示为已正确发送,但实际上没有发送任何邮件,并且在邮件日志中,该问题似乎是由 TSL 错误引起的
cannot load Certification Authority data, CAfile="/etc/ssl/ca-certificates.crt": disabling TLS support
warning: TLS library problem: error:02001002:system library:fopen:No such file or directory:../crypto/bio/bss_file.c:69:fopen('/etc/ssl/ca-certificates.crt','r'):
warning: TLS library problem: error:2006D080:BIO routines:BIO_new_file:no such file:../crypto/bio/bss_file.c:76:
warning: TLS library problem: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib:../crypto/x509/by_file.c:199:
connect to smtp.gmail.com:25: Network is unreachable
Run Code Online (Sandbox Code Playgroud)
该文件ca-certificates.crt存在于路径中/etc/ssl/并且已经存在于 Debian 发行版中
另一个奇怪的事情是,如果main.cf我尝试改变线路
smtp_tls_CAfile = /etc/ssl/ca-certificates.crt
Run Code Online (Sandbox Code Playgroud)
使用其他一些证书,错误 …
我已按照此处的说明将 Raspberry Pi 配置为对默认 shell 使用“破折号” 。
我有用于 SSH 的 Dropbear。
当我通过 SSH 登录时,我仍然看到“bash”控制台,而不是“dash”。
如何改变这一点而忘记 bash?