使用Linux工作之Fedora KDE

來源:互聯網
上載者:User

標籤:des   blog   http   io   os   使用   ar   java   檔案   

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

一、系統的擷取與啟動盤的製作
  1. fedora20 KDE版
  2. liveusb-creator將iso檔案extract到隨身碟上,從隨身碟啟動,安裝即可
二、安裝系統
  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/configchmod 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
四、中文及IME1. 安裝中文菜單
yum install kde-i18n-Chineseyum install kde-l10n-Chinese

system settings--locale--languages--preferred languages--add Chinese simplified

2.安裝fcitx和sunpinyin
#fcitx及支援qt4程式和組態工具yum install fcitx fcitx-qt4 fcitx-configtool #fcitx tableyum install fcitx-table fcitx-table-chinese fcitx-pinyin fcitx-cloudpinyin#fcitx kde工具yum install kcm-fcitx#sunpinyinyum 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-develyum -y install libtoolgit 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.gitpython 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-keybinderyum install terminator
設定檔

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

快速鍵
  1. C+e 豎分屏
  2. C+o 橫分屏
  3. C+Enter 全屏切換
4. virtualbox安裝

https://www.virtualbox.org/wiki/Linux_Downloads 選擇fedora的最新版本,然後雙擊安裝。

問題啟動時提示Kernel driver not installed (rc=-1908)
#需要重新編譯核心sudo yum install kernel/etc/init.d/vboxdrv setup
5. pycharm

註冊碼自行google唄~

yum install java

將上述包解壓縮後,直接運行./bin/pycharm.sh即可

6. tmux

配置下載,快速鍵更改為C+a,例如C+a+|為豎分屏

yum install tmux
7. 為知筆記
yum install dnf-plugins-corednf copr enable mosquito/myrepoyum 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
七、快速鍵設定

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

  1. system--dolphin--advanced--meta-E
  2. Utilities--vi--advanced--meta-3
  3. Utilities--Terminator--advanced--meta-2
  4. Internet--Google Chrome--advanced--meta-1

使用Linux工作之Fedora KDE

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.