会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
剑风云
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
19
下一页
2016年1月3日
debain 安装openjdk nodejs
摘要: Debain安装openjdkDebian,Ubuntu等系统。在命令行中,键入: $sudo apt-get install openjdk-7-jre需要注意的是,openjdk-7-jre包只包含Java运行时环境(Java Runtime Environment)。如果是要开发J...
阅读全文
posted @ 2016-01-03 20:34 剑风云
阅读(388)
评论(0)
推荐(0)
2016年1月1日
Debain8.2 Desktop
摘要: 1.apt源http://my.oschina.net/qxa1982/blog/215587/2.gnome环境http://man.chinaunix.net/linux/debian/debian_learning/ch08s03.html
阅读全文
posted @ 2016-01-01 15:35 剑风云
阅读(169)
评论(0)
推荐(0)
2015年12月19日
Ubuntu(Debian)的aptitude与apt-get的区别和联系
摘要: Ubuntu(Debian)的aptitude与apt-get的区别和联系 起初GNU/Linux系统中只有.tar.gz。用户 必须自己编译他们想使用的每一个程序。在Debian出现之後,人们认为有必要在系统 中添加一种机 制用来管理 安装在计算机上的软件包。人们将这套系统称为dpkg。至此着名...
阅读全文
posted @ 2015-12-19 20:16 剑风云
阅读(153)
评论(0)
推荐(0)
2015年12月18日
Ubuntu Server 14.04 下root无法ssh登陆
摘要: Ubuntu Server 14.04 下root无法ssh登陆原来新版本里面sshd_config里面有了限制 #vim /etc/ssh...今天安装了Ubuntu Server 14.04 发现配置了root密码后竟然不能ssh登陆,但是su root正常! why?原来新版本里面sshd_...
阅读全文
posted @ 2015-12-18 19:44 剑风云
阅读(155)
评论(0)
推荐(0)
2015年12月13日
CentOS Linux解决Device eth0 does not seem to be present
摘要: http://www.linuxidc.com/Linux/2012-12/76248.htm
阅读全文
posted @ 2015-12-13 16:12 剑风云
阅读(100)
评论(0)
推荐(0)
c和指针(2)
摘要: char* a与char a[]的区别,const char* a与char* const a的区别#includeusing namespace std;void main(void){ // char* a 与 char a[] 的区别 char* a = "abcdef"; ...
阅读全文
posted @ 2015-12-13 11:03 剑风云
阅读(112)
评论(0)
推荐(0)
2015年12月12日
c和指针(1)
摘要: 注意:char *ch="Hello World!"; ch是一个指针常量
阅读全文
posted @ 2015-12-12 17:11 剑风云
阅读(88)
评论(0)
推荐(0)
2015年12月10日
gcc常用编辑
摘要: gcc中编译包含math.h的程序注意加-lm参数!http://blog.sina.com.cn/s/blog_53ed87c1010002p7.html
阅读全文
posted @ 2015-12-10 15:29 剑风云
阅读(109)
评论(0)
推荐(0)
2015年12月2日
debain光盘apt源,使用xinetd管理自己的服务
摘要: debain光盘apt源,使用xinetd管理自己的服务一、debain光盘apt源1.先挂载光盘mount /dev/sr0 /media/cdrom0mount /dev/sr1 /media/cdrom1mount /dev/sr2 /media/cdrom22.添加光盘apt源apt-cdr...
阅读全文
posted @ 2015-12-02 21:28 剑风云
阅读(276)
评论(0)
推荐(0)
2015年11月30日
u盘安装ubuntu server系统
摘要: u盘安装ubuntu server系统Ubuntu 12.04 Server,一般的U盘安装都会报:”从光盘上读取数据出错”。如果是桌面版(Desktop),则可以正常安装。只需要选择win32diskimager制作U盘安装程序,就可以正常安装Ubuntu 12.04 Server。win32di...
阅读全文
posted @ 2015-11-30 21:43 剑风云
阅读(398)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
19
下一页
公告