ユーザ用ツール

サイト用ツール


debian:wheezy

差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
debian:wheezy [2014/01/27 19:24]
saito [印刷]
debian:wheezy [2018/02/19 11:22] (現在)
saito
ライン 1: ライン 1:
-====== Wheezy ======+====== Wheezy ​(Version 9)======
 Debianのインストールおよび設定メモ Debianのインストールおよび設定メモ
 (主にドスパラで買ったパソコンにインストール) (主にドスパラで買ったパソコンにインストール)
ライン 106: ライン 106:
 http://​solutions.brother.co.jp/​support/​os/​linux/​lpr_printer/​driver.html#​HL-4570CDW の簡易インストールを参考にインストールする。 http://​solutions.brother.co.jp/​support/​os/​linux/​lpr_printer/​driver.html#​HL-4570CDW の簡易インストールを参考にインストールする。
 <code bash> <code bash>
-gunzip linux-brjprinter-installer-1.0.4-1.gz  +gunzip linux-brjprinter-installer-2.0.0-1.gz  
-bash linux-brjprinter-installer-1.0.4-1 HL-4570+bash linux-brjprinter-installer-2.0.0-1 HL-4570
 </​code>​ </​code>​
  
ライン 117: ライン 117:
 インストールしますか?​ [y/N] ->Y インストールしますか?​ [y/N] ->Y
 Device URIを指定しますか?​ [y/N] ->Y Device URIを指定しますか?​ [y/N] ->Y
-使用するDevice URIの番号を選択してください。 ->13+使用するDevice URIの番号を選択してください。 ->16(IPアドレスの指定)
 ご使用のプリンタ/​MFCのIPアドレスを指定してください。->​10.249.205.96 ご使用のプリンタ/​MFCのIPアドレスを指定してください。->​10.249.205.96
 テスト印刷を実行しますか?​ [y/N] ->Y テスト印刷を実行しますか?​ [y/N] ->Y
ライン 154: ライン 154:
 日本語入力は Alt+grave をあてるのが好き. 日本語入力は Alt+grave をあてるのが好き.
  
 +==== FlashPlayer ====
 +下記ページを参考にする.
 +https://​wiki.debian.org/​FlashPlayer
 +
 +まず,gnashを削除.
 +<​code>​
 +sudo apt-get purge gnash gnash-common browser-plugin-gnash mozilla-plugin-gnash
 +</​code>​
 +
 +wgetにproxyのことを教えてあげる.
 +/etc/wgetrc の設定を下記のように変更.
 +<​code>​
 +# You can set the default proxies for Wget to use for http, https, and ftp.
 +# They will override the value in the environment.
 +https_proxy = http://​proxy.kuins.net:​8080/​
 +http_proxy = http://​proxy.kuins.net:​8080/​
 +ftp_proxy = http://​proxy.kuins.net:​8080/​
 +</​code>​
 +
 +あとは,普通にインストール.
 +<code bash>
 +sudo apt-get install flashplugin-nonfree
 +</​code>​
 +
 +==== Dual display ====
 +http://​d.hatena.ne.jp/​sakurako_s/​20110710/​1310240661
 +を参考にする。
 +
 +==== emacsでコンパイルするときに陥りやすい間違い ====
 +=== 全角スペースの罠 ===
 +fortranを用いたコンパイルでは全角スペースがcodeに入っているとerrorをはきます.
 +気をつけましょう.
 +
 +
 +== emacsの全角スペース,​tabの可視化 ==
 +<code bash>
 +
 +emacs ~/emacs.el
 +
 +</​code>​
 +
 +でemacsのソースを開き,以下を追加
 +
 +<​code>​
 +
 +(global-whitespace-mode 1)
 +(setq whitespace-space-regexp "​\\(\u3000\\)"​)
 +(setq whitespace-style '(face tabs tab-mark spaces space-mark))
 +(setq whitespace-display-mappings ())
 +(set-face-foreground '​whitespace-tab "​yellow"​)
 +(set-face-underline ​ '​whitespace-tab t)
 +(set-face-foreground '​whitespace-space "​yellow"​)
 +(set-face-background '​whitespace-space "​red"​)
 +(set-face-underline ​ '​whitespace-space t)
 +
 +</​code>​
 +全角スペースを赤色で表示,tabを黄色で表示します.
 +
 +==== evince のウィンドウサイズが変更できないとき ====
 +fluxboxでevinceを使うと,ウィンドウサイズが変更できなくなることがある.
 +マウスでウィンドウをつかめないので,代わりにAltを押しながら右クリックでウィンドウサイズを変更する.
debian/wheezy.1390818261.txt.gz · 最終更新: 2017/10/03 12:55 (外部編集)