hns - 日記自動生成システム - Version 2.19.9

先月 2022年11月 来月
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
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/pkg
Renamed those directories
これらは、名前を変えて、新たに入れた
/usr/pkg/etc/pkgin/repositories.conf
->
http://www.ki.nu/packages/NetBSD/amd64/9.99.96/20221024.2114/All
Keep 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);



最近の日記
2024年05月08日
comparison on ./buildsh tools
2024年05月06日
py-setuptools (python 3.11.9)
make release took 1 hours and 10 min
qemu invocation for 10.99.10
2024年05月05日
Windows 10 version
serial connection
bc bench
2024年05月04日
Trial on 10.99.10
another version (later trial) to succeed
2024年04月29日
dkim
以上、2 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)