开始使用fedora22 作记录

来源:互联网 发布:网络摄像头网址 编辑:程序博客网 时间:2024/05/16 11:11

为什么用fedora呢?而不用ubuntu或者debian什么的?因为我的k52de笔记本不知什么病,安装其它发行版在开机是总是黑屏很久,内核挂住,搜索无果,最后抱着试试看的态度装上了fedora22,效果好极了!虽然有时候也会黑屏,但是概率已经极低了。使用linux肯定有好多要学习,那么这里就记录下学习的点滴吧。


----fedora22自动登录:

        vim /etc/gdm/custom.conf 添加:

        [daemon]
        # Uncoment the line below to force the login screen to use Xorg
        #WaylandEnable=false
        AutomaticLogin=george
        AutomaticLoginEnable=True


----安装常用工具:vim, bluefish, git, chrome.(rpm -ivh  rpm包名),dnf update, tweak tool.


----安装tmux:

        dnf install tmux5

        tmux可以把终端分割窗口,貌似很好用,tmux new开启tmux终端,然后ctl+b  %和“分别是垂直和水平分割终端。


----linux系统的备份与还原:

        http://blog.csdn.net/sunnylgz/article/details/8055315


----我的硬盘是西部数据c1门的硬盘,要执行这个hdparm -B 255 /dev/sda,fedora没有找到网上说的配置文件 /etc/hdparm.conf,安装ubuntu时候有这个,只好每次启动重新执行这句。


----安装解码器:

        fedora默认的源里面没有gstreamer ugly什么的包,要安装rpmfusion源,到http://rpmfusion.org/Configuration点击

  • RPM Fusion free for Fedora 22,

        下载的rpm安装上,然后dnf list gstreamer*,这时候就可以看到rpmfusion源提供的包了,把那几个dnf install,搞定。


----安装rar:

        到rarlab官网下载linux版的压缩包,解压执行make,就可以使用rar命令了 rar x ***.rar解压。


----安装linux百度云客户端

添加fzug源:dnf config-manager --add-repo=http://repo.fdzh.org/FZUG/FZUG.repo

   dnf install bcloud

0 0
原创粉丝点击