ubuntu,debian,redhat,fedora,centos
标签类目:apt-get

Debian/Ubuntu:让apt-get install 有自动补齐功能

分类:Ubuntu分类:Debian在 ~/.bashrc 里加入以下几行就行了。

# enable programmable completion features
if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi

Debian包管理

分类:Debian查看软件XXX安装内容
dpkg -L xxx

查找软件
apt-cache search 正则表达式 继续阅读 »

Debian系统配制工具

分类:Debian  都是命令行的配制工具:
  rcconf
  系统引导是你想要启动的服务,很有用工具。
  base-config

  基系统配制,第一次启动后,碰到的就是它吧,配制的方面很多哦,呵呵。 继续阅读 »

返回顶部