小明拿着在Windows下不断蓝屏的T440和公司建议不使用云笔记的规定,心下想着,是时候回归linux了。。。
一、系统的获取与启动盘的制作
- fedora20 KDE版
- liveusb-creator将iso文件extract到U盘上,从U盘启动,安装即可
二、安装系统
- 点击 partition--done--custom partition--LVM--auto
- create user--make this user as admin
三、系统设置
- close bluetooth
- quit kclipper,and not run in sys starting
- system settings--power manager--remove suspend
- system settings--workspace behavior--virtual desktops--2
修改ssh的超时时间,防止无动作断线
echo 'ServerAliveInterval 60' >> ~/.ssh/config
chmod 644 ~/.ssh/config
konsole
- settings--manage profiles--appearance--solarized and text size 14
- settings--manage profiles--mouse--copy on select and paste from clipboard
四、中文及输入法
1. 安裝中文菜单
yum install kde-i18n-Chinese
yum install kde-l10n-Chinese
system settings--locale--languages--preferred languages--add Chinese simplified
2.安装fcitx和sunpinyin
#fcitx及支持qt4程序和配置工具,为知笔记为qt5程序,输入中文需要对应插件
yum install fcitx fcitx-qt4 fcitx-configtool fctix-qt5 fcitx-qt5 fcitx-qt5-devel
#fcitx table
yum install fcitx-table fcitx-table-chinese fcitx-pinyin fcitx-cloudpinyin
#fcitx kde工具
yum install kcm-fcitx
#sunpinyin
yum install sunpinyin sunpinyin-data fcitx-sunpinyin
安装完成后,重启即可。
五、Vim——用markdown进行知识管理
1. 准备工作
yum install vim gvim git ack wget
Ag的安装
yum -y groupinstall "Development Tools"
yum -y install pcre-devel xz-devel
yum -y install libtool
git clone https://github.com/ggreer/the_silver_searcher ag && cd ag && ./build.sh && sudo make install
2. 下载vim配置
markdown库的配置
- :NERDTreeToggle 进入自己markdown库的根目录;
- 建立welcome.md文件,选中后,建立note标签:Bookmark note
操作指南
markdown笔记相关
- F2打开markdown笔记的根目录;
- ,a 打开Ag的窗口,可以搜索任何关键测;
- e打开搜索结果的候选文档,并关闭搜索框;
- F12打开chrome,配合下文的插件,可以做到实时浏览文档;
gvim相关
- 选中后"+y可以复制到剪贴板, 配置文件已设置选中即复制
六、常用工具
1. *
git clone https://github.com/*/*.git
python local/proxy.py #运行后,再上传
python server/uploader.py #按提示输入即可
2. Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
双击即可,安装后,设置为**(127.0.0.1:8087),这样即可登陆后同步插件。
推荐插件
Markdown Preview Plus
- 安装后在chrome://extensions勾选allow access to file URLS
- 在插件的设置选项中,可以勾选Enable auto-reload
- 这样,在vim中,按F12,即可实现markdown的实时浏览
3. terminator
安装
yum install python-keybinder
yum install terminator
配置文件
默认采用solarized主题方案,具体见配置下载
快捷键
- C+e 竖分屏
- C+o 横分屏
- C+Enter 全屏切换
4. virtualbox
安装
https://www.virtualbox.org/wiki/Linux_Downloads 选择fedora的最新版本,然后双击安装。
yum install VirtualBox #也可以
问题
启动时提示Kernel driver not installed (rc=-1908)
#需要重新编译内核
sudo yum install kernel
/etc/init.d/vboxdrv setup
#若无可按提示执行
systemctl restart systemd-modules-load.service
5. pycharm
注册码自行google呗~
yum install java
将上述包解压缩后,直接运行./bin/pycharm.sh即可
6. tmux
配置下载,快捷键更改为C+a,例如C+a+|为竖分屏
yum install tmux
7. 为知笔记
yum install dnf-plugins-core
dnf copr enable mosquito/myrepo
yum install wiz-note
8. xmind
著名的思维导图工具,跨平台,易用
- 下载http://www.xmind.net/download/linux/
- ar -x xmind-linux-3.4.1.201401221918_amd64.deb
- tar xzvf data.tar.gz
- cd usr/local/ && sudo cp xmind/ /opt/ -rp
- cd ../ && sudo cp share/ /usr/ -rp
- 回到解压缩目录tar xzvf control.tar.gz
- sudo ./postinst
- sudo vim /usr/share/applications/xmind.desktop 把所有的/usr/local改为/opt
9. yEd
画图工具,各种流程图
- 下载http://www.yworks.com/en/products_yed_download.html
- chmod u+x yEd-3.13_64-bit_setup.sh
- ./yEd-3.13_64-bit_setup.sh,然后是熟悉的安装界面
10. vlc and amarok
媒体工具,听歌看视频,下述操作可使ararok播放mp3
- 安装RPM Fusion
- yum install phonon-backend-vlc
- system settings--Multimedia--audio and video选择VLC
- yum install vlc amarok-doc
11. darktable
可以处理RAW文件,是很好的照片后期软件 yum install darktable
12. gimp
更像是linux版的PS yum install gimp
13. office
yum install libreoffice
14. flash
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
#系统重新登陆后生效
七、快捷键设置
meta键即windows键
1. system settings
设置显示桌面和登出锁屏 system settings--shotcuts--global
- kwin--show desktop--meta-D
- The KDE Session Manager--Lock Session--custom--meta-L
2. menueditor
给程序的启动设置全局快捷键,要再安装程序后设置:) 右击f开始图标--edit applications