摘要:https://blog.csdn.net/a772304419/article/details/105976347 查看该软件的安装位置: $ whereis code 卸载vscode的方法有很多,选其中之一即可。具体如下: (1) 通过 apt-get 方式安装的,删除时会提示确认: $ su
阅读全文
07 2021 档案
摘要:https://blog.csdn.net/a772304419/article/details/105976347 查看该软件的安装位置: $ whereis code 卸载vscode的方法有很多,选其中之一即可。具体如下: (1) 通过 apt-get 方式安装的,删除时会提示确认: $ su
阅读全文
摘要:#!/bin/bash git_host="https://github.com" tmp_log="tmp_repos.log" function gitclone() { username=$1 if [ ! -d $username ];then mkdir -p $username fi c
阅读全文
摘要:安装增强工具,如果是灰色的,可以直接在目录里面直接将vm安装目录下的linux.iso文件拷贝到linux系统,直接解压,里面就有你想要的东西(该方法只适用于重新安装vm tools) 或者把光驱自动检测取消勾选,选择vmware安装目录下的linux.so,或者创建新的光驱应该都可以解决 设置共享
阅读全文
|