- 追加された行はこの色です。
- 削除された行はこの色です。
- Linux へ行く。
#contents
- http://understeer.hatenablog.com/entry/2012/03/24/184346
- [[PageFault]]
- [[XDP]]
- [[eBPF]]
- [[AppImage]] 64bit ディストリビューションならどこでもアプリが動くようにする?
* Distribution [#distribution]
- [[RHEL]] | [[CentOS]] | MIRACLE_LINUX (サイバートラスト)
- [[Debian]] | [[Ubuntu]]
- [[Fedora]]
- [[NixOS]]
* package [#v4b20225]
- Linux パッケージ管理コマンド比較(yum / dnf / apt 等)
-- https://sig9.org/archives/837
- RedHat 系: rpm > yum(python2製) > dnf (python3製)
- Debian 系: deb
* iptables [#h5c92051]
- http://penguin.nakayosi.jp/linux/iptables.html ■■ iptables の設定 ■■
* win32 objdump [#bdcc19a4]
- http://john.fremlin.org/linux/howto/win32-disassembly.html
* ファイルシステム [#fs]
- Linux チューニング - Ext3 のパフォーマンスを最大化させる
-- http://www.drk7.jp/MT/archives/001407.html
* メモリ [#ree8e79f]
- 【RHEL】linuxのメモリ使用率(利用率)の計算方法
-- http://nopipi.hatenablog.com/entry/2015/09/13/181026
- メモリの情報取得
-- http://linuxc.info/memory/memory3/
** メモリストレージ [#i738020d]
- Linux スラブ・アロケーターの徹底調査
--
http://www.ibm.com/developerworks/jp/linux/library/l-linux-slab-allocator/
* コマンド [#command]
- [[strace]]
** ネットワークコマンド [#networkcommand]
- 非推奨になったネットワークコマンド養成ギプス
-- http://blog.livedoor.jp/sonots/archives/38589335.html
--- http://understeer.hatenablog.com/entry/2012/03/24/184346 訳:非推奨になったLinuxネットワークコマンドの代替コマンド
- How to Debug Anything
-- http://www.slideshare.net/jamesgolick/how-to-debug-anything/28
- ssコマンドはバグと地雷の塊なのでnetstatの代わりにならない
-- http://d.hatena.ne.jp/ozuma/20140915/1410774381
* スケジュール [#v4433b44]
- Linuxのプロセススケジューラの歴史
-- https://speakerdeck.com/sat/linux-sched-history
* 参考 [#ref]
- http://people.redhat.com/~drepper/
-- http://people.redhat.com/~drepper/dsohowto.pdf How To Write Shared Libraries
-- http://people.redhat.com/drepper/newni.pdf The Need for Asynchronous, Zero-Copy Network I/O
- Basic Data Structures and Algorithms in the Linux Kernel
-- http://luisbg.blogalia.com/historias/74062
- Linuxのパフォーマンス解析ツール一覧。素晴らしい。G+から引用です
-- https://twitter.com/masterq_mogumog/status/446152875224207360/photo/1
- 小さいLinux環境の作り方
-- http://www.slideshare.net/fadis/linux-32051658
* 関連 [#y1f9dbe8]
- [[LAMP]]