touch

Showing posts with label Soft. Show all posts
Showing posts with label Soft. Show all posts

Wednesday, April 10, 2024

Python

3.12.3
3.11.9

Friday, March 29, 2024

LibreOffice

24.2.2
7.6.6


Wednesday, March 13, 2024

Wednesday, January 17, 2024

Friday, December 29, 2023

Subversion

1.14.6

Wednesday, November 8, 2023

the GIMP

2.10.36

Saturday, June 23, 2018

debian

8.11 Jessie
(9 Stretch do NOT support PPC BigEndian)

----
# apt-get upgrade

----
# apt-cdrom add
# apt-get dist-upgrade --fix-missing
# apt-get dist-upgrade

----
## yaboot.conf generated by debian-installer
##
## run: "man yaboot.conf" for details. Do not make changes until you have!!
## see also: /usr/share/doc/yaboot/examples for example configurations.
##
## For a dual-boot menu, add one or more of:
## bsd=/dev/hdaX, macos=/dev/hdaY, macosx=/dev/hdaZ

boot="/dev/disk/by-id/ata-WDC_WD800BB-00FJA0_WD-WMAJ91696775-part11"
device=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0
partition=14
root="UUID=d76ca312-5c18-410e-9708-0048544c0cae"
timeout=100
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot

enablecdboot

enableofboot
macos=hd:10


image=/boot/vmlinux
        label=Linux
        read-only
        initrd=/boot/initrd.img

image=/boot/vmlinux.old
        label=old
        read-only
        initrd=/boot/initrd.img.old

# This entry automatically added by the Debian installer for an existing
# Linux installation on /dev/hda13.
image=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:13,/boot/vmlinux
    label=Vine-linux
    root="UUID=df6ee7fc-d4db-40cd-96da-30041b622897"
    append="ro "
    initrd=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:13,/boot/initrd.img

# This entry automatically added by the Debian installer for an existing
# Linux installation on /dev/hda13.
image=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:13,/boot/vmlinux.old
    label=Vine-linux-old
    root="UUID=df6ee7fc-d4db-40cd-96da-30041b622897"
    append="ro "
    initrd=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:13,/boot/initrd.old.img

Sunday, June 14, 2015

iMac 350

[debian jessie]
8.1 クリーンインストール


GUI画面解像度

http://yaplog.jp/scarys_blog/archive/186
Monitorセクションも必要

# service lightdm stop
# Xorg -configure
# vi ~/ xorg.conf.new
 Section "Monitor"
+ HorizSync 60-60
+ VertRefresh 75-117
 EndSection

  SubSection "Display"
   Viewport 0 0
   Depth 15
+  Modes "1024x768"
  EndSubSection
# Xorg -config xorg.conf.new -retro
# mv ~/ xorg.conf.new /etc/X11/xorg.conf


マルチブート再設定

[debian]
# ybin
# vi /etc/yaboot.conf
  + enableofboot
  + macos=hd:10

# ybin -v

[MacOS CD]
ディスク設定ユーティリティ
  ドライバの更新


日本語フォント

# vi /etc/apt/source.list
# apt-get update
# apt-get install fonts-ipafont-*

フォント位日本語選択したんだから入れてくれないと読めない


無線LAN

http://blog.livedoor.jp/g8a1lb6exxczbjs82k9q/archives/1384485.html
http://www.planex.net/download/wireless/gw-us54mini2.htm
bin の置き場所ではまる

# mkdir /lib/firmware
# cp rt73.bin /lib/firmware
# ip link set wlan0 up
# ip link show wlan0
# /sbin/ifconfig

設定をGUIでしたらwicd-gtk が起動したタイミングで接続される模様


xfceパネルリセット

http://askubuntu.com/questions/224006/resetting-xfce-panels-to-default-settings
http://d.hatena.ne.jp/SumiTomohiko/20080307/1204911942
キャッシュを消さないとログイン時に自動で出ない

# rm -rf ~/.cache/sessions/


追加

http://greenleaf.sakuraweb.com/index.php?XFce%20-Debian%20Linux-

# apt-get install  ibus-anthy
カナ漢字変換

# apt-get install libreoffice
オフィス

# apt-get install  iceweasel
ブラウザ


Monday, March 4, 2013

Multi-Touch Vista

MultipleMice を.net 3.5 対象にしてVS2012ビルドでうまくいきました。

Tuesday, November 30, 2010

Vine Linux

5.2 (2010年11月30日)  ppc リリースの最後
  エラッタは6.0リリースから1年後(2012年8月6日) までで9/4が最後


今頃 iMac 350 (slot loading) で MacOS9 とのデュアルブート
  1. MacOS 9 インストール
  2. Vine Linux 5.2 インストール
  3. yaboot.conf に macos=hd:XX を追加して ybin -v
  4. MacOS CD から boot して ディスク設定コンパネから対象ドライブをマウント(ドライバインストール)
で完成だが、間違って MacOS 側から起動ディスクを選択してはいけない
(むしろ起動ディスクコンパネを開いてはいけない に近い)
そんな時は
  1. Vine Linux 5.2 インストール CD から boot
  2. linux rescue
  3. yabootのインストール
  4. MacOS CD から boot して ディスク設定コンパネから対象ドライブをマウント(ドライバインストール)
。。。つらい。。。
###########################################################
## yaboot.conf generated by anaconda


## bootstrap partition
##  - its type must be Apple_Bootstrap

boot=/dev/hda11


###########################################################
## First stage bootloader options

defaultos=linux

## timeout (in seconds) to boot into default os

delay=10

## other options - see man yaboot.conf for details

protect
enablecdboot
enableofboot
enablenetboot



###########################################################
## Second stage bootloader options

init-message="Welcome to Vine Linux!\nHit  for boot options"

install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot

## timeout (in tenths of a second) to load default kernel

timeout=100

device=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:
partition=13
macos=hd:10


image=/boot/vmlinux
        label=linux
        read-only
        initrd=/boot/initrd.img
        append="root=LABEL=/"

image=/boot/vmlinux.old
        label=linux-old
        read-only
        initrd=/boot/initrd.old.img
        append="root=LABEL=/"


image=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:14,/boot/vmlinux
    label=debian
    root="UUID=d76ca312-5c18-410e-9708-0048544c0cae"
    append="ro "
    initrd=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:14,/boot/initrd.img

image=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:14,/boot/vmlinux.old
    label=debian-old
    root="UUID=d76ca312-5c18-410e-9708-0048544c0cae"
    append="ro "
    initrd=/pci@f2000000/mac-io@17/ata-4@1f000/disk@0:14,

/boot/initrd.old.img

#ofboot=hd:11

Monday, June 12, 2006

ntp.nict.jp

落ちすぎ
  1. ntp.jst.mfeed.ad.jp
  2. ntp.t.ring.gr.jp
  3. ntp.nict.jp