chrome浏览器安装hackbar教程 在测试过程中用到了hackbar,但新版居然收费了 (=_=) 记录一下学习过程链接:https://pan.baidu.com/s/1L2R1D2Vwo61SfgNZYk1Myw提取码:elli。
WinSCP 连接 Debian系Linux配置 修改sshd_config文件:sudo vim /etc/ssh/sshd_config。安装ssh服务:sudo apt-get install -y open-server。WinSCP下载:https://winscp.net/eng/index.php。配置root密码:sudo passwd root。开启ssh:service ssh start。在WinSCP中连接。
Python多环境共存 在使用中修改一下使用习惯即可,添加一个版本号,往后每添加一个版本也只需要添加一个版本号。可以将python复制一个副本修改为对应的版本,如python3.9。背景:在开发中有时候会需要用到不同的python版本。一个版本也只需要添加一个版本号。每个版本都需要在系统环境变量中。安装不同的python版本。
linux ssh免密登录错误 在ssh_copy_id 的时候输入三次密码;提示:Permission denied (publickey,password). 表示没有权限解决:1.打开 vim /etc/ssh/sshd_config2. 修改:#PasswordAuthentication yes 为: PasswordAuthentication yes3. 修改:#PermitRootLogin prohibit-password 为: PermitRootLogin yes4.4. /etc/init
python django报错 django 报错运行时 python manage.py makemigrations 报错 RuntimeError: ‘cryptography’ package is required for sha256_password or caching_sha2_password auth methods安装pip install cryptography再次执行问题解决
WSL升级WSl2 以及更新内核组件 WSL 升级 WSL2查看当前WSL版本打开PowerShell,执行命令wsl -l -v检查运行wsl2的系统要求打开终端 Win+R 后输入cmd输入winver版本高于18362即可win10 家庭版需要安装 Hyper-Vpushd "%~dp0"dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txtfor /f %%i in ('findstr /i .