Tuesday, April 24, 2007
Thursday, April 19, 2007
Setting up Firebird on Ubuntu Linux - it should work on feisty fawn too
read more | digg story
Tuesday, April 17, 2007
One Computer = Six-User Linux System
read more | digg story
DRM+AMD chips = defectivebydesign.org
One thing I believe to be true (in turns of How AMD can be fixed?). Building Digital Rights Management (DRM) into its chips (see Adrian Kingsley-Hughes' How AMD hopes to turn things around) probably isn't the answer.
[My next computers will be AMD, and Microsoft free , DRM free too, you know that on your own servers they can control the daemons you run, and doesn't work by the way ]
technorati tags:amd, intel, sun, sparc, drm, defectivebydesign.org, ubutu, dvd-css, dmca
Blogged with Flock
Thursday, April 12, 2007
Monitoring a Linux System with X11/Console/Web-Based Tools
read more | digg story
Thursday, April 05, 2007
firefox leak monitor extension - for developers only
This Firefox extension detects one very specific type of leak in chrome JavaScript and in Web pages. (Not in JavaScript components, though.) It detects when JavaScript objects in the chrome or Web page are still held by native code after the window is closed.
technorati tags:firefox developers, ffx, firefox, ffx, extension, leak
Blogged with Flock
fullscreen ffx - when full screen means full screen
This extension enhances the Full Screen mode into a really full screen mode, hiding the remaining toolbars and statusbar and making them visible again when the mouse pointer hits an edge of the screen.
FullerScreen :: Firefox Add-ons
technorati tags:fullscreen, extension, ffx, firefox, mozilla
Blogged with Flock
CrhromaTabs - ffx extension of the day
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:kiss, php, blog, php5, txt, simple
Blogged with Flock
Supercomputer stolen from Danish Technical University...
read more | digg story
Wednesday, April 04, 2007
Installing Beryl On An Ubuntu Feisty Fawn Desktop With An ATI Radeon
read more | digg story
Microsoft's Inaccurate Teredo Documentation, and Other Vista CVEs
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:ubuntu, flash, dapper, 3gp, ffmpeg, mplayer, flv
Blogged with Flock
Tuesday, March 27, 2007
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:smartscreen, spf, senderid, microsoft, crap, patents
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
technorati tags:fglrx, ati, nvidia, xorg, radeon, x300, dri
Blogged with Flock