摘要:
一.环境 OS: windows 二.步骤 2.1.ping mirrors.163.com Pinging mirrors.163.com [23.111.1.151] with 32 bytes of data:Reply from 23.111.1.151: bytes=32 time=28m 阅读全文
posted @ 2018-09-28 12:32
Jello
阅读(922)
评论(0)
推荐(0)
摘要:
1.查看CPU个数 cat /proc/cpuinfo |grep "physical id"|sort|uniq|wc -l 2.查看每个物理CPU含有的核心个数 cat /proc/cpuinfo |grep "cpu cores"|uniq|wc -l 3.查看每个CPU核心含有的线程数 ca 阅读全文
posted @ 2018-09-28 12:12
Jello
阅读(17902)
评论(0)
推荐(0)
摘要:
1.git 克隆时重命名本地文件夹或目录 如:git clone https://github.com/torvalds/linux.git linux_kernel 2.git查看tag git tag 3.git切换到指定tag 如:git checkout v4.18 (v4.18为tag名称 阅读全文
posted @ 2018-09-28 11:05
Jello
阅读(165)
评论(0)
推荐(0)
摘要:
一.环境 发行版:Ubuntu 18.04.1 LTS 代号:bionic 内核版本:4.15.0-30-generic 二.背景 每次通过ssh登陆服务器,但是超时后自动断开了与服务器的连接,因此在上次虚拟终端中启动的进程都没有退出,遂作此文!!! 三.解决 使用pkill工具强制退出伪终端即可 阅读全文
posted @ 2018-09-28 10:17
Jello
阅读(1345)
评论(0)
推荐(0)