2017-10-01から1ヶ月間の記事一覧

Ubuntu 16.04 LTS on MacBook Pro

http://ottan.xyz/el-capitan-ubuntu-dual-boot-4020/ macOS Sierra バージョン 10.12.3 MacBook Pro (Retina, 13-inch, Mid 2014) Ubuntu 16.04 LTSのダウンロード https://www.ubuntu.com/download/desktop Ubuntu 16.04.2 LTS インストールディスクの作成…

Yocto Toaster

Yocto Toaster http://www.yoctoproject.org/docs/2.1.2/toaster-manual/toaster-manual.html 3.6. Setting Up a Production Instance of Toaster 外部にtoasterインターフェースを公開するための設定

U-boot

U-boot ・メモリーカードのテキストファイルから環境変数を読み込む テキストファイル(uEnv.txt) test1=a test2=b 読み込み bootenv=uEnv.txt loadaddr=0x00200000 mmcdev=0 U-Boot> fatload mmc ${mmcdev} ${loadaddr} ${bootenv} reading uEnv.txt 17 byte…

jenkins

jenkins jenkinsホームディレクトリ変更 参考 JENKINS_HOME directory https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins sudo vi /etc/default/jenkins 以下のように修正 [snip] # jenkins home location #JENKINS_HOME=/var/lib/$NAME J…

git-flow

Git

git-flow 日本語サイト https://danielkummer.github.io/git-flow-cheatsheet/index.ja_JP.html 参考書 https://www.amazon.co.jp/GitHub%E5%AE%9F%E8%B7%B5%E5%85%A5%E9%96%80-~Pull-Request%E3%81%AB%E3%82%88%E3%82%8B%E9%96%8B%E7%99%BA%E3%81%AE%E5%A4%…

JPCERT/CC

https://www.jpcert.or.jp/ PCERT コーディネーションセンター (JPCERT/CC) は、技術的な立場における日本の窓口CSIRTです。 インターネットを介して発生する侵入やサービス妨害などのコンピュータセキュリティインシデント (以下、インシデント) について、…

UnixBench

LinuxをはじめUnix系OSでは昔からよく使われている定番のベンチマークツール https://jyn.jp/raspberrypi-zero-getting-started/ http://blog.idcf.jp/entry/cloud/unixbench/

Ubuntu ログインシェル動かない。。

Ubuntu16.04 で試した。 ~/.bash_profile にスクリプト書いても、ログイン時に実行されない。 http://qiita.com/HirofumiYashima/items/4b1db4f05fc11d160b4e では、Ubuntuは .profile に切り替わった。と書いているが、 .profile に書いても動かない。 $ ca…

最新のhubコマンドインストール

環境:Ubuntu16.04 https://github.com/github/hub/releases から「Latest release」のタグのバージョンをダウンロードする。 今回は、「hub 2.2.9 for Linux ARM 64-bit」(hub-linux-amd64-2.2.9.tgz)をダウンロードする。 (2017/9/17時点) $ tar -xvf hub-…

yocto sdk 作成タスク

http://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#sdk-dev-environment # 通常 bitbake -c populate_sdk imagename # 拡張できるSDK?? bitbake -c populate_sdk_ext imagename

AGL raspberrypi ビルド履歴

AGL

AGL raspberrypi ビルド履歴 Daring Dab (4.0.0 - 4.0.1) bc55 version : Daring Dab (4.0.0 - 4.0.1) repo commit : bc55c14 repo init -b bc55c1486f283c1d13e5010a1ddd1e63aa0c2fd7 -m default.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL…

Qiita まとめ

できること 非公開の投稿をする 参考:http://help.qiita.com/ja/articles/qiita-private-article 目次機能 参考:http://blog.qiita.com/post/77055935852/qiita-toc

mac 画像リサイズ

mac 画像リサイズ http://d.hatena.ne.jp/oniloq/20121111/1352625190 for file in *.jpg; do sips --resampleWidth 580 $file --out ${file%.jpg}-thumb.jpg; done

統合開発環境 System Workbench for STM32 (SW4STM32)

STM32評価ボードセットアップ on Mac 統合開発環境 System Workbench for STM32 (SW4STM32) 環境 ビルド環境:macOS Sierra 10.12 ボード:NUCLEO-L053R8 ※ Supported STM32 boardsに載っているボードならOK はじめに ここを参考に、開発環境のインストール…

Wayland (display server protocol)

Wayland (display server protocol) Wayland は display server(Wayland compositorと呼ぶ)とそのクライアント間が対話するためのプロトコル。 X Window System をより簡潔な windowing system へ置き換えることが目的。 リファレンスとして作られている Way…

Raspberry Pi ssh接続できない件

Raspberry pi ssh接続できない件 ssh接続できない 2016-11-25-raspbian-jessie-lite.img の時は、普通にssh接続できていたのに、 以下のversionでは接続拒否される。 image : 2017-03-02-raspbian-jessie-lite.img terget : raspberry pi 3 $ ssh -v pi@192.…

docker for Mac 導入

参考 https://www.docker.com/docker-mac https://store.docker.com/editions/community/docker-ce-desktop-mac/plans/docker-ce-desktop-mac-tier?tab=instructions https://docs.docker.com/docker-for-mac/ 環境 OS:macOS Sierra 10.12.5

GNU Autotools歴史

Autoconfの誕生 1980年代からUnix人気により、Unixに修正を加えた亜種が増えていった。Unixの亜種はさまざまな差異が存在した。どの亜種でも動作するプログラムを作ろうとすると、差異を詳しく知らなければならない。また、バージョンアップするごとに動向に…

JPCERTまとめ

MSC24-C. 非推奨関数や時代遅れの関数を使用しない PRE05-C. 字句の結合や文字列化を行う際のマクロ置換動作をよく理解する PRE30-C. 文字列連結によってユニバーサル文字名を作成しない STR10-C. 型が異なる文字列リテラルを結合しない

GNU Autotools まとめ

GNU Autotools 概要 Autotools はあなたのパッケージのGNUビルドシステム(*1)を作成するためのツール。 主に Autoconf/Automake/Libtools から成る。 パッケージ利用者は、Autotoolsで作成されたパッケージを ./configure && make && make install で簡単に…

GNU Autotools を学ぶ

automake を翻訳しながらGNU Aototoolsについて学ぶ。 Part 1. The GNU Build System 2.1 GNUビルドシステムの紹介 (翻訳中) 今日、このプロセスはGNUプロジェクトで標準化されています。GNUコーディング標準は、GNUプロジェクトの各パッケージがどのようにc…

GNUとは

GNU - Wikipedia GNU/Linux名称論争 - Wikipedia

Autotools Tutorial

Autotools Tutorial 内の The tutorial in PDF を翻訳しながらAutotoolsを学ぶ。 Part 1. The GNU Build System 4. Why We Need Tools GNUビルドシステムを手作業でやろうとすると、以下のことに気がつく。 GNUビルドシステムは膨大な機能がある。あなたが使…