会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
嗡嘛呢巴美吽舍
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
38
39
40
41
42
43
44
45
46
···
52
下一页
2016年1月2日
linux下解压 tar.bz2
摘要: tar xvfj xxx.tar.bz2转自:http://www.360doc.com/content/12/0907/16/8006573_234845810.shtml
阅读全文
posted @ 2016-01-02 18:52 圆旭
阅读(263)
评论(0)
推荐(0)
2015年12月29日
linux下获取硬盘使用情况
摘要: 常用命令: df -hl df -ah 转自: http://www.cnblogs.com/Anker/p/3381667.html
阅读全文
posted @ 2015-12-29 11:37 圆旭
阅读(147)
评论(0)
推荐(0)
2015年12月26日
cpio -H newc参数详解
摘要: -Hformat其中个format可以是:‘bin’The obsolete binary format. (2147483647 bytes)‘odc’The old (POSIX.1) portable format. (8589934591 bytes)‘newc’The new (SVR4)...
阅读全文
posted @ 2015-12-26 20:51 圆旭
阅读(2930)
评论(0)
推荐(0)
2015年12月25日
linux的tcz文件怎么安装?
摘要: .tcz文件是Tiny core linux 应用安装包文件启动Tiny core linux后,可以使用tce-load命令安装软件如: tce-load -i /tmp/bftpd.tcz转自:http://zhidao.baidu.com/question/499150237.html?si=...
阅读全文
posted @ 2015-12-25 16:15 圆旭
阅读(1128)
评论(0)
推荐(0)
透過 bc 計算 pi
摘要: echo "scale=${num}; 4*a(1)" | bc -lq例如:echo "scale=5000; 4*a(1)" | bc -lq4*a(1) 是 bc 主動提供的一個計算 pi 的函數,至於 scale 就是要 bc 計算幾個小數點下位數的意思。當 scale 的數值越大, 代表 ...
阅读全文
posted @ 2015-12-25 11:08 圆旭
阅读(427)
评论(0)
推荐(0)
CentOS切换桌面模式和命令行模式
摘要: CentOS系统中命令行模式的快捷键是[Ctrl]+[Alt]+[F1]~[F6],桌面模式的快捷键为[Ctrl]+[Alt]+[F7]转自:http://blog.sciencenet.cn/blog-442719-737532.html
阅读全文
posted @ 2015-12-25 10:48 圆旭
阅读(1416)
评论(0)
推荐(0)
2015年12月24日
virtualbox pxe启动
摘要: 在设置——系统中更改启动顺序,优先使用网路启动,如果你的网络环境支持PXE启动,就可以使用网络安装了。转自:http://blog.csdn.net/huanghuibai/article/details/47184733
阅读全文
posted @ 2015-12-24 11:30 圆旭
阅读(1376)
评论(0)
推荐(0)
2015年12月19日
Apt encounters errors with bad GPG keys [duplicate]
摘要: cd /var/lib/aptsudo mv lists lists.oldsudo mkdir -p lists/partialsudo apt-get update转自: http://askubuntu.com/questions/198371/apt-encounters-errors-wi...
阅读全文
posted @ 2015-12-19 11:44 圆旭
阅读(133)
评论(0)
推荐(0)
2015年12月18日
使用命令行操控VirtualBox虚拟机
摘要: (1)启动虚拟机:$ VBoxManage startvm <VMNAME> --type gui #执行结束后,就会启动指定的虚拟机,几乎和平时没什么区别。 $ VBoxManage startvm <VMNAME> --type headless #无gui,可以配置好ip,然后远程控制 (2)
阅读全文
posted @ 2015-12-18 09:24 圆旭
阅读(1729)
评论(0)
推荐(0)
2015年12月17日
amqp server closed the connection. check login credentials socket closed
摘要: rabbit, [ {default_user, >}, {default_pass, >}]},把相关配置中的rabiitmq的用户和密码做更改即可。转自:https://ask.openstack.org/en/question/48329/openstack-jun...
阅读全文
posted @ 2015-12-17 11:07 圆旭
阅读(714)
评论(0)
推荐(0)
上一页
1
···
38
39
40
41
42
43
44
45
46
···
52
下一页
公告