blogger の日本語化
設定関係はほとんど訳されたようだ。でも重要なHelpはまったくだ。あと、トラックバックも使えないのもあいかわらずです。
http://www.watch.impress.co.jp/av/docs/20050524/buyd174.htm
http://mboffin.com/stuff/designline-openair.gif
athlon64 の clock 制御は
gdbに食わせると
extern DB*
__hash_open(const char *file, int flags, int mode, const HASHINFO *info, int dflags)
{
HTAB *hashp=NULL;
struct stat statbuf;
DB *dbp;
int bpages, hdrsize, new_table, nsegs, save_errno;
if ((flags & O_ACCMODE) == O_WRONLY) {
errno = EINVAL;
return NULL;
}
/* zero the statbuffer so that
* we can check it for a non-zero
* date to see if stat succeeded
*/
memset(&statbuf, 0, sizeof(struct stat));
http://www.eto.to/nikki/?date=20050521
http://smatsu.air-nifty.com/lbyd/2005/05/post_d05f.html あきれたページを紹介する
OSがFreeDOSかLinuxが入ったシリーズ。アメリカの Business 向けのみ。Dimensionだと$30安いみたい。OEM版WindowsXP Homeって$30なのだろうか?
FFmpeg で再生できないもの
https://sourceforge.jp/projects/opfc/
http://lists.debian.org/debian-devel-announce/2005/05/msg00001.html
dpkg-architecture が返す値が変っています。このため、make-kpkg が動きません。
You should invoke this command from the top level directory of
a linux kernel source directory tree, and as far as I can tell,
the current directory:
$(SRCTOP)
is not a top level linux kernel source directory. "
(If I am wrong then kernel-packages and the linux kernel"
are so out sync that you'd better get the latest versions"
of the kernel-package package and the Linux sources)"
Please change directory to wherever linux kernel sources
reside and try again.
ifeq ($(DEB_HOST_GNU_SYSTEM), linux)
ifeq ($(DEB_HOST_GNU_SYSTEM), linux-gnu)