suse

How to install packages from command line on Suse [closed]

隐身守侯 提交于 2019-12-02 20:13:08
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. What is the Suse version of apt-get or yum? How do I install software packages from the command line? A fairly intense session of googling suggests that it may be yast or yast2, but no sensible HOWTO of listing and installing packages from the command line seems to exist. (maybe I am looking in the wrong place) If I am an administrator for a remote Suse server, how do I install packages from the command line? (Not using

Graphical DIFF programs for linux [closed]

南楼画角 提交于 2019-12-02 13:51:57
I really like Araxis Merge for a graphical DIFF program for the PC. I have no idea what's available for linux , though. We're running SUSE linux on our z800 mainframe. I'd be most grateful if I could get a few pointers to what programs everyone else likes. faran I know of two graphical diff programs: Meld and KDiff3 . I haven't used KDiff3, but Meld works well for me. It seems that both are in the standard package repositories for openSUSE 11.0 BeyondCompare has also just been released in a Linux version. Not free, but the Windows version is worth every penny - I'm assuming the Linux version

opensuse13 开启ssh登陆

元气小坏坏 提交于 2019-12-02 03:47:06
首先确定的是,默认已经安装了ssh服务。 1、 SUSE Linux下启动sshd: 命令行:rcsshd start 使用命令行:rpm -qa | grep ssh查看是否已安装ssh。 linux-kelh:~ # rpm -qa | grep ssh openssh-5.8p1-4.1.i586 libssh4-0.4.8-7.1.i586 ksshaskpass-0.5.3-2.1.i586 libssh2-1-1.2.7-3.1.i586 openssh-askpass-5.8p1-4.1.i586 libnsssharedhelper0-1.0.9-6.1.i586 如果存在如上显示,则表示已经安装ssh服务,反之没有安装。 再使用命令行:service sshd status查看ssh服务是否开启 2、配置SSH服务: 1. 修改配置文件 #vi /etc/ssh/sshd_config 2. 找到#PermitRootLogin no将其修改为PermitRootLogin yes 这次在SUSE上使用SSH时遇到点麻烦,所以总结一下小经验。SSH,即SecureShell,是一种网络协议,允许在两台计算机之间建立一条安全通道以交换数据。 一般Linux发行版本,例如Ubuntu和SUSE,都默认安装了OpenSSH工具包。完成系统安装,重新启动后,作为服务端的

SUSE Ceph iSCSI 网关管理 - Storage6

早过忘川 提交于 2019-12-01 06:15:53
iSCSI网关集成了Ceph存储和iSCSI标准,以提供一个高可用性(HA) iSCSI目标,该目标将RADOS块设备(RBD)映像导出为SCSI磁盘。iSCSI协议允许客户机 (initiator) 通过TCP/IP网络向SCSI存储设备( targets )发送SCSI命令。这允许异构客户机访问Ceph存储集群。 每个iSCSI网关运行Linux IO目标内核子系统(LIO),以提供iSCSI协议支持。LIO利用用户空间通过( TCMU ) 与Ceph的librbd库交互,并向iSCSI客户机暴露RBD镜像。使用Ceph的iSCSI网关,可以有效地运行一个完全集成的块存储基础设施,它具有传统存储区域网络(SAN)的所有特性和优点。 RBD 作为 VMware ESXI datastore 是否支持? (1)目前来说,RBD是不支持datastore形式。 (2)iSCSI 是支持 datastore 这种方式,可以作为VMware Esxi 虚拟机提供存储功能,性价比非常不错的选择。 1、创建池和镜像 (1)创建池 # ceph osd pool create iscsi-images 128 128 replicated # ceph osd pool application enable iscsi-images rbd (2)创建images # rbd --pool

SUSE Ceph Cephfs - Storage6

房东的猫 提交于 2019-12-01 01:21:18
(1)Policy 配置文件,添加MDS角色定义 # vim /srv/pillar/ceph/proposals/policy.cfg # MDS role-mds/cluster/mds*.sls role-mds/cluster/node00[234].example.com.sls (2)执行stage2,stage4 salt-run state.orch ceph.stage.2 salt-run state.orch ceph.stage.4 (3)设置 文件系统元数据到SSD # ceph osd pool set cephfs_metadata crush_rule ssd_replicated_rule (4)设置 PG PGP 数量 总数据大小,6*12*4=288T ,大约 260TB数据 # ceph osd lspools 3 cephfs_data 4 cephfs_metadata CephFS 使用45% 的数据(HDD), 元数据 45% (SSD) 12(OSD) * 6(节点)*100(每个OSDPG数量)* 45% (比例) / 3 副本 = 1080 ==> PG 数量1024 1(ssd OSD) * 6(节点)*100(每个OSDPG数量)* 45% (比例) / 3 副本 = 90 ==> PG 数量 128 ceph osd

开启SUSE Linux的SSH密码登陆

风格不统一 提交于 2019-11-30 22:56:50
开启SUSE Linux的SSH密码登陆 [日期:2017-10-11] 来源:Linux社区 作者:neverinit [字体: 大 中 小 ] 一般来说,刚安装好的 SUSE Linux系统默认是可以使用ssh2登陆的,但是不能使用ssh密码登陆。(目前我接触到的suse11,suse12系统刚安装好都是不支持ssh密码验证登陆的) (1)登陆系统 ① 如果使用的是SecureCRT,Xshell等支持SSH2协议的工具,可以先使用SSH2协议登录系统。 ② 如果开启了telnet,也可以使用telnet登陆。 ③ 如果有系统管理员权限,直接通过KVM等管理工具操作就行。 (2)打开SSH密码登陆,操作如下: 1.关闭防火墙(一般不用Linux系统自身的防火墙策略) # /etc/init.d/SuSEfirewall2_init stop # /etc/init.d/SuSEfirewall2_setup stop 如需要永久关闭防火墙 # chkconfig SuSEfirewall2_init off # chkconfig SuSEfirewall2_setup off 2.修改/etc/ssh/sshd_config文件 PasswordAuthentication no 修改为 PasswordAuthentication yes 然后重启sshd服务: 执行 #

SUSE CaaS Platform 4 - Ceph RBD 作为 Pod 存储卷

谁说我不能喝 提交于 2019-11-30 18:51:57
RBD存储卷 目前 CaaSP4 支持多种 Volume 类型,这里选择 Ceph RBD(Rados Block Device),主要有如下好处: Ceph 经过多年开发,已经非常熟,社区也很活跃; Ceph 同时支持对象存储,块存储和文件系统接口; 环境准备条件 1、搭建环境 操作系统版本: SLES15 SP1, 无需安装 swap 内核版本:4.12.14-197.18-default Kubernetes 版本:CaaSP 4 , v1.15.2 Ceph :Storage 6 VMware Workstation 14 2、虚拟化环境搭建和系统安装参考: SUSE Storage6 环境搭建详细步骤 - Win10 + VMware WorkStation SUSE Linux Enterprise 15 SP1 系统安装 SUSE Ceph 快速部署 - Storage6 SUSE CaaS Platform 4 - 安装部署 3、实验目的 配置 Pod 资源使用 RBD 存储卷 图1 环境架构 1、所有节点安装 # zypper -n in ceph-common 复制 ceph.conf 到 worker 节点上 # scp admin:/etc/ceph/ceph.conf /etc/ceph/ 2、创建池 caasp4 # ceph osd pool

Installer/packager for a Java application for Ubuntu and SuSE

允我心安 提交于 2019-11-30 14:12:34
问题 I have a Java application complied to a collection of jars that I want to make installable on Ubuntu and SuSE. I Want the installer to be able to check for the JRE, register a file association and be able to load a website on un-install. I understand Ubuntu and SuSE are based on different architectures, so is there a consistent way to do this? Does anyone have an advice on utilities to use or guides to read to help me achieve what I'm trying to do. 回答1: Distributing a deb and rpm for each

Installer/packager for a Java application for Ubuntu and SuSE

拟墨画扇 提交于 2019-11-30 10:10:42
I have a Java application complied to a collection of jars that I want to make installable on Ubuntu and SuSE. I Want the installer to be able to check for the JRE, register a file association and be able to load a website on un-install. I understand Ubuntu and SuSE are based on different architectures, so is there a consistent way to do this? Does anyone have an advice on utilities to use or guides to read to help me achieve what I'm trying to do. Distributing a deb and rpm for each platform would provide IMO the best user experience and system integration (checking the JRE dependency,

SUSE Linux Enterprise助力企业数字化转型

落花浮王杯 提交于 2019-11-30 07:19:29
目前一个很大的趋势是 IT 转型,到现在这个趋势已经持续好几年。AI 的部署可以说是 IT数字化转型比较具有代表性的一个项目,从它部署在数据中心的占比来看,2018 年只有 4%,而据预测到 2022 年能够达到 50%。包括 AI 在内的新部署这样的转型,都会推动我们对所使用 IT 的工具和软件发生变革。此外,关于 IT 转型,我们看到在制造业,经过数字化转型的公司,它们能够实现每年 2.3% 的利润增长。而与之相对的,没有做数字化转型的制造性企业,在同期的利润反而是减少,减少的损失是年均 2.1%。换言之,我们认为拥抱数字化转型的企业,不拥抱 IT 转型的企业会在竞争当中处于下峰。 SUSE 提供了一套平台工具可以帮助企业完成数字化转型,这个平台的开放性意味着不会出现供应商锁定的情况。无论是借助公有云也好或者用自己来搭建云平台或者其他的平台,SUSE SLES 这样一个多模态的操作系统都是它的基础性组件。我们在这里所说的多模或者模态,有模态 1(稳态)和模态2(敏态),在模态1这里指的是比较传统的,比如说数据中心等等,模态 2 指的是比如说容器以及其他的一些比较现代化的组件。这种模态的混合顾名思义就让我们形成了当前的多模系统,许多公司都是具有这样多模的现状。 在 DevOps 时代,企业需要具备设计、部署、运行云原生和以微服务为基础应用的能力。为此,企业必须能够利用