Linux

Windows8のセキュアブートにはまる。

Windows8 Customer Previewをインストールして、ディスクに空きがあったので、Linux DVDをインストールしようとしたら、何度やってもカーネルパニックで転びます。 (kernel panic not syncingとか...) LinuxのDVDをチェックしても悪いところは見当たりません…

mplayerを操作する

#include <stdio.h> #include <unistd.h> #include <string.h> #include <stdbool.h> static FILE *mplayer=NULL; #define FIFO "fifo" #define ERROR -1 #define SUCCESS 0 #define BUFSIZE 256 /** * 文字列があるか検索 */ bool find_str( const char *from , const char *pat ) { if( strlen( fro</stdbool.h></string.h></unistd.h></stdio.h>…

make

http://zive.blog113.fc2.com/blog-category-4.html http://meraman.dip.jp/meramanonly.php?GnuMakeMaster http://www.aihara.co.jp/~junt/program/ndbm.html

このサイトの活用方法

各テーマはタイトルをつけて、短く書きます。 なので、検索性は高いと思います。 左下側にある日記の検索を使ってみてください。 半角で*[Lua]と打って検索すれば、Luaに関する記事が一覧できます。 半角で*[雑]と打って検索すれば、雑に分類した記事が…