首页 > 系统相关 >Anolis 8.8 (CentOS 8) install snapper to support system snapshot.

Anolis 8.8 (CentOS 8) install snapper to support system snapshot.

时间:2023-07-10 09:23:52浏览次数:49  
标签:git install CentOS 8.8 Anolis snapper https com support

Anolis 8.8 (CentOS 8) install snapper to support system snapshot.

  • cd /etc/yum.repos.d/
  • wget https://download.opensuse.org/repositories/filesystems:snapper/CentOS_8/filesystems:snapper.repo
  • yum install snapper
  • sudo yum install python3 python3-setuptools
  • sudo yum install git
  • git clone https://github.com/ricardo-vieira/snapper-gui/   //have error message: 403 error
  • git config --global url."https://ghproxy.com/https://github.com".insteadOf "https://github.com" 
  •  git clone https://github.com/ricardo-vieira/snapper-gui/   //success
  • cd snapper-gui
  • python3 snapper-gui

note:  the snapper only support  btrfs, ext4, kvm, not support xfs,  so when install linux next time, must choose the filesystem as  btrfs  or ext4, not xfs.

 

标签:git,install,CentOS,8.8,Anolis,snapper,https,com,support
From: https://www.cnblogs.com/teacher-chen/p/17539926.html

相关文章

  • Centos7中禁止root用户远程登录和修改登录端口
    Centos7中禁止root用户远程登录和修改登录端口介绍Linux中root用户权限比较大,被不法人员获知账户和密码后,用root登录后,可以对服务器做任何操作,对服务器危害较大,故需要禁止root用户登录,并且修改登录端口,这样就算root密码泄露,端口不是默认,也无法登录服务器禁止root用户1.修改......
  • centos8的root密码更改
    centos8的root密码更改此界面按e在linux行末尾加入参数rd.break按ctrl+s保存。ctrl+x启动输入mount-orw,remount/sysroot重新挂载sysroot并赋予rw权限输入chroot/sysroot把sysroot修改为/目录通过passwdroot或者echo1|passwd--stdinroottouch/.autorelabel重置SEli......
  • centos7 安装 rabbitmq
    1、下载RabbitMQ安装包(请自行下载erlang和对应版本的rabbitmq)2、上传安装包到Linux中将上面三个软件上传到/usr/local/software目录下(如果没有software需要自己创建)3、安装文件(分别按照以下顺序安装)进入software文件夹,依次使用如下命令 rpm-ivherlang-21.3-1.el7.......
  • vscode 远程 开发 centos7 c语言
    本地vscode,搭建centos7的c语言开发环境远程主机一台或本地虚拟主机一台;本地电脑需要安装vscode的软件,vscode下载链接;vscode需要安装remote-ssh插件*vscode的debug参考文档远程主机安装gccyuminstall-ygccgdb查看gcc是否安装成功,gcc-vvscode用远程开发工具链接......
  • 【转】为什么企业喜欢用 Centos 而不是 Ubuntu
    Centos产品规范ubuntu简介ubuntu基于Debian:GNU/Linux是一种强调使用自由软件的发行版,支持多种硬件平台。Debian及其派生发行版使用deb软件包格式,并使用dpkg及其前端作为软件包管理器。Ubuntu:知名Linux发行版之一,由Canonical有限公司赞助,基于Debian,使用自己的软件包......
  • centos7语言改为中文
    locale-a|grepzh_CN.utf8查看是否有 zh_CN.utf8 [root@50light]#locale-a|grepzh_CN.utf8zh_CN.utf8如有则直接使用如下命令localectlset-localeLANG=zh_CN.utf8[root@50light]#localectlset-localeLANG=zh_CN.utf8[root@50light]#exit重新登录则已提示为......
  • centos7安装zabbix
    1.第一步打开官网下载地址,选择适合的版本,我这里用centos7.9,zabbix版本是5.0https://www.zabbix.com/cn/download按照官方步骤安装最后用网页打开http://10.x.x.x/zabbix......
  • CentOS7 OpenSSL升级安装openssl-1.1.1u
    下载https://www.openssl.org/source/openssl-1.1.1u.tar.gz安装tar-zxfopenssl-1.1.1u.tar.gzcdopenssl-1.1.1u/yuminstall-ygcc./config--prefix=/usr/local/sslshared&&make-j8&&makeinstallmv/usr/bin/openssl/usr/bin/openssl.bak......
  • centos8重启网络服务NetworkManager不能立即生效的问题
    一、使用vim编辑ifcfg-ens192网络配置文件,注释掉网关配置,模拟不能访问公网场景[root@localhost~]#vim/etc/sysconfig/network-scripts/ifcfg-ens192TYPE=EthernetPROXY_METHOD=noneBROWSER_ONLY=noBOOTPROTO=staticDEFROUTE=yesIPV4_FAILURE_FATAL=noIPV6INIT=yes......
  • centos 安装docker-ce、docker compose
     yumremovedocker\docker-client\docker-client-latest\docker-common\docker-latest\docker-latest-logrotate\docker-logrotate\docker-engineyuminstall-yyum-utils......