随笔分类 -  随笔

摘要:step1:生成public/private rsa key pair在命令行中输入ssh-keygen -t rsa -C "your_email@example.com"step2:将新生成的key添加到ssh-agent中:# start the ssh-agent in the backgr... 阅读全文
posted @ 2015-04-13 21:44 HJ_pror
摘要:解決方式:請確認ifcfg-eth0檔案設定指令如下:vi /etc/sysconfig/network-scripts/ifcfg-eth0打開後出現以下內容,如果缺少請自己補上DEVICE=eth0BOOTPROTO=staticBROADCAST=192.168.1.255HWADDR=00:... 阅读全文
posted @ 2014-10-07 23:42 HJ_pror 阅读(288) 评论(0) 推荐(0)
摘要:1. 查看mysql状态:service mysql status (查看所有服务的状态: service --status-all) 2. 启动mysq: service mysql start 3. 关闭mysql: service mysql stop查看MySQL端口号:showglo... 阅读全文
posted @ 2014-10-07 23:40 HJ_pror
摘要:https://www.kernel.org/ 阅读全文
posted @ 2014-09-10 14:41 HJ_pror
摘要:在win7 下安装NetCFSvcUtil.exe ,执行这个exe生成代码的时候报异常。找了个通用的下载。http://blogs.msdn.com/b/habibh/archive/2009/06/26/netcfsvcutil-exe-and-windows-7.aspx 阅读全文
posted @ 2014-04-22 18:40 HJ_pror 阅读(312) 评论(0) 推荐(0)