sudo
-
Docker系列<二>Centos安装Docker
一、虚拟机安装:Hyper-v安装centos 二、安装步骤 使用root登陆centos并更新yum到最近 $ sudo yum update 卸载旧版本(如果安装过旧版本的话)…
-
Linux的进程查看、vim编辑器和文件查找
reboot 重启服务器 杀掉进程:kill -9 pid 进程是操作系统最小的运行单位,而线程是进程的最小运行单位 协程:微小的线程,也叫微线程,它是基于用户行为的控制 …
-
ubuntu20.4更新时,突然断网Problem parsing dependency,Error occurred while processing,Problem with MergeList
ubuntu更新时,突然断网。于是出现了这样的错误: E: Problem parsing dependency 21 of linux-modules-nvidia-418-…
-
1-2 Installing Jenkins for ubuntu
参考文档 https://www.jenkins.io/doc/book/installing/https://blog.csdn.net/wf908164152/article/…
-
ubuntu 20.04安装php 5.6
php5.6、自动附送php8。最后一步要下载一堆文件。等半天。 sudo apt install software-properties-commonsudo LC_ALL=C.…
-
How to Install, Configure and Enable SSH Service in Linux
引用网址:https://www.ubuntupit.com/how-to-install-configure-and-enable-ssh-service-in-linux/ I…
-
Ubuntu20.04LTS环境下搭建seafile专业版私有网盘
预操作 在/etc/apt/sources.list中添加清华源的镜像列表至头部 安装fish 安装neovim 开启ssh服务 sudo apt update sudo apt …
-
ubuntu安装常用软件
换源(建议清华源或者阿里源) sudo apt update sudo apt upgrade # 软件升级 sudo apt dist-upgrade #内核更新 grub-cu…
-
ubuntu 安装mariadb-columnstore单机版
通过APT安装ColumnStore 注:ubuntu 20.04版本 1、配置APT包存储列 MariaDB ColumnStore5.5在MariaDB Community …
-
【Ubuntu】ubunut20.04打开突然没有wifi图标了
打开/etc/NetworkManager/NetworkManager.conf,将[ifupdown] managed改成true,将wifi图标显示出来 接着运行以下命令,打…