
CentOS6.5 Music Player Daemon Clients quimup install
2014/2/7
カテゴリー » Raspberry Pi 2 Model B
$ wget https://github.com/ronalde/quimup-packaging/archive/master.zip
$ unzip quimup-packaging-master.zip
$ cd quimup-packaging-master
$ qmake-qt4 LIB=lib64
$ make
# cp ./quimup /usr/bin/quimup
$ /usr/bin/quimup
たぶんqt-devel-4.6.2-26.el6_4.x86_64が必須条件
参考:http://kkuma.sytes.net/Linux-audio/index4.shtml

$ unzip quimup-packaging-master.zip
$ cd quimup-packaging-master
$ qmake-qt4 LIB=lib64
$ make
# cp ./quimup /usr/bin/quimup
$ /usr/bin/quimup
たぶんqt-devel-4.6.2-26.el6_4.x86_64が必須条件
参考:http://kkuma.sytes.net/Linux-audio/index4.shtml

— posted by くま at 11:29 pm
TrackBack [0]
インストール済みのパッケージを調べる rpm コマンド
カテゴリー » Raspberry Pi 2 Model B
#!/bin/csh
echo "リスト作成中.... "
rpm -qa --last > $PWD/centos`uname -r`-`date +%Y-%m-%d`.lst
case1:
echo ""
echo "What Key-Word"
echo "Packege-name"
echo ""
set key = $<
echo ""
echo "****************************************************************************"
grep $key $PWD/centos`uname -r`-`date +%Y-%m-%d`.lst
echo "****************************************************************************"
echo ""
#
echo ""
echo "続けますか?"
echo "y or n ?"
set yn = $<
if ( "$yn" == y ) then
goto case1
else
exit
endif
echo "リスト作成中.... "
rpm -qa --last > $PWD/centos`uname -r`-`date +%Y-%m-%d`.lst
case1:
echo ""
echo "What Key-Word"
echo "Packege-name"
echo ""
set key = $<
echo ""
echo "****************************************************************************"
grep $key $PWD/centos`uname -r`-`date +%Y-%m-%d`.lst
echo "****************************************************************************"
echo ""
#
echo ""
echo "続けますか?"
echo "y or n ?"
set yn = $<
if ( "$yn" == y ) then
goto case1
else
exit
endif
— posted by くま at 05:01 pm
TrackBack [0]
README.md を読む nautilus-scripts
カテゴリー » Raspberry Pi 2 Model B
$ git clone https://github.com/Orc/discount.git
$ cd discount
$ ./configure.sh
# make
# make install
$ cat md-html
#!/bin/bash
for arg
do
#zenity --info --text="$PWD/$arg"
text="$PWD/$arg"
#zenity --info --text="$PWD/$arg"
#gnome-terminal -e "sh -c 'echo $text;exec bash'"
gnome-terminal -e "sh -c 'markdown $text > $text.html;exec bash'"
done

$ cd discount
$ ./configure.sh
# make
# make install
$ cat md-html
#!/bin/bash
for arg
do
#zenity --info --text="$PWD/$arg"
text="$PWD/$arg"
#zenity --info --text="$PWD/$arg"
#gnome-terminal -e "sh -c 'echo $text;exec bash'"
gnome-terminal -e "sh -c 'markdown $text > $text.html;exec bash'"
done
— posted by くま at 12:07 am
TrackBack [0]
usermod
2014/1/31
カテゴリー » Raspberry Pi 2 Model B
usermod -a -G audio kkumax
— posted by くま at 10:28 pm
TrackBack [0]
Comments