系统优化
-
ubuntu17.10 python3.6 install plugins for AI详解程序员
install order: tensorflow-gpu scikit-learn numpy scipy matplotlib tkinter tensorflow-gpu :…
-
ubuntu重启、关机命令详解程序员
重启命令 : 1、reboot 2、shutdown -…
-
linux shell脚本编程笔记(一): 构建基本脚本详解程序员
1. echo -n str 打印不换行 2. 反引号来圈住命令传入变量  …
-
linux shell脚本编程笔记(二): 分支结构详解程序员
1.if if command then commands fi if command then commands else commands fi if command1 the…
-
隐写 小案例详解程序员
环境:linux,一个图片x.png,一个a.txt 我们把这个txt压缩,为a.txt.zip。然后执行命令: cat a.tzt.zip >> x.png 这个时候…
-
centos7 更新源 安装ifconfig详解程序员
centos7最小化安装后,ifconfig是不可用的,可以使用ip addr或ip link查看网络信息。 更新源之前,先确定网络是否连通。我用的虚拟机,因为桥接受公司ip限制,…
-
centos7 安装VMware Tools 遇到的一系列问题的解决方案详解程序员
先部署源:http://www.cnblogs.com/jiu0821/p/8074463.html VMware Tools安装方法参考:http://www.cnblogs.c…
-
centOS7下安装GUI图形界面详解程序员
1、如何在centOS7下安装GUI图形界面 当你安装centOS7服务器版本的时候,系统默认是不会安装G…
-
centos7 安装mysql5.6.32详解程序员
1、 检查是否存在旧的mysql,执行: rpm -qa|grep -i mysql PS:若存在旧mysql,删除查询到的旧mysql,执行: rpm -e R…
-
TCP端口状态说明ESTABLISHED、TIME_WAIT、 CLOSE_WAIT详解程序员
一. 首先说下tcp端口的几种状态: 1、LISTENING状态 FTP服务启动后首先处于侦听(LISTENING)状态。 2、ESTABLISHED状态 ESTABLISHED的…