会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
伟大伟大
wooHsi
首页
联系
管理
上一页
1
2
3
2021年2月26日
ArchLinux command
摘要: Archlinux Mirror vim etc/pacman.d/mirrorlist add one line at the top of the file mirrorlist: Server = http://mirrors.163.com/archlinux/$repo/os/x86_64
阅读全文
posted @ 2021-02-26 23:40 wooHsi
阅读(94)
评论(0)
推荐(0)
2020年12月30日
Ubuntu安装NGINX
摘要: 安装依赖 解决依赖包openssl安装,命令: sudo apt-get install openssl libssl-dev 解决依赖包pcre安装,命令: sudo apt-get install libpcre3 libpcre3-dev 解决依赖包zlib安装,命令: sudo apt-ge
阅读全文
posted @ 2020-12-30 17:21 wooHsi
阅读(169)
评论(0)
推荐(0)
2020年12月27日
LInux和Win10双系统时间不同步
摘要: 安裝雙系統後時間不同步 同步本地時間 sudo ntpdate time.windows.com #cn.pool.ntp.org 將本地時間同步到硬件時間 sudo hwclock --localtime --systohc 設置本地時間從硬件時間讀取 timedatectl set-local-
阅读全文
posted @ 2020-12-27 14:38 wooHsi
阅读(274)
评论(0)
推荐(0)
2020年12月4日
SSL
摘要: SSL定义 SSL(Secure Sockets Layer 安全套接字协议),及其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。TLS与SSL在传输层与应用层之间对网络连接进行加密。 SSL协议位于TCP/IP协议与各种
阅读全文
posted @ 2020-12-04 15:02 wooHsi
阅读(66)
评论(0)
推荐(0)
CORS和CSRF
摘要: 跨域资源共享(CORS)Cross-Origin Resource Sharing 跨域资源共享,一种支持跨域请求的浏览器策略。 同源策略(The Same Origin),一种由web浏览器提供的安全机制,它阻止托管在两个不同域上的应用程序访问彼此的数据。 CORS是对同源策略的破坏 跨站请求伪造
阅读全文
posted @ 2020-12-04 14:40 wooHsi
阅读(137)
评论(0)
推荐(0)
上一页
1
2
3