一、查看Linux内核版本命令(两种方法): 1、cat /proc/version 2、uname -a 二、查看Linux系统版本的命令(3种方法): 1、lsb_release -a,即可列出所有版本信息: 这个命令适用于所有的Linux发行版,包括RedHat、SUSE、Debian…等发行 ...
分类:
系统相关 时间:
2021-01-01 12:51:16
阅读次数:
0
镜像UOS #!/bin/bash# 下载pycharm到桌面wget -P /home/$USER/Documents https://download.jetbrains.8686c.com/python/pycharm-community-2020.1.3.tar.gz# 获取系统sudo权限 ...
分类:
其他好文 时间:
2020-12-22 12:22:43
阅读次数:
0
dpkg -i|--install <file.deb> 安装 dbg 包dpkg -L|--listfiles <package> 列出属于指定软件包的文件dpkg -l|--list <package> 简明列出软件包状态dpkg -r|--remove <package> 仅卸载软件dpkg ...
分类:
其他好文 时间:
2020-12-18 12:37:37
阅读次数:
2
创建用户、授权用户 create user 'deploy' @'%' identified by '123456' 创建用户 grant select,insert,update,delete on * to deploy 授权用户 flush privileges 立即生效 远程登录设置 允许t ...
分类:
数据库 时间:
2020-12-09 12:14:30
阅读次数:
5
安装依赖软件包:sudoaptinstall-ycurlgnupg2添加docker-ce源sudovim/etc/apt/sources.list.d/docker.list#deb-src[arch=amd64]https://mirrors.aliyun.com/docker-ce/linux/debianbusterstabledeb[arch=amd64]http://mirrors.u
分类:
其他好文 时间:
2020-12-01 11:46:00
阅读次数:
2
参考: https://wiki.debian.org/BridgeNetworkConnectionsProxyArp https://www.cnblogs.com/kelamoyujuzhen/p/6533568.html http://www.digmyth.com/2020/03/07/l ...
分类:
其他好文 时间:
2020-11-30 15:45:57
阅读次数:
6
一、Linux发行版本slackware:SUSELinuxEnterpriseServer(SLES),OpenSuse桌面debian:ubuntu,deepin(深度),mintredhat:RHEL:RedHatEnterpriseLinux,每18个月发行一个新版本CentOS:CommunityEnterpriseOperatingSystem兼容RHEL的格式中标麒麟:中标软件Fed
分类:
系统相关 时间:
2020-11-27 11:02:09
阅读次数:
11
跟着网上的步骤走就好了,这里就记录一个过程: 先加个docker的源 1 curl -fsSL https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/debian/gpg | sudo apt-key add - 2 3 echo 'deb htt ...
分类:
其他好文 时间:
2020-11-27 10:55:57
阅读次数:
5
什么是Linux的发行版? linux内核+商业软件=Linux的发行版 有哪些较为有名气的发行家族? Debian slackware linux readhat Debian 以下附上互联网获取的图片 ...
分类:
系统相关 时间:
2020-11-26 14:55:19
阅读次数:
8
环境准备1、在运行Ceph守护进程的节点上创建一个普通用户,ceph-deploy会在节点安装软件包,所以你创建的用户需要无密码sudo权限。如果使用root可以忽略。为赋予用户所有权限,把下列加入/etc/sudoers.d/cephecho"cephALL=(root)NOPASSWD:ALL"|tee/etc/sudoers.d/cephsudochmod0440/etc/sudoers.d
分类:
其他好文 时间:
2020-11-20 11:18:39
阅读次数:
6