Skip to content

Instantly share code, notes, and snippets.

View rainux's full-sized avatar

Rainux Luo rainux

View GitHub Profile
最近需要测试 Flash 内容,搜到了这个[很简单的办法](http://www.fsckin.com/2007/09/20/how-to-install-adobe-flash-player-for-amd64-64-bit-on-debian-etch/),原文是针对 etch 的,对于 lenny 来说更简单,官方仓库里已经有 nspluginwrapper 了,直接 apt 安装即可。
#!bash
aptitude install nspluginwrapper
然后在自己的账户(非 root 账户)里下载 Adobe 的 flash player 并使用 nspluginwrapper 安装为 Iceweasel/Firefox 的插件即可。
#!bash
wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
tar -zxf install_flash_player_9_linux.tar.gz