|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||
2022年11月23日(水) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]#1 [NetBSD] got Let's note CF-J10 and 9.99.106 installed
(15,000 yen)
[ 1.000000] NetBSD 9.99.106 (GENERIC-no-SYNAPTICS) #1: Wed Nov 23 11:06:18 JST 2022 [ 1.000000] root@h97:/tmp/O/sys/arch/amd64/compile/GENERIC-no-SYNAPTICS [ 1.000000] total memory = 16295 MB [ 1.000000] avail memory = 15740 MB ... [ 1.000004] cpu0 at mainbus0 apid 0 [ 1.000004] cpu0: Use lfence to serialize rdtsc [ 1.000004] cpu0: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz, id 0x206a7 @ Download:@ Write to USB disk (not memory stick):
SX3@makoto 10:38:48/221123(~/Downloads)%
zcat NetBSD-9.99.106-amd64-bios-install.img.gz| sudo dd of=/dev/rsd0d bs=2m
Password:
0+40000 records in
0+40000 records out
2621440000 bytes transferred in 79.142 secs (33123246 bytes/sec)
@ tools/kernel:
1 2022-11-23 10:40 cd /export/git-work/netbsd-src
2 2022-11-23 10:40 git branch
3 2022-11-23 10:40 git pull
4 2022-11-23 10:41 git checkout sloss-toughbook202203
5 2022-11-23 10:42 git merge master
6 2022-11-23 10:42 sudo ./build.sh -j 8 -T /export/T -O /tmp/O tools
7 2022-11-23 11:02 fc -fild -100 |& less
8 2022-11-23 11:02 time sudo ./build.sh -j 8 -T /export/T -O /tmp/O kernel=GENERIC-no-SYNAPTICS
9 2022-11-23 11:50 fc -fild -100 |& less
===> . 1269.38s 242.17s 3:40.06 686% 129917+88797k 12+4io 25pf+0w @ sysinst:
(update from 9.1_STABLE)
@ pkg_add:/var/db/ /usr/pkg/pkgの混乱は、実は、僕は良く理解していない I have not clear idea on switching from those two. pkg_delete -ff '*'I could not delete packages では消せなかった /usr/pkg /var/pkgRenamed those directories これらは、名前を変えて、新たに入れた /usr/pkg/etc/pkgin/repositories.conf -> http://www.ki.nu/packages/NetBSD/amd64/9.99.96/20221024.2114/AllKeep sudo, pkgin pkg_install separately, and 'su ; pkg_add ...' sudo, pkgin は 前のを保存しておいて sudo pkgin install config-set @ 文字化け (ghostscript):/usr/pkg/bin/cjk-gs-integrateを実行すると、全て解決 package の名前は tex-cjk-gs-integrate-20210625.0nb1 ( つっこみ )
2022年11月20日(日) 旧暦 [n年日記] [更新:"2004/08/09 23:43:33"]#1 [openscad] value in loop 人に教わったまま、を試して見る
[ ] の中に for がある
module octal_star(size, inner) {
polyhedron(
points= [
for (i = [0 : 15])
let (theta = i * 360 / 16,
unit_vector = [cos(theta), sin(theta), 0])
if (i % 2 == 0)
size * unit_vector
else
inner * unit_vector,
[0, 0, size] // the apex point
],
faces= [
for (i = [0 : 15])
[i, (i + 1) % 16, 16]
]
);
};
octal_star(20,10);
( つっこみ )
|
最近の日記 2026年02月28日 ・my first script-fu 2026年01月29日 ・Die Fledermaus at New National theatre 2026/01/29 2025年12月25日 ・pbulk 11.99.3 (emacs30) 2025年11月22日 ・crash dump 2025年10月25日 ・recover from disk error | ||