码迷,mamicode.com
首页 > 其他好文 > 详细

debian折腾笔记

时间:2014-11-24 20:34:17      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   color   os   使用   sp   

学习需要新安装了debian7.5

发现其别致之处即使是ubuntu熟手(比如我)也会有束手无策的地方

本文说明

1>软件源更新问题

2>中文输入问题

3>liberoffice中文显示问题

 

安装完debian7.5后

我迫不及待的想更新软件发现会提示让插入cd盘进行更新

这问题好说

打开/etc/apt/sources.list文件

注视掉

#deb cdrom:[Debian GNU/Linux 7.5.0 _Wheezy_ - Official amd64 DVD Binary-1 20140426-13:37]/ wheezy contrib main

#deb cdrom:[Debian GNU/Linux 7.5.0 _Wheezy_ - Official amd64 DVD Binary-1 20140426-13:37]/ wheezy contrib main

sudo apt-get update一下看到好多错误

这不就是说debian软件源有问题

换上163的--->

以下是我的sources.list文件

#Yepinf 11-24

#deb http://security.debian.org/ wheezy/updates main contrib
#deb-src http://security.debian.org/ wheezy/updates main contrib

deb http://mirrors.163.com/debian wheezy main non-free contrib
deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
deb-src http://mirrors.163.com/debian wheezy main non-free contrib
deb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free

deb http://mirrors.163.com/debian-security wheezy/updates main contrib non-free
deb-src http://mirrors.163.com/debian-security wheezy/updates main contrib non-free

#deb http://http.us.debian.org/debian wheezy main contrib non-free
#deb http://non-us.debian.org/debian-non-US wheezy/non-US main contrib non-free
#deb http://security.debian.org wheezy/updates main contrib non-free

# wheezy-updates, previously known as volatile
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://ftp.debian.org/debian/ wheezy-updates main contrib
# deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib

先安装输入法阿

linux下的输入法没什么好说的,小企鹅口碑最好

但我这怪人喜欢用双拼

废话不多说了,依次执行安装

sudo apt-get  install gcc

sudo apt-get  install g++

sudo apt-get  install ibus

sudo apt-get  install ibus-pinyin

完了重启

bubuko.com,布布扣

好吧,中文输入问题解决了

接下来我常用的软件有liberoffice,这个试了下中文不能显示

这点貌似如果对linux背景有点熟悉的话知道是字体库的问题

我不能忍

1>显示隐藏文件

Edit->Preferences->Show hidden and backup files

bubuko.com,布布扣

2>在liberoffice配置文件中加入中文字体

具体的操作.config->liberoffice->3->user 新建fonts文件夹,放入自己喜欢的字体

bubuko.com,布布扣

bubuko.com,布布扣

 

---------------------------------------------

现在来说,基本的操作已经够了

第一次使用debian,感觉这真的是另一个 世界

好吧后期的问题,以及解决方案

我会放在debian话题下

 

<end>

 



debian折腾笔记

标签:style   blog   http   io   ar   color   os   使用   sp   

原文地址:http://www.cnblogs.com/shiv/p/4119412.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!