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

推荐订阅源

V
V2EX
C
Check Point Blog
博客园_首页
B
Blog
D
Docker
U
Unit 42
量子位
I
InfoQ
有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
GbyAI
GbyAI
L
LangChain Blog
云风的 BLOG
云风的 BLOG
博客园 - Franky
美团技术团队
T
The Blog of Author Tim Ferriss
阮一峰的网络日志
阮一峰的网络日志
月光博客
月光博客
Vercel News
Vercel News
Recent Announcements
Recent Announcements
雷峰网
雷峰网
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
Google DeepMind News
Google DeepMind News

博客园 - 三胖他爹

VC CUtilityLZW 效率还行的LZW压缩算法,随机数加密 VC CQHashNTBuffer 牛逼的Hash表 UINT32 VC CHashBuffer 牛逼的hash表算法,字符串查找块了100倍 关闭Fedora防火墙 gnome 屏幕截图 zynq -- arm-xilinx-eabi-路径 Fedora 14安装出现的错误 zynq -- cannot find -lxil Zynq -- 启动过程 OTG: On-The-Go Zynq --- SDK - Cannot compile ARM application on Windows 7 64-bit or Linux 64-bit OS MarshalHelper iec61850采样协议(9-1、9-2)解析(二) 找不到/dev/input/event的原因 iec61850采样协议(9-1、9-2)解析(一) C语言项目常用的头文件声明及相关宏定义 TTY头文件注释 设置和取得串口参数 程序调用shell设置ip地址
fedora19安装后,需要安装的一些必备的软件包
三胖他爹 · 2013-09-08 · via 博客园 - 三胖他爹

安装rpmfusion源

Fedora 19的源:
sudo yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-19.noarch.rpm  http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-19.noarch.rpm

安装一下有用的一些软件包

sudo yum -y install yum-fastestmirror unrar thunderbird emacs ibus-table \
redhat-lsb gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg \
compat-libstdc++-33 NetworkManager-devel python-gevent tracker-ui-tools qemu \
libpciaccess-devel xorg-x11-util-macros llvm-devel mtdev* mutt msmtp tftp \
tftp-server policycoreutils-gui mtd-utils mtd-utils-ubi vim ibus-pinyin \
gnome-tweak-tool ckermit stardict stardict-dic-zh_CN stardict-dic-en \
ibus-table-chinese-wubi-haifeng gnash smplayer vlc samba pidgin pidgin-sipe \
meld expect glibc-static ncurses-static genromfs cmake ccache p7zip nmap \
gstreamer1-plugins-bad-freeworld gstreamer1-plugins-ugly gstreamer1-libav

升级一下系统:

sudo yum -y update

安装chrome

32位系统:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm
sudo rpm -ivh google-chrome-stable_current_i386.rpm

64位系统:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
sudo rpm -ivh google-chrome-stable_current_x86_64.rpm

安装 flash plugin

32位系统:

wget http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm

sudo rpm -ivh adobe-release-i386-1.0-1.noarch.rpm

64位系统:

wget http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm

sudo rpm -ivh adobe-release-x86_64-1.0-1.noarch.rpm

