extract mp3 info with php and rename file on linux box
how to get all mp3 info from a file with php and rename based on this tags
download complete file (rename to .php after): mp3-getinfo-tags-rename-php.txt
...
- Comments Off on extracting mp3 id3 tags with php
curl -I webperfection.net
lynx -head -dump http://webperfection.net
- Comments Off on html header codes
code {font-family: monospace, courier;
white-space: pre;
width: 100%;
font-size: 1em;
overflow: scroll !important;
}
h2 {margin: 60px 0 10px 0 !important; font-size: 2em !important;}
predtym som ale musel...
- Comments Off on Zend 1.12 optimization – class autoloader + class map + memcache
find urcitu zlozku podla depth/hlbky vnorenia
find ./ -maxdepth 1 -type d -name '*mull*'
- Comments Off on find zlozku/directory
Step 1: Configure OBS Repository
(as user root, only once)
echo "deb http://download.opensuse.org/repositories/security:/OpenVAS:/STABLE:/v4/Debian_5.0/ ./" >> /etc/apt/sources.list
apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys...
Najdi subory z určitého dátumu
najdi fajly z dnes po 10:30:
touch -t `date +%m%d1030` /tmp/$$
find ./ -type f -newer /tmp/$$ ! -name '.*'
rm /tmp/$$
find pocita s 24h cyklom takze mozeme pocitat aj neako takto: za poslednych 24h * 0.02
find ./...
- Comments Off on find podľa dátumu