杂记

 

一、位图转换成矢量图

在线位图转矢量图网站VECTORIZER

二、yum命令

当不知道命令所属哪个安装包时,可以使用yum search命令查询,例如yum search ifconfig

[root@zht-env yum.repos.d]# yum search yum-config-manager
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.163.com
 * centos-qemu-ev: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
============================================= Matched: yum-config-manager =============================================
yum-utils.noarch : Utilities based around the yum package manager
[root@zht-env yum.repos.d]# yum install yum-utils.noarch
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.163.com
...

yum repolist查看仓库列表

三、StarlingX通过oam网访问postgres

添加防火墙规则

iptables -I cali-failsafe-in -p tcp --dport 5432 -j ACCEPT

starlingx过几秒会重新刷一下防火墙规则,所以过一会儿就又连不上了。

四、bond相关命令

bond剔除一个网卡

ifenslave -d bond_mgmt eno1

然后修改/etc/sysconfig/network-scripts/ifcfg-eno1文件,去掉bond相关配置项

查看bond网卡信息:cat /proc/net/bonding/bond_mgmt

五、Windows 2003纯色桌面背景值

灰色:102, 111, 116

蓝色:58, 110, 165