debian装机APT必备包

来源:互联网 发布:python获取cookie 编辑:程序博客网 时间:2024/04/30 15:44

debian 5.0默认安装后需要安装的包,不断补全.

主要用于程序开发,编译使用

 

基本开发包

 

  • build-essential
  • gcc  autoconf automake libtool gdb g++
  • vim
  • linux-headers-$(uname -r)
  • libncurses5-dev
  • libglib2.0-0

其他应用软件

  • screen//远程断线编译用

 

NFS:

  • nfs-common
  • nfs-kernel-server
  • portmap

TFTP:

  • tftpd tftp
  1. cat /etc/inetd.conf | grep tftp
  2. sudo mkdir -p /srv/tftp
    sudo chmod -R 777 /srv/tftp
  3. sudo /etc/init.d/openbsd-inetd restart 
  4. 测试: tftp yourserverip

 

内核:

 

linux-source-$(uname -r)   //获取当前内核源代码

 

 

Mysql:

 

mysql-server//实际安装mysql-server 5.0

libmysql++-dev

 

 

 

原创粉丝点击