zhenrong-wang
zhenrong-wang
名称:上海即算科技有限公司(hpc-now.com) 地点:中国上海 联系邮箱:[email protected] Cloudpods使用场景:纳管多家公有云平台的高性能计算(High Performance Computing)资源,为HPC用户提供多云的HPC服务。
Hi @jiucenglou I am not an openPBS dev, but just went through the logic quickly. It seems that if you set the sandbox=PRIVATE, the openPBS would not change directory to...
Hi there, Here is my practice to restrict one session per user. It works well on CentOS Stream 9. Take a look at the thread below: https://github.com/neutrinolabs/xrdp/discussions/2319 By configuring the...
I use Xvnc as the backend. Specifically, tigervnc-server. @matt335672
I am using Tofu with an AES-ECB encryption implemented by myself. I'd say that encryption/decryption is not the critical issue. The issue actually comes from rotating the key. When rotating...
And, AES has several different methods of encryption, e.g. ECB with different padding methods. Encryption is not only related to the key. Please also avoid changing the encryption method after...
In my practice, I developed an independent (external) text file encryption program to encrypt the state file after tf running, and decrypt the state file before next-time running. I also...
> > Hey folks, thank you very much for this issue and the related discussion. We discussed this issue in the core team and feel that the majority of the...
> @zhenrong-wang that's interesting. Why wouldn't you pass in the secrets using environment variables or inputs? Well the point is, Envvars are in plain text files and pretty easy for...
I developed my project HPC-NOW purely in C. And I use system call in C to wrap up all the environment variables and command line args and then run tf...