shnsplit CDImage.wav -f CDImage.cue
cueシートがエラーの場合
nkf CDImage.cue > new_CDImage.cue
2014年2月9日日曜日
2014年1月9日木曜日
bluetooth - xubuntu 13.10
sudo apt-get install pulseaudio-module-bluetooth
pactl load-module module-bluetooth-discover
http://askubuntu.com/questions/366032/pulseaudio-not-detecting-bluetooth-headset-automatically
pactl load-module module-bluetooth-discover
http://askubuntu.com/questions/366032/pulseaudio-not-detecting-bluetooth-headset-automatically
2013年10月22日火曜日
セッション保存をしない - xubuntu 13.10
$HOME/.cache/session 内のファイルを削除
ディレクトリのパーミッションを変更
rm $HOME/.cache/session/*
chmod 444 $HOME/.cache/session
ディレクトリのパーミッションを変更
rm $HOME/.cache/session/*
chmod 444 $HOME/.cache/session
2013年6月27日木曜日
TigerVNC - OSX
port install gettext
port install fltk
?
port install cmake
XQuartz
Xcode Command Line Tools
git clone https://github.com/svn2github/tigervnc.git
cd ./tigervnc/trunk
CMake 2.8〜
FLTK_BASE_LIBRARY=/opt/local/lib/libfltk.dylib
FLTK_FORMS_LIBRARY=/opt/local/lib/libfltk_forms.dylib
FLTK_IMAGES_LIBRARY=/opt/local/lib/libfltk_images.dylib
FLTK_GL_LIBRARY=/opt/local/lib/libfltk_gl.dylib
FLTK_INCLUDE_DIR=/opt/local/include
JPEG_LIBRARY=libjpeg.dylib
Configure [Unix Makefiles]
Generate
make
port install fltk
?
port install cmake
XQuartz
Xcode Command Line Tools
git clone https://github.com/svn2github/tigervnc.git
cd ./tigervnc/trunk
CMake 2.8〜
FLTK_BASE_LIBRARY=/opt/local/lib/libfltk.dylib
FLTK_FORMS_LIBRARY=/opt/local/lib/libfltk_forms.dylib
FLTK_IMAGES_LIBRARY=/opt/local/lib/libfltk_images.dylib
FLTK_GL_LIBRARY=/opt/local/lib/libfltk_gl.dylib
FLTK_INCLUDE_DIR=/opt/local/include
JPEG_LIBRARY=libjpeg.dylib
Configure [Unix Makefiles]
Generate
make
TigerVNC - ubuntu 13.04
apt-get install libx11-dev libjpeg-dev
apt-get install cmake-qt-gui
wget http://fltk.org/pub/fltk/1.3.2/fltk-1.3.2-source.tar.gz
tar xf fltk-1.3.2-source.tar.gz
./configure
make
checkinstall -D
git clone https://github.com/svn2github/tigervnc.git
cd ./tigervnc/trunk
cmake-gui
FLTK_BASE_LIBRARY=/usr/local/lib/libfltk.a
FLTK_FORMS_LIBRARY=/usr/local/lib/libfltk_forms.a
FLTK_GL_LIBRARY=/usr/local/lib/libfltk_gl.a
FLTK_IMAGES_LIBRARY=/usr/local/lib/libfltk_images.a
FLTK_INCLUDE_DIR=/usr/include/FL
./vncviewer/CMakeFiles/vncviewer.dir/link.txt に
-ldl
を最後に追加
make
apt-get install cmake-qt-gui
wget http://fltk.org/pub/fltk/1.3.2/fltk-1.3.2-source.tar.gz
tar xf fltk-1.3.2-source.tar.gz
./configure
make
checkinstall -D
git clone https://github.com/svn2github/tigervnc.git
cd ./tigervnc/trunk
cmake-gui
FLTK_BASE_LIBRARY=/usr/local/lib/libfltk.a
FLTK_FORMS_LIBRARY=/usr/local/lib/libfltk_forms.a
FLTK_GL_LIBRARY=/usr/local/lib/libfltk_gl.a
FLTK_IMAGES_LIBRARY=/usr/local/lib/libfltk_images.a
FLTK_INCLUDE_DIR=/usr/include/FL
./vncviewer/CMakeFiles/vncviewer.dir/link.txt に
-ldl
を最後に追加
make
2013年6月6日木曜日
DVD バックアップ
dvdbackup -M -i /dev/sr0 -o .
mkisofs -v -r -J -l -V VOLUMELABEL -o image.iso ./VOLUMELABEL
2013年5月28日火曜日
Better Pop Up Blocker - Chrome Extension
Javascriptのポップアップもブロック
http://www.lifehacker.jp/2011/12/111203chromebetter.html
http://www.lifehacker.jp/2011/12/111203chromebetter.html
登録:
投稿 (Atom)