$ sogou-qimpanel sogou-qimpanel: error while loading shared libraries: libQtDeclarative.so.4: cannot open shared object file: No such file or directory
配置 安装完毕后,运行fcitx-config-gtk3或者fcitx-configtool,然后在input method页签内点击+号添加sogou pinyin输入法,搜索输入法时去掉“only show current language”选项。
global: # The smarthost and SMTP sender used for mail notifications. smtp_smarthost: 'smtp.163.com:25' smtp_from: 'abc@163.com' smtp_auth_username: 'abc@163.com' smtp_auth_password: 'password' ... # A default receiver receiver: team-X-mails ... receivers: - name: 'team-X-mails' email_configs: - to: '123@163.com'
$ ceph osd tree ID CLASS WEIGHT TYPE NAME STATUS REWEIGHT PRI-AFF -19.74405 root default -90.95409 host bank1 3 hdd 0.95409 osd.3 up 1.000001.00000 -35.99799 host vm01 0 hdd 5.99799 osd.0 up 1.000001.00000 -51.81929 host vm02 1 hdd 1.81929 osd.1 up 1.000001.00000 -70.97269 host web 2 hdd 0.97269 osd.2 up 1.000001.00000
$ sudo lxd init Would you like to use LXD clustering? (yes/no) \[default=no\]: yes What name should be used to identify this node in the cluster? \[default=web\]: What IP address or DNS name should be used to reach this node? \[default=10.100.0.80\]: Are you joining an existing cluster? (yes/no) \[default=no\]: yes IP address or FQDN of an existing cluster node: 10.100.0.31 Cluster fingerprint: 79ec4bdfa32501a664b1adde03a2296f7d663a43676a422781668df1bec2ee12 You can validate this fingerprint by running "lxc info" locally on an existing node. Is this the correct fingerprint? (yes/no) \[default=no\]: yes Cluster trust password: All existing data is lost when joining a cluster, continue? (yes/no) \[default=no\] yes Would you like a YAML "lxd init" preseed to be printed? (yes/no) \[default=no\]:
集群管理 集群节点列表
1 2 3 4 5 6 7 8 9 10
$ lxc cluster list +---------+--------------------------+----------+--------+-------------------+ NAME URL DATABASE STATE MESSAGE +---------+--------------------------+----------+--------+-------------------+ vm02 https://10.100.0.33:8443 YES ONLINE fully operational +---------+--------------------------+----------+--------+-------------------+ vmsvr02 https://10.100.0.31:8443 YES ONLINE fully operational +---------+--------------------------+----------+--------+-------------------+ web https://10.100.0.80:8443 YES ONLINE fully operational +---------+--------------------------+----------+--------+-------------------+