install
-
CentOS 基本命令
查看服务器位数getconf LONG_BIT查看linux版本uname -acat /etc/redhat-release 查看已安装软件(分rpm/deb/yum包安装的…
-
ubuntu 22.04如何安装java环境
1、系统信息 root@ubuntu2204test01:~# lsb_release -a No LSB modules are available. Distributor…
-
乌班图界面修改
首先本来的想法是参考着改成macos界面的,后来越弄越麻烦,索性摆烂了,参照目标网站:https://www.cnblogs.com/feipeng8848/p/8970556.h…
-
update-alternatives使用,更改Linux中软件默认版本
原文链接:https://www.jb51.cc/servers/502715.html update-alternatives 命令用于处理Linux中软件版本的切换,在各个li…
-
docker使用centos:latest镜像执行yum install失败
现象 [root@torres nginx]# docker build -t torres/nginx:v1 . Sending build context to Docker …
-
在 Windows 10 中安装 phpMyAdmin 4.8,基于 Composer 安装升级,以避免后续手动安装升级的麻烦
1、参考网址:https://docs.phpmyadmin.net/zh_CN/latest/setup.html#installing-using-composer 2、基于 …
-
ERROR: Could not build wheels for xmlsec, which is required to install pyproject.toml-based projects
wget http://xmlsoft.org/sources/libxml2-2.9.1.tar.gztar -xvf libxml2-2.9.1.tar.gzcd libxml…
-
openWrt(LEDE)编译错误
编译错误: Configuring dnsmasq-full. Collected errors: * pkg_hash_check_unresolved: cannot find…
-
(一)alement-ui安装和引用
1:安装命令 yarn add element-ui –save 2:删除 yarn remove element-ui –save 安装如果出现下面问题:…
-
解决Linux下Python3交互式编程时方向键乱码问题
安装以下包: yum install libtermcap-devel ncurses-devel libevent-devel readline-devel 重新安装Python…