Currently browsing tag

HPC

environment-modules 模組 use.own

有時候在使用 hpc 環境沒有 root 權限,寫想要自己建立 modules 那就需要使用 use.own modules。以下為自行定義 modules 的方式: 然後重新登入,就可以看到 ~/privatemodules 的目錄 裡面就可以自己編輯想要的 module files

OpenSSH Host-based Authentication

# vi /etc/ssh/ssh_configHost * HostbasedAuthentication yes EnableSSHKeysign yes # vi /etc/ssh/sshd_configHostbasedAuthentication yes # cat /etc/ssh/shosts.equivh1c1192.168.1.100192.168.1.101 # cat ssh_hostsh1,192.168.1.100c1,192.168.1.101# ssh-keyscan -t rsa -f …

hdparm notes

# hdparm -t /dev/sdb1 /dev/sdb1: Timing buffered disk reads: 750 MB in 3.01 seconds = 249.58 MB/sec # dd if=/dev/zero of=test bs=64k …

iozone notes

# iozone -a -i 0 -i 1 -f /xxx/xxx/iozone.test -q 64k -n 32M -g 1G > iozone.out # Generate_Graphs iozone.out