推荐
专栏
教程
课程
飞鹅
本次共找到3255条
ubuntu设置静态ip
相关的信息
Easter79
•
3年前
tensorflow与numpy的版本兼容性问题
在Python交互式窗口导入tensorflow出现了下面的错误:root@ubuntu:~python3Python3.6.8(default,Oct72019,12:59:55)GCC8.3.0onlinuxType"help","copyright","credits"o
Wesley13
•
3年前
Ubuntu 14.04 搭建 ftp
一、安装ftp服务器vsftpd$sudoaptgetupdate$sudoaptgetinstallvsftpdftp服务器使用21端口,安装成功之后查看是否打开21端口$sudonetstatnpltu|grep21tcp 0 00.0.0.0:21 0.
Stella981
•
3年前
Redis Cluster集群
一、环境说明服务器IP地址服务器版本Redis版本RedismasterRedisslave10.10.18.10centos7.55.06379638010.10.18.11centos7.55.06379638010.10.18.12centos7.55.06379
Wesley13
•
3年前
Ubuntu 16.04 安装 RabbitMQ
1.sudovim/etc/apt/sources.listdebhttp://www.rabbitmq.com/debian/testingmainwgetOhttps://www.rabbitmq.com/rabbitmqreleasesigningkey.asc|sudoaptke
Wesley13
•
3年前
CSS块级元素与行内元素
CSS块级元素与行内元素行内元素与块状元素1、块级元素:可以设置width,height属性。行内元素:设置width和height无效,其宽度随其元素的内容(文字或者图片等)的宽度而变化。可以通过lineheight设置行高(行高和height是不同的东西)。2、块级元素:可以设置margin和padd
Wesley13
•
3年前
Ubuntu 16.04 安装 Docker
http://www.runoob.com/docker/ubuntudockerinstall.html1.选择国内的云服务商,这里选择阿里云为例curlsSLhttp://acspublicmirror.osscnhangzhou.aliyuncs.com/dockerengine/internet|sh2
Stella981
•
3年前
Linux Mint 17 下安装搜狗拼音输入法
LinuxMint不像Ubuntu那样默认配置了中文输入法,需要我们自己安装,下面给出安装方法及输入法所需依赖:1.sudoaddaptrepositoryppa:fcitxteam/nightly2.sudoaptgetupdate3.sudoaptgetinstallf
Wesley13
•
3年前
VirtualBox中ubuntu系统无法进入的修复方法
virtualbox下的ubuntu经常因为各种原因被强制关闭,然后再启动的时候就出现类似错误:mounting /dev on /root/dev failed: No such file or directorymount:mounting /sys on /root/sys failed: No such file or directorym
Wesley13
•
3年前
ubuntu 18.04安装wireshark
sudoaptaddrepositoryppa:wiresharkdev/stablesudoaptgetupdatesudoaptgetinstallwiresharksudogroupaddwireshark//安装已完成sudochgrpwireshark/usr/b
Wesley13
•
3年前
Ubuntu 安装 ImageMagick 库
ImageMagick介绍ImageMagick是一个用来创建、编辑、合成图片的软件。它可以读取、转换、写入多种格式的图片。图片切割、颜色替换、各种效果的应用,图片的旋转、组合,文本,直线,多边形,椭圆,曲线,附加到图片伸展旋转。ImageMagick是免费软件:全部源码开放,可以自由使用,复制,修改,发布。支持
1
•••
71
72
73
•••
326