How to Reboot WSL

# RUN CMD AS Administrator net stop LxssManager net start LxssManager How to Reboot WSL (Windows subsystem Linux) in Windows 10

Published
Categorized as linux

empty-rgw

remove osd ceph-deploy disk list node1 node2 node3 # ssh host systemctl stop ceph-osd@0 ceph osd purge 0 –yes-i-really-mean-it ceph osd purge 1 –yes-i-really-mean-it ceph osd purge 2 –yes-i-really-mean-it ceph osd out 0 ceph osd out 1 ceph osd out 2

Published
Categorized as ceph

windows自带MD5

打开命令提示符CMD Microsoft Windows [版本 10.0.17763.348] (c) 2018 Microsoft Corporation。保留所有权利。 C:\Users\mulang>CertUtil -hashfile D:\\linux-read-workflow.png MD5 MD5 的 D:\\linux-read-workflow.png 哈希: 6abbfa0d8a623e39548693390d00e036 CertUtil: -hashfile 命令成功完成。 C:\Users\mulang>CertUtil -hashfile D:\\linux-read-workflow1.png MD5 MD5 的 D:\\linux-read-workflow1.png 哈希: 6abbfa0d8a623e39548693390d00e036 CertUtil: -hashfile 命令成功完成。

Published
Categorized as linux

ceph 基本查询命令

查看pool [root@node1 ~]# ceph osd lspools 1 .rgw.root 2 default.rgw.control 3 default.rgw.meta 4 default.rgw.log 5 default.rgw.buckets.index 6 default.rgw.buckets.data 7 default.rgw.buckets.non-ec

Published
Categorized as ceph, storage

设置SElinux

SElinux工具 setsebool命令是用来修改SElinux策略内各项规则的布尔值。 setsebool命令和getsebool命令是SELinux修改和查询布尔值的一套工具组。 SELinux的策略与规则管理相关命令:seinfo命令、sesearch命令、getsebool命令、setsebool命令、semanage命令。 getsebool getsebool -a #query all

Published
Categorized as linux