sudo yum -y install flash-plugin

 MP3播放器 (这几个播放器都是可选的,其实我一般都用smplayer)
    # yum install gstreamer rhythmbox
    # yum install amarok phonon-backend-gstreamer
    # yum install audacious audacious-plugins
    # yum install mac    // Monkey's Audio - APE
    # yum install lame  // mp3 编码(一般不用明确安装,上述项目安装过程将安装lame)
    # yum install mp3gain  // mp3音量调整

 DVD 及视频支持
    # yum install libdvdread libdvdnav lsdvd
    # yum install gstreamer-plugins-base* gstreamer-plugins-good* gstreamer-plugins-bad* gstreamer-plugins-ugly*
    # yum install ffmpeg ffmpeg-libs gstreamer-ffmpeg libmatrosca xvidcore
    # rpm -Uvh http://rpm.livna.org/livna-release.rpm
     # yum install xine-lib xine-lib-extras-freeworld
    # yum install mplayer smplayer
    # yum install vlc    // 这个是网络媒体用的,不玩游戏好像用处不大。
    # yum install avidemux   // 这个是视频编辑工具。

 常用的工具软件
    # yum install unrar    // 解Rar的工具   
    # yum install bcrypt     // 文件加密工具
    # yum install screen    // 很强的终端工具
    # yum install p7zip p7zip-plugins    // 解压工具
    # yum install filezilla    // FTP客户端
    # yum install gnome-tweak-tool    // 系统桌面设置工具
    # yum install bluefish    // 文本编辑工具
    # yum install stardict    // 英汉词典
    # yum install amsn amsn-plugins tcllib   // Linux版的MSN (tcllib: 不装amsn起不来,f17的BUG)
    # yum install k3b k3b-extras-freeworld normalize   // 刻录软件
    # yum install dia dia-*   // 流程图绘制
    # yum install pencil    // 项目开发综合绘图软件
    # yum install geda\* pcb gerbv    // 电路设计/PCB软件

 输入法(只安装小企鹅就行,而且aMSN和其配合完美)
    # yum install ibus    // 系统应该默认就有

安装拼音输入法

 # yum install ibus-pinyin


     # yum install fcitx    // 著名的小企鹅输入法

安装局域网通讯工具 飞鸽/飞球

sudo yum install git libgtk2.0-dev libgconf2-dev g++ make autoconf libtool automake
git clone git://github.com/iptux-src/iptux.git
cd iptux
./configure
make
sudo make install
iptux

安装完毕需要修改编码:主编码设置为utf-8 ,候选编码改成GB18030;否则可能发送消息失败

安装GNOME调节工具(GNOME Tweak Tool):对我来说,一种所谓的"纯粹的"GNOME外壳用起来很无趣。使用过程中,只显示关闭按钮的窗口标题栏只是其中一个很烦人的方面。不过借助GNOME调节工具,你可以通过图形化界面配置其中一些特性。想安装该工具,你可以通过外壳终端或者通过gpk应用程序来安装。如果通过外壳终端来安装,只要以根用户身份输入yum install gnome-tweak-tool。如果通过gpk应用程序来安装,按名称来搜索该应用程序,并安装。然后,你可以从应用程序选择器视图来启动它。GNOME调节工具的主默认视图如下所示。我总是喜欢更改的第一个设置是Arrangement of buttons on the titlebar(排列标题栏上的按钮)。我喜欢显示所有的按钮。这只是你使用GNOME调节工具就能改动的众多设置之一。

 安装扩展件:如果你与我一样也不喜欢"纯粹的"GNOME外壳,但又不想放弃GNOME 3桌面,换成另一种桌面环境,那么你可以安装众多扩展件,这些扩展件可以根据你的喜好来改动GNOME 3桌面。《为GNOME 3提高生产力的2个扩展件》一文已经介绍了2个扩展件。如果安装这两个扩展件,你的GNOME外壳看起来就完全如同下面图中的外壳,应用程序选择器按钮就在顶部面板的正上方。

 OpenOffice安装
一、首先安装openoffice.org套件
yum groupinstall "Office/Productivity"
安装好后,由于采用默认安装,语言是英文,我可以通过以下方法来查找来安装中文 语言包。
yum list openoffice*
会出现以下安装包:
....
openoffice.org-langpack-ta_IN.i686            1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-te_IN.i686            1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-th_TH.i686            1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-tn_ZA.i686            1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-tr_TR.i686            1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-ts_ZA.i686            1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-uk.i686               1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-ur.i686               1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-ve_ZA.i686            1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-xh_ZA.i686            1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-zh_TW.i686            1:3.2.0-12.31.fc13        updates
openoffice.org-langpack-zu_ZA.i686            1:3.2.0-12.31.fc13        updates
....
这里好像没有简体中文包,要是觉得麻烦的话,就安装这个吧
二、安装中文语言包
yum -y install openoffice.org-langpack-zh_TW.i686
或者:
系统(system)-> 管理(manage)-> 添加/删除软件
会出现一个对话框,然后搜索openoffice,在右边的列表找到Traditional Chinese Language Pack Openoffice.org,
在左边那个方框打上勾,然后应用就行了