centos7.5安装minikube时要求先安装VirtualBox

1.准备repo文件

[root@localhost yum.repos.d]# pwd
/etc/yum.repos.d
[root@localhost yum.repos.d]# wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo
---- ::-- http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo
Resolving download.virtualbox.org (download.virtualbox.org)... 104.85.68.249
Connecting to download.virtualbox.org (download.virtualbox.org)|104.85.68.249|:... connected.
HTTP request sent, awaiting response... OK
Length: [text/plain]
Saving to: ‘virtualbox.repo’ %[==================================================================================================================================>] --.-K/s in 0s -- :: (33.8 MB/s) - ‘virtualbox.repo’ saved [/] [root@localhost yum.repos.d]# ll
total
-rw-r--r--. root root Nov : CentOS-Base.repo
-rw-r--r--. root root Nov : CentOS-CR.repo
-rw-r--r--. root root Nov : CentOS-Debuginfo.repo
-rw-r--r--. root root Nov : CentOS-fasttrack.repo
-rw-r--r--. root root Nov : CentOS-Media.repo
-rw-r--r--. root root Nov : CentOS-Sources.repo
-rw-r--r--. root root Nov : CentOS-Vault.repo
-rw-r--r--. root root Mar : kubernetes.repo
-rw-r--r--. root root Sep virtualbox.repo

2.查看virtualbox.repo

[root@localhost yum.repos.d]# cat virtualbox.repo
[virtualbox]
name=Oracle Linux / RHEL / CentOS-$releasever / $basearch - VirtualBox
baseurl=http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch
enabled=
gpgcheck=
repo_gpgcheck=
gpgkey=https://www.virtualbox.org/download/oracle_vbox.asc
[root@localhost yum.repos.d]#

3.安装VirtualBox

安装失败,并要求先安装gcc kernel

[root@localhost yum.repos.d]# yum install VirtualBox-5.1
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.cqu.edu.cn
* extras: mirrors.nwsuaf.edu.cn
* updates: mirrors.cqu.edu.cn
base | 3.6 kB ::
extras | 3.4 kB ::
kubernetes | 1.4 kB ::
updates | 3.4 kB ::
virtualbox//x86_64/signature | B ::
Retrieving key from https://www.virtualbox.org/download/oracle_vbox.asc
Importing GPG key 0x98AB5139:
Userid : "Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>"
Fingerprint: 7b0f ab3a 13b9 d9c9 2a4b 98ab
From : https://www.virtualbox.org/download/oracle_vbox.asc
Is this ok [y/N]: y
virtualbox//x86_64/signature | 2.9 kB :: !!!
virtualbox//x86_64/primary_db | kB ::
Resolving Dependencies
--> Running transaction check
---> Package VirtualBox-5.1.x86_64 :5.1.38_122592_el7- will be installed
--> Processing Dependency: libSDL-1.2.so.()(64bit) for package: VirtualBox-5.1-5.1.38_122592_el7-.x86_64
--> Running transaction check
---> Package SDL.x86_64 :1.2.-.el7 will be installed
--> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================================================
Package Arch Version Repository Size
============================================================================================================================================================================
Installing:
VirtualBox-5.1 x86_64 5.1.38_122592_el7- virtualbox M
Installing for dependencies:
SDL x86_64 1.2.-.el7 base k Transaction Summary
============================================================================================================================================================================
Install Package (+ Dependent package) Total download size: M
Installed size: M
Is this ok [y/d/N]: y
Downloading packages:
(/): SDL-1.2.-.el7.x86_64.rpm | kB ::
warning: /var/cache/yum/x86_64//virtualbox/packages/VirtualBox-5.1-5.1.38_122592_el7-.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 98ab5139: NOKEY76 MB :: ETA
Public key for VirtualBox-5.1-5.1.38_122592_el7-.x86_64.rpm is not installed
(/): VirtualBox-5.1-5.1.38_122592_el7-.x86_64.rpm | MB ::
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total kB/s | MB ::
Retrieving key from https://www.virtualbox.org/download/oracle_vbox.asc
Importing GPG key 0x98AB5139:
Userid : "Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>"
Fingerprint: 7b0f ab3a 13b9 d9c9 2a4b 98ab
From : https://www.virtualbox.org/download/oracle_vbox.asc
Is this ok [y/N]: y
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : SDL-1.2.-.el7.x86_64 /
Installing : VirtualBox-5.1-5.1.38_122592_el7-.x86_64 / Creating group 'vboxusers'. VM users must be member of that group! vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong. ####安装失败
This system is not currently set up to build kernel modules (system extensions).
Running the following commands should set the system up correctly: yum install gcc make                        ####要求先安装gcc
yum install kernel-devel-3.10.-.el7.x86_64         ####要求先安装kernel
(The last command may fail if your system is not fully updated.)
yum install kernel-devel There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
Verifying : SDL-1.2.-.el7.x86_64 /
Verifying : VirtualBox-5.1-5.1.38_122592_el7-.x86_64 / Installed:
VirtualBox-5.1.x86_64 :5.1.38_122592_el7- Dependency Installed:
SDL.x86_64 :1.2.-.el7 Complete!

