春有百花秋有月
夏有凉风冬有雪最近将工作日志迁移至Notion,简单的总结一下。
Notion 是一款功能强大的协作和组织工具,可以用于笔记、项目管理、知识管理等多种用途。以下是一些 Notion 使用技巧的总结:
github提交报错:OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
提交代码到github报错:
fatal: unable to access 'https://xxx@github.com/xxx.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
Activate any Jetbrains IDEA
Activate any Jetbrains IDEA Please visit the address
below:https://3.jetbra.in/
Linux系统优化脚本
Linux系统优化脚本,点击下载:vmupgrade_.rar
近期使用Jakarta mail相关知识点
当涉及到 Jakarta Mail 时,以下是一些基本知识点的总结,包括一些常见的类和方法。请注意,这只是一个基本的总结,而 Jakarta Mail 的使用可能涉及更多的细节和复杂性。
在签发acme证书时报错Challenge error
your_domain:Challenge error: <html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx</center>
</body>
</html>
[Mon Dec 18 10:34:38 AM CST 2023] Please add '--debug' or '--log' to check more details.
[Mon Dec 18 10:34:38 AM CST 2023] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
JAVA&PYTHON
下面是Java和Python之间一些常见方面的区别总结成表格:
东北vs北京
东北是家,从05年上大学开始至今18载,累计驻留不足两年。北京不是家,却足足占据我这18载年华的大半时光。
或许,这世界上有两个我,一个在文字里,灵魂在东北,白马春衫慢慢行,另一个我,肉体在北京,蝇营狗苟的都市高楼中意难平。
细细想来,留住我肉体的,其实不是北京,是生活。灵魂向往的也不是东北,却也是生活。
或许,今晚这都市的霓虹灯,闪烁的格外亮丽,触动了我的心弦,才有了这不恰时宜的感概万千,胡言乱语。
linux-debian init
debian初始化:
connect using SSH -->
sudo su
passwd root
useradd appadmin
passwd appadmin
Debian install typecho
1.使用wget下载压缩包或者使用自已的备份
tar -zvcf typecho.tar.gz
wget https://github.com/typecho/typecho/releases/download/ci/typecho.zip
Debian Install fail2ban
Install fail2ban
centos8 intall happend error:
Error:
Problem: problem with installed package selinux-policy-targeted-3.14.3-80.el8_5.2.noarch
- package fail2ban-server-1.0.2-3.el8.noarch requires (fail2ban-selinux if selinux-policy-targeted), but none of the providers can be installed
- package fail2ban-1.0.2-3.el8.noarch requires fail2ban-server = 1.0.2-3.el8, but none of the providers can be installed
- conflicting requests
- nothing provides selinux-policy >= 3.14.3-108.el8_7.1 needed by fail2ban-selinux-1.0.2-3.el8.noarch
- nothing provides selinux-policy-base >= 3.14.3-108.el8_7.1 needed by fail2ban-selinux-1.0.2-3.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
mount onedrive by Rclone
1. 获取Token
在Windows电脑上下载Rclone,下载地址:> https://rclone.org/downloads/,然后解压,使用cmd进入解压后的文件夹: