http://jaist.dl.sourceforge.net/project/recordmydesktop/qt-recordMyDesktop/0.3.8/qt-recordmydesktop-0.3.8.tar.gz

作業状態を記録するのに色々試していたのですがQT版なら安定しているようです。
/
2015/7/27
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 10:08 am
TrackBack [0]
2015/7/26
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 07:40 pm
TrackBack [0]
2015/7/25
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 04:44 pm
TrackBack [0]
2015/7/17
カテゴリー » Raspberry Pi 2 Model B
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/sda2
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
#timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title CentOS (2.6.32-504.3.3.el6.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.32-504.3.3.el6.x86_64 ro root=UUID=34a7de01-2a13-47fb-ab11-e2306da5e155 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=ja_JP.UTF-8 KEYBOARDTYPE=pc KEYTABLE=jp106 crashkernel=128M nouveau.modeset=0 rdblacklist=nouveau
initrd /initramfs-2.6.32-504.3.3.el6.x86_64.img
title CentOS (2.6.32-431.29.2.el6.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.32-431.29.2.el6.x86_64 ro root=UUID=34a7de01-2a13-47fb-ab11-e2306da5e155 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=ja_JP.UTF-8 KEYBOARDTYPE=pc KEYTABLE=jp106 crashkernel=128M nouveau.modeset=0 rdblacklist=nouveau
initrd /initramfs-2.6.32-431.29.2.el6.x86_64.img
title Other-OS Windows-7
root (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
#
makeactive
chainloader +1
#
title Other-OS
root (hd2,0)
map (hd0) (hd2)
map (hd2) (hd0)
#
makeactive
chainloader +1
#
title Other-OS
root (hd3,0)
map (hd0) (hd3)
map (hd3) (hd0)
#
makeactive
chainloader +1
— posted by くま at 04:59 pm
TrackBack [0]
2015/7/7
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 01:37 pm
TrackBack [0]
2015/6/30
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 12:10 pm
TrackBack [0]
2015/6/22
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 04:23 pm
TrackBack [0]
2015/6/11
カテゴリー » Raspberry Pi 2 Model B
#!/bin/bash
hen1=`ps aux | grep quimup | grep bin | awk '{print $2}'`
echo "$hen1"
if [ -n "${hen1}" ] ; then
echo "--------------------------"
ps aux | grep quimup
echo "--------------------------"
kill $hen1
else
echo "quimupは起動されていません。"
fi
— posted by くま at 09:16 am
TrackBack [0]
2015/5/15
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 04:13 pm
TrackBack [0]
2015/5/12
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 07:54 pm
TrackBack [0]
Comments