会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李兴利
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
下一页
[置顶]
Azure SDK for Python Url
摘要: 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 李兴利
阅读(290)
评论(0)
推荐(0)
[置顶]
Python进阶之路---1.5python数据类型-字符串
摘要: 字符串 <!-- /* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */ /* Author: Nicolas Hery - http://nicolashery.com */ /* Version: b13fe65ca28d
阅读全文
posted @ 2016-02-02 11:22 李兴利
阅读(284)
评论(0)
推荐(0)
2024年8月16日
手机点灯控制ESP8266板载LED
摘要: #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 李兴利
阅读(54)
评论(0)
推荐(0)
2024年8月15日
ESP8266 AP模式配置WIFI
摘要: #include <Arduino.h> #include <ESP8266WiFi.h> #include <WiFiManager.h> //导入WIFI管理模块 void setup() { Serial.begin(115200); //配置示波器默认频率 WiFiManager manag
阅读全文
posted @ 2024-08-15 10:54 李兴利
阅读(323)
评论(0)
推荐(0)
2023年4月4日
社工库机器人-免费
摘要: https://t.me/freeshegongku?start=5606419575nfcro9
阅读全文
posted @ 2023-04-04 17:51 李兴利
阅读(21)
评论(0)
推荐(0)
2022年10月21日
Centos/Redhat 不重启刷新磁盘列表
摘要: [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 李兴利
阅读(146)
评论(0)
推荐(0)
2022年9月6日
Centos7.9安全基础镜像介绍
摘要: 一、系统介绍 Centos7.9安全基础镜像基于Centos7.9-Mini系统镜像制作,依照CVE/NVD/JVD/CNVD漏洞信息进行匹配,使用Nessus、Nikto、EDR等漏洞扫描工具及安全厂商漏扫平台进行验证,无无任何高危、危急漏洞,已修复大部分中低漏洞信息,提升Centos 系统的安全
阅读全文
posted @ 2022-09-06 20:08 李兴利
阅读(698)
评论(0)
推荐(0)
2022年4月21日
pycharm2022.1激活
摘要: 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 李兴利
阅读(626)
评论(0)
推荐(0)
2021年8月1日
ubuntu21.04 desktop dns 解析慢
摘要: 在Ubuntu上用Chrome浏览网页会发现解析域名特别慢,同样的网络环境下,比Win10慢太多了。原因是默认没设置DNS缓存,解决步骤:安装dnsmasqsudo apt-get install dnsmasq编辑dnsmasq的配置文件:sudo gedit /etc/dnsmasq.conf按
阅读全文
posted @ 2021-08-01 13:09 李兴利
阅读(416)
评论(0)
推荐(0)
2021年7月9日
ntp 漏洞修复| ntp编译升级
摘要: 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 李兴利
阅读(385)
评论(0)
推荐(0)
2021年6月7日
挖矿病毒 木马 脚本赏析
摘要: #!/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 李兴利
阅读(347)
评论(0)
推荐(0)
2021年4月23日
免费代理资源池-爬虫
摘要: 米扑代理 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 李兴利
阅读(625)
评论(0)
推荐(0)
1
2
3
4
下一页
公告