上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 52 下一页
摘要: Linux字符模式下设置/删除环境变量方法: bash下 设置:export 变量名=变量值 删除:unset 变量名转自:http://zhidao.baidu.com/link?url=sY3uqNQJ9LW3iSO6rv1mkYqJWmdpPAkG1_-YBYP8ALpWxpshnhkA... 阅读全文
posted @ 2015-12-16 18:57 圆旭 阅读(1701) 评论(0) 推荐(0)
摘要: Try to set:no_proxy=10.16.37.215this should help转自:http://askubuntu.com/questions/575938/error-in-devstack-installing-on-ubuntu 阅读全文
posted @ 2015-12-16 17:51 圆旭 阅读(1578) 评论(0) 推荐(0)
摘要: 两种方式:1、使用screen名字,kill掉。 screen -S session_name -X quit2、激活screen: screen -rsession_name 并利用exit退出并kiil掉session。转自:http://blog.csdn.net/yihaizhiya... 阅读全文
posted @ 2015-12-16 17:24 圆旭 阅读(3319) 评论(0) 推荐(0)
摘要: echo '{"a": 1, "b": 2}' | python -m json.tool转自:http://blog.csdn.net/chosen0ne/article/details/7308659 阅读全文
posted @ 2015-12-15 10:04 圆旭 阅读(314) 评论(0) 推荐(0)
摘要: 详细的更改: git show commitid只列出文件名:git show --pretty="format:" --name-onlycommitid转自:http://zhidao.baidu.com/link?url=XYc_nMq8CHl8oXJ2QNF4lWXYUItCKI19hg9P... 阅读全文
posted @ 2015-12-14 16:24 圆旭 阅读(2010) 评论(0) 推荐(1)
摘要: 选中你要分的部分再分栏如果不想分的部分也被分了,那就可以选中不想分的那部分,选择“分栏”->“一栏”转自:http://zhidao.baidu.com/question/9873268.html?qbl=relate_question_0&word=word%20%B7%D6%C0%B8%20%D... 阅读全文
posted @ 2015-12-12 17:08 圆旭 阅读(4544) 评论(0) 推荐(0)
摘要: 首先在~/.bashrc文件中添加一行:# User specific aliases and functionsalias rm='rm -i'注意,此处 rm 和 = 之间不能有空格,否则会有找不到rm命令的提示,然后在终端执行这条命令,使得刚才的修改即刻生效:source ~/.bash_pr... 阅读全文
posted @ 2015-12-09 13:00 圆旭 阅读(828) 评论(0) 推荐(0)
摘要: 一:对CPU进行简单测试:计算圆周率echo "scale=5000; 4*a(1)" | bc -l -q转自:http://wushank.blog.51cto.com/3489095/1585927 阅读全文
posted @ 2015-12-08 14:01 圆旭 阅读(367) 评论(0) 推荐(0)
摘要: You cansshdirectly from the Terminal on Mac, but you need to use a.PEMkey rather than theputty.PPKkey. You can use PuttyGen on Windows to convert from... 阅读全文
posted @ 2015-12-03 18:59 圆旭 阅读(1344) 评论(0) 推荐(0)
摘要: #!/bin/shpasswd ubuntu<<EOFubuntuubuntuEOFsed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_configservice ssh restart这样你... 阅读全文
posted @ 2015-12-03 18:39 圆旭 阅读(535) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 52 下一页