安装GCC

[root@localhost log]# yum install gcc make
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.cqu.edu.cn
* extras: mirrors.nwsuaf.edu.cn
* updates: mirrors.cqu.edu.cn
Package :make-3.82-.el7.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package gcc.x86_64 :4.8.-.el7_6. will be installed
--> Processing Dependency: libgomp = 4.8.-.el7_6. for package: gcc-4.8.-.el7_6..x86_64
--> Processing Dependency: cpp = 4.8.-.el7_6. for package: gcc-4.8.-.el7_6..x86_64
--> Processing Dependency: libgcc >= 4.8.-.el7_6. for package: gcc-4.8.-.el7_6..x86_64
--> Processing Dependency: glibc-devel >= 2.2.- for package: gcc-4.8.-.el7_6..x86_64
--> Running transaction check
---> Package cpp.x86_64 :4.8.-.el7_6. will be installed
---> Package glibc-devel.x86_64 :2.17-.el7_6. will be installed
--> Processing Dependency: glibc-headers = 2.17-.el7_6. for package: glibc-devel-2.17-.el7_6..x86_64
--> Processing Dependency: glibc = 2.17-.el7_6. for package: glibc-devel-2.17-.el7_6..x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-.el7_6..x86_64
---> Package libgcc.x86_64 :4.8.-.el7 will be updated
---> Package libgcc.x86_64 :4.8.-.el7_6. will be an update
---> Package libgomp.x86_64 :4.8.-.el7 will be updated
---> Package libgomp.x86_64 :4.8.-.el7_6. will be an update
--> Running transaction check
---> Package glibc.x86_64 :2.17-.el7 will be updated
--> Processing Dependency: glibc = 2.17-.el7 for package: glibc-common-2.17-.el7.x86_64
---> Package glibc.x86_64 :2.17-.el7_6. will be an update
---> Package glibc-headers.x86_64 :2.17-.el7_6. will be installed
--> Processing Dependency: kernel-headers >= 2.2. for package: glibc-headers-2.17-.el7_6..x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-.el7_6..x86_64
--> Running transaction check
---> Package glibc-common.x86_64 :2.17-.el7 will be updated
---> Package glibc-common.x86_64 :2.17-.el7_6. will be an update
---> Package kernel-headers.x86_64 :3.10.-957.10..el7 will be installed
--> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================================================
Package Arch Version Repository Size
============================================================================================================================================================================
Installing:
gcc x86_64 4.8.-.el7_6. updates M
Installing for dependencies:
cpp x86_64 4.8.-.el7_6. updates 5.9 M
glibc-devel x86_64 2.17-.el7_6. updates 1.1 M
glibc-headers x86_64 2.17-.el7_6. updates k
kernel-headers x86_64 3.10.-957.10..el7 updates 8.0 M
Updating for dependencies:
glibc x86_64 2.17-.el7_6. updates 3.7 M
glibc-common x86_64 2.17-.el7_6. updates M
libgcc x86_64 4.8.-.el7_6. updates k
libgomp x86_64 4.8.-.el7_6. updates k Transaction Summary
============================================================================================================================================================================
Install Package (+ Dependent packages)
Upgrade ( Dependent packages) Total size: M
Total download size: M
Is this ok [y/d/N]: y
Downloading packages:
(/): glibc-headers-2.17-.el7_6..x86_64.rpm | kB ::
(/): glibc-devel-2.17-.el7_6..x86_64.rpm | 1.1 MB ::
(/): cpp-4.8.-.el7_6..x86_64.rpm | 5.9 MB ::
(/): kernel-headers-3.10.-957.10..el7.x86_64.rpm | 8.0 MB ::
(/): gcc-4.8.-.el7_6..x86_64.rpm | MB ::
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 1.5 MB/s | MB ::
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating : libgcc-4.8.-.el7_6..x86_64 /
Updating : glibc-common-2.17-.el7_6..x86_64 /
Updating : glibc-2.17-.el7_6..x86_64 /
Updating : libgomp-4.8.-.el7_6..x86_64 /
Installing : cpp-4.8.-.el7_6..x86_64 /
Installing : kernel-headers-3.10.-957.10..el7.x86_64 /
Installing : glibc-headers-2.17-.el7_6..x86_64 /
Installing : glibc-devel-2.17-.el7_6..x86_64 /
Installing : gcc-4.8.-.el7_6..x86_64 /
Cleanup : libgomp-4.8.-.el7.x86_64 /
Cleanup : glibc-common-2.17-.el7.x86_64 /
Cleanup : glibc-2.17-.el7.x86_64 /
Cleanup : libgcc-4.8.-.el7.x86_64 /
Verifying : glibc-devel-2.17-.el7_6..x86_64 /
Verifying : gcc-4.8.-.el7_6..x86_64 /
Verifying : glibc-2.17-.el7_6..x86_64 /
Verifying : glibc-common-2.17-.el7_6..x86_64 /
Verifying : kernel-headers-3.10.-957.10..el7.x86_64 /
Verifying : libgomp-4.8.-.el7_6..x86_64 /
Verifying : libgcc-4.8.-.el7_6..x86_64 /
Verifying : cpp-4.8.-.el7_6..x86_64 /
Verifying : glibc-headers-2.17-.el7_6..x86_64 /
Verifying : glibc-2.17-.el7.x86_64 /
Verifying : libgomp-4.8.-.el7.x86_64 /
Verifying : glibc-common-2.17-.el7.x86_64 /
Verifying : libgcc-4.8.-.el7.x86_64 / Installed:
gcc.x86_64 :4.8.-.el7_6. Dependency Installed:
cpp.x86_64 :4.8.-.el7_6. glibc-devel.x86_64 :2.17-.el7_6. glibc-headers.x86_64 :2.17-.el7_6. kernel-headers.x86_64 :3.10.-957.10..el7 Dependency Updated:
glibc.x86_64 :2.17-.el7_6. glibc-common.x86_64 :2.17-.el7_6. libgcc.x86_64 :4.8.-.el7_6. libgomp.x86_64 :4.8.-.el7_6. Complete!
[root@localhost log]#

