Monday, May 28, 2007
Use open standards!
I saw this image on the zak's presentation (from mozilla corp)
Friday, May 11, 2007
Education:
1998-2001 Automation with specialization Industrial and automation IT (University Petru Maior Tg-Mures)
2002-2005 Mathematics and Computer Sciences (Faculty of Sciences and Letters Department of Petru Maior University, Tg-Mures)
I Live and work in Targu Mures Romania . Currently employed at reea.net as programmer and sys admin , In my free time i do Firebird/Flamerobin advocacy .
I started programming in High school where i played with TurboPascal under Dos and
created an program similar with paintbrush .
My first real job was at wokadat.ro where i had first contact with Interbase/firebird and
Delphi (a real fast rad tool) . Firebird is quite powerful and impressed me with it's simplicity , also i learned about it's inner workings from printed documentation and playing with isql (command line tool).
One day i installed the redhat 6.0 on my workstation and started to learn Perl , After a while i went to Netsoft.ro where i worked with :firebird,perl,delphi,mysql . I wanted this
way to escape the Windows only world and to learn more about linux ,php and perl.
I had an short period and worked for an Microsoft's partner (infopulse.ro) where i learned
this cool language named C# and did some delphi , c++ programming (dcom,com+) and
javascript . On my second partition i had redhat installed and next to me was an solaris machine. Cygwin was an too helped me in that period.
From Jan 2004 until now , i'm working at reea.net located in Tirgu-Mures
- Developed a large range of Web based applications for small/medium organizations in PHP and Perl
- Administration for hosting servers and internal ones and support services for external clients (tomcat, apache, sendmail , qmail , postfix , all open source technologies)
- Technologies used: Perl, Bash, PHP, MySQL, Postgresql, openldap, mono, Firebird database
Hobbies : open source programming (c++,php,oopascal), traveling , Firebird/Linux advocacy , biking
Thursday, May 10, 2007
http://ubuntuforums.org/showthread.php?t=400236
Tuesday, May 08, 2007
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