04/30: Linux > strace
04/28: SNMP Community Strings
Network Troubleshooting Guide"An SNMP community string is a text string that acts as a password. It is used to authenticate messages that are sent between the management station (the SNMP manager) and the device (the SNMP agent). The community string is included in every packet that is transmitted between the SNMP manager and the SNMP agent."
Solve: Can't connect to local MySQL server through socket /tmp/mysql.sock
Check where is mysql.sock. Modify my.cnf (maybe /etc/my.cnf) Add: [client] socket=path to mysql.sock
04/28: Linux > ROUTE
Configure static routes in Debian or Red Hat Linux systems"ip route show"
04/24: Windows LDAP integration
Windows 2000 domain controllers require SP3 or later when using Windows Server 2003 administration tools
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AdminDebug. ADsOpenObjectFlags Value Data (Hexadecimal) Disables 1 Signing 2 Encryption 3 Encryption and Signing
04/22: Proxytunnel Project Homepage
04/17: RPM Search
04/17: CentOS > yum で proxy
Linux 作業メモ : CentOS4 yum を proxy越え させる tougo.net/ウェブリブログ
export HTTP_PROXY=http://Proxy Server:Port/