mercoledì 22 febbraio 2012

mercoledì 13 ottobre 2010

Eclipse - Enable Manage Configuration

- Eclipse -> preferences
- In the search box write "capabilities"
- enable "classic updates"

- now in Help will appear SoftwareUpdates->Manage Configurations

mercoledì 1 luglio 2009

Mac OSX python MySQLdb + Eclipse

Once compiled the MySQLdb into the project interpreter configuration add the following folder (notice i've used the relative path, you need to properly configure it):

xxx/MySQL-python-1.2.2/build/lib.macosx-10.3-fat-2.5/

Mac OSX python MySQLdb

Starting from:
http://www.keningle.com/?p=11

Something missing if you are using Fink for linux portings:
Additional steps to perform:

1) install the proper dev libraries:
apt-get install mysql14-shlibs mysql14-dev


2) configure the proper links
sudo mkdir -p /usr/local/mysql
sudo ln -sf /sw/lib/mysql /usr/local/mysql/lib


3) execute the

STEP 3

of http://www.keningle.com/?p=11

4) now you can continue as discussed in the linked blog, so:
sudo python setup.py build
sudo python setup.py install

venerdì 3 ottobre 2008

Make Your Linux Desktop Look Like A Mac

a quick and easy tutorial for making your linux theme like osx leopard can be found here:
http://www.howtoforge.com/mac4lin_make_linux_look_like_a_mac

good style to all.

giovedì 2 ottobre 2008

Acer Aspire 2920: microphone with alsa

PART 1

From: http://ubuntuforums.org/showthread.php?p=4988340

I have written the following line in both files:
  • "/etc/modprobe.d/snd-hda-intel.modprobe" (this file must be created)
  • "/etc/modprobe.d/alsa-base" (at the bottom in the last line)

Code:
options snd-hda-intel model=acer position_fix=0 enable=yes



PART 2

From: http://www.imhorst.net/ubuntu-on-an-acer-aspire-2920

1) execute the following commands:
    sudo apt-get install module-assistant
sudo m-a update
sudo m-a prepare
sudo m-a a-i alsa
sudo alsa force-unload
sudo depmod -ae
sudo modprobe snd-hda-intel
2) execute
    alsamixer -c 0 -V all



and enable Internal at the last control (Input Source).
that's all... and ... incredibly... it works!!!

PyTube

[...] PyTube is a GUI for various command-line tools such as:youtube-dl, sox, mplayer, mencoder, ffmpeg and others.It allows you to resize, rotate, apply an external mp3 into a video, generate a 10 to 30 seconds mp3 ring tone. [...]

Essentially from youtube to your HD :P

What is?
http://www.ubuntugeek.com/pytube-best-youtubegoogle-manager-downloader-and-video-converter-for-ubuntu-linux.html

The original site is no more reachable, so if you use ubuntu here you'll find the binaries:

http://www.getdeb.net/search.php?keywords=pytube