Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

ssh连接WSL 参考https://cloud.tencent.com/developer/article/1538305 sudo vim /etc/ssh/sshd_config,把PasswordAuthentication no改成PasswordAuthentication yes 重启ssh服务sudo service ssh restart ifconfig查看ip(in...

如果默认是用root登录,则设定下默认用户搜我的博客 默认用户 如果登录上去发现命令行无色(是/bin/sh)或者想改默认命令行程序搜我的博客 设定默认shell 换源搜我的博客 ubuntu换源 文件传输:WSL中访问本机文件/mnt目录下的目录即对应本机的各个盘 vscode打开WSL中的目录本机的vscode安装WSL插件,然后ctrl+shift+p打开控制面板输...

创建用户创建一个拥有主目录(-m)和默认shell(-s)是/usr/bin/zsh的用户 useradd -m -s /usr/bin/zsh username useradd -m -s /bin/bash yuanzhiqiu 然后你将为该用户添加一个密码: passwd username sudo需要的话,给sudo:修改/etc/sudoers文件:在行ro...

插件管理在alt+space出来的框中键入:插件安装:wpm install <plugin_name> 插件卸载:wpm uninstall <plugin_name> 插件管理(enable,插件设置,查看文档等)settings然后plugin选项卡 插件列表Timer设置倒计时,时间到了会通过wox的提示来提醒 http://www.wox.one/plugi...

方法一: win+R,输入regedit,进入注册表编辑GUI界面 顶部路径那里,可以直接输入路径,或者输入前缀,会自动提示和切换到路径 方法二:新建文件xxx.reg,按需添加内容,双击运行该文件

cpulscpu cpu型号cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 8 Intel(R) Xeon(R) CPU E5410 @ 2.33GHz(8个逻辑CPU, 以及CPU型号) 逻辑核数目cat /proc/cpuinfo| grep "processor"| wc -l 物理核数目cat /p...

https://wwwcdf.pd.infn.it/valgrind/cg_main.html 4 Cachegrind: a cache-miss profilervalgrind --tool=cachegrind Detailed technical documentation on how Cachegrind works is available here. If you wan...

https://blog.csdn.net/qq_42951560/article/details/123507617https://zhuanlan.zhihu.com/p/638686816 步骤: 通过ContextMenuManager管理右键菜单,或找到右键菜单某项目(比如”在terminal中打开”)所在的注册表项目 win10的话有确定的注册表路径,win11不太行,得借助工具...

https://blog.csdn.net/winkexin/article/details/131619069

http://doc.wox.one/en/basic/超级好用,相见恨晚