惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
A
About on SuperTechFans
U
Unit 42
MyScale Blog
MyScale Blog
J
Java Code Geeks
博客园_首页
Blog — PlanetScale
Blog — PlanetScale
D
Docker
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 司徒正美
量子位
月光博客
月光博客
G
Google Developers Blog
V
V2EX
博客园 - 聂微东
宝玉的分享
宝玉的分享
IT之家
IT之家
Vercel News
Vercel News

博客园 - huadust

msdn 网络编程 委托用法 注册表操作 DateTime各种用法 [转]将dll汇入exe 用DataTable构建树 Lock Review String Review Class Review DataTable opertion Drag DataGridView Data To TreeView 2009_01_15_星期三 2009_01_02_星期五 2008_12_31_星期三 2008_12_20_星期六 2008_12_17_星期三 2008_12_06_星期六 2008_12_04_星期四
2008_12_24_星期三
huadust · 2008-12-24 · via 博客园 - huadust

今天终于把 Debian 下面的解码器搞定了,通过源安装上了 w32codecs。具体可参考: http://debian-multimedia.org/

首先下载 debian-multimedia-keyring 安装包,因为 w32codecs 是 non-free 的
安装命令:dpkg -i debian-multimedia-keyring_2008.10.16_all.deb

然后在 /etc/apt/sources.list 中添加 deb http://www.debian-multimedia.org etch main后,运行 apt-get install w32codecs

查看版本的命令:
uname -a
cat /proc/version
cat /etc/issue
lsb_release -a

删除文件(夹)命令:
rm
rm -r / rmdir

 
查看系统资源占用命令:
top

创建快捷方式命令
ln -sf 目的文件或文件夹 快捷方式名称