错误提示如下:Traceback (most recent call last): File "certdata2pem.py", line 150, in <module> encoded = base64.b64encode(obj['CKA_VALUE']).decode() File "/usr/lib64/python2.6...
大部分网络文章在应对CentOS安装高版本gcc时采用了换源的方式, ::aru:meditation:: 但更换第三方源很可能会在已安装的包之间引起冲突,想起之前非常爱用的Software Collections(软件集),遂使用scl安装不同的环境。使用yum install centos-release-SCL安装SCL如果你想安装gcc 6.3先安装它yum -y install d...
由于网络环境波动,我们在使用Git和Bash环境时时常需要使用代理Git代理的设置方式设置代理:#根据你的代理服务提供者选择下面两组代码之一 #http和https代理方式 git config --global https.proxy http://你的代理IP或域名:端口 git config --global https.proxy http://你的代理IP或域名:端口 #socks...