草庐IT

installment

全部标签

Installation FastDFS-6.08 on CentOS 7.9

一、InstallationFastDFS-6.08onCentOS7.9地址https://github.com/happyfish100http://nginx.org/en/download.htmlwget下载wgethttps://github.com/happyfish100/libfastcommon/archive/refs/tags/V1.0.57.tar.gzwgethttps://github.com/happyfish100/libserverframe/archive/refs/tags/V1.1.15.tar.gzwgethttps://github.com/hap

Installation FastDFS-6.08 on CentOS 7.9

一、InstallationFastDFS-6.08onCentOS7.9地址https://github.com/happyfish100http://nginx.org/en/download.htmlwget下载wgethttps://github.com/happyfish100/libfastcommon/archive/refs/tags/V1.0.57.tar.gzwgethttps://github.com/happyfish100/libserverframe/archive/refs/tags/V1.1.15.tar.gzwgethttps://github.com/hap

ubuntu apt-get install xxx报错无法下载的解决方法

镜像下载、域名解析、时间同步请点击阿里云开源镜像站由于我使用ubuntu20.04的火狐浏览器时,总是播放不了视频。说是要下载Flash,但是我顺着网址进去,发现并没有linux版本的(也可能是我没找到而已?)。于是一直放着没管,看不了就看不了,真要看我就用笔记本的win10看好了。但是偶尔看到一些有趣的视频还是想直接点开看看,老是这么无法播放也不是办法。于是今天捜了一下,一行命令即可搞定:sudoaptinstallffmpeg但是,在安装过程中报错了,如下图所示:对于这一错误,可以依次尝试以下方法进行解决。这里就直接以安装ffmpeg为例进行说明。1升级仓库根据提示,依次执行如下命令:su

ubuntu apt-get install xxx报错无法下载的解决方法

镜像下载、域名解析、时间同步请点击阿里云开源镜像站由于我使用ubuntu20.04的火狐浏览器时,总是播放不了视频。说是要下载Flash,但是我顺着网址进去,发现并没有linux版本的(也可能是我没找到而已?)。于是一直放着没管,看不了就看不了,真要看我就用笔记本的win10看好了。但是偶尔看到一些有趣的视频还是想直接点开看看,老是这么无法播放也不是办法。于是今天捜了一下,一行命令即可搞定:sudoaptinstallffmpeg但是,在安装过程中报错了,如下图所示:对于这一错误,可以依次尝试以下方法进行解决。这里就直接以安装ffmpeg为例进行说明。1升级仓库根据提示,依次执行如下命令:su

Installation RabbitMQ-3.10.2 on CentOS 7.9

一、InstallationRabbitMQ-3.10.2onCentOS7.91地址https://www.rabbitmq.comhttps://github.com/rabbitmq/rabbitmq-serverhttps://github.com/rabbitmq/rabbitmq-server/archive/refs/tags/v3.10.2.tar.gzhttps://www.erlang.org/downloadshttps://github.com/erlang/otp/releases/download/OTP-23.2/otp_src_23.2.tar.gz2下载页面 

Installation RabbitMQ-3.10.2 on CentOS 7.9

一、InstallationRabbitMQ-3.10.2onCentOS7.91地址https://www.rabbitmq.comhttps://github.com/rabbitmq/rabbitmq-serverhttps://github.com/rabbitmq/rabbitmq-server/archive/refs/tags/v3.10.2.tar.gzhttps://www.erlang.org/downloadshttps://github.com/erlang/otp/releases/download/OTP-23.2/otp_src_23.2.tar.gz2下载页面 

Installation MySQL-5.7.35 on CentOS 7.9

一、InstallationMySQL-5.7.35onCentOS7.91下载地址https://downloads.mysql.com/archives/community2mysql-5.7.35安装包上传到linux服务器使用Xftp或者wget在服务器上下载###推荐使用wgetyuminstall-ywgetwgethttps://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.35-linux-glibc2.12-x86_64.tar.gz3检查系统是否安装过mysql,如果没有略过此步骤[root@ecs-65685~]

Installation MySQL-5.7.35 on CentOS 7.9

一、InstallationMySQL-5.7.35onCentOS7.91下载地址https://downloads.mysql.com/archives/community2mysql-5.7.35安装包上传到linux服务器使用Xftp或者wget在服务器上下载###推荐使用wgetyuminstall-ywgetwgethttps://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.35-linux-glibc2.12-x86_64.tar.gz3检查系统是否安装过mysql,如果没有略过此步骤[root@ecs-65685~]

可视化工具GraphViz安装问题——`pydot` failed to call GraphViz.Please install GraphViz

问题描述报错信息如下:Error:`pydot`failedtocallGraphViz.PleaseinstallGraphViz(https://www.graphviz.org/)andensurethatitsexecutablesareinthe$PATH.经过分析及解决后的复盘:认为是keras可视化工具出现的问题,找不到pydot、找不到GraphViz、系统PATH环境没有graphviz问题背景及分析我的项目是使用的anaconda创建的虚拟环境。对于这个报错,其实是有很大一段,本人只摘取了最后一句话,该句话中包含了很多的信息。对于pydot,之前我是单独在虚拟环境中利用pi

可视化工具GraphViz安装问题——`pydot` failed to call GraphViz.Please install GraphViz

问题描述报错信息如下:Error:`pydot`failedtocallGraphViz.PleaseinstallGraphViz(https://www.graphviz.org/)andensurethatitsexecutablesareinthe$PATH.经过分析及解决后的复盘:认为是keras可视化工具出现的问题,找不到pydot、找不到GraphViz、系统PATH环境没有graphviz问题背景及分析我的项目是使用的anaconda创建的虚拟环境。对于这个报错,其实是有很大一段,本人只摘取了最后一句话,该句话中包含了很多的信息。对于pydot,之前我是单独在虚拟环境中利用pi