CentOS6.5
2014/4/8
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 07:46 am TrackBack [0]
/etc/crontab うまく動作しないのでいじってみた
カテゴリー » Raspberry Pi 2 Model B
# yum -y remove cronie-anacron
# vi /etc/crontab
# run-parts
01 * * * * root run-parts /etc/cron.hourly
42 7 * * * root run-parts /etc/cron.daily
44 7 * * 0 root run-parts /etc/cron.weekly
45 7 1 * * root run-parts /etc/cron.monthly
25 22 * * * root /root/clamav.sh
$ cat /etc/cron.d/dailyjobs
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
25 7 * * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.daily
05 6 * * 0 root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.weekly
20 6 1 * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.monthl
参考:http://t0463.blogspot.jp/2013/03/centos60crontab.html
— posted by くま at 07:34 am TrackBack [0]
CentOS6.5 i386 java Chrome
2014/4/7
カテゴリー » Raspberry Pi 2 Model B
ln -s /usr/java/jre1.7.0_51/lib/i386/libnpjp2.so
— posted by くま at 09:25 pm TrackBack [0]
PS3 Media server 起動アイコン
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 04:54 pm TrackBack [0]
CentOS6.x cornd が動かない対策...設定
カテゴリー » Raspberry Pi 2 Model B
# yum install cronie-noanacron cat /etc/cron.d/dailyjobs
# yum -y remove cronie-anacron
# yum list installed | grep corn
— posted by くま at 07:20 am TrackBack [0]
-t vboxsf がエラーになる最新版対策
2014/3/31
カテゴリー » Raspberry Pi 2 Model B
https://github.com/mitchellh/vagrant/issues/3341
— posted by くま at 09:58 am TrackBack [0]
ATOK X3 for Linuxのユーザー辞書の保存場所
2014/3/30
カテゴリー » Raspberry Pi 2 Model B
home/(ユーザー名)/.iiim/le/atokx3/users/(ユーザー名)/
— posted by くま at 04:52 pm TrackBack [0]
vhd2disk を実現する...開発中(笑)
2014/3/28
カテゴリー » Raspberry Pi 2 Model B
前提条件:HOST-PCにVirtualboxがinstallしてあり物理PCへ移行したい仮想PCが動作している事
仮想PCが存在するHOST-PCにclonezillaのisoイメージをdownloadしておく
Virtualboxの設定で仮想PCのDVDドライブにclonezillaのisoイメージ設定して仮想PCをブートさせる。
ブートした状態でclonezillaの設定を行いネットワーク上やlocalハードディスクにイメージを作ります
(disk to image)
無事に終了したら物理ディスクに書き戻したいPC上でclonezillaでブートして
先ほどのイメージを書き戻す。あっさり起動まで成功した?!大丈夫かな(笑)(image to disk)
http://kkuma.sytes.net/Linux-p2v-v2p-clonezilla/index.shtml
— posted by くま at 08:43 pm TrackBack [0]
vdi to img
2014/3/27
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 05:32 pm TrackBack [0]
AMD
カテゴリー » Raspberry Pi 2 Model B
yum --enablerepo=elrepo install fglrx-x11-drv-*
— posted by くま at 10:55 am TrackBack [0]
Comments