Chinaunix首页 | 论坛 | 博客
  • 博客访问: 242262
  • 博文数量: 46
  • 博客积分: 847
  • 博客等级: 准尉
  • 技术积分: 435
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-17 18:05
个人简介

Linux运维经验

文章分类

全部博文(46)

文章存档

2021年(2)

2014年(2)

2013年(5)

2012年(19)

2011年(18)

我的朋友

分类: LINUX

2011-06-29 17:46:31

pppoe 上网: pppoeconf

查看Ubuntu版本:cat /etc/issue

备份&恢复MBR
备份mbr:
sudo dd if=/dev/sda of=/home/qujian/bak/mbr bs=521 count=1
意思为把硬盘的mbr(即前521个字节)导出存为mbr文件,以后就一劳永逸了。
写入mbr: 
sudo dd if=/home/qujian/bak/mbr of=/dev/sda bs=521 count=1 

[urxvt配置]
xrdb .Xresources
ls /etc/X11/app-defaults/URxvt

[auto-start]
/etc/rc.local

查看本地监听端口的进程:nmap -P0 localhost
查看80端口的使用进程:lsof -i :80
查看当前进程树:  pstree

查询软件xxx依赖哪些包:  apt-cache depends xxx
转换文件名由GBK为UTF8 :  convmv -r -f cp936 -t utf8 --notest --nosmart *

如何查看HTTP头:  w3m -dump_head
阅读(705) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~