会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ygtdxy
博客园
首页
新随笔
联系
管理
订阅
1
2
3
下一页
2017年3月24日
linux不需要密码ssh登陆
摘要: 1. 自动ssh/scp方法A为本地主机(即用于控制其他主机的机器) ;B为远程主机(即被控制的机器Server), 假如ip为192.168.60.110;A和B的系统都是Linux在A上运行命令:# ssh-keygen -t rsa (连续三次回车,即在本地生成了公钥和私钥,不设置密码)# s
阅读全文
posted @ 2017-03-24 10:55 ygtdxy
阅读(442)
评论(0)
推荐(0)
2017年3月17日
Linux常用网络测试命令
摘要: Linux常用网络测试命令 1、 ifconfig 可以使用ifconfig命令来配置并查看网络接口的配置情况。 例如: (1) 配置eth0的IP地址, 同时激活该设备。 #ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up (2) 配置eth0
阅读全文
posted @ 2017-03-17 15:04 ygtdxy
阅读(574)
评论(0)
推荐(0)
2016年9月7日
makefile
摘要: http://blog.chinaunix.net/uid-25100840-id-2047826.html http://blog.csdn.net/cod0904/article/details/51658398#t5
阅读全文
posted @ 2016-09-07 15:53 ygtdxy
阅读(116)
评论(0)
推荐(0)
2016年9月5日
Linux 库文件详解
摘要: 转自: http://www.cppblog.com/deane/articles/165216.html http://blog.sciencenet.cn/blog-1225851-904348.html http://www.pchou.info/linux/2016/07/17/linux-
阅读全文
posted @ 2016-09-05 16:10 ygtdxy
阅读(7029)
评论(2)
推荐(1)
Segmentation Faul
摘要: 转自:http://www.cnblogs.com/panfeng412/archive/2011/11/06/segmentation-fault-in-linux.html
阅读全文
posted @ 2016-09-05 15:26 ygtdxy
阅读(313)
评论(0)
推荐(0)
2016年8月25日
tomcat产生大量TIME_WAIT连接
摘要: http://blog.csdn.net/jiangguilong2000/article/details/12523771
阅读全文
posted @ 2016-08-25 09:44 ygtdxy
阅读(3759)
评论(0)
推荐(0)
2016年8月24日
GDB
摘要: 转自: http://blog.csdn.net/dadalan/article/details/3758025
阅读全文
posted @ 2016-08-24 11:54 ygtdxy
阅读(126)
评论(0)
推荐(0)
2016年8月19日
抱歉,您必须拥有一个终端来执行 sudo
摘要: Linux ssh执行远端服务器sudo命令时有如下报错: sudo: sorry, you must have a tty to run sudo sudo:抱歉,您必须拥有一个终端来执行 sudo 真实场景是在执行pssh的时候,在远端服务器执行sudo命令,有如下报错: 非sudo情况下: D
阅读全文
posted @ 2016-08-19 15:50 ygtdxy
阅读(874)
评论(0)
推荐(0)
2016年8月12日
sar使用
摘要: http://88fly.blog.163.com/blog/static/1226803902012514710581/
阅读全文
posted @ 2016-08-12 18:20 ygtdxy
阅读(102)
评论(0)
推荐(0)
Linux与mv命令结合,移动文件至指定目录
摘要: 转自:http://blog.csdn.net/hardwin/article/details/7711635 把当前目录下面的file(不包括目录),移动到/opt/shell find . -type f -exec mv {} /opt/shell \; find . -type f | xa
阅读全文
posted @ 2016-08-12 09:39 ygtdxy
阅读(23264)
评论(0)
推荐(0)
1
2
3
下一页
公告