安装kernel

[root@localhost log]# yum install kernel-devel-3.10.0-957.el7.x86_64
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.cqu.edu.cn
* extras: mirrors.nwsuaf.edu.cn
* updates: mirrors.cqu.edu.cn
Resolving Dependencies
--> Running transaction check
---> Package kernel-devel.x86_64 :3.10.-.el7 will be installed
--> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================================================
Package Arch Version Repository Size
============================================================================================================================================================================
Installing:
kernel-devel x86_64 3.10.-.el7 base M Transaction Summary
============================================================================================================================================================================
Install Package Total download size: M
Installed size: M
Is this ok [y/d/N]: y
Downloading packages:
No Presto metadata available for base
kernel-devel-3.10.-.el7.x86_64.rpm | MB ::
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : kernel-devel-3.10.-.el7.x86_64 /
Verifying : kernel-devel-3.10.-.el7.x86_64 / Installed:
kernel-devel.x86_64 :3.10.-.el7 Complete!

[root@localhost log]# uname -r
3.10.0-957.el7.x86_64

 

删除并重新安装

[root@localhost log]# yum remove VirtualBox-5.1
Loaded plugins: fastestmirror, langpacks
Resolving Dependencies
--> Running transaction check
---> Package VirtualBox-5.1.x86_64 :5.1.38_122592_el7- will be erased
--> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================================================
Package Arch Version Repository Size
============================================================================================================================================================================
Removing:
VirtualBox-5.1 x86_64 5.1.38_122592_el7- @virtualbox M Transaction Summary
============================================================================================================================================================================
Remove Package Installed size: M
Is this ok [y/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Erasing : VirtualBox-5.1-5.1.38_122592_el7-.x86_64 /
Verifying : VirtualBox-5.1-5.1.38_122592_el7-.x86_64 / Removed:
VirtualBox-5.1.x86_64 :5.1.38_122592_el7- Complete!
[root@localhost log]# yum install VirtualBox-5.1
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.cqu.edu.cn
* extras: mirrors.nwsuaf.edu.cn
* updates: mirrors.cqu.edu.cn
Resolving Dependencies
--> Running transaction check
---> Package VirtualBox-5.1.x86_64 :5.1.38_122592_el7- will be installed
--> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================================================
Package Arch Version Repository Size
============================================================================================================================================================================
Installing:
VirtualBox-5.1 x86_64 5.1.38_122592_el7- virtualbox M Transaction Summary
============================================================================================================================================================================
Install Package Total download size: M
Installed size: M
Is this ok [y/d/N]: y
Downloading packages:
VirtualBox-5.1-5.1.38_122592_el7-.x86_64.rpm | MB ::
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : VirtualBox-5.1-5.1.38_122592_el7-.x86_64 / Creating group 'vboxusers'. VM users must be member of that group! Verifying : VirtualBox-5.1-5.1.38_122592_el7-.x86_64 / Installed:
VirtualBox-5.1.x86_64 :5.1.38_122592_el7- Complete!

查看状态

[root@localhost log]# systemctl status vboxdrv.service
● vboxdrv.service - VirtualBox Linux kernel module
Loaded: loaded (/usr/lib/virtualbox/vboxdrv.sh; enabled; vendor preset: disabled)
Active: active (exited) since Wed -- :: CST; 24s ago
Process: ExecStart=/usr/lib/virtualbox/vboxdrv.sh start (code=exited, status=/SUCCESS)
Tasks:
Memory: 0B Mar :: localhost.localdomain systemd[]: Starting VirtualBox Linux kernel module...
Mar :: localhost.localdomain vboxdrv.sh[]: vboxdrv.sh: Starting VirtualBox services.
Mar :: localhost.localdomain systemd[]: Started VirtualBox Linux kernel module.
[root@localhost log]# service vboxdrv status
Redirecting to /bin/systemctl status vboxdrv.service
● vboxdrv.service - VirtualBox Linux kernel module
Loaded: loaded (/usr/lib/virtualbox/vboxdrv.sh; enabled; vendor preset: disabled)
Active: active (exited) since Wed -- :: CST; 30s ago
Process: ExecStart=/usr/lib/virtualbox/vboxdrv.sh start (code=exited, status=/SUCCESS)
Tasks:
Memory: 0B Mar :: localhost.localdomain systemd[]: Starting VirtualBox Linux kernel module...
Mar :: localhost.localdomain vboxdrv.sh[]: vboxdrv.sh: Starting VirtualBox services.
Mar :: localhost.localdomain systemd[]: Started VirtualBox Linux kernel module.
[root@localhost log]#

4.查看日志

[root@localhost log]# view /var/log/vbox-install.log

find /tmp/vbox.0/.tmp_versions -name '*.mod' | xargs -r grep -h '\.ko$' | sort -u | sed 's/\.ko$/.o/' | scripts/mod/modpost -m -a -i ./Module.symvers -I /tmp/vbox.0/Module.symvers -o /tmp/vbox.0/Module.symvers -w -s -T -
gcc -Wp,-MD,/tmp/vbox.0/.vboxpci.mod.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include -I./arch/x86/include -Iarch/x86/include/generated -Iinclude -I./arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -std=gnu89 -O2 -m64 -mno-mmx -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -Wframe-larger-than=2048 -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -mindirect-branch=thunk-extern -mindirect-branch-register -DRETPOLINE -Wframe-larger-than=2048 -fstack-protector-strong -Wno-unused-but-set-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -mfentry -DCC_USING_FENTRY -fno-inline-functions-called-once -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -include /tmp/vbox.0/include/VBox/SUPDrvMangling.h -I/lib/modules/3.10.0-957.el7.x86_64/build/include -I/tmp/vbox.0/ -I/tmp/vbox.0/include -I/tmp/vbox.0/r0drv/linux -I/tmp/vbox.0/vboxpci/ -I/tmp/vbox.0/vboxpci/include -I/tmp/vbox.0/vboxpci/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DVBOX_WITH_HARDENING -DRT_ARCH_AMD64 -DVBOX_WITH_64_BITS_GUESTS -fno-pie -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(vboxpci.mod)" -D"KBUILD_MODNAME=KBUILD_STR(vboxpci)" -DMODULE -c -o /tmp/vbox.0/vboxpci.mod.o /tmp/vbox.0/vboxpci.mod.c
ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /tmp/vbox.0/vboxpci.ko /tmp/vbox.0/vboxpci.o /tmp/vbox.0/vboxpci.mod.o

[root@localhost log]# 

centos7.5安装VirtualBox的更多相关文章

  1. CentOS7.3安装VirtualBox

    安装 DKMS.更新内核 # yum -y install gcc make glibc kernel-headers kernel-devel dkms Installed:   dkms.noar ...

  2. Centos7.5 安装VirtualBox增强工具

    一.安装 1.自带tools:  选择VirtualBox工具栏 => 设备 => 安装增强功能 2.挂载光驱 3.进入光驱目录,执行(一定要用root权限执行) ①安装gcc yum i ...

  3. centos7.5安装minikube kubernetes

    前提:已安装centos7.5安装VirtualBox Minikube是什么?Minikube是一种方便在本地运行Kubernetes的工具. Minikube 是可以在VM中运行单节点的Kuber ...

  4. Ubuntu安装VirtualBox以及CentOS7.5联网设置

    一.virtualBox的安装 官方Liunx版本下载地址:  https://www.virtualbox.org/wiki/Linux_Downloads 这里选择下载ubuntu 16.04  ...

  5. 使用Ghost版本Windows7系统下载安装virtualBox和centos7异常解决

    使用Ghost版本Windows7系统下载安装virtualBox和centos7异常解决: 下载安装运行virtualBox时出现获取VirtualBox对象严重错误(如图): 解决方案步骤: 在开 ...

  6. CentOS7安装virtualbox

    1.进入virtualbox官网 https://www.virtualbox.org/ 2.点击download 3.点击Linux distributions 4.向下翻至如图,并且进入同种框选页 ...

  7. CentOS7 - 安装 VirtualBox

    参考资料 最新的可用安装包可以从这里下载 VirtualBox 是 x86 硬件虚拟化产品,功能上与 VMware Server.KVM.及 Xen 类似,但是 VirtualBox 不修改 Linu ...

  8. 使用 yum 安装 virtualbox 虚拟机

    我的环境是centos7,所以也可以说是在centos7下使用yum安装virtualbox,不过对于其他的LINUX发行版方法都一样. 下面的操作都是在命令行中进行的. 1.首先需要配置yum的源. ...

  9. centos6.7 安装 virtualBox 再安装 centos 7

    Tag: 黄色为自己实际情况需要设置的部分,绿色部分为虚拟机名称(自定义) 1.创建虚拟机VBoxManage createvm --name centos7 --ostype Linux26_64 ...

随机推荐

  1. windows 下跟踪日志的几个工具总结

    1.baretailpro.exe 2.wintail.exe 3.vim(using tail bundle plugin) 4.Notepad++ (Plugin->Plugin Manag ...

  2. PAT 乙级 1066 图像过滤(15) C++版

    1066. 图像过滤(15) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 图像过滤是把图像中不重要的像素都染成 ...

  3. 在linux下sh批处理文件调用java的方法

    解密 java -classpath collection-impl-0.0.1.jar com.ai.toptea.collection.message.DESEncrypt 1EFE4663895 ...

  4. github中fork的使用

    转载https://www.cnblogs.com/patchouli/p/6511251.html 由于git的权限控制功能比较弱,如果想给某个项目提供代码除了直接获得项目的push权限外,gith ...

  5. IKE协议

    IKE协议 一. +IKE(Internet Key Exchange)因特网密钥交换协议 +为IPSec提供了自动协商交换密钥.建立安全联盟的服务 +通过数据交换来计算密钥 IKE(Internet ...

  6. [UE4]Delay与Retriggerable Delay

    一.Delay 在右上角都有一个表盘的图标,表示不是在当帧内执行,而是需要一定时间才能完成的. 鼠标移上去,会有一段文字注释.根据指定的延迟时间执行一个延后的动作.当计时还没有结束的时候,如果再次被调 ...

  7. MySQL 之 MyTop实时监控MySQL

    CentOS下使用MyTop实时监控MySQL MyTop的项目页面为:http://jeremy.zawodny.com/mysql/mytop/ MyTop安装 安装依赖包  yum instal ...

  8. ip route 命令详解

    linux的ip命令和ifconfig类似,但前者功能更强大,并旨在取代后者.使用ip命令,只需一个命令,你就能很轻松地执行一些网络管理任务.ifconfig是net-tools中已被废弃使用的一个命 ...

  9. Unity中进程间通信——使用Protobuf-net序列化与反序列化

    基于ProtoBuf协议实现网络传输(上) Protobuf 全称Protocol Buffers 是一种轻便高效的结构化数据存储格式,可以用于结构化数据串行化,很适合做数据存储或 RPC 数据交换格 ...

  10. CentOS 7 安装Python3.7

    1 更新系统 yum update 2. 安装Python3依赖项 yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sql ...