Fedora

Fedora 22 Workstation

一念之差,在Mac上装了Fedora 22。本来早就想装Linuxmint,几次三番都失败了,而且最关键Linuxmint是Ubuntu内核,useragent显示的是Ubuntu真不爽啊! 官网上当了Fedora-Live-Workstation-x86_64-22-3.iso,装入虚拟机。 Fedora-Live-Workstation-x8...
软件 8 张图 2 分钟阅读

Fedora: Chinese input under English locale

yum install scim-piny Increate a symbolic link to /etc/X11/xinit/xinput.d/scim with name as xinput-YOURLOCALE under /etc/alternatives, e.g. xinput-en_US Add scim -d to any of your startup script, e.g. xsession, .bashrc, .bash_prof...
软件 1 分钟阅读

Change Resolution in Fedora

Solution ONE: About the resolution problem, its usually something to do with your refresh rate. xorg uses the information provided about your monitor in the xorg.conf file to determine 'safe' resolutions. if you are sure&nb...
软件 3 分钟阅读

How to Update Firefox to Version 2.0 on Fedora

Download the Firefox2.0 Linux version package from the official website. Unpack it.We need a library to update. [root@localhost firefox]# yum install libstdc++.so.5[root@localhost firefox]# ./updater
软件 1 分钟阅读

Install Audio/Video Players for Fedora Core 5

All kinds of players, see: http://www.linuxfans.org/nuke/modules.php?name=Forums&file=printview&t=141267&start=30 Audio: Rhythmbox: http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.9/ xmms: http://www.linuxfans.org/nuke/modules.php?nam...
软件 3 分钟阅读

How to Install XMMS So We Can Play MP3 and WMA on Fedora

How to play music by using XMMS: 1、Quite simple. [root@localhost ~]# yum install xmms [root@localhost ~]# yum install xmms-mp3 2、Or: [root@localhost softs]# rpm -ivh http://www.xmms.org/files/1.2.x/rpm/rh9.x/xmms-1.2.8-1.i386.rpm 3...
软件 1 分钟阅读