Category Archives: Linux

MPlayer 1.0 preview 5 安装及IPv6在线视频支持

作者: ycflash 本文基于源代码安装(我喜欢这样的安装方式:P) ,用来看电影和在线IPv6。 到 http://www.mplayerhq.hu 下载 MPlayer-1.0pre5.tar.bz2 neutron-1.5.tar.bz2essential-20041107.tar.bz2 gb2312-kai.tar.bz2 文件,皮肤前端,自己随便选喜欢的下。 为了方便,所有操作均在root下完成。普通用户,到时候自己修改主目录下相关配置, 并修改相应权限即可。 安装解码器: 假定 mplayer安装目录为 /usr/local/mplayer 解码器在 /usr/local/mplayer/codecs 开始安装解码器: mkdir /usr/local/mplayer tar jxvf essential-20041107.tar.bz2 mv essential-20041107 /usr/local/mplayer/codecs 安装mplayer主程序: tar jxvf MPlayer-1.0pre5.tar.bz2 cd MPlayer-1.0pre5/ ./configure –prefix=/usr/local/mplayer –enable-gui –with-codecsdir =/usr/local/mplayer/codecs –with-win32libdir=/usr/local/mplayer/codecs … 繼續閱讀

发表在 Linux | 发表评论

使用ssh来run remote X applications

Run remote X applications over network using ssh This small howto guides you to run remote X applications over network using ssh. Introduction The X windows system created by X consortium www.X.org * It is client/server architecture. * X is … 繼續閱讀

发表在 Linux | 1条评论