Git Product home page Git Product logo

working-on-gnu-linux's Introduction

完全用 GNU/Linux 工作

Markdown GitBook License: CC BY-NC-SA 3.0

GNU/Linux 至今已經相當成熟並足以應付日常生活之使用,凍仁也於 2009 年開始使用它來工作至今,將藉由此書 1 來撰寫較有系統的文章及分享些上班經驗。

若需勘誤,觀迎大家來信 working-on-gnu-linux (at) drx.tw,(當然您也可以上 GitHub 網站 2 送 Pull Request 或發 issues),讓此書可以更完美。

創用 CC 授權條款
《完全用 GNU/Linux 工作》凍仁翔製作,以創用CC 姓名標示-非商業性-相同方式分享 3.0 台灣 授權條款釋出。

目錄

  1. 前言
  2. 建立開機媒體 (隨身碟、光碟)
  3. 網路設定
  4. 套件管理
  5. 套件庫及鏡像站
  6. 安裝驅動程式
  7. 簡易的防火牆 - UFW & GUFW
  8. 電源管理 - PowerTOP
  9. Hacking Bash
  10. Shell Scripts
  11. Hacking Vim
  12. Vim 套件管理 - NeoBundle
  13. Pentadactyl
  14. 色碼擷取器 - Gpick vs Gcolor2
  15. 文字界面的字典 sdcv
  16. 於 Vim 裡使用 sdcv
  17. 商業版的 Wine - CrossOver
  18. 藉由 CrossOver 安裝 Microsoft Office 2007
  19. 虛擬機器 - VMware Player 5
  20. 增進 SSH 使用效率 - ssh_config
  21. 遠端桌面軟體 - Remmina
  22. 密碼管理員 - FPM2
  23. 密碼管理員 - FPM2Droid
  24. 視窗管理及工作區 (上)
  25. 視窗管理及工作區 (下)
  26. 使用 Clonezilla 打造不死的作業系統
  27. Ubuntu 系統版本升級
  28. 使用 Live CD 修復 Debian/Ubuntu 系統
  29. 檢測硬碟 SMART 健康狀態
  30. 銷毀資料 - Shred
  31. 附錄
  32. 將 Markdown 文件轉成 HTML

誌謝

首先,最感謝的是我的妻子儀萍,除了繪製本書封面,還在凍仁參加 30 天發文不間斷的鐵人賽 3 時給予凍仁相當大的支持和鼓勵,要不是有她的督促和校稿凍仁是完成不了這本書的。

謝謝從小在背後默默支持我的雙親陳玉鐘女士和賴松村先生,讓凍仁可以自由的發揮所長,走自己想走的路。

謝謝大學時引領凍仁進入 GNU/Linux 世界的曾羣偉教授和王榮祥學長,讓凍仁了解到自由軟體的美好。

謝謝 KaLUG 4, Ubuntu@Taiwan 5, Study-Area 6 ... 等自由軟體社群前輩的指導,讓凍仁從踏入 GNU/Linux 的新手到成為一位稱職的 Linux Administrator。

最後還要謝謝許許多多曾幫助過我的伙伴,要不是有他們就沒有昔日的凍仁。


Footnotes

  1. 本書同步發布於凍仁的筆記iT 邦幫忙,並獲得第六屆 iT 邦幫忙鐵人賽優選

  2. 本書的 GitHub 網址為 https://github.com/chusiang/working-on-gnu-linux

  3. 曾有前人用地獄磨練 30 天來形容 iT 邦幫忙所主辦的鐵人賽。

  4. 關於 KaLUG (大高雄 Linux 使用者協會) - http://kalug.linux.org.tw/pmwiki

  5. 關於 Ubuntu@Taiwan - http://wiki.ubuntu-tw.org/index.php?title=Ubuntu%40TW_NEEDS_YOU_%21

  6. 關於 Study-Area (酷!學園) - http://phorum.study-area.org

working-on-gnu-linux's People

Contributors

chusiang avatar franklinyu avatar gitter-badger avatar matlinuxer2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

