随笔分类 -  linux

摘要:在/etc/ssh/ssh_config中添加远程服务器支持的cipher 如Ciphers aes128-cbc,3des-cbc,aes128-ctr 连接时指定ssh配置文件 from pexpect import pxssh client = pxssh.pxssh() clinet.log 阅读全文
posted @ 2020-03-12 17:45 QQQnull 阅读(253) 评论(0) 推荐(0)
摘要:RAID Level : Primary 1, Secondary 0, RAID Level Qualifier 0 RAID 1 RAID Level : Primary 0, Secondary 0, RAID Level Qualifier 0 RAID 0 RAID Level : Pri 阅读全文
posted @ 2018-10-15 14:20 QQQnull 阅读(1654) 评论(0) 推荐(1)
摘要:安装unixODBC 使用pyodbc需要Linux上安装unixODBC 可使用yum或apt安装unixODBC-devel包 编译安装:http://www.unixodbc.org/download.html 安装成功验证 安装连接驱动 unixodbc中没有自带连接sqlserver的驱动 阅读全文
posted @ 2018-08-28 13:15 QQQnull 阅读(1083) 评论(0) 推荐(0)
摘要:#查看端口占用 netstat -tunlp #启用root passwd -u root passwd root #允许rootssh登陆 sudo vi /etc/ssh/sshd_config 修改远程登录为yes #查看时区 cat /etc/sysconfig/clockcat /etc/ 阅读全文
posted @ 2018-05-11 00:12 QQQnull 阅读(188) 评论(0) 推荐(0)