会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
鸟瞰的鸟
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
8
下一页
2018年12月24日
top与ps命令入门
摘要: 背景:想了解openssh-server响应用户的sftp连接请求时是否多进程。 实验方法:创建了test1~4共四个用户,同时用filezilla进行sftp连接。 现在在openssh-server所在主机上运行top,可以看到: 上图可以看到,每个sftp连接都起了3个进程。那么,这些进程分别
阅读全文
posted @ 2018-12-24 11:38 鸟瞰的鸟
阅读(750)
评论(0)
推荐(0)
2018年12月19日
Ubuntu修改时区
摘要: 先 sudo tzselect ,根据提示选择正确时区。 然后 sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 最后看 date -R
阅读全文
posted @ 2018-12-19 18:32 鸟瞰的鸟
阅读(259)
评论(0)
推荐(0)
调试openSSH时常见问题的解决
摘要: 1.sudo make install时提示:Privilege separation user sshd does not exist。解决办法: 修改/etc/passwd文件,在最后加入 sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:
阅读全文
posted @ 2018-12-19 09:50 鸟瞰的鸟
阅读(2134)
评论(0)
推荐(0)
2018年12月18日
OpenSSH源码编译安装
摘要: 一. 基础环境准备 操作系统:Ubuntu16.04Server 先 便于后续上传源码以及调试。 看一下现在openssh的版本: 安装编译所需要的库: 二. 源码下载 。。。 三. 编译安装 1. zlib 进文件夹后直接配置编译安装: 2. openssl 注意要先卸载旧版本: 删除旧配置文件:
阅读全文
posted @ 2018-12-18 14:48 鸟瞰的鸟
阅读(14954)
评论(0)
推荐(0)
2018年12月17日
windows系统下编写的sh拷贝到ubuntu后执行出错:/usr/bin/env: ‘bash\r’: No such file or directory
摘要: 用 ./ 运行bash脚本文件出现 报错信息 /usr/bin/env: "bash\r": 没有那个文件或目录 错误原因:这主要是因为bash后面多了\r这个字符的原因。在linux终端下,输出\r会什么都不显示,只是把光标移到行首。于是终端虽然输出了/usr/bin/env bash,但是碰到\
阅读全文
posted @ 2018-12-17 11:33 鸟瞰的鸟
阅读(5156)
评论(2)
推荐(0)
2018年12月10日
backspace变成^H
摘要: root@ubuntu:~# stty erase ^H
阅读全文
posted @ 2018-12-10 12:49 鸟瞰的鸟
阅读(355)
评论(0)
推荐(0)
2018年12月5日
git clone googlesource
摘要: PC机上安装:无 界 浏 览 (发邮件给 yfeng9811@gmail.com) 启动后勾选:无 界 分 享 ubuntu中配置git: git config --global http.proxy http://192.168.1.2:9666 git config --global https
阅读全文
posted @ 2018-12-05 15:08 鸟瞰的鸟
阅读(1065)
评论(0)
推荐(0)
2018年11月25日
集成hello到OpenDaylight发行版中
摘要: 发行版的安装配置运行参见: https://www.cnblogs.com/zjd1396/p/9952866.html 将hello工程拷贝到ODL发行版中: root@odl_ubuntu:/home/distribution-karaf-0.6.4-Carbon/system/org/open
阅读全文
posted @ 2018-11-25 22:39 鸟瞰的鸟
阅读(221)
评论(0)
推荐(0)
2018年11月24日
使用Archetype构建OpenDaylight项目hello
摘要: mkdir hello(后来看次步多余!) cd hello root@odl_ubuntu:/mnt/hello# mvn archetype:generate -DarchetypeGroupId=org.opendaylight.controller -DarchetypeArtifactId
阅读全文
posted @ 2018-11-24 21:45 鸟瞰的鸟
阅读(864)
评论(0)
推荐(0)
2018年11月21日
学习OpenflowJava
摘要: https://www.cnblogs.com/FrankZhou2017/articles/7446900.html https://www.sdnlab.com/9947.html
阅读全文
posted @ 2018-11-21 11:33 鸟瞰的鸟
阅读(332)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告