working-on-gnu-linux's Issues

USING MINI DIGITAL TV STICK RTL2832U 820T2 & SDR ON GRC

Good afternoon everyone.

I write here to see if any of you know that installation errors I may have had to use the r820t2 in gnu radio companion.

I'm trying to make an FM receiver and other analog TV receiver but when running the program does not receive any type of signal and the view errors, I have: devices not supported. I believe that this is some driver to be installed but I don't know where or how.

The steps that I have followed for installation (Ubuntu 16.04 LTS) have been:

  1. Install gnuradio.
  2. Install Xenial Xerius specifications (it is supposed to do I need for my version of Ubuntu).
  3. Install specifications of gr-osmosdr to enable some features of the chip.

The Stick comes with a CD but i do not know how to install it since, according to the specifications only works for WXP, 2000, Vista, 7 and 8; and it is something that it seems strange to me since I have seen videos where they use this same model of stick to carry out projects in Gnuradio on Ubuntu.

I tried with this:

sudo apt-get update
sudo apt-get install git
sudo apt-get install cmake
sudo apt-get install build-essential
sudo apt-get install libusb-1.0-0-dev

git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr/
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig
sudo cp ../rtl-sdr.rules /etc/udev/rules.d/

Opening /etc/modprobe.d folder
Creating a new file 'blacklist-rtl.conf' and add this one line:
blacklist dvb_usb_rtl28xxu

rtl_test -t

I tried those commands but I do not know if I need to install something else because GNRC still says: "FATAL: No supported devices found to pick from"...

Please, if any of you know that i need to install It would serve as much help as I am a novice programmer and i need to resolve this problem for my project.

補上連結網址

使用文字替代 link 時會對印出紙本不友善,故應在全書未列出連結的地方皆用註腳的方式說明之。

CH02

  1. 鏡像站。

    Clonezilla live - http://xxxxx
    CentOS 6.4 - http://xxxxx
    Debian 7.1.0 - http://xxxxx
    Ubuntu 12.04.3 - http://xxxxx
    
  2. ImgBurn 及 CDBurnerXP。

PowerTOP 切換鍵爲 TAB / SHIFT+TAB

08 電源管理 - PowerTOP

請使用方向鍵 ← → 切換至 Tunables 分頁

我的機器上分頁切換鍵爲 TAB / SHIFT + TAB
PowerTOP version v2.8
ArchLinux

更換文章內部連結

之前基於參賽方便,其內部文章連結是使用 iT 邦家的連結,接下來應皆改成內部連結才是。目前應修改以下文章:

$ grep -Ril 'http://ithelp.ithome.com.tw/question/' *
26.clonezilla.md
29.checking-hd-smart.md

加入版次

  • 2013 的參賽文為 v1.0
  • 昨日 release 的版本為 v2.0

圖片改用本地的相對路徑

先前為了參賽方便,部份圖片真接套用網路相簿的位置,這在打包成 epub 和 PDF 離線觀看會造成圖片消失的問題。目前已知的文章有:

$ grep -Ril 'googleusercontent' *
12.vim-plugin-neobundle.md
13.pentadactyl.md
14.gpick-vs-gcolor2.md
15.sdcv.md
16.sdcv-in-vim.md
17.crossover.md
18.office-2007.md
21.remmina.md
22.fpm2.md
23.fpm2droid.md
24.wm-and-workspace-1.md
25.wm-and-workspace-2.md
26.clonezilla.md
28.recovery-with-live-cd.md
29.checking-hd-smart.md

加上頁數

網友 yanming26 建議可以在文章內加上頁數以利閱讀。

Ch 05 內容補充

公司行號應改用企業用戶較為合適。

RHEL: 由 Red Hat 公司釋出,其主要對象為追求穩定的公司行號。

增加誌謝頁面

一本完美的書籍,在一開頭都會有 誌謝 的章節來感謝曾經幫助過這本書的伙伴。至於推薦序的部分就等哪天真的出書了再來考慮了!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.