摘要: Azure SDK for Python URL 明细表 1 AZURE_PUBLIC_CLOUD = Cloud( 2 'AzureCloud', 3 endpoints=CloudEndpoints( 4 management='https://management.core.windows.n 阅读全文
posted @ 2020-04-10 13:49 李兴利 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 字符串 <!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13fe65ca28d 阅读全文
posted @ 2016-02-02 11:22 李兴利 阅读(269) 评论(0) 推荐(0) 编辑
摘要: #define BLINKER_PRINT Serial #define BLINKER_WIFI #include <Blinker.h> char auth[] = "c9876669831c"; //上一步中在app中获取到的Secret Key char ssid[] = "ChinaNet 阅读全文
posted @ 2024-08-16 22:49 李兴利 阅读(12) 评论(0) 推荐(0) 编辑
摘要: #include <Arduino.h> #include <ESP8266WiFi.h> #include <WiFiManager.h> //导入WIFI管理模块 void setup() { Serial.begin(115200); //配置示波器默认频率 WiFiManager manag 阅读全文
posted @ 2024-08-15 10:54 李兴利 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://t.me/freeshegongku?start=5606419575nfcro9 阅读全文
posted @ 2023-04-04 17:51 李兴利 阅读(17) 评论(0) 推荐(0) 编辑
摘要: [root@IChen~]#ls /sys/class/scsi_host/host0 host1 host2[root@IChen~]#echo "- - -" > /sys/class/scsi_host/host0/scan [root@IChen~]#echo "- - -" > /sys/ 阅读全文
posted @ 2022-10-21 17:21 李兴利 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 一、系统介绍 Centos7.9安全基础镜像基于Centos7.9-Mini系统镜像制作,依照CVE/NVD/JVD/CNVD漏洞信息进行匹配,使用Nessus、Nikto、EDR等漏洞扫描工具及安全厂商漏扫平台进行验证,无无任何高危、危急漏洞,已修复大部分中低漏洞信息,提升Centos 系统的安全 阅读全文
posted @ 2022-09-06 20:08 李兴利 阅读(612) 评论(0) 推荐(0) 编辑
摘要: Server http://80.169.232.216:8080 http://185.76.145.167:8080 http://94.100.93.228:8080 http://216.118.207.58:8181 http://62.76.124.130:8081 http://178 阅读全文
posted @ 2022-04-21 13:37 李兴利 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 在Ubuntu上用Chrome浏览网页会发现解析域名特别慢,同样的网络环境下,比Win10慢太多了。原因是默认没设置DNS缓存,解决步骤:安装dnsmasqsudo apt-get install dnsmasq编辑dnsmasq的配置文件:sudo gedit /etc/dnsmasq.conf按 阅读全文
posted @ 2021-08-01 13:09 李兴利 阅读(394) 评论(0) 推荐(0) 编辑
摘要: wget https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p15.tar.gz mkdir /tmp/ntp service ntp stop #关闭ntp服务,如果没有开启可以跳过 mv /usr/sbin/ntp* 阅读全文
posted @ 2021-07-09 09:53 李兴利 阅读(354) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin setenforce 0 2>/dev/null ulimit -n 65535 ufw disable iptables -F echo "vm.nr_hugepages= 阅读全文
posted @ 2021-06-07 09:51 李兴利 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 米扑代理 https://proxy.mimvp.com/ **代理66** http://www.66ip.cn/ **pzzqz** https://pzzqz.com/ **神鸡代理** http://www.shenjidaili.com/ 快代理 https://www.kuaidaili 阅读全文
posted @ 2021-04-23 16:12 李兴利 阅读(520) 评论(0) 推荐(0) 编辑