Thursday, April 30, 2009
Works very nice with an dark theme like ubuntu studio
maybe in the evil edition too
Friday, April 24, 2009
prezentare_ubuntu 9.04
Lansare Ubuntu 9.04 in cadrul Comunitatii Linux din Targu Mures
Comunitatea Linux (www.lug-mures.org) din Targu Mures va invita la lansarea Ubuntu 9.04 (Jaunty Jack)
unde se vor prezenta noutatile aduse in noua versiune si proiectele comunitatii locale din Targu Mures. Se pot aduce laptopuri sau calculatoare pentru instalari (stick-uri usb)
Intalnirea va avea loc in data de 25 Aprilie ora 11.00 AM
locatia va fi Restaurantul Asteri Strada Postei nr.1 (http://www.lug-mures.org/ pentru mai multe informatii)
Evenimentul este sponsorizat de reea.net
Lista de prezentari
Ca invitati speciali il avem pe Adi Roiban (ubuntu.ro ), Marius Popa (firebird.ro) , Emil Cheriches (emil.cheriches.ro)
1.Se vor prezenta cu lista de lucruri noi aduse in noul Ubuntu Compiz 0.8.2 , Linux Kernel 2.6.28.x, Kde 4.2.2, Gnome 2.26.1 intr-un top cu imbunatatiri si schimbari majore inspirate din notitele de lansare si alte articole
2.Schimbari pe partea de server (Emil Cheriches)
3.Adi Roiban va vorbi mai mult despre comunitate în general, despre localizare (progres-ul pe partea aceasta) și
software-ul liber în România(GSL, lug-uri, rosedu) și va prezenta realizările Grupului
pentru software liber și al echipei Ubuntu România precum si noutatile din Gnome (gnome.org)
4.Compiz si efecte grafice 3D – prezentare noutati in compiz 0.8.2 si nexuiz 2.5
Wednesday, April 22, 2009
Ubuntu Release Jaunty Jack Party in Targu Mures
http://ubuntu.ro/node/129
The lug page with more info is here
http://www.lug-mures.org/content/jaunty-jackalope-release-party-la-targu-mures
The announcement in Hungarian language is here
http://hup.hu/node/69899
And yes we are on front page on ubuntu.hu
http://ubuntu.hu/hirek/2009apr/jaunty-jackalope-release-party-marosvasarhelyen
Other notes:
There is a note on infoms website ,
Realitatea TV will post the news about the release maybe some ubuntu.ro team members will be there too , Adi Roiban confirmed
Tuesday, April 21, 2009
reached to Using the Users Service on google app engine tutorial
sun set
solving pidgin bug of the day on windows
Trying 66.163.181.169...
Trying 66.163.181.170...
Trying 66.163.181.171...
Trying 66.163.181.172...
Trying 66.163.181.173...
Trying 66.163.181.174...
Trying 66.163.181.175...
Trying 66.163.181.176...
Connected to scs.msg.yahoo.com.
Escape character is '^]'.
66.163.181.176
Saturday, April 18, 2009
linux 2.6.30 rc3 on ubuntu jaunty for 32 bits and cloudbook
and 855.840 FPS in glxgears and i can play prboom on the plane/moxytaxy
there is an new repository blessed by the kernel team
you can download the deb files from there
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30-rc3/
and download with wget or by browser
linux-headers-2.6.30-020630rc3-generic_2.6.30-020630rc3_i386.deb
linux-headers-2.6.30-020630rc3_2.6.30-020630rc3_all.deb
linux-image-2.6.30-020630rc3-generic_2.6.30-020630rc3_i386.deb
the from the terminal
$ sudo dpkg -i *.deb
reboot and let's see the kernel bugs
use db wrappers in php don't write to mysql only
http://www.alberton.info/php_pdo_firebird_status.html
http://forums.devshed.com/firebird-sql-development-61/firebird-and-php-pdo-functions-327659.html
I would recommend to use an stable wrapper around ibase/mysql functions
the one from cakephp is very well done you can find them in the cake
php source code
http://api.cakephp.org/class/dbo-firebird
also there is mdb2 with an good firebird/ibase driver
http://pear.php.net/package/MDB2
http://pear.php.net/package/MDB2_Driver_ibase/
also i have seen the adodb for php
http://adodb.sourceforge.net/
http://sourceforge.net/project/showfiles.php?group_id=42718
Friday, April 17, 2009
kvm , synergy, x forward and ssh
For example I have two computers foo and bar with two monitors and two keyboards two mices
and i want to use only one mouse and one keyboard for both
on each the task should be started with kvm like virtualization and so i can cross the mouse from one pc to another like the synergy , but also with the help of xforward i could pass the windows from one pc to another also i wish the processes can be migrated from one machine to another (to have an migrate to machine in the menu )
it's done for full virtual machines so it should be possible for single processes
foo <-> migrate window/process <-> bar
linux 2.6.30 rc2 on ubuntu jaunty for 64 bits and nvidia issues
there is an new repository blessed by the kernel team
you can download the deb files from there
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30-rc2/
../linux-headers-2.6.30-020630rc2_2.6.30-020630rc2_all.deb
../linux-headers-2.6.30-020630rc2-generic_2.6.30-020630rc2_amd64.deb
../linux-image-2.6.30-020630rc2-generic_2.6.30-020630rc2_amd64.deb
and download with wget or by browser
the from the terminal
$ sudo dpkg -i *.deb
reboot and let's see the kernel bugs , if you are "lucky" to have an nvidia video card
then you need to patch the nvidia driver so it can compile
$sudo su
# sh NVIDIA-Linux-x86_64-180.44-pkg2.run --extract-only
# cd NVIDIA-Linux-x86_64-180.44-pkg2/usr/src/nv/
# http://pavlinux.ru/nv/nvidia-x86_64-180.44-2.6.30-rc2.patch
# patch -p0 < nvidia-x86_64-180.44-2.6.30-rc2.patch
# cd ../../../
# ./nvidia-installer
arora 0.6 on ubuntu jaunty
you need to add my repository to /etc/apt/sources.list
then do an apt-get install arora
$ sudo vi /etc/apt/sources.list.d/mariuz.list
or use pico
$ sudo pico /etc/apt/sources.list.d/mariuz.list
deb http://ppa.launchpad.net/mapopa/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/mapopa/ppa/ubuntu jaunty main
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com ea316a2f8d6bd55554c23f680be6d09eef648708
$ sudo apt-get update && sudo apt-get dist-upgrade
$ sudo apt-get install arora
What next ?
try some acid3 test or some css3 selectors one
Round divs are cool
Thursday, April 16, 2009
For jaunty and twitter gwibber gives 'HTTP error 400: bad request' for twitter accounts
so i need to use daily ppa for gwibber
$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 06d1ed00eb802a66640696c8d0aff96872d340a3
$ sudo nano /etc/apt/sources.list.d/gwibberdaily.list
add
deb http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/gwibber-daily/ppa/ubuntu jaunty main
$ sudo apt-get update
$ sudo apt-get dist-upgrade
but now i have another issue but fixable (re enter your accounts passwords)
HTTPError: HTTP Error 401: Unauthorized
Tuesday, April 14, 2009
$sudo apt-get install qt-creator qt4-dev-tools
http://thelins.se/learnqt/?p=5
http://www.qtsoftware.com/products/developer-tools
And qtcreator 1.1 is on the way
for compiling an simple webkit app
sudo apt-get install libqt4-webkit-dbg
and i had to add QT=+webkit
Monday, April 13, 2009
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ sudo python ez_setup.py
$ sudo easy_install windmill
$ windmill shell firefox http://www.google.com
Saturday, April 11, 2009
i'm typing this from an arora 0.5 with qt 4.5 and debian experimental
http://packages.debian.org/experimental/arora
how did i installed it ?
i installed from stable then dist-upgraded to testing and then
unstable
here is how my sources.list looks like
cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian/ unstable main non-free contrib
deb-src http://ftp.us.debian.org/debian/ unstable main non-free
contrib
Add:
deb http://ftp.us.debian.org/debian/ experimental main non-free
contrib
deb-src http://ftp.us.debian.org/debian/ experimental main non-free
contrib
Then:
# aptitude update
# aptitude install -t experimental arora
my next thing is to build the 0.6 on it :)
Friday, April 10, 2009
Thursday, April 09, 2009
Friday, April 03, 2009
Microsoft, on the other hand, doesn’t deserve to get Twitter. Microsoft has totally screwed up its online branding and search. It’s pretty incompetent in those areas and has been for years. Yeah, I know that Microsoft has thousands of employees who’ll call me names on their blogs and yeah I know that Microsoft has thousands of fans, er, MVPs, who’ll tell you at length why I’m wrong.
But when I go around SXSW or Gnomedex or Northern Voice and ask people what they use from Microsoft I get blank stares. Microsoft has lost the Internet generation because they simply have not done anything interesting. Spending another $100 million on advertising is
http://scobleizer.com/2009/04/03/worstfortwitte/
Seems that scooble is using identi.ca
http://identi.ca/scobleizer
Thursday, April 02, 2009
in my case nginx is in front of two servers (2 copy cats with the same files /php and configurations)
now nginx handles all the images and compression and sends all php and other requests to the other servers
so it can have an very basic config (no advanced modules enabled)
vi /etc/nginx/sites-enabled/balancer
http://gist.github.com/89628
Wednesday, April 01, 2009
That is what I call a practical joke
if you don't want to use nm-applet then is better to try the lxde network manager
I wil see if can work with wireless
$ sudo apt-get install lxnm
by default if you install lxde by hand is not installed
so you have to do it manually