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

推荐订阅源

小众软件
小众软件
博客园_首页
M
MIT News - Artificial intelligence
雷峰网
雷峰网
GbyAI
GbyAI
博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
S
SegmentFault 最新的问题
H
Help Net Security
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 【当耐特】
V
Visual Studio Blog
月光博客
月光博客
G
Google Developers Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
腾讯CDC
云风的 BLOG
云风的 BLOG
美团技术团队
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans
有赞技术团队
有赞技术团队

博客园 - 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 目的文件或文件夹 快捷方式名称