随笔分类 -  Ubantu

摘要:用户权限 在终端中添加一个用户,使用ls -al查看其属组为staff 73xt@192 /opt % ls -al total 3343800 drwxr-xr-x 4 root wheel 128 4 26 19:53 . drwxr-xr-x 24 root admin 768 4 17 20 阅读全文
posted @ 2022-04-26 19:57 方诚 阅读(1344) 评论(0) 推荐(0)
摘要:git config --global user.name "星火" git config --global user.email "itoracle@aliyun.com" 创建 git 仓库: mkdir test cd test git init touch README.md git add 阅读全文
posted @ 2021-06-29 17:05 方诚 阅读(169) 评论(0) 推荐(0)
摘要:系统版本CentOS 7.3(1611) 安装开发环境1) 通过group安装 yum groups mark install "Development Tools" yum groups mark convert "Development Tools" yum groupinstall "Deve 阅读全文
posted @ 2020-12-04 20:28 方诚 阅读(444) 评论(0) 推荐(0)
摘要:win10安装友道云笔记失败解决方案:从其他电脑上下载软件包再安装(参考) windows10上运行Linux Bash Shell 这个功能对开发或运维人员来说,是个神技,在windows系统上安装了一个ubantu虚拟环境,然后把windows的各个磁盘挂载到了/mnt目录下 tanpengfe 阅读全文
posted @ 2020-11-01 16:09 方诚 阅读(122) 评论(0) 推荐(0)
摘要:软件更新 进入系统后,什么也不要做,先去更新软件;如果网速慢的话,可以稍后更新更多请参考https://blog.csdn.net/weixin_38359296/article/details/79084979log.csdn.net/weixin_38359296/article/details 阅读全文
posted @ 2020-01-05 11:40 方诚 阅读(615) 评论(0) 推荐(0)
摘要:查找自己版本对应的软件源 https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ 以下为19.10版本清华大学的,个人100M的带宽,平均安装速度在600K/S左右 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb 阅读全文
posted @ 2019-11-23 10:50 方诚 阅读(505) 评论(0) 推荐(0)