使用Linux工作之Fedora KDE

Solon Tan發表於2014-10-09

小明拿著在Windows下不斷藍屏的T440和公司建議不使用雲筆記的規定,心下想著,是時候迴歸linux了。。。 

一、系統的獲取與啟動盤的製作

  1. fedora20 KDE版
  2. liveusb-creator將iso檔案extract到U盤上,從U盤啟動,安裝即可

二、安裝系統

  1. 點選 partition--done--custom partition--LVM--auto
  2. create user--make this user as admin

三、系統設定

  1. close bluetooth
  2. quit kclipper,and not run in sys starting
  3. system settings--power manager--remove suspend
  4. system settings--workspace behavior--virtual desktops--2

修改ssh的超時時間,防止無動作斷線

echo 'ServerAliveInterval 60' >> ~/.ssh/config
chmod 644 ~/.ssh/config

konsole

  1. settings--manage profiles--appearance--solarized and text size 14
  2. 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庫的配置

  1. :NERDTreeToggle 進入自己markdown庫的根目錄;
  2. 建立welcome.md檔案,選中後,建立note標籤:Bookmark note

操作指南

markdown筆記相關

  1. F2開啟markdown筆記的根目錄;
  2. ,a 開啟Ag的視窗,可以搜尋任何關鍵測;
  3. e開啟搜尋結果的候選文件,並關閉搜尋框;
  4. F12開啟chrome,配合下文的外掛,可以做到實時瀏覽文件;

gvim相關

  1. 選中後"+y可以複製到剪貼簿, 配置檔案已設定選中即複製

六、常用工具

1. Goagent

git clone https://github.com/goagent/goagent.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

雙擊即可,安裝後,設定為goagentFQ(127.0.0.1:8087),這樣即可登陸後同步外掛。

推薦外掛

Markdown Preview Plus

  1. 安裝後在chrome://extensions勾選allow access to file URLS
  2. 在外掛的設定選項中,可以勾選Enable auto-reload
  3. 這樣,在vim中,按F12,即可實現markdown的實時瀏覽

3. terminator

安裝

yum install python-keybinder
yum install terminator

配置檔案

預設採用solarized主題方案,具體見配置下載

快捷鍵

  1. C+e 豎分屏
  2. C+o 橫分屏
  3. 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

著名的思維導圖工具,跨平臺,易用

  1. 下載http://www.xmind.net/download/linux/
  2. ar -x xmind-linux-3.4.1.201401221918_amd64.deb
  3. tar xzvf data.tar.gz
  4. cd usr/local/ && sudo cp xmind/ /opt/ -rp
  5. cd ../ && sudo cp share/ /usr/ -rp
  6. 回到解壓縮目錄tar xzvf control.tar.gz
  7. sudo ./postinst
  8. sudo vim /usr/share/applications/xmind.desktop 把所有的/usr/local改為/opt

9. yEd

畫圖工具,各種流程圖

  1. 下載http://www.yworks.com/en/products_yed_download.html
  2. chmod u+x yEd-3.13_64-bit_setup.sh
  3. ./yEd-3.13_64-bit_setup.sh,然後是熟悉的安裝介面

10. vlc and amarok

媒體工具,聽歌看視訊,下述操作可使ararok播放mp3

  1. 安裝RPM Fusion
  2. yum install phonon-backend-vlc
  3. system settings--Multimedia--audio and video選擇VLC
  4. 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

  1. kwin--show desktop--meta-D
  2. The KDE Session Manager--Lock Session--custom--meta-L

2. menueditor

給程式的啟動設定全域性快捷鍵,要再安裝程式後設定:) 右擊f開始圖示--edit applications

 

相關文章