2011年8月19日 星期五

[Web][使網頁不被搜尋引擎找到]

嚴格來講應該不是”找到”,而是不把結果秀出來,或者該說是知會對方說不要入內呢?

在網頁根目錄下新增個 robots.txt 檔。

在其中加入下列文字

User-agent:<哪種 bot, ex: Googlebot, yahoo.bot>
Disallow:/*.* (或是填上不想被搜尋到的檔案類型)

有道德的搜尋引擎程式應該都會乖乖的不強來,至於沒道德的....I don't know....

另一種方式是在網頁檔案中加上 HTML META TAG 標籤,如下。
NOINDEX:不處理,不儲存。
NOARCHIVE:處理,不儲存。
NOFOLLOW:處理,但不處理網頁中額外的連結。

2011年8月10日 星期三

[Latex][圖]

.eps:
  pdflatex 無法識別。
  用 latex 得出.dvi 檔,再用 dvipdfm 從 .dvi 檔得出 .pdf 檔。
.jpg:
  可直接用 pdflatex 得出 .pdf 檔。
  想用 latex 得 dvi 時要指定 bounding box 的值,如
  \includegraphics[width=Xmm, bb=<左下 x> <左下 y> <右上 x> <右上 y>]{Pic.jpg}
.pdf:
  可直接用 pdflatex 得出 .pdf 檔。
  想用 latex 得 dvi 時要指定 bounding box 的值,如
  \includegraphics[width=Xmm, bb=<左下 x> <左下 y> <右上 x> <右上 y>]{Pic.pdf}
.tex:
  pdflatex 無法識別。
  想用 latex 得 dvi 時要指定 bounding box 的值,如
  \includegraphics[width=Xmm, bb=<左下 x> <左下 y> <右上 x> <右上 y>]{Pic.tex}

[Latex][許許多多]

這篇會改很久很久.....

\mathds  ->  /usepackage{dsfont}  ->  texlive-fonts-extra

Helpful Website:
眾所皆知的  Latex123
幫忙寫數學式 http://www.codecogs.com/latex/eqneditor.php
幫忙辨識符號 http://detexify.kirelabs.org/classify.html
Latex 的符號   http://web.ift.uib.no/Teori/KURS/WRK/TeX/symALL.html
http://en.wikibooks.org/wiki/LaTeX/Formatting
http://en.wikibooks.org/wiki/LaTeX/Mathematics
http://en.wikipedia.org/wiki/Help:Displaying_a_formula
Bib http://amath.colorado.edu/documentation/LaTeX/reference/faq/bibstyles.html

2011年8月6日 星期六

[Linux][Ubuntu][顯示中文]

文章好像寫反了....不過這是因為我現在才想到要寫XD

言歸正傳吧。

就是要讓系統支援中文。

1. sudo vi /var/lib/locales/supported.d/local
2. zh_TW.UTF-8 UTF-8; [ESC]:wq
3. sudo locale-gen

因為我是用 putty 連的,所以 putty 的 Windows -> Translation 裡也要改成 UTF-8。

其實過程中還啦哩啦雜的用了許多其他的東西,像設定 locale 之類的。

不過現在我的 locale 就維持原本的 en_US.UTF-8。

只改 putty 那邊的設定就可以顯示中文了。

如果改天有機會再重新灌一次系統的話再來驗証一次吧。

2011年8月5日 星期五

[Linux][Ubuntu][中文輸入][gcin]

之前也用過 scim,不過後來覺得不是這麼的喜歡,所以這次就來用 gcin。

1. sudo apt-get install gcin
2. sudo im-switch -s gcin
3. relogin
4. System -> Preferences -> gcin Setup
5. "Default input method and toggle key",選你要的輸入法,按 "OK" 後即搞定。
6. 切換方式預設也跟 Windows 一樣語系是 ctrl+space,輸入法是 ctrl+shift。

用了注音、拼音跟詞音,我目前用的最順手的是詞音,用法上感覺像是 Windows 上的新注音。

雖然我個人在 Windows 上還是用ㄅ半就是了。

[Linux][Use Printer via CUPS]

Because of no traditional chinese input yet, so this article will be in English.

1. Install CUPS via your package management system.
2. Open a browser and type "http://localhost:631" in url column.
3. Administation -> Printers -> Add Printer, CUPS will start searching printers nearby.
4. Choose your printer from the list and press "Continue", or you can choose "LPT" to speciify the printer via socket.
5. In connection column, type your method to connect to the printer, here I use local shared printer, that is, "socket://<Printer IP>".
6. After filling up some information, press "Continue". (Name is necessary)
7. Choose the printer's manufactory, press "Continue".
8. Choose the printer's precise type, press "Add Printer".
9. Setting up your options when printing, or you can just press "Query Printer for Default Options", this may cause some differences from you.

2011年8月3日 星期三

[Linux][Ubuntu][Latex][Chinese Contents]

我是用 texlive 跟 CJK on Ubuntu。

也就很簡單的 sudo apt-get install texlive latex-cjk-all

然後就可以編譯有中文內容的 Latex 了。

2011年8月2日 星期二

[Linux][Web][Simple Web Establishment using One Command]

進到你想將其當作網頁根目錄的資料夾內。

下 python -m SimpleHTTPServer

預設 port 是 8000。

ex: http://127.0.0.1:8000

[X][X Window over SSH using Putty and Xming on Windows]

需要軟體:Xming,Putty。

Xming 就直接下一步下一步裝好就行了。

Putty 的話,在建立 Session 時改以下幾個地方
1) Terminal -> Keyboard, 勾選 "The Backspace Key" 為 "Control-H".
2) Connection->SSH, 勾選 "Preferred SSH Protocol Version" 為 "2".
3) Connection->SSH->Auth, 將 "Allow agent forwarding" 打勾.
4) Connection->SSH->X11, 將 "Enable X11 forwarding" 打勾.
(參考文章是寫說在 SSH->Tunnels 裡, 不過我的 Putty 是在 SSH->X11 裡)

P.S. Xming 得在 Putty 建立連線前執行。

另外也可以用 Cygwin 的 X-Server 來達到跟 Xming 同樣效果。

就我實際測試起來,Cygwin 是較 Xming 穩的,所以我後來都改用 Cygwin 的 X 了。

Cygwin/X 的安裝主要是在選哪些套件要安裝時,要選擇
1) xorg-server
2) xinit

詳細的可以參考底下附的網頁連結。

軟體頁面:
Xming: http://sourceforge.net/projects/xming/files/
Putty: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

參考網頁:
http://static.msi.umn.edu/user_support/xclient/xwin_config.html
http://x.cygwin.com/docs/ug/setup-cygwin-x-installing.html

[20110916]
目前遇到最大的問題,大概是我在 Windows 端已經開一個 Linux 的 Firefox 的頁面,

而在 Linux 本機端時無法再開一個 Firefox。原因尚不明,解法也不明。