Sunday, 29 January 2012

No space on velvet

linux-no-space-left-on-device-error-with-50-free-space

velvet:/tmp# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/md0 4184756 1722772 2252324 44% /
tmpfs 16 0 16 0% /USB
/dev/c/c 1930585268 906876 1929678392 1% /c
/dev/c/c_2011_07_08_22_18
1930585268 208984 1930376284 1% /c_2011_07_08_22_18
velvet:/tmp# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/md0 65536 65536 0 100% /
tmpfs 126562 1 126561 1% /USB
/dev/c/c 30285824 40703 30245121 1% /c
/dev/c/c_2011_07_08_22_18
30285824 26 30285798 1% /c_2011_07_08_22_18
view raw gistfile1.sh hosted with ❤ by GitHub

Friday, 27 January 2012

Sunday, 22 January 2012

How to tag classical mp3 files

Basic Guidelines

  • The Artist should contain just the composer not the performer. For details, see below and ClassicalReleaseArtistStyle. 
  • The ReleaseTitle should include the title of the release followed by the major performer (i.e. the name of orchestra or quartet) inside parenthesis. For details, see below and ClassicalReleaseTitleStyle 
  • The TrackTitle should contain the overall work (name of the symphony etc.) followed by ':' and then the actual name of that movement. For details, see below and ClassicalTrackTitleStyle 
  • Convert the release to a VariousArtistsRelease if it contains works by more than one composer (see ConvertReleaseToMultipleArtistsEdit and ClassicalReleaseArtistStyle). 

http://musicbrainz.org/doc/Classical_Style_Guide

Thursday, 12 January 2012

Update basex on velvet

velvet:~# wget http://ftp.us.debian.org/debian/pool/main/b/basex/basex_7.0.2-1_all.deb
--2012-01-12 22:35:23-- http://ftp.us.debian.org/debian/pool/main/b/basex/basex_7.0.2-1_all.deb
Resolving ftp.us.debian.org... 35.9.37.225, 128.30.2.36
Connecting to ftp.us.debian.org|35.9.37.225|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2122208 (2.0M) [application/octet-stream]
Saving to: `basex_7.0.2-1_all.deb'
100%[======================================>] 2,122,208 542K/s in 4.3s
2012-01-12 22:35:27 (487 KB/s) - `basex_7.0.2-1_all.deb' saved [2122208/2122208]
velvet:~# ls *.deb
basex_7.0.2-1_all.deb
velvet:~# dpkg -i basex_7.0.2-1_all.deb
(Reading database ... 28580 files and directories currently installed.)
Preparing to replace basex 6.7-1 (using basex_7.0.2-1_all.deb) ...
Unpacking replacement basex ...
dpkg: warning - unable to delete old directory `/usr/share/maven-repo/org/basex/basex/6.7': Directory not empty
Setting up basex (7.0.2-1) ...
velvet:~# basex -v
/root/.basex: "JAXRXPATH" not found.
/root/.basex: "JAXRXPORT" not found.
BaseX 7.0.2 [Standalone]
view raw gistfile1.sh hosted with ❤ by GitHub

Sunday, 8 January 2012

tomcat on velvet


Install:
 apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps
then
fix this issue tomcat-55-no-jdk-found


/etc/init.d/tomcat5.5 start
# Directory for per-instance configuration files and webapps
CATALINA_BASE=/var/lib/tomcat5.5

# Use the Java security manager? (yes/no)
TOMCAT5_SECURITY=yes

Change to
# Use the Java security manager? (yes/no)
TOMCAT5_SECURITY=no 

http://velvet:8180

Tuesday, 3 January 2012

npm changes

Changed to a global express install

 npm install -g express
 npm install -g ejs


Monday, 2 January 2012

node-inspector

Installed on thinkpad and velvet

velvet:~# npm install -g node-inspector
/usr/local/bin/node-inspector -> /usr/local/lib/node_modules/node-inspector/bin/inspector.js
node-inspector@0.1.10 /usr/local/lib/node_modules/node-inspector
├── paperboy@0.0.3
└── socket.io@0.8.7