select object_id from quick.host group by object_id having count(object_id) > 1;
Blog
-
R610内存插法
插4条8G的内存 A1 A2 B1 B2 (两边各两个白色)插8条4G的内存 1 4 2 5 | 1 4 2 5插8条16G的内存 1 4 2 5 | 1 4 2 5R620插8条8G内存时 只插白色插16条8G内存时 插白色和黑色 -
racktables可以实现的功能及bug
将非虚拟化的机器标记为虚拟化,在打开/index.php?page=virtual时会报错
Internal error
Argument ‘bypass’ of value ‘(NULL)’ is invalid.
解决方法:没有,将有虚拟化的机器标记为非虚拟化
不可以对location做log标记,在打开/index.php?page=objectlog时报错
Missing record
Object ‘object’#’1’ does not exist
解决办法:没有,不对location记录log
/index.php?page=location&tab=log&location_id=1
-
python读取ini
http://wklken.me/posts/2012/02/19/python-ini-configparser.html
-
ERROR 1 (HY000): Can’t create/write to file ‘/tmp/#sql_9f3_0.MYI’ (Errcode: 13)
ERROR 1 (HY000): Can’t create/write to file ‘/tmp/#sql_9f3_0.MYI’ (Errcode: 13)
chown root:root /tmp chmod 1777 /tmp /etc/init.d/mysqld restart tart
-
bash 中括号 大括号
http://wiki.bash-hackers.org/syntax/expansion/brace
https://www.shell-tips.com/2006/11/04/using-bash-wildcards/