apt
-
Ubuntu22.04 安装 Kubernetes
一、安装docker.io sudo apt install docker.io 二、安装k8s 1、安装问题1 Err:2 https://packages.cloud.goog…
-
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…
-
ubuntu16.04+eclipse+ns3
安装vmware-tool之后仍不能复制粘贴 Ubuntu16.04 ns3安装配置+eclipse Ubuntu 16.04 安装 NS 3.26 eclipse安装 sudo …
-
Linux上安装.deb文件、apt和apt-get区别
1、apt/apt-get安装方式 sudo apt install xxxx sudo dpkg -i xxxx.deb #dpkg安装deb文件 安装过程中出现依赖可以通过下面…
-
【已解决】ubuntu16.04和Python3.5里的大坑
因为一些历史原因,几个服务器的系统都一直是ubuntu16.04,ubuntu16.04的python3的默认版本是3.5。 而我这次配置python环境需要用到Pymysql 配…
-
ubuntu20安装搜狗打字法
https://pinyin.sogou.com/linux/guide 安装指南 Ubuntu搜狗输入法安装指南 搜狗输入法已支持Ubuntu1604、1804、1910、2…
-
ubuntu22.04 搜狗中文输入法
先开Software & Updates,修改Download From选项框,选择China里的mirrors.aliyun.com 再去自带的应用商店,搜索fcitx,…
-
Ubuntu_安装Terminator
概述 ubuntu 自带的终端无法选中即复制,所以想要换一个终端。网上介绍terminator比较好用,装来试试。 安装 sudo add-apt-repository ppa:g…