分类 软件安装使用 下的文章
浏览器, firefox 科学上网, vpn 编辑器, vim 办公软件, OS 安装及使用, 笔记软件, markdown, jupyter, 虚拟设备与软件, 虚拟机等等 多媒体软件, 录制,播放等 常用工具软件, 等 常用工具网站,专利网markdown 锚点, 分页,表格内换行
1. 目录 这个是自动生成的,只要在目录的地方添加 [TOC],就会自动生成目录 2. 标题锚点 这个是默认支持的,只要在想要跳转的地方这样写: [名称](#id) 其中的“名称”可以随便填写,“id”需要填写跳转到的标题的内容。 3. 自定义锚点,比如一个图表之类的。 现在图表这个地方创建锚...
ubuntu 18.04 英文环境安装 fcitx
1. sudo apt search fcitx sudo apt install fcitx-pinyin 2. 设置 bashrc vim ~/.bashrc export XMODIFIERS="@im=fcitx" 3. 右上角的 input methord 点击 configur...
ubuntu win10 按键互换
1. 我需要把 ubuntu 按键进行互换映射 原功能 目标功能 caps lctrl lctrl return return rctrl rctrl caps sudo vim /usr/share/X11/xkb/keycodes/evdev ...
v2ray 常用命令
1. 检查当前使用的配置文件的位置 systemctl status v2ray 参考: https://github.com/Jrohy/multi-v2ray/issues/406
grep 排除文件
grep -rl 'search' ./ --exclude-dir={\environments,\cache} --exclude=*.{bak~,bak} 参考: https://blog.csdn.net/Liuboxx1/article/details/85330320
ubuntu 使用 docker
今天先参照 https://www.jianshu.com/p/ddf7c0153644 这个里面的说明写了相应的配置文件,结果一启动容器就报错了。 Creating docker-test_mysql_1 ... Creating docker-test_mysql_1 ... error...
ubuntu 安装 docker
没有安装过 docker 的 ubuntu 安装 docker的步骤: $ sudo apt-get update $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ ...
ubuntu dos2unix
ubuntu 下没有 dos2unix,但是又类似的工具,tofrodos, 安装这个工具,使用两个命令: todos, fromdos 即可。 参考: https://www.jianshu.com/p/d5eb279de997
ssh 图形界面
想要 ssh 到服务器上的特定用户,并使用含 x 的程序,比如说 gitk。 ssh -X user@192.168.0.2 参考: https://blog.csdn.net/fdd096030079/article/details/80986266 https://blog.csdn.ne...
最新回复