Tints browser tabs with a color specific to the website loaded. This helps you identify tab contents based on a distinct visual cue.
technorati tags:firefox, ffx, extension, chromatabs, tabs
Blogged with Flock
Programmer 4 life
I started this project because I wanted a dead-simple blog. Something that didn't require a database, used flat text files, and looked nice.The main advantage of using Simple PHP Blog is that it only requires PHP 5 (or greater) and write permission on the server. Unlike other blog software, there is almost no setup - just unzip and copy...
Simple PHP Blog - Project Homepage - About SPHPBlog
technorati tags:kiss, php, blog, php5, txt, simple
Blogged with Flock
in first part i used an debian unstable server now i will show the steps used
converting 3gp movies to flv in ubuntu dapper (compiling required software)
sudo su
apt-get install libgsm1-dev toolame libgsm1-dev libvorbis-dev libogg-dev
apt-get install libfaad2-dev
apt-get install subversion
apt-get install libgsm1-dev libgsmme-dev
apt-get install unzip
apt-get install liba52-0.7.4-dev
wget http://downloads.xvid.org/downloads/xvidcore-1.1.2.tar.bz2
tar -jxf xvidcore-1.1.2.tar.bz2
wget http://mesh.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
tar -zxvf lame-3.97.tar.gz
cd lame-3.97
./configure --prefix=/usr;make;make install
cd ..
cd xvidcore-1.1.2/build/generic/
./configure --prefix=/usr;make;make install
cd ../../../
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg/libavcodec/
mkdir amrwb_float
cd amrwb_float
wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip
unzip 26204-510.zip
unzip 26204-510_ANSI-C_source_code.zip
cd ..
mkdir amr_float
cd amr_float
wget http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip
unzip 26104-510.zip
unzip 26104-510_ANSI_C_source_code.zip
cd ../../
./configure --prefix=/opt/ffmpeg --enable-amr_nb --enable-amr_wb --enable-libogg --enable-libvorbis --enable-libgsm --enable-xvid --enable-liba52 --enable-libmp3lame --enable-gpl
make ; make install
cd ..
wget http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2
wget http://www2.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
tar -jxvf essential-20061022.tar.bz2
mkdir /usr/lib/codecs/
cd essential-20061022
mv * /usr/lib/codecs/
cd ..
cd MPlayer-1.0rc1/
./configure --prefix=/opt/mplayer
make; make install
Mariuz's Blog: converting 3gp movies to flv
technorati tags:ubuntu, flash, dapper, 3gp, ffmpeg, mplayer, flv
Blogged with Flock
We have identified that messages from your IP (127.0.0.1) are being filtered based on the recommendations of the SmartScreen filter. SmartScreen is the spam filtering technology developed and operated by Microsoft. SmartScreen is built around the technology of machine learning. SmartScreen’s filters are trained to recognize what is spam and what isn’t spam. In short, we filter incoming emails that look like spam. I am not able to go into any specific details about what these filters specifically entail, as this would render them useless.
[Yah right security by obscurity ]However, we also base our spam rating on the reputation of the sender. One way to positively impact the r! eputation of your IP is to obtain SPF/Sender ID records. This technology allows SmartScreen to better track emails from your IP, weeding out spoofed messages. You can find additional information on creating SPF records at http://www.microsoft.com/senderid
technorati tags:smartscreen, spf, senderid, microsoft, crap, patents
Blogged with Flock
[After installing fglrx with apt-get install apt-get install xorg-driver-fglrx and replacing nvidia with fglrx in driver section i still had no 3d enabled and my user wasn't allowed to access /dev/dri . So i did an little search on google and got this ]
Then you are trying to run as a user that doesn't have permission to use the DRI (root is the default allowed user). To let all users access the DRI, add the following section to your xorg.conf:
Section "DRI"
Mode 0666
EndSection
technorati tags:fglrx, ati, nvidia, xorg, radeon, x300, dri
Blogged with Flock
Download of AVA ADempiere 3.1.2 is now available in the download section (latest release). http://downloads.sourceforge.net/adempiere/ava312-1-vmware.zip?use_mirror=osdn AVA is an ADempiere VMWare Appliance created by Timo Kontro of Finland. This AVA allows you to evaluate ADempiere 312 without installing Linux, PostgreSQL, browser and ADempiere binary on your PC. It runs with just one click!
SourceForge.net: AVA 3.1.2 available now in SF
technorati tags:adempiere, compiere, oracle, postgresql, vmware, ava, appliance, linux
Blogged with Flock
mkdir scratch
cd scratch
apt-get source mplayer
sudo apt-get install dpkg-dev
sudo apt-get build-dep mplayer
cd mplayer-1.0~rc1/
modify the debian rules
vi debian/rules
sudo apt-get install build-essential checkinstall devscripts fakeroot
debuild -us -uc
apt-get remove mplayer
dpkg -i ../mplayer_1.0~rc1-0ubuntu3_i386.deb
technorati tags:mplayer, mencoder, feisty, ubuntu, debian, ffmpeg, mp3lib
Blogged with Flock
force ffmpeg to use ffmpge instead of mp3lib for audio decoding
right click -> Preferences -> Codecs & Demuxer -> Audio codec family -> FFmpeg
technorati tags:ffmpeg, mplayer, mp3lib, ubuntu, feisty, fawn, codec, audio
Blogged with Flock
If you read the changelog you will see that mp3lib audio codec is now enabled
Add --enable-mp3lib to CONFIGURE_AUDIO_CODECS (LP: #83580). - Remove --disable-mp3lib. This one took some time to find.I will see if it works with the new update
Here is is how it was decoded in the past (with the big red warning)
Requested audio codec family [mp3] (afm=mp3lib) not available.
Enable it at compilation.
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 2 ch, s16le, 127.7 kbit/9.05% (ratio: 15963->176400)
Selected audio codec: [ffmp3] afm: ffmpeg (FFmpeg MPEG layer-3 audio decoder)
==========================================================================
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffdivx] vfm: ffmpeg (FFmpeg DivX ;-) (MS MPEG-4 v3))
Accepted mplayer 2:1.0~rc1-0ubuntu3 (source)
technorati tags:ubuntu, fesity, herd-3, mplayer, mp3lib
Blogged with Flock
I like the first part of the song , it sound like enya or i have the feeling i listen to an Lord of the Rings Sound Track
"Don't tell anyone I'm free Don't tell anyone I'm free"
ftp://ftp.openbsd.org/pub/OpenBSD/songs/song30.ogg
http://www.zdnet.co.uk/misc/print/0,1000000169,2133221-39001111c,00.htm
technorati tags:bsd, openbsd, mix, free
Blogged with Flock
Somany people live within unhappy circumstances yet will not take the initiativeto change their situation because they are conditioned to a life ofsecurity,conformity and conservatism, all of which may appear to give one peaceof mind, but in reality nothing is more damaging to the adventurous spiritwithin a man than a secure future. The very basic core of a man's livingspirit is his passion for adventure. The joy of life comes from our encounterswith new experiences, and hence there is no greater joy than to have anendlessly changing horizon, for each day to have a new and different sun
Ken Gourlay - Solo Around the World
technorati tags:solo, sun, adventure, conservatism
Blogged with Flock