<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/pothub/">
    <title>pothub @ ウィキ</title>
    <link>http://w.atwiki.jp/pothub/</link>
    <atom:link href="https://w.atwiki.jp/pothub/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>pothub @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2016-05-20T01:44:01+09:00</dc:date>
    <utime>1463676241</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/pothub/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pothub/pages/21.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pothub/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pothub/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pothub/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pothub/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pothub/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pothub/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pothub/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/pothub/pages/16.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/pothub/pages/12.html">
    <title>環境構築</title>
    <link>https://w.atwiki.jp/pothub/pages/12.html</link>
    <description>
      **ubuntuのデュアルブート
ubuntuのisoをダウンロードし、[[UNetbootin&gt;http://unetbootin.github.io/]]を用いてライブusbを作成する。
windowsで行うのが吉。
ブートローダーはefiに書き込む。

efiがない場合、UEFIではなくLegacyでwindowsがインストールされている。
ubuntu系はUEFIでのインストールに適しているので、[[windowsをUEFIでインストールし直すのが楽&gt;https://bucci.bp7.org/archives/29070]]かも。
isoを選択するとファイルシステムなどの設定が変わるので注意。windows10_32bit版だとUEFIに対応していない？
windows10_64bit、thinkpad_x220にて確認。

ブートを修正したい場合は
sudo update-grub
sudo grub-install 
[[grubの修正&gt;http://d.hatena.ne.jp/sandmark/20120414/1334366389]]を行う。

ブートローダーを破壊してしまった場合は
[[boot-repair&gt;http://kowaimononantenai.blogspot.jp/2014/02/windows81ubuntuuefi.html]]を行う。
**ubuntuのアップデート
[[ubuntuのカーネルのアップデート&gt;http://ameblo.jp/yoshi1959tanaka/entry-11907430950.html]]
sudo apt-get update 
sudo apt-get -yV install linux-generic linux-headers-generic linux-image-generic 
sudo apt-get -yV dist-upgrade

[[ubuntuのアップデート&gt;http://do-you-linux.com/blog/2013/11/19/post-838/]]
sudo apt-get update &amp;&amp; 
sudo apt-get -y upgrade &amp;&amp; 
sudo apt-get -y dist-upgrade &amp;&amp; 
sudo apt-get -y autoremove &amp;&amp; 
sudo apt-get -y autoclean
**firefox
パスワードを保存しない、に設定。
-BackSpaceキーを有効化するため&amp;br()Firefoxのアドレスバーにabout:configと入力してEnter、検索欄にbackspaceと入力すると&amp;br()browser.backspace_actionのみが表示されるので、ダブルクリックして値を0にする。
-スクロール量を調整するため&amp;br()アドレスバーに「about:config」と入力。&amp;br()検索欄に、「mousewheel.default.delta_multiplier_y」と入力。&amp;br()2倍速にしたいなら「200」、3倍速にしたいなら「300」でOK。
-オートスクロールを有効化するため&amp;br()Firefoxのメニューバーの編集 &gt; 設定をクリックしてウィンドウを開き、詳細をクリック、&amp;br()「一般」タブの自動スクロール機能を使用するをクリックしてチェックを入れる。
-新しいタブのカスタマイズ&amp;br()[[Custom New Tab&gt;http://r-o-h.hateblo.jp/entry/firefox-new-tab]]

**その他設定
-メニューをタイトルバーに表示&amp;br()システム設定-&gt;外観-&gt;挙動-&gt;ウィンドウのメニューを表示
-Dashのオンライン検索機能を無効化する&amp;br()システム設定-&gt;セキュリティとプライバシー-&gt;検索-&gt;オフ
-履歴の記録を制限する&amp;br()システ設定-&gt;セキュリティとプライバシー-&gt;ファイルとアプリケーション-&gt;オフ
-ランチャーのAmazonを削除する&amp;br()sudo apt-get remove unity-webapps-common
-日本語フォルダー名を英語表記にする&amp;br()env LANGUAGE=C LC_MESSAGES=C xdg-user-dirs-gtk-update&amp;br()実行するとダイアログが表示され、フォルダー名を英語に直すかどうか聞かれるので「Update Names」ボタンをクリックする。&amp;br()一旦ログアウトして再度ログインすると、ダイアログが表示されてフォルダー名を日本語にするか聞かれるので、&amp;br()次回から表示しないをクリックしてチェックを入れた後、「古い名前のままにする」ボタンをクリックする。
-Pintaのインストール&amp;br()画像の切り貼りに使う。ubuntuソフトウェアセンターからインストール。
-画面オフまでの時間の延長&amp;br()システム設定-&gt;画面の明るさとロック
-terminalのホスト名の変更&amp;br()sudo gedit /etc/hostname /etc/hosts&amp;br()[[自分のホスト名の確認と変更方法&gt;http://blog.be-open.net/ubuntu-2/%E3%82%BF%E3%83%BC%E3%83%9F%E3%83%8A%E3%83%AB%E3%81%AE%E3%83%9B%E3%82%B9%E3%83%88%E5%90%8D%E3%82%92%E5%A4%89%E6%9B%B4%E3%81%99%E3%82%8B%E6%96%B9%E6%B3%95/]]    </description>
    <dc:date>2016-05-20T01:44:01+09:00</dc:date>
    <utime>1463676241</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pothub/pages/21.html">
    <title>その他</title>
    <link>https://w.atwiki.jp/pothub/pages/21.html</link>
    <description>
      *VisualStudio
-VisualStudioのショートカット
[[Visual Studioでオススメの便利ショートカットキーまとめ&gt;http://biz-crew.com/archives/1557]]
-C++でGUI作成するとき
[[Windowsフォームアプリケーションの作成&gt;http://y-okamoto-psy1949.la.coocan.jp/booksetc/introvcpp/vs2012FormApp/]]


-opencvのチュートリアル
[[画像処理&gt;http://opencv.jp/cookbook/opencv_img.html]]    </description>
    <dc:date>2016-05-08T19:24:07+09:00</dc:date>
    <utime>1462703047</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pothub/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/pothub/pages/1.html</link>
    <description>
      **Ubuntu
-[[環境構築]]
**Thinkpad
-[[タッチパッドの無効化]]
**Vim
-[[Vimの環境構築]]
**Raspberri_Pi
-[[環境設定]]
-[[gpio]]
**git
-[[コマンド]]
**caffe
-[[caffeの環境構築]]
**VisualStudio,opencv
-[[VisualStudio,opencvの環境構築]]
-[[その他]]    </description>
    <dc:date>2016-05-04T22:45:54+09:00</dc:date>
    <utime>1462369554</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pothub/pages/20.html">
    <title>VisualStudioの環境構築など</title>
    <link>https://w.atwiki.jp/pothub/pages/20.html</link>
    <description>
      opencvを使う場合、VisualStudio2013を使うと導入が楽。
[[nugetでのopencvインストール&gt;http://opencv.blog.jp/cpp/vs2013_nuget_install]]    </description>
    <dc:date>2016-05-03T23:13:19+09:00</dc:date>
    <utime>1462284799</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pothub/pages/19.html">
    <title>Qtの環境構築</title>
    <link>https://w.atwiki.jp/pothub/pages/19.html</link>
    <description>
      [[Qtとopencvのインストール&gt;http://amiq11.tumblr.com/post/60137608274/qt%E3%81%8B%E3%82%89opencv%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E3%81%BF%E3%81%9F]]    </description>
    <dc:date>2016-05-03T02:44:13+09:00</dc:date>
    <utime>1462211053</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pothub/pages/18.html">
    <title>caffeの環境構築</title>
    <link>https://w.atwiki.jp/pothub/pages/18.html</link>
    <description>
      *Qtのインストール
[[Qtの公式ページからダウンロードする&gt;http://www.qt.io/download/]]
chmod +x (インストーラー名).run
./(インストーラー名).run

ビルドすると
cannot find -lGL
と言われるので
sudo apt-get install libgl1-mesa-dev
----    </description>
    <dc:date>2016-05-01T22:04:37+09:00</dc:date>
    <utime>1462107877</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pothub/pages/14.html">
    <title>Vimの環境構築</title>
    <link>https://w.atwiki.jp/pothub/pages/14.html</link>
    <description>
      **Vimのインストール
sudo apt-get install vim-gnome
-Vimのカラースキーム&amp;br()mkdir ~/.vim&amp;br()cd ~/.vim&amp;br()mkdir colors&amp;br()git clone https://github.com/tomasr/molokai &amp;br()mv molokai/colors/molokai.vim ~/.vim/colors/&amp;br()rm -rf ~/.vim/molokai
-VimのNeoBundleのダウンロートと設置&amp;br()mkdir -p ~/.vim/bundle&amp;br()git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
-Vimのコメントアウトの設定&amp;br()git clone https://github.com/tyru/caw.vim.git ~/.vim/bundle/caw.vim&amp;br()Ctrl+kでコメントアウト
-git上のdotfilesをインポート&amp;br()cd ~/&amp;br()git clone https://github.com/pothub/dotfiles.git &amp;br()mv dotfiles/ .dotfiles&amp;br()cd ~/.dotfiles/&amp;br()sh dotfilesLink.sh    </description>
    <dc:date>2016-04-25T02:04:01+09:00</dc:date>
    <utime>1461517441</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pothub/pages/17.html">
    <title>gpio</title>
    <link>https://w.atwiki.jp/pothub/pages/17.html</link>
    <description>
      *WiringPi
gpioをc言語で動かすのに必要
-git clone git://git.drogon.net/wiringPi
-cd wiringPi
-./build
&amp;link(参考){https://tool-lab.com/2013/12/raspi-gpio-controlling-command-2/}
----
*I2C
まず設定からi2cを有効化しておく必要がある

インストール
-sudo apt-get install libi2c-dev
アドレスの確認
-sudo i2cdetect -y 1
mpu6050のサンプル(c言語)
-https://github.com/rpicopter/MotionSensorExample
----
*SPI
-SPIの設定&amp;br()rasp-config&amp;br()からspiをenableにする&amp;br()lsmod&amp;br()で&amp;br()spi_bcm2835&amp;br()が表示されていれば有効化されている
[[mcp3208のサンプル&gt;http://pi.gids.nl:81/adc/]]

----
*USBカメラ
-http://deviceplus.jp/hobby/danboru_digicame/
opencvについて
-http://d.hatena.ne.jp/shokai/20090202/1233591298    </description>
    <dc:date>2016-02-16T01:12:46+09:00</dc:date>
    <utime>1455552766</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pothub/pages/15.html">
    <title>環境設定</title>
    <link>https://w.atwiki.jp/pothub/pages/15.html</link>
    <description>
      noobsからraspbianをインストール
英語版推奨
preferenceでcui起動、[[その他]]キーボードレイアウトなどを設定
-wifiの設定&amp;br()http://d.hatena.ne.jp/embedded/20151018/p1
-ubuntuとのssh,vnc接続&amp;br()http://namakemono345.com/kichijitsu/RaspberryPi/use/remote.html
----
*アップデート関連
sudo rpi-update
sudo apt-get update
sudo apt-get upgrade    </description>
    <dc:date>2016-02-14T02:19:53+09:00</dc:date>
    <utime>1455383993</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/pothub/pages/16.html">
    <title>コマンド</title>
    <link>https://w.atwiki.jp/pothub/pages/16.html</link>
    <description>
      *githubへのpush
cd ~/hoge
git init
git add .
git commit -m &#039;first commit&#039;
git remote add origin git://github.com/your_name/dotfiles.git
git push origin master
----
*他のコンピュータからの取得
git clone https://github.com/your_name/dotfiles.git
----
*更新
git add .
git commit -m &quot;anything&quot;
git push origin master
----
*同期方法
git pull    </description>
    <dc:date>2016-02-14T01:44:47+09:00</dc:date>
    <utime>1455381887</utime>
  </item>
  </rdf:RDF>
