上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 52 下一页
摘要: 一、官方下载 https://maven.apache.org/download.cgi 二、安装方法 1、使用软件源安装 sudo apt install maven 2、使用二进制包安装 a 选择对应的二进制包下载 b 解压到指定的目录如/home/tester/tools/apache-mav 阅读全文
posted @ 2024-05-17 15:35 代码诠释的世界 阅读(1289) 评论(0) 推荐(0)
摘要: 1、解决办法 #下载libcrypto.so.1.1o.tar.gz 执行如下命令 cd ~ wget https://www.openssl.org/source/openssl-1.1.1o.tar.gz #解压libcrypto.so.1.1o.tar.gz 执行如下命令 sudo tar - 阅读全文
posted @ 2024-05-17 10:36 代码诠释的世界 阅读(1566) 评论(0) 推荐(0)
摘要: 1、对比图 二、 使用 1、FinalShell 2、WindTerm https://github.com/kingToolbox/WindTerm/releases 3、Tabby https://github.com/Eugeny/tabby/releases 选一个即可 参考链接: http 阅读全文
posted @ 2024-05-16 20:51 代码诠释的世界 阅读(142) 评论(0) 推荐(0)
摘要: 一、安装 # 步骤1: 更新软件包列表 sudo apt update # 步骤2: 安装Docker sudo apt install docker.io # 步骤3: 安装NVIDIA Docker runtime distribution=$(. /etc/os-release;echo $I 阅读全文
posted @ 2024-05-16 17:09 代码诠释的世界 阅读(3156) 评论(0) 推荐(0)
摘要: 1、官方安装方法 https://docs.docker.com/engine/install/ubuntu/ 阅读全文
posted @ 2024-05-16 15:59 代码诠释的世界 阅读(183) 评论(0) 推荐(0)
摘要: 1、安装nvidia显卡驱动 添加显卡安装源 sudo rm -f /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-* sudo add-apt-repository -y ppa:graphics-drivers sudo sed -i 's 阅读全文
posted @ 2024-05-16 15:44 代码诠释的世界 阅读(1338) 评论(0) 推荐(0)
摘要: 1、下载地址 https://sunlogin.oray.com/download/linux?type=personal 2、安装方法 sudo dpkg -i SunloginClient_15.2.0.63062_amd64.deb next sudo apt --fix-broken ins 阅读全文
posted @ 2024-05-16 15:30 代码诠释的世界 阅读(1839) 评论(0) 推荐(0)
摘要: 一、基础工具 sudo apt install openssh-server vim tree nload sshpass curl wget unrar unzip telnet net-tools git -y 二、开发工具 1、安装java https://www.cnblogs.com/fi 阅读全文
posted @ 2024-05-16 10:54 代码诠释的世界 阅读(497) 评论(0) 推荐(0)
摘要: 参考链接: https://zhuanlan.zhihu.com/p/618099981 阅读全文
posted @ 2024-05-16 10:43 代码诠释的世界 阅读(161) 评论(0) 推荐(0)
摘要: 1、阿里 https://developer.aliyun.com/mirror/ubuntu 22.04为例 deb https://mirrors.aliyun.com/ubuntu/ jammy main restricted universe multiverse deb-src https 阅读全文
posted @ 2024-05-16 10:42 代码诠释的世界 阅读(689) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 52 下一页