Thursday, April 05, 2007

CrhromaTabs - ffx extension of the day

Tints browser tabs with a color specific to the website loaded. This helps you identify tab contents based on a distinct visual cue.

ChromaTabs :: Firefox Add-ons

technorati tags:, , , ,

Blogged with Flock

simplephpblog - kiss project of the day

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:, , , , ,

Blogged with Flock

Supercomputer stolen from Danish Technical University...

Loss valued at US$15-20 million.Breakin thru a panser glass window and CPU units removed.(By stopping the following page in loading its actually possible to see theoriginal installation)http://www.hpc.dtu.dk/hardware/



read more | digg story

Wednesday, April 04, 2007

Installing Beryl On An Ubuntu Feisty Fawn Desktop With An ATI Radeon

[Got an x300 and one radeon 9600 pro and i will test the beryl on my these setups, on nvidia 6600 works ok also with onboard 6100 ]This tutorial shows how you can install and configure Beryl on an Ubuntu 7.04 (Feisty Fawn) desktop with an ATI Radeon graphic card. With Beryl, you can make your desktop use beautiful 3D effects. We will use the open-source ATI driver that comes with Ubuntu plus AIGLX to achieve this.



read more | digg story

Microsoft's Inaccurate Teredo Documentation, and Other Vista CVEs

Last week the CVE project issued nine new CVEs for Vista, numbered CVE-2007-1527 through CVE-2007-1535. While these CVEs were directly based on our findings in Windows Vista Network Attack Surface Analysis[1] report (released as a...



read more | digg story

Thursday, March 29, 2007

converting 3gp movies to flv in Ubuntu 6.06 (dapper)

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:, , , , , ,

Blogged with Flock

Tuesday, March 27, 2007

Robber Fly - head


Robber Fly - head
Originally uploaded by virilath.
this is bug of the day

Wednesday, March 21, 2007

microsoft patented crap

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:, , , , ,

Blogged with Flock

Monday, March 19, 2007

failed to open DRM: Operation not permitted (on fglrx and ubuntu feisty)

[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

DRI Wiki - DriTroubleshooting

technorati tags:, , , , , ,

Blogged with Flock

Wednesday, March 14, 2007

amberskin band (old spazz) got new track

UNDER SIEGE track uploaded!

www.myspace.com/amberskinmusic

technorati tags:, , , , , ,

Blogged with Flock

installing some shooters on feisty-fawn

seems that openarena is now included in ubuntu repositories

sudo apt-get install nexuiz openarena tremulous prboom


technorati tags:, , , , , , ,

Blogged with Flock

Thursday, February 22, 2007

chapter 7 from the why's (poignantguide ) to ruby is out

When You Wish Upon a Beard

why’s (poignant) guide to ruby :: 7. When You Wish Upon a Beard

He wishes for the cloths of heaven - William Butler Yeats

But I, being poor, have only my dreams;
I have spread my dreams under your feet;
Tread softly, because you tread on my dreams.

DrBacchus' Journal

technorati tags:, , , , , ,

Blogged with Flock

Wednesday, February 21, 2007

ie for linux 2.5 beta 5

# New: IE Window title now shows IE version# New: IE7 is now an option on GUI

using --gtk option and choosing advanced button

$ ./ies4linux --gui gtk

$ /home/mariuz/bin/ie7

IEs 4 Linux News » IEs4Linux 2.5 Beta 5

technorati tags:, , , ,

Blogged with Flock

Tuesday, February 13, 2007

ADempiere Virtual Appliance which runs under VMware player

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:, , , , , , ,

Blogged with Flock

Thursday, February 08, 2007

recompiling mplayer in feisty

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

Ubuntu -- mplayer

technorati tags:, , , , , ,

Blogged with Flock

Wednesday, February 07, 2007

force ffmpeg to use ffmpge instead of mp3lib

force ffmpeg to use ffmpge instead of mp3lib for audio decoding

right click -> Preferences -> Codecs & Demuxer -> Audio codec family -> FFmpeg




Translated version of http://forum.ubuntuusers.de/search/author/Army/

technorati tags:, , , , , , ,

Blogged with Flock

some movies are broken with new mp3lib codecs in mplayer (ubuntu feisty)

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:, , , ,

Blogged with Flock

Tuesday, February 06, 2007

E-Railed (OpenBSD Mix)

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

OpenBSD release song lyrics

technorati tags:, , ,

Blogged with Flock

Quote of the day John Krakeur via spiritsoloquest.com

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:, , ,

Blogged with Flock