2050年4月23日 星期六

(TOP)Temp for soulin only

123

70 則留言:

  1. #wget http://www.netlib.org/benchmark/linpackc.new
    #mv linpackc.new linpack.c
    #sudo apt install gcc
    #gcc -o linpack linpack.c -lm
    #./linpack

    回覆刪除
  2. https://www.ryanspoone.com/single-node-linpack/#setup

    回覆刪除
  3. http://zedboard.org/content/linpack-zynq

    回覆刪除
  4. https://forums.developer.nvidia.com/t/deep-learning-inference-benchmarking-instructions/73291

    回覆刪除
  5. https://gitlab.com/arm-hpc/packages/-/wikis/packages/hpl

    回覆刪除
  6. sudo ./trtexec --output=output_0 --onnx=/usr/src/tensorrt/bin/super_resolution_bsd500.onnx --fp16 --batch=1

    回覆刪除
  7. b11@b11-desktop:/usr/src/tensorrt/bin$ cat /etc/nv_tegra_release
    # R32 (release), REVISION: 4.2, GCID: 20074772, BOARD: t186ref, EABI: aarch64, DATE: Thu Apr 9 01:26:40 UTC 2020

    回覆刪除
  8. http://mh-resource.blogspot.com/2013/04/linuxubuntuteamviewer.html

    回覆刪除
  9. https://developer.nvidia.com/dcgm#Downloads

    回覆刪除
  10. https://www.bejson.com/validators/yaml_editor/

    回覆刪除
  11. https://docs.nvidia.com/deploy/nvvs-user-guide/index.html#usage-configfile

    回覆刪除
  12. https://www.rpmfind.net/linux/RPM/rpmfusion/nonfree/el/updates/7/x86_64/x/xorg-x11-drv-nvidia-440.64-2.el7.x86_64.html

    回覆刪除
  13. globals:
    logfile: nvvs.log

    custom:
    - custom:
    targeted stress:
    test_duration: 60

    gpus:
    - gpuset: Tesla V100-PCIE-32GB
    properties:
    name: Tesla V100-PCIE-32GB
    tests:
    - name: targeted stress

    回覆刪除
  14. https://openpowerblog.wordpress.com/2018/05/23/exercising-nvidia-volta-v100-with-power-barreleye-g2-gpu-burn/

    回覆刪除
  15. pip install git+https://github.com/wookayin/gpustat.git@master

    回覆刪除
  16. https://tecadmin.net/install-python-3-7-on-centos/

    回覆刪除
  17. https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz

    回覆刪除
  18. https://github.com/NVIDIA-AI-IOT/jetson_benchmarks

    回覆刪除
  19. wget https://github.com/NVIDIA-AI-IOT/jetson_benchmarks/blob/master/benchmark_csv/nx-benchmarks.csv

    回覆刪除
  20. li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

    回覆刪除
  21. get http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

    回覆刪除
  22. ftp://ftp.lal.in2p3.fr/pub/OpenScientist/16.11.8/

    回覆刪除
  23. current Freq=$(dmidecode -t memory | grep "^[[:blank:]]*Type:" | head -n1 | awk '{print $2}')-$(dmidecode -t memory | grep "Configured Clock Speed:" | awk '{print $4}' | grep "^[[:digit:]]" | head -n1)

    回覆刪除
  24. [root@localhost ~]# lshw | grep -i *-bank:0 -A 2 | sed '2!d' | awk {'print$3"-"$5'}
    DDR4-2666

    回覆刪除
  25. dmidecode -t memory | grep -i rank | tr -d "\n" | awk {'print$2"R"'}&& lshw | grep -i *-bank:0 -A 2 | sed '2!d' | awk {'print$3"-"$5'}

    回覆刪除
  26. #!/bin/bash
    a=$(dmidecode | grep -i locator | grep -i dimm | head -n 2 | cut -c 24 | tr -d "\n")

    if [[ $a == "01" ]]; then
    echo '2PDC'
    else
    echo '1PDC'
    fi
    ~

    回覆刪除
  27. #!/bin/bash
    a=$(lshw | grep -i disk | grep -i description |head -n 1 | awk {'print$2'})

    if [[ $a == "ATA" ]]; then
    echo 'PCH'
    else

    if [[ $a == "SCSI" ]]; then
    echo 'RAID(HBA) card'

    else
    echo 'NVME'
    fi
    fi
    ~
    ~

    回覆刪除
  28. ipmitool sdr list | grep -i inlet_temp && ipmitool sdr list | grep -i outlet_temp

    回覆刪除
  29. CPU0_Inlet_Temp | 34 degrees C | ok
    OCP0_Inlet_Temp | 41 degrees C | ok
    M.2_Inlet_Temp | 46 degrees C | ok
    PCIE1_Inlet_Temp | 51 degrees C | ok
    PCIE2_Inlet_Temp | 50 degrees C | ok
    PCIE3_Inlet_Temp | 40 degrees C | ok
    Board_Inlet_Temp | 33 degrees C | ok
    Inlet_Temp | 24 degrees C | ok
    CPU0_Outlet_Temp | 50 degrees C | ok
    Outlet_Temp | 52 degrees C | ok

    回覆刪除
  30. lspci | grep -i ethernet && lspci | grep -i raid

    回覆刪除
  31. cat NVRAM.txt | grep -i hyper -A 9 | sed -n '1,1p;8,9p'
    cat NVRAM.txt | grep -i "turbo mode" -A 9 | sed -n -n '1,1p;8,9p'

    cat NVRAM.txt| grep -i "epp profile" -A 9 | sed -n -n '1,1p;8,9p'

    cat NVRAM.txt| grep -i "energy" -A 9 | sed -n -n '1,1p;8,9p'
    cat NVRAM.txt| grep -i "efficient turbo" -A 9 | sed -n -n '1,1p;7,9p'
    cat NVRAM.txt| grep -i "sub numa" -A 9 | sed -n -n '1,1p;7,9p'
    cat NVRAM.txt| grep -i "imc interleaving" -A 9 | sed -n -n '1,1p;7,9p'
    cat NVRAM.txt| grep -i "power performance" -A 9 | sed -n -n '1,1p;7,9p'
    cat NVRAM.txt| grep -i "energy_perf" -A 9 | sed -n -n '1,1p;7,9p'
    cat NVRAM.txt| grep -i "c state" -A 9 | sed -n -n '1,1p;7,9p'





    cat BIOS-with-map-string.cfg | grep -i numa -A 9

    回覆刪除
  32. #!/bin/bash
    pwr_limit=$(rdmsr --bitfield 14:0 -d 0x610)
    pwr_unit=$(rdmsr --bitfield 3:0 -d 0x606)
    CPU=`cat /proc/cpuinfo | awk '/model name/ {for (i=4; i<= NF; i++) printf $i" "; exit}'`
    echo $(awk -v x=${pwr_limit} -v y=${pwr_unit} 'BEGIN {printf "TDP is %.dW\n", x*1/2**y}')

    回覆刪除
  33. wget https://download.java.net/java/GA/jdk17/0d483333a00540d886896bac774ff48b/35/GPL/openjdk-17_linux-x64_bin.tar.gz

    回覆刪除
  34. https://techviewleo.com/install-java-openjdk-on-rocky-linux-centos/

    回覆刪除
  35. https://blog.csdn.net/weixin_46479966/article/details/106242668

    回覆刪除
  36. 作者已經移除這則留言。

    回覆刪除
  37. https://docs.fedoraproject.org/en-US/epel/

    回覆刪除
  38. https://linuxconfig.org/rhel-7-solution-to-there-are-no-enabled-repos-message

    回覆刪除
  39. set default="0"
    set timeout=-1

    if loadfont unicode ; then
    set gfxmode=auto
    set locale_dir=$prefix/locale
    set lang=en_US
    fi
    terminal_output gfxterm

    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    if background_color 44,0,30; then
    clear
    fi

    function gfxmode {
    set gfxpayload="${1}"
    if [ "${1}" = "keep" ]; then
    set vt_handoff=vt.handoff=7
    else
    set vt_handoff=
    fi
    }

    set linux_gfx_mode=keep

    export linux_gfx_mode


    menuentry 'Ubuntu 22.04 IPv4' {
    gfxmode $linux_gfx_mode
    linux /UEFI/vmlinuz root=/dev/ram0 ramdisk_size=1500000 ip=dhcp url=http://192.168.9.1/ubuntu-22.04.2-desktop-amd64.iso
    initrd /UEFI/initrd
    }

    menuentry 'Ubuntu 22.04 IPv6' {
    gfxmode $linux_gfx_mode
    linux /UEFI/vmlinuz root=/dev/ram0 ramdisk_size=1500000 ip=dhcp url=http://[fdb0:d7fa:87bd::1]/ubuntu-22.04.2-desktop-amd64.iso
    initrd /UEFI/initrd
    }

    回覆刪除
  40. menuentry 'Manual Installation of Ubuntu 22.04 Server' --class gnu-linux --class gnu --class os --id provision {
    linux ubuntu-22.04-arm64/vmlinuz ip=dhcp root=/dev/ram0 ramdisk_size=3000000 url=http://10.34.1.1/iso/ubuntu-22.04.4-live-server-arm64.iso fsck.mode=skip
    initrd ubuntu-22.04-arm64/initrd
    }

    回覆刪除
  41. 作者已經移除這則留言。

    回覆刪除
  42. #wget http://ports.ubuntu.com/ubuntu-ports/dists/jammy/main/uefi/grub2-arm64/current/grubnetaa64.efi.signed -O /srv/tftp/ARM/grubnetaa64.efi.signed

    回覆刪除
  43. autoinstall earlycon module_blacklist=nouveau iommu.passthrough=y nooemconfig no-reorder-uefi

    回覆刪除
  44. 作者已經移除這則留言。

    回覆刪除
  45. append bootdev=ibs0 ksdevice=ibs0 net.ifnames=0 biosdevname=0 rd.neednet=1 rd.bootif=0 rd.driver.pre=mlx5_ib,mlx4_ib,ib_ipoib,mlx5_core ip=ibs0:dhcp

    回覆刪除
  46. append bootdev=ib0 ksdevice=ib0 net.ifnames=0 biosdevname=0 rd.neednet=1 rd.bootif=0 rd.driver.pre=mlx5_ib,mlx4_ib,ib_ipoib ip=ib0:dhcp rd.net.dhcp.retry=10 rd.net.timeout.iflink=60 rd.net.timeout.ifup=80 rd.net.timeout.carrier=80

    回覆刪除
  47. load_video
    set gfxpayload=keep
    insmod net
    insmod efinet
    insmod tftp
    insmod gzio
    insmod part_gpt
    insmod ext2

    insmod=ib_ipoib netdevice=ib0 netsetup=dhcp

    回覆刪除
  48. official enxd2cc613ea2f0
    0528 enxee1dda7a20a1

    回覆刪除
  49. netsetup=dhcp 不能這樣設(原生arm在網路前hang住)

    回覆刪除
  50. host grace-hopper-1 {
    hardware ethernet a0:88:c2:f8:63:78;
    fixed-address 192.168.9.200;
    }

    回覆刪除
  51. https://gist.github.com/noslin005/b0d315c814cd1cb37a7aafdae5df4ef0

    回覆刪除
  52. 包initrd
    https://askubuntu.com/questions/1435396/load-drivers-to-initrd

    回覆刪除
  53. echo “loading IB driver”
    /sbin/insmod /lib/modules/ib/ib_addr.ko
    /sbin/insmod /lib/modules/ib/ib_core.ko
    /sbin/insmod /lib/modules/ib/ib_mad.ko
    /sbin/insmod /lib/modules/ib/ib_sa.ko
    /sbin/insmod /lib/modules/ib/ib_cm.ko
    /sbin/insmod /lib/modules/ib/ib_uverbs.ko
    /sbin/insmod /lib/modules/ib/ib_ucm.ko
    /sbin/insmod /lib/modules/ib/ib_umad.ko
    /sbin/insmod /lib/modules/ib/iw_cm.ko
    /sbin/insmod /lib/modules/ib/rdma_cm.ko
    /sbin/insmod /lib/modules/ib/rdma_ucm.ko
    /sbin/insmod /lib/modules/ib/mlx4_core.ko
    /sbin/insmod /lib/modules/ib/mlx4_ib.ko
    /sbin/insmod /lib/modules/ib/ib_mthca.ko

    回覆刪除
  54. https://reintech.io/blog/installing-configuring-pxe-boot-environment-debian-12#google_vignette

    回覆刪除
  55. #find /var/www/html/debian -name "*C=[DMNS];O=[AD]" -exec rm -f "{}" \;

    回覆刪除
  56. debmirror -v -debug --getcontents /var/www/html/debian --ignore-missing-release --ignore-release-gpg --passive --nosource --arch=arm64 --host=ftp.debian.org --dist=bookworm

    回覆刪除
  57. debmirror -a arm64 -d bookworm -s main --nosource -h ftp.debian.org --progress /var/www/html/debian/

    回覆刪除
  58. debmirror -a arm64 -d bookworm -s main,contrib,non-free,mian/debian-installer --nosource -h ftp.debian.org -progress /var/www/html/debian/

    回覆刪除
  59. debmirror -e rsync $HOME/mirror/debian --exclude='/foo-doc_' \
    --exclude-deb-section='^debug$'

    回覆刪除
  60. debmirror -a arm64 -d bookworm -s main,contrib,non-free,mian/debian-installer --nosource -h ftp.debian.org/debian -progress /var/www/html/debian/

    回覆刪除
  61. debmirror -v -debug --getcontents /var/www/html/debian --ignore-missing-release --ignore-release-gpg --passive --nosource --arch=arm64 --host=ftp.debian.org/debian --dist=bookworm -s main,contrib,non-free,main/debian-installer

    回覆刪除
  62. option arch code 93 = unsigned integer 16;
    option dhcp6.client-arch-type code 61 = array of unsigned integer 16;

    option dhcp6.name-servers 2001:db8:f00f:cafe::1;

    if option dhcp6.client-arch-type = 00:07 {
    option dhcp6.bootfile-url "tftp://[2001:db8:f00f:cafe::1]/UEFI/bootx64.efi";
    } else {

    option dhcp6.bootfile-url "tftp://[2001:db8:f00f:cafe::1]//ARM/grubnetaa64.efi.signed";
    }

    subnet6 2001:db8:f00f:cafe::/64 {
    range6 2001:db8:f00f:cafe::42:10 2001:db8:f00f:cafe::42:99;
    range6 2001:db8:f00f:cafe:: temporary;
    }

    回覆刪除
  63. interface ens32
    {
    AdvSendAdvert on;
    MinRtrAdvInterval 30;
    MaxRtrAdvInterval 100;
    prefix 2001:db8:f00f:cafe::/64
    {
    AdvOnLink on;
    AdvAutonomous on;
    AdvRouterAddr off;
    };

    };
    ~

    回覆刪除
  64. net.ipv6.conf.all.forwarding=1

    回覆刪除
  65. https://blog.csdn.net/qq_44710943/article/details/131220762?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~default-0-131220762-blog-129619562.235%5Ev43%5Epc_blog_bottom_relevance_base8&spm=1001.2101.3001.4242.1&utm_relevant_index=1

    回覆刪除
  66. {
    MinRtrAdvInterval 3;
    MaxRtrAdvInterval 4;
    AdvSendAdvert on;
    AdvManagedFlag on;
    prefix 2001:db7::/64
    { AdvValidLifetime 14300; AdvPreferredLifetime 14200; }
    ;
    };

    回覆刪除
  67. https://blog.widodh.nl/2015/11/pxe-boot-over-ipv6-with-ipxe/

    回覆刪除
  68. set ExcelPath="C:\Program Files\Microsoft Office\Office14\EXCEL.EXE"
    set ExcelFilePath=C:\Users\win7\Desktop\
    start "Excel" %ExcelPath% /e %ExcelFilePath%0.xlsm
    exit

    回覆刪除

(TOP)Temp for soulin only

123