C12は1uFではなくて0.1uFだと思うんだが?
Mcintosh MC-30のリフレッシュを頼まれた...2
2015/8/23
C12は1uFではなくて0.1uFだと思うんだが?
— posted by くま at 10:57 pm TrackBack [0]
VirtualBoxの呪縛からの脱出 V2P (Debian8)
カテゴリー » Raspberry Pi 2 Model B
起動にVirtualBox関連のエラーが出ていて悩んでいたがやっと解決方法が分かった。
/etc/rc5.dで止められなかった起動時のエラーの内容を確認する。
$ systemctl | grep box
● vboxadd-service.service loaded failed failed LSB: VirtualBox Additions service
● vboxadd.service loaded failed failed LSB: loaded failed failed LSB: VirtualBox Linux Additions kernel modules
# systemctl disable vboxadd-service.service
Synchronizing state for vboxadd.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d vboxadd defaults
insserv: warning: current start runlevel(s) (empty) of script `vboxadd' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `vboxadd' overrides LSB defaults (0 1 6).
Executing /usr/sbin/update-rc.d vboxadd disable
insserv: warning: current start runlevel(s) (empty) of script `vboxadd' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `vboxadd' overrides LSB defaults (0 1 6).
# systemctl disable vboxadd.service
Synchronizing state for vboxadd.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d vboxadd defaults
Executing /usr/sbin/update-rc.d vboxadd disable
insserv: warning: current start runlevel(s) (empty) of script `vboxadd' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `vboxadd' overrides LSB defaults (0 1 6).
— posted by くま at 01:43 pm TrackBack [0]
Mate Desktop スクリプト置き場
2015/8/22
カテゴリー » Raspberry Pi 2 Model B
~/.gnome2/nautilus-scripts/
Mate Desktop環境ならばスクリプトは
~/.config/caja/scripts/
そこにスクリプトを置いたら「スクリプト」メニューの直下に現れる。
— posted by くま at 02:18 pm TrackBack [0]
Debian8 apache2 を簡単に設定(笑)
カテゴリー » Raspberry Pi 2 Model B
$ diff ./apache2.conf ../apache2.ori/apache2.conf
164,165c164
< <Directory /var/www/>
< <Directory /home/web/public_html/>
---
> <Directory /var/www/>
2:/etc/apache2/sites-available/000-default.conf
$ diff ./000-default.conf 000-default.conf.ori
11,14c11,12
< #ServerAdmin webmaster@localhost
< ServerAdmin kkuma@kkuma.mydns.jp
< #DocumentRoot /var/www/html
< DocumentRoot /home/web/public_html
---
> ServerAdmin webmaster@localhost
> DocumentRoot /var/www/html
— posted by くま at 12:49 pm TrackBack [0]
Mcintosh MC-30のリフレッシュを頼まれたが....
2015/8/21
12AX7 x 4
12AU7 x 2
12BH7 x 2
6L6GC x 4
使用コンデンサーの電源周りや信号通過の代替え品は日本製では皆無
あってもバカ高い価格がついているので迷う。
音が出るレベルなら簡単なんだが音の質まで問われると本当に困る。
— posted by くま at 01:13 pm TrackBack [0]
WD製の最新型ハードデスクを購入
2015/8/20
カテゴリー » Raspberry Pi 2 Model B
しかし古いマザーボードとRAIDカードを使い回している管理人の環境はSATA2である。
なので問題は無いかとウエスタンデジタルのホームページを覗いてみると
ジャンパーピンの設定でSATA2に切り替えが出来るようになっていた。
これなら大丈夫?と思って購入したが...
残念ながらPCI-e RoketRAID2300は2T×3個 取り付けても2Tまでしか認識出来ない!
がっかりである。
しかたがないのでRAIDカードを使わずにRAID0を組む事とした。
— posted by くま at 05:54 pm TrackBack [0]
Debian 8 "Jessie" を Virtualbox にインストール
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 05:51 pm TrackBack [0]
今後のLinux...
2015/8/15
カテゴリー » Raspberry Pi 2 Model B
CentOS7では32bitマシンのサーポートをしない事が決まっているので
今後のメインのOSは何にするか?検討している。
32bitマシンがすべて壊れればCentOS7でも良い。
両方が有るうちは設定等を二重に検討するのが大変なので64,32bit共通で考えたい。
— posted by くま at 04:15 pm TrackBack [0]
「端末を開く」 のカレントディレクトリーをホームへ変更
2015/8/9
カテゴリー » Raspberry Pi 2 Model B
を選ぶと当然の事ながらデスクトップをカレントディレクトリとして
端末が開く。しかし古いLinuxから使っていた?方々はそうではないはず(笑)
その解決スクリプトがこれです。.bashrc に追加で使ってください。
kaz=`echo $PWD | sed 's/¥// /g' | wc -w`
DROOT=`echo $PWD | cut -d'/' -f3` #root
DUSER=`echo $PWD | cut -d'/' -f4` #user
#
if [[ $kaz = 3 ]] && [[ $DUSER = Desktop ]]; then
cd /home/$USERNAME
elif [[ $kaz = 2 ]] && [[ $DROOT = Desktop ]]; then
cd /$USERNAME
fi
— posted by くま at 04:08 pm TrackBack [0]
夏休みの工作 電源編
2015/8/8
APU1C用とDDC用の2CHで電源を制作してみました。
音についてはUSB別電源では一般PCでの変化が大きいです。
APU1Cでは音の変化は少ないです。
APU1Cはやはり本体の電源を変えた時の変化が大きいようです。
— posted by くま at 02:39 pm TrackBack [0]
Comments