上一页 1 ··· 130 131 132 133 134 135 136 137 138 ··· 367 下一页
摘要: 001、提取前半部分 root@ubuntu01:/home/test2# cat a.txt ## 测试数据 1 2 3 4 5 6 7 8 9 10 root@ubuntu01:/home/test2# sed -n "1, $(expr $(sed -n "$=" a.txt) / 2)p" 阅读全文
posted @ 2022-09-16 12:01 小鲨鱼2018 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 001、问题 git clone时出现如下问题 fatal: unable to access 'https://github.com/GATB/gatb-minia-pipeline/': GnuT 002、解决方法 root@ubuntu01:/home/software/gatb# vim ~ 阅读全文
posted @ 2022-09-16 10:03 小鲨鱼2018 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 001、问题 002、解决方法(安装python依赖的环境): apt-get install python2-dev apt-get install python3-dev 阅读全文
posted @ 2022-09-15 12:03 小鲨鱼2018 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 001、系统 root@ubuntu01:/home# hostnamectl Static hostname: ubuntu01 Icon name: computer-vm Chassis: vm Machine ID: e6fb52b4c8414f29b06dc95d57b5846c Boot 阅读全文
posted @ 2022-09-15 11:44 小鲨鱼2018 阅读(8766) 评论(0) 推荐(0) 编辑
摘要: 001、问题 root@ubuntu01:/home# ping www.baidu.com ## 测试网络连通性, 无法解析域名 ping: www.baidu.com: Temporary failure in name resolution 002、修改DNS配置文件 root@ubuntu0 阅读全文
posted @ 2022-09-15 11:27 小鲨鱼2018 阅读(2923) 评论(0) 推荐(0) 编辑
摘要: 001、c编译器 root@ubuntu01:/home/test# gcc --version gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is f 阅读全文
posted @ 2022-09-15 10:04 小鲨鱼2018 阅读(5322) 评论(0) 推荐(0) 编辑
摘要: 001、bc实现 root@ubuntu01:/home/test# bc ## 在终端直接输入bc命令 bc 1.07.1 Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012-2017 Free Software Founda 阅读全文
posted @ 2022-09-15 09:29 小鲨鱼2018 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 001、win + r 002、输入:dxdiag, 然后回车 003、bios即是主板信息 阅读全文
posted @ 2022-09-14 21:11 小鲨鱼2018 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 001、右击计算机, 点属性 002、点击设备管理器 003、双击磁盘驱动器 阅读全文
posted @ 2022-09-14 20:56 小鲨鱼2018 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test]# smartctl --all /dev/sda smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.10.0-123.el7.x86_64] (local build) Copyright (C) 2002-13, 阅读全文
posted @ 2022-09-14 20:34 小鲨鱼2018 阅读(842) 评论(0) 推荐(0) 编辑
上一页 1 ··· 130 131 132 133 134 135 136 137 138 ··· 367 下一页