Tuesday, April 24, 2007

Fomistii :)


Fomistii :)
Originally uploaded by astanciu2.
metallica , justice for all wall

Thursday, April 19, 2007

Setting up Firebird on Ubuntu Linux - it should work on feisty fawn too

This article describes the process of installing and running Firebird on Ubuntu Linux. Like the Debian GNU/Linux distribution it is based on, installing software with Ubuntu (or Kubuntu) is very straightforward and Firebird is no exception. This guide is based on Ubuntu 6.10 “Edgy Eft”.



read more | digg story

Tuesday, April 17, 2007

One Computer = Six-User Linux System

Mabe we can implement it at Reea.net (with an dual or quad core system) and will be shared by 2-6 users (for cutting html,browsing, email , gaim or for c++)No CPU power is wasted here... Would be hard to do the same with a memory-hungry Vista OS. "This tutorial shows how to build a multi-head, multi-user Linux box using a recent distribution of Linux and standard USB keyboards and mice."



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 ]

» Some vacation. A week’s worth of RSS feeds to read in a day. A lot of it about servers, AMD and Intel. | Berlind’s Testbed | ZDNet.com

technorati tags:, , , , , , , ,

Blogged with Flock

Thursday, April 12, 2007

Monitoring a Linux System with X11/Console/Web-Based Tools

some of them i know alread , darkstat is interesting and phpsysinfo .A description of tools for Linux that let you analyze the performance of your PC, by evaluating the way your PC uses hardware and system services, including RAM, CPU and hard drivers. With the information provided by these tools, you can uncover potential problems, fix performance bottlenecks and make sure your computer is running in tip-top shape.



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.

Leak Monitor Extension

technorati tags:, , , , ,

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

Blogged with Flock

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