Wlxyzxyz's Blog
用sharelist挂载onedrive
# 用sharelist挂载onedrive sharelist地址:https://github.com/reruin/sharelist 首先安装sharelist。使用docker比
用stow管理配置文件
https://www.gnu.org/software/stow/ stow 可以在你设置的目录下自动创建链接到相对应的目录 ```bash mkdir dotfiles #创建目录
javascript中new Date()生成日期的问题
```javascript d = new Date('2000-01-01') output: Fri Dec 31 1999 19:00:00 GMT-0500 (Eastern Standa
使用telegram的机器人下载文件到谷歌网盘
# 使用telegram的机器人下载文件到谷歌网盘 项目地址 https://github.com/lzzy12/python-aria-mirror-bot https://github.
安装python3.9
# 安装python3.9 到网址找下载链接https://www.python.org/downloads/release/python-390/ 安装依赖 ```bash su
使用windows terminal
在尝试了几个windows的终端后,还是觉得windows terminal最好用。 windows terminal 链接 https://github.com/microsoft/term
nginx反向代理其他端口服务
要访问机器上除了80以外的端口需要域名加上端口链接,这样很不方便,所以就想用nginx把需要的服务代理到80端口。 nginx的配置文件在/etc/nginx/下,新增的网站服务的配置可以直接写
使用expect和ssh登录服务器
expect可以帮助我们 自动化完成一些交互操作。 使用expect来执行ssh命令 1. 编写脚本 ```bash #!/usr/bin/expect #sshlogi
用键盘切换戴尔显示器输入源
到戴尔官网下载驱动 [https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=6wgwy](https://w