Posted 2 months, 2 weeks ago at 3:12 pm. 0 comments
再也不需要东找西找了,加入这个 Medibuntu 源就行了。主要是 win32codecs
https://help.ubuntu.com/community/Medibuntu
然后
安装多媒体解码器,输入命令
* Xine多媒体引擎解码器
sudo apt-get install libxine1-ffmpeg libxine1-all-plugins libxine1-plugins w32codecs gcc-3.3-base libstdc++5
* Gstreamer多媒体引擎解码器
sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-pitfdll gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-esd
* DVD影碟功能支持
sudo apt-get install libdvdnav4 libdvdread3 libdvdcss2
配置电影播放器
sudo apt-get remove totem-mozilla -y
sudo apt-get install smplayer smplayer-themes mozilla-mplayer
配置音乐播放器,输入命令
sudo apt-get install gstreamer0.10-fluendo-mpegdemux gstreamer0.10-gnonlin libflashsupport
Popularity: 14% [?]
Tags:
multimedia,
ubuntu
Posted 7 months, 1 week ago at 11:32 am. 0 comments
打开添加/删除,选择 所有可安装应用程序,在 其他 类别中找到 Ubuntu restricted extras,勾选安装即可。
包括 mp3,java,flash 等软件包。

WMV, RealMedia 以及其它一些编码格式,安装 w32codes 包
wget -c http://www.debian-multimedia.org/pool/main/w/w32codecs/w32codecs_20061022-0.0_i386.deb
sudo dpkg -i w32codecs_20061022-0.0_i386.deb
加密 DVD 安装这个
http://www.videolan.org/libdvdcss/
安装这些解码器
sudo apt-get install libxine-extracodecs totem-xine mplayer ffmpeg lame faad sox mjpegtools libxine-main1
Click Applications → Add/Remove. Select Other and then select the Ubuntu restricted extras package. Click OK.
#
To play most DVDs you’ll need the libdvdcss2 package from [WWW] here. This is a third party package, and not supported by Ubuntu. See Installing Software to install the file.
#
Users of x86 systems may also install some additional Windows codecs that are only available in third-party repositories.
#
#
AMD64 architecture
*
The Windows Codecs package cannot be used directly by the AMD64 distribution. Some people solve this problem by installing the i386 Ubuntu distribution inside a chroot (for example, Linux Vserver or [WWW] dchroot), and this works very well.
If after following this procedure, DVD playback still fails, your DVD drive may not have its region code set. Drives that have been activated with a DVD player on Windows shouldn’t require this, but new drives or new computers that have never had anything but Linux installed most likely will. Install the regionset package and run it to the set the region code under Ubunt
more
You need codecs (decoders) and software to read the contents of DVDs to be able to see multimedia files of different formats, as well as DVDs. These software are provided free for use in Ubuntu - however due to restrictions on distributing these modules in countries like the USA, they are not always easy to find. This post will tell you how to find them to install them on your Ubuntu computer.
Update: you can add the PLF repository to your sources.list to get the required multimedia codecs and binaries through apt-get (Synaptic).
The line to add to your /etc/apt/sources.list file would be:
deb http://packages.freecontrib.org/ubuntu/plf/ breezy free non-free
After you have done this, do
$sudo apt-get update
Now you can install the following using the PLF repository:
* w32codecs: A package of codecs needed to play multiple formats, notably DivX. (disponible. Maintainer: MirSPCM)
* RealPlayer: Stream player (disponible. Maintainer: keyes)
* libdvdcss2: The library needed to play back encrypted DVDs.(Disponible. Maintainer: MirSPCM)
* Xdtv: http://xawdecode.fr.st - Tv viewer and recorder, the dependancies, and plugins like plug-m (Maintainer: Stéph)
* Free-Go and FreePlayer: logiciels pour freenautes exclusivement (and Linux compatible FreePlayer mods: Homeplayer, FreeMode)
* autopano-sift: http://freshmeat.net/redir/autopano-sift/47274/url_homepage/autopano-sift - Panorama Image compositor (Disponible dans Marillat, Maintainer: Stéph))
* hugin: http://hugin.sourceforge.net/ - you can assemble a mosiac of photographs into a complete immersive panorama, stitch any series of overlapping pictures and much more.
* Divx4Linux: http://www.divx.com/divx/linux/ - Read and create DivX (Période de test. Maintainer: Stéph)
* Varsha: http://varsha.sourceforge.net/ - make DVD slideshows, videos, and interactive menus.
* dir2ogg: http://badcomputer.org/unix/dir2ogg/ - Converts mp3, m4a, and wav files into ogg-vorbis format
* dvdstyler: http://dvdstyler.sourceforge.net/ - DVD Authoring System
* kmplayer: http://kmplayer.kde.org/ - a working player for KDE
* kplayer: http://kplayer.sourceforge.net/ - a working player for KDE
* K9Copy: http://k9copy.free.fr/ - a small utility which allows the copying of DVDs on Linux.
* XDVDShrink: http://dvdshrink.sourceforge.net/ - allows you to create fair-use archival copies of DVD content on single-layer writable DVDs.
* Sharpmusique: http://www.nanocrew.net/software/sharpmusique/ - iTunes music store frontend, already packaged by the author, for Ubuntu Breezy here: http://www.nanocrew.net/sw/sharpmusique/sharpmusique_1.0-1_i386.deb
For the future, if the repositories above are not available, let me remind myself that I can find libdvdcss2 and w32codecs specially built for Ubuntu at the following locations:
libdvdcss2 : ftp://cipherfunk.org/pub/packages/ubuntu/pool/main/libd/libdvdcss/
w32codecs : ftp://cipherfunk.org/pub/packages/ubuntu/pool/main/w/w32codecs/
These two are required for playing dvds and for playing various kinds of media files, such as .avi .wmv etc in Ubuntu, and these packages are hard to find for Ubuntu. The Debian .debs usually work just fine, but it is good to have the Ubuntu .debs for these.
Disclaimer: In certain countries it may be illegal to use these libraries, since they may circumvent copyright laws, and the infamous DRM laws. Also, by linking to these software, I do not seek to encourage their use. Use at your own discretion. For the record, the site I linked to is not mine, and I have no clue who administers it.
Sad world this, where one has to risk violating the law to watch movies on DVDs that one has bought with one’s own money!
Popularity: 15% [?]
Tags:
multimedia
Posted 7 months, 1 week ago at 11:32 am. 0 comments
因为没有 w32codecs 的 i686 版本,而 w32codecs_20061022-0.0_i386.deb 又不让在 64位的 ubuntu 上安装。所以只能安装 mplayer 64 位 codec 包,用 mplayer 来看这些视频。
下载 essential-amd64-20061203.tar.bz2 解压到 /usr/lib/win32 目录即可。(默认没有 win32 目录,新建一个)
如果需要自己安装编译 mplayer rc1 的话,下载这个 MPlayer-1.0rc1.tar.bz2 包编译安装。
Popularity: 12% [?]
Tags:
multimedia,
rmvb
Posted 7 months, 1 week ago at 11:32 am. 0 comments
Graphics:
* The GIMP - free software replacement for Adobe Photoshop
* F-Spot - full-featured personal photo management application for the GNOME desktop
* Google Picasa - application for organizing and editing digital photos
Internet:
* Firefox
* Opera
* Flash Player 9
* gFTP - multithreaded FTP client
* Thunderbird - email and news client
* Evolution - combines e-mail, calendar, address book, and task list management functions
* aMule - P2P file sharing application
* Bittorrent client
* Azureus - Java Bittorrent client
* Gaim - multi-platform instant messaging client
* Skype
* Google Earth
* Xchat IRC - IRC client
Office:
* OpenOffice Writer - replacement for Microsoft Word
* OpenOffice Calc - replacement for Microsoft Excel
* Adobe Reader
* GnuCash - double-entry book-keeping personal finance system, similar to Quicken
* Scribus - open source desktop publishing (DTP) application
Sound & Video:
* Amarok - audio player
* Audacity - free, open source, cross platform digital audio editor
* Banshee - audio player, can encode/decode various formats and synchronize music with Apple iPods
* MPlayer - media player (video/audio), supports WMA
* Rhythmbox Music Player - audio player, similar to Apple’s iTunes, with support for iPods
* gtkPod - software similar to Apple’s iTunes, supports iPod, iPod nano, iPod shuffle, iPod photo, and iPod mini
* XMMS - audio player similar to Winamp
* dvd::rip - full featured DVD copy program
* Kino - free digital video editor
* Sound Juicer CD Extractor - CD ripping tool, supports various audio codecs
* VLC Media Player - media player (video/audio)
* Real Player
* Totem - media player (video/audio)
* Xine - media player, supports various formats; can play DVDs
* GnomeBaker - CD/DVD burning program
* K3B - CD/DVD burning program
* Multimedia-Codecs
Programming:
* Nvu - WYSIWYG HTML editor, similar to Macromedia Dreamweaver, but not as feature-rich (yet)
* Bluefish - text editor, suitable for many programming and markup languages
* Quanta Plus - web development environment, including a WYSIWYG editor
Other:
* VMware Server - lets you run your old Windows desktop as a virtual machine under your Linux desktop, so you don’t have to entirely abandon Windows
* TrueType fonts
* Java
* Read/Write support for NTFS partitions
Ubuntu automatically installs the GNOME desktop.
Lots of our desired applications are available in the Ubuntu repositories, and some of these applications have been contributed by the Ubuntu community. The rest (except for Nvu) can be obtained by using Automatix.
I will use the username falko in this tutorial. Please replace it with your own username.
via http://www.howtoforge.com/the_perfect_desktop_ubuntu7.04
Popularity: 42% [?]
Tags:
amule,
cat,
decode,
flash,
font,
gnome,
install,
linux,
ls,
mplayer,
multimedia,
p2p,
ubuntu,
vi
Posted 7 months, 1 week ago at 11:32 am. 0 comments
让 ubuntu 下 totem 播放 rmvb,步骤如下:
安装编码器
wget -c -P /tmp/ http://www.debian-multimedia.org/pool/main/w/w32codecs/w32codecs_20061022-0.0_i386.deb
wget -c -P /tmp/ http://www.debian-multimedia.org/pool/main/libd/libdvdcss/libdvdcss2_1.2.9-0.0_i386.deb
sudo dpkg -i /tmp/w32codecs_20061022-0.0_i386.deb /tmp/libdvdcss2_1.2.9-0.0_i386.deb
安装 totem-xine
sudo apt-get install totem-xine libxine-extracodecs
这时候播放 rmvb 没有声音!
gksudo gedit ~/.xine/catalog.cache
找到 xineplug_decode_real_audio.so,把 decoder_priority=5 改为 decoder_priority=10。(也就是把 real 解码器的级别提前)
这样就有声音了。类似的,当 totem 播放 wmv 有问题时,也可以适当提高 xineplug_decode_w32dll.so 的级别为 7。
更多 totem 相关日志
Popularity: 14% [?]
Tags:
cat,
deb,
decode,
install,
multimedia,
rmvb,
ubuntu
Posted 7 months, 1 week ago at 11:31 am. 0 comments
13 Things to do immediately after installing Ubuntu
1. Enabling/Adding Extra Repositories
打开/添加额外的源
2. Installing ntfs-3g
安装 ntfs-3g,用于读写NTFS分区
sudo apt-get install ntfs-config
gksu ntfs-config
3. Making Windows see your Linux partition
windows下使用 Ext2 Installable File System For Windows来读写 linux 分区。其实这个 fs-driver 界面、易用性比较好,直接在我的电脑中映射一个盘符,但我个人感觉不如 explore2fs
4. Installing flash-plugin
安装 flash 插件
sudo apt-get install -y flashplugin-nonfree
5. Installing Microsoft True Type Fonts
安装 windows 字体
sudo apt-get install -y msttcorefonts
6. Installing unrar
安装 unrar
sudo apt-get -y install unrar
7. Installing mpg123
安装 mpg123,轻量级的命令行 mp3 播放器。
sudo apt-get install -y mpg123
8. Installing Adobe Reader
(这个有必要吗?替代软件很多啊)
9. Installing DVD playback support
添加DVD解码器。已经添加源了的话就
sudo aptitude install libdvdcss2
否则
sudo /usr/share/doc/libdvdread3/./install-css.sh
10 . Installing the extra multimedia codecs,players
其它解码器
sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-gl gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse libxine-extracodecs w32codecs
vlc mplayer
11. Updating the system
sudo apt-get update 升级
12 . Installing beagle
linux 下的桌面搜索工具。类似于Google Desktop Search 或者苹果下的 Mac OS Spotlight。
sudo apt-get install -y beagle
13. Installing gdesklets
gdesklets 桌面小应用程序,包括 dock、日历、时钟等 Widgets。
如果你嫌以上这些太麻烦,也可以直接使用 easyubuntu或者 automatix 脚本。
Easy Ubuntu is easy, graphical and safe.
* All the modified files are backed up.
* Unless you ask for it, your sources.list is not modified.
* EasyUbuntu can be translated into your language
* Runs on Ubuntu, Kubuntu and Xubuntu without installing additional software.
Automatix2 is a graphical interface (written in python and bash) for automating the installation of the most commonly requested applications in some Debian based distributions.
linux 命令行技巧
Popularity: 16% [?]
Tags:
cat,
deb,
flash,
font,
hp,
install,
linux,
mplayer,
multimedia,
ubuntu
Posted 7 months, 1 week ago at 11:31 am. 0 comments
via listible Essential Linux Software,截至到 2006-04-13
Firefox
The best internet browser
AmaroK
The most sophisticated mp3 player for Linux
k3b
K3b is a feature-rich and easy to handle CD burning application.
Thunderbird
The best email client
bash
Synaptic
Package manager
K Desktop Environment
“KDE is a powerful Free Software graphical desktop environment for Linux and Unix workstations.”
xine
xine is a free multimedia player. It plays back CDs, DVDs, and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3 from local disk drives, and displays multimedia streamed over the Internet.
Gaim
The best instant messaging application. Combines all the protocols (ICQ, Yahoo, MSN, Jabber).
Liferea
RSS aggregator
F-Spot
Personal photo management software.
Downloader for X
Download manager
Ekiga
Ekiga is a free Voice over IP phone allowing you to do free calls over the Internet.
TSClient
tsclient is a frontend for rdesktop and other remote desktop tools
GNU Midnight Commander File Manager
It’s like Xtree for the Linux
K Desktop Environment
The best client of Jabber.
Make Custom Linux Penguin Sign
This sign generator has a picture of the Linux penguin holding a sign where you can change the letters in the image for download or send free ecard (requires Javascript).
ZSH
“Zsh is a shell designed for interactive use, although it is also a powerful scripting language.”
PSI
The best client of Jabber.
Popularity: 15% [?]
Tags:
cat,
decode,
design,
linux,
ls,
multimedia,
shell,
unix,
vi
Posted 7 months, 1 week ago at 11:31 am. 0 comments
学习 shell 写法。也可以作为安装设置参考。
将从#! /bin/bash开始的内容复制到文本编辑器中,保存为ubuntu5_10
然后进入命令行,切换到脚本文件的
目录,输入sudo chmod u+x ubuntu5_10
使用方法:
在命令行中切换到脚本的文件夹,输入
./ubuntu5_10 [simsun.ttc字体文件的路径]
然后遇到问[y/n]就输入y
这个脚本是我练习SHELL脚本的作品,没有多少技术含量,各位大虾看到了别笑我. Finish By ghostdomcode
#! /bin/bash
#上面的语句是指定你的SHELL路径,在命令行中输入echo $SHELL来查看你系统的SHELL路径
echo 这个SHELL脚本是半自动优化ubuntu5.10的.
echo Editor: ghostdomcode
echo 一切资料来源: http://www.ubuntu.org.cn
echo 欢迎使用ubuntu!
echo 下面设置新的软件库…
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
echo deb http://ubuntu.cn99.com/ubuntu/ breezy main restricted universe multiverse >/etc/apt/sources.list
echo deb http://ubuntu.cn99.com/ubuntu/ breezy-updates main restricted universe multiverse >>/etc/apt/sources.list
echo deb http://ubuntu.cn99.com/ubuntu/ breezy-security main restricted universe multiverse >>/etc/apt/sources.list
echo deb http://ubuntu.cn99.com/ubuntu/ breezy-backports main restricted universe multiverse >>/etc/apt/sources.list
echo deb http://ubuntu.cn99.com/ubuntu-cn/ breezy main restricted universe multiverse >>/etc/apt/sources.list
echo deb http://ubuntu.cn99.com/backports/ breezy-extras main restricted universe multiverse >>/etc/apt/sources.list
echo 更新系统
sudo apt-get update
sudo apt-get upgrade
echo 安装Flash播放器及其Firefox插件
sudo apt-get install flashplayer-mozilla
echo 重启 Mozilla Firefox
echo 安装Downloader for X
sudo apt-get install d4x
echo 安装gFTP
sudo apt-get install gftp
echo 安装Codecs
sudo apt-get install gstreamer0.8-plugins
sudo apt-get install gstreamer0.8-lame
sudo apt-get install gstreamer0.8-ffmpeg
sudo apt-get install w32codecs
sudo apt-get install libdivx4linux
sudo apt-get install lame
sudo apt-get install sox
sudo apt-get install ffmpeg
sudo apt-get install mjpegtools
sudo apt-get install vorbis-tools
gst-register-0.8
echo 安装DVDPlayback
sudo apt-get install libdvdcss2
echo 安装Xine
sudo apt-get install xine-ui
gconftool-2 –type string –set /desktop/gnome/volume_manager/autoplay_dvd_command “xine dvd://”
sudo rm -f /usr/share/applnk/Multimedia/xine.desktop
sudo ln -fs /usr/share/xine/desktop/xine.desktop /usr/share/applications/
sudo cp /usr/share/applications/defaults.list /usr/share/applications/defaults.list_backup
sudo sed -e ’s/totem.desktop/xine.desktop/g’ /usr/share/applications/defaults.list_backup > /tmp/defaults.list
sudo mv /tmp/defaults.list /usr/share/applications/defaults.list
echo 安装MPlayer
sudo apt-get install mplayer-386
sudo apt-get install mplayer-fonts
sudo apt-get install mozilla-mplayer
sudo cp /etc/mplayer/mplayer.conf /etc/mplayer/mplayer.conf_backup
sudo gedit /etc/mplayer/mplayer.conf
echo 安装XMMS
sudo apt-get install xmms
wget -c http://frankandjacq.com/ubuntuguide/xmms-wma_1.0.4-2_i386.deb
sudo dpkg -i xmms-wma_1.0.4-2_i386.deb
sudo cp /usr/share/applications/defaults.list /usr/share/applications/defaults.list_backup
sudo cp /usr/share/applications/defaults.list /tmp/defaults.list_tmp
sudo sed -e ’s/audio\/mpeg=.*/audio\/mpeg=XMMS.desktop/g’ /tmp/defaults.list_tmp > /tmp/defaults.mp3
sudo sed -e ’s/audio\/x-mpegurl=.*/audio\/x-mpegurl=XMMS.desktop/g’ /tmp/defaults.mp3 > /tmp/defaults.m3u
sudo sed -e ’s/audio\/x-wav=.*/audio\/x-wav=XMMS.desktop/g’ /tmp/defaults.m3u > /tmp/defaults.list
sudo mv /tmp/defaults.list /usr/share/applications/defaults.list
sudo rm -f /tmp/defaults.*
echo 安装RAR
sudo apt-get install rar
sudo ln -fs /usr/bin/rar /usr/bin/unrar
echo 安装BuildEssential
sudo apt-get install build-essential
echo 安装小企鹅输入法
sudo apt-get install fcitx
sudo sh -c ” echo ‘export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE=”fcitx” ; fcitx ‘ > /etc/X11/Xsession.d/95xinput ”
sudo chmod +755 /etc/X11/Xsession.d/95xinput
echo 中文字体优化
sudo cp ¥1 /usr/share/fonts/truetype/
echo 进入系统->首选项->字体 进行选择.选用字体simsun 用单色.OK
echo 初步优化OK!接下来的要你自己研究啦!
firefox http://www.ubuntu.org.cn
echo 有问题上论坛
firefox http://forum.ubuntu.org.cn/
via http://forum.ubuntu.org.cn/viewtopic.php?t=11491
Popularity: 16% [?]
Tags:
cat,
deb,
flash,
font,
gnome,
hp,
install,
linux,
ls,
mplayer,
multimedia,
shell,
ubuntu,
vi
Posted 7 months, 1 week ago at 11:31 am. 0 comments
Automatix (Automated GUI installation script) ubuntu 下图形界面的软件自动安装程序。适用于 breeze 版本。一次搞定所有软件安装。
1) Installs multimedia codecs
2) Installs all Firefox plugins (java, flash, etc) (except Adobe reader and mplayer)
3) Installs RAR, ACE and UNRAR archive support
4) Installs skype
5) Installs Acrobat reader 7 and firefox plugin for the same.
6) Installs Gnomebaker (CD/DVD burning s/w for GNOME)
7) Installs gftp (FTP client for GNOME with ssh capability)
Installs Amule (File sharing program)
9) Installs Frostwire (GPL clone of Limewire)
10) Installs multimedia editors (Audacity (audio), Kino (video), EasyTag (ID3))
11) Installs DVD (dvdrip) ripper
12) Installs Mplayer and mplayerplug-in version 3.05 for Firefox
13) Installs totem-xine, Realplayer, VLC and Beep Media Player (with docklet)
14) Installs Opera Browser
15) Installs Debian Menu (shows all installed applications) (this kills and restarts your gnome-panel without warning u but its a completely harmless operation!)
16) Installs Bittornado and Azureus (Bittorrent clients)
17) Installs Avidemux (Video editing tool) (New version 2.1.0)
18) Enables Numlock on (turns numlock on Gnome startup)
19) Installs Programming Tools (Anjuta (C/C++ IDE), Bluefish (HTML editor) and Screem (Web Development Env.))
20) Install GnomePPP (Graphical Dial up connection tool)
21) Installs MS true type fonts
22) Configures ctrl-alt-del to start gnome-system-monitor (aka windows)
23) Installs Streamripper and Streamtuner
24) Installs NON-FREE audio and dvd codecs
25) Installs ndisgtk (WiFi configurator Graphical user interface)
26) Upgrades Open Office to 2.0 (final version), installs openoffice clipart and installs OO2 thumbnailer.
27) Adds 3 nautilus scripts (open any file with gedit as root; open a nautilus window as root in any folder; open gnome search tool in any folder (Right click in a nautilus window and look under “scripts”)
28) Installs SUN’S JAVA JRE version 1.5
29) Installs SUN’S JAVA JDK version 1.5
30) Installs wine (u need to run winecfg manually after installation)
31) Enables ejection of CD when CDROM drive button is pressed.
32) Installs AMSN 0.95 (MSN client with webcam support)
33) Installs Mercury Messenger (Java based MSN client with webcam support)
34) Installs BUM (Boot-up Manager)
35) Installs DCPP (Linux DC++ client)
36) Installs sbackup (Backup and restoration solution)
37) Installs Listen Music manager (with repository)
38*) Installs firestarter (GNOME firewall frontend) and adds firestarter to GNOME startup
39*) installs gdesklets (GNOME eyecandy) and adds gdesklets to GNOME startup
40*) Gamepads (Makes USB gamepads work)
41*) Turns DMA ON on Intel and AMD machines (needs a restart)
42*) NVIDIA cards (Detects Nvidia cards and installs drivers) (Needs a restart)
43*) Adds midi capability to your Ubuntu box (test by playing a midi file with timidity or pmidi from terminal)
44*) Installs Firefox 1.5.0.1 and its plugins(themes and extensions are not retained, bookmarks need to be copied from backup folder)
45*) Installs Mozilla-Thunderbird 1.5 (US-only version) (no support for non-US-english language packs and enigmail)
46*) Fixes Gnome sound related issues (ALSA and ESD config) (needs a restart) (ONLY FOR GNOME! NOT TO BE USED ON KDE/XFCE)
Popularity: 25% [?]
Tags:
amule,
cat,
deb,
flash,
font,
game,
gnome,
hp,
install,
linux,
ls,
mplayer,
multimedia,
right,
ubuntu,
vi
Posted 7 months, 1 week ago at 11:30 am. 0 comments
原文来自 Top 10 Ubuntu apps and tweaks
1.Automatix 最著名的 ubuntu 安装脚本文件。
2.Beagle 类似google desktop 的本地搜索工具。
3.Gnome Deskbar Applet 桌面工具。
4.VLC 多媒体播放器。
How to install Multimedia Player (VLC) with plug-in for Mozilla Firefox
5.firefox
6.amaroK 多媒体播放管理器
7.CheckGmail gmail 邮件提醒
8.NTFS 读写支持 HOWTO: NTFS with read/write support using ntfs-3g (easy method)
9.关掉系统报警声
rmmod pcspkr
打开
modprobe pcspkr
10. XGL/Compiz 3D操作系统,这里有段效果演示的视频。我用过几天,很玄但华而不实,而且不太好卸载。
相关资料:
Ubuntu10大应用程序和改进
Popularity: 11% [?]
Tags:
gnome,
hp,
install,
multimedia,
right,
tweak,
ubuntu
ad 468x60