03 2017 档案
摘要:http://shvechkov.tripod.com/nptp.html
阅读全文
摘要:read -p "Continue (y/n)?" choice case "$choice" in y|Y ) echo "yes";; n|N ) echo "no";; * ) echo "invalid";; esac
阅读全文
摘要:-p 参数比较特殊,正确语法是 -ppassword,即-p和密码中间不能有空格。 请教:数据库备份命令如果这样写mysqldump -u root -p dataname>/home/data.sql那么会提示:Enter password:能不能有个方法把密码在mysqldump命令行里一并写入
阅读全文
摘要:http://www.python.net/crew/theller/ctypes/tutorial.html#loading-dynamic-link-libraries
阅读全文
摘要:lamp https://downloads.bitnami.com/files/stacks/lampstack/5.6.30-1/bitnami-lampstack-5.6.30-1-linux-x64-installer.run
阅读全文
摘要:http://blog.csdn.net/catoop/article/details/8284803 按上文将Linux下生成的密钥文件id_rsa通过puttygen生成对应的.ppk文件,用winscp时失败。 提示“服务器拒绝”
阅读全文
摘要:http://mirrors.aliyun.com/centos/7.2.1511/os/x86_64/Packages/ http://mirrors.aliyun.com/centos/7.2.1511/extras/x86_64/Packages/ 当mirror失效后用 http://vau
阅读全文
摘要:http://teohm.com/blog/shortcuts-to-move-faster-in-bash-command-line/ Shortcuts to move faster in Bash command line Jan 4, 2012 Nowadays, I spend more
阅读全文
摘要:http://www.cisco.com/c/en/us/support/web/tools/help/command_search_best_practices.html Support Best Practices for searching Commands Support Best Prac
阅读全文