OS X: 实用脚本程序(bash scripts)系列-13

本文提供了一个用于在远程计算机上启动SSH服务并指定端口为3211的bash脚本。通过运行此脚本,用户可以在目标机器上快速设置SSH服务,并在本地通过特定端口连接到该目标机器。

在远程电脑上启动ssh并端口在3211

把下面的脚本保存,并在目标机运行后,在本机输入ssh user@targetmachine -p 3211就可以了

#!/bin/bash

if ( ! "$USER = "root" ); then
   echo "run it as root"
   exit 1
fi

echo "<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Disabled</key>
<false/>
<key>Label</key>
<string>local.sshd</string>
<key>Program</key>
<string>/usr/libexec/sshd-keygen-wrapper</string>
<key>ProgramArguments</key>
<array>
<string>/usr/sbin/sshd</string>
<string>-i</string>
</array>
<key>Sockets</key>
<dict>
<key>Listeners</key>
<dict>
<key>SockServiceName</key>
<string>avsecuremgmt</string>
</dict>
</dict>
<key>inetdCompatibility</key>
<dict>
<key>Wait</key>
<false/>
</dict>
<key>StandardErrorPath</key>
<string>/dev/null</string>
<key>SHAuthorizationRight</key>
<string>system.preferences</string>
</dict>
</plist> " > /Library/LaunchDaemons/ssh-3211.plist

launchctl load /Library/LaunchDaemons/ssh-3211.plist

exit 0



-> Error. ERROR: An error occurred while performing the step: "Checking to see whether the nvidia kernel module was successfully built". See /var/log/nvidia-installer.log for details. -> The command `cd kernel; /usr/bin/make -k -j32 NV_EXCLUDE_KERNEL_MODULES="" SYSSRC="/lib/modules/6.8.0-40-generic/build" SYSOUT="/lib/modules/6.8.0-40-generic/build" NV_KERNEL_MODULES="nvidia"` failed with the following output: Makefile:63: WARNING: Unable to locate the compiler x86_64-linux-gnu-gcc-12 from CONFIG_CC_VERSION_TEXT in the kernel configuration. make[1]: Entering directory '/usr/src/linux-headers-6.8.0-40-generic' warning: the compiler differs from the one used to build the kernel The kernel was built by: x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 You are using: cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Warning: Compiler version check failed: The major and minor number of the compiler used to compile the kernel: x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38 does not match the compiler used here: cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. It is recommended to set the CC environment variable to the compiler that was used to compile the kernel. To skip the test and silence this warning message, set the IGNORE_CC_MISMATCH environment variable to "1". However, mixing compiler versions between the kernel and kernel modules can result in subtle bugs that are difficult to diagnose. *** Failed CC version check. *** CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv.o CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-pci.o CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-dmabuf.o CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-nano-timer.o CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-acpi.o CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-cray.o CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-dma.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-i2c.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-pci.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-mmap.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-p2p.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-dmabuf.o] Error 1 make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-nano-timer.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-pat.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-acpi.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-procfs.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-usermap.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-cray.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-vm.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-dma.o] Error 1 make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-i2c.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-vtophys.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-mmap.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/os-interface.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-p2p.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/os-mlock.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-procfs.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/os-pci.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-pat.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/os-registry.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/os-usermap.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-usermap.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-vtophys.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-modeset-interface.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-vm.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/os-interface.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-pci-table.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-kthread-q.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/os-mlock.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-memdbg.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/os-pci.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-report-err.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/os-registry.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-rsync.o CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-msi.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-modeset-interface.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-caps.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/os-usermap.o] Error 1 make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-pci-table.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-caps-imex.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-host1x.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-kthread-q.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv_uvm_interface.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_aead.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-memdbg.o] Error 1 make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-report-err.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_ecc.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-rsync.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_hkdf.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-msi.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_rand.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-caps.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_shash.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-caps-imex.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_rsa.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_aead_aes_gcm.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv-host1x.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_sha.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nv_uvm_interface.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_hmac_sha.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_ecc.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_internal_crypt_lib.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_hkdf_sha.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_hkdf.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_rand.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_ec.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_aead.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_x509.o make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_shash.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_rsa_ext.o CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nvlink_linux.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_rsa.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nvlink_caps.o CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/linux_nvswitch.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/procfs_nvswitch.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_sha.o] Error 1 make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_aead_aes_gcm.o] Error 1 CC [M] /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/i2c_nvswitch.o cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_internal_crypt_lib.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_hmac_sha.o] Error 1 make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_hkdf_sha.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_x509.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_rsa_ext.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/libspdm_ec.o] Error 1 make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nvlink_linux.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/nvlink_caps.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/linux_nvswitch.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/procfs_nvswitch.o] Error 1 cc: error: unrecognized command-line option '-ftrivial-auto-var-init=zero' make[3]: *** [scripts/Makefile.build:243: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/nvidia/i2c_nvswitch.o] Error 1 make[3]: Target '/tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel/' not remade because of errors. make[2]: *** [/usr/src/linux-headers-6.8.0-40-generic/Makefile:1926: /tmp/selfgz22447/NVIDIA-Linux-x86_64-570.153.02/kernel] Error 2 make[2]: Target 'modules' not remade because of errors. make[1]: *** [Makefile:240: __sub-make] Error 2 make[1]: Target 'modules' not remade because of errors. make[1]: Leaving directory '/usr/src/linux-headers-6.8.0-40-generic' make: *** [Makefile:115: modules] Error 2 ERROR: The nvidia kernel module was not created. ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.
最新发布
06-29
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值