debian类似centos的setup命令的工具sysvconfig
没centos的setup那么多功能,但也不错,不过在最小化安装完Debian后需要自己安装:
apt-get install sysvconfig
这个命令可以控制debian的启动项。
没centos的setup那么多功能,但也不错,不过在最小化安装完Debian后需要自己安装:
apt-get install sysvconfig
这个命令可以控制debian的启动项。
无线网卡是Intel wireless 3945abg,本来是找了个ipw3945的驱动在那边自己装,结果乱搞把ieee80211给搞坏了,重新把内核更新后,装师父的 iwlwifi3945ABG DRIVER,按着INSTALL文档make,install一番后,将iwlwifi-3945-ucode解压后把文件拷到 /lib/modules/里 继续阅读 »
VMwareWorkstation下装了Debian但是总存在系统时钟与宿主机不同步的情况,虽然参考官方提出的解决方法做一些conf的改动,但是还不是特别准确,所以决定装上VMTools。记录下过程,其他Linux安装过程也应该大同小异。 继续阅读 »
N次了,这个问题,这次一定要让自己记住,debian无愧于它的名字,普通方法是搞不定滴。
昨天更新gtk,搞坏了桌面,无奈用fvwm代替。今天启动发现竟然又自己启动到图形模式了,可是登录后桌面依然无法显示。 继续阅读 »
aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth.
It even supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink’s chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. 继续阅读 »
最近一直想在Linux中开发S1mp3项目,可是我在VMware中装上Debian/Linux后就是装不上VMware-tools,在网上搜集了一下资料没有一个适合我的,而且讲的都是很简单就装上来,没办法,只能自己下手,经过几个小时的努力终于解决了,现在把自己的方法公布给大家,防止大家走弯路。
用到了以下几个命令apt-get、apt-cache、uname-a
首先检查的Debian在安装时,根本就没有安装gcc、内核头文件也没有。 继续阅读 »