Visualizzazione post con etichetta fedora. Mostra tutti i post
Visualizzazione post con etichetta fedora. Mostra tutti i post

domenica 27 novembre 2011

Broadcom 4313 (14e4:4727) on Fedora 16 - Good news

In protest against Google censorship of Blogger blogs in some countries, this post has been moved to Wordpress.

Questo post è stato spostato su Wordpress in protesta contro la censura applicata da Google su richiesta dei governi di alcuni paesi.

sabato 22 ottobre 2011

Asus EEEPc 1215B black screen after suspend

In protest against Google censorship of Blogger blogs in some countries, this post has been moved to Wordpress.

Questo post è stato spostato su Wordpress in protesta contro la censura applicata da Google su richiesta dei governi di alcuni paesi.

I didn't find the cause, but don't panic if your EEE PC 1215B starts with a black/dead screen after being suspended (Fedora 16 here, but I think it applies to other distros also)

As I said: don't panic. Disconnect the power cord. Disconnect the battery. Wait a few seconds, then reconnect the battery and power cord and turn on your netbook: the screen will wake up :)

martedì 11 ottobre 2011

Broadcom 4313 on Fedora 16 (Linux kernel 3.1.0)

In protest against Google censorship of Blogger blogs in some countries, this post has been moved to Wordpress.

Questo post è stato spostato su Wordpress in protesta contro la censura applicata da Google su richiesta dei governi di alcuni paesi.

mercoledì 20 luglio 2011

Good tip on better font rendering in Fedora

I just finished reading this good tip on how to obtain better font rendering on Fedora.

Results are good, so I just wanted to share the link :)

lunedì 18 luglio 2011

Find and download VirtualBox guest additions ISO for Fedora 15

RPMFusion release of VirtualBox doesn't bring VirtualBox guest additions ISO, so you're off to download it yourself.

The ISO is available from the official site download section, just go to the folder of your version and look for the VBoxGuestAdditions.iso file.

sabato 28 maggio 2011

Install Skype on Fedora 15 x86_64

In protest against Google censorship of Blogger blogs in some countries, this post has been moved to Wordpress.

Questo post è stato spostato su Wordpress in protesta contro la censura applicata da Google su richiesta dei governi di alcuni paesi.

martedì 24 maggio 2011

Repository aggiuntivi per CentOS e Scientific Linux

Dato che se non me li segno in un posto fisso, poi me li perdo, mi segno qui i repo aggiuntivi più importanti per CentOS e Scientific Linux:

  • RPM Fusion: pacchetti generici, più che altro orientati al desktop (es. codec, mplayer, vlc)
  • EPEL: pacchetti enterprise (es. bacula)
  • ELRepo: kernel e moduli (compreso il mainline stabile)

venerdì 8 aprile 2011

E' uscito Gnome 3

... ed è successo esattamente quanto vaticinavo qualche settimana fa: gente che consiglia di passare a KDE, altra gente che suggerisce di attivare la modalità di fallback che assomiglia a Gnome 2. Molti scontenti, qualche contento. Si parla più attentamente di cosa faranno distro come Mint che in base alle sue scelte potrà beneficiare enormemente dal passaggio di Ubuntu a Unity e di Fedora a Gnome 3, scippando utenti ad entrambe.

Se sapessi programmare in C++, io prenderei i sorgenti di KDE e toglierei l'80% dei menu e dei pulsanti per farne un desktop serio (pulito, minimalista). Per vostra fortuna, non è così.

martedì 11 gennaio 2011

Error compiling ATI Streams SDK on Fedora

I'm working with some OpenCL related things, so I need to install ATI Streams SDK on this machine.

I downloaded the software from ATI Streams website, then extracted it and exported the necessary env vars:

$ tar zxvf /path/to/ati-stream-sdk-v2.3-lnx64.tgz
$ cd ati-stream-*/
$ export ATISTREAMSDKROOT=$(PWD)
$ export ATISTREAMSDKSAMPLESROOT=${ATISTREAMSDKROOT}/samples

At this point I had to patch several makefiles to compile the SDK on my Fedora 13, so here's the patch. Save it as ati-streams.patch, then make sure you are in the ati-streams-sdk folder and launch:

$ patch -p1 < /path/to/ati-streams.patch
patching file samples/opencl/cl/app/BoxFilterGL/Makefile
patching file samples/opencl/cl/app/FluidSimulation2D/Makefile
patching file samples/opencl/cl/app/Mandelbrot/Makefile
patching file samples/opencl/cl/app/NBody/Makefile
patching file samples/opencl/cl/app/SimpleGL/Makefile
patching file samples/opencl/cl/app/Template/Makefile
patching file samples/opencl/cl/app/URNGNoiseGL/Makefile

Then you can launch make to compile the SDK.

lunedì 13 dicembre 2010

Installare lo stack LAMP su Fedora

Installare lo stack LAMP su Fedora per gli sviluppatori non è particolarmente complicato:

root@host# yum install httpd mysql mysql-server php php-mysql

Per avviare i servizi occorerà poi:

root@host# service httpd start
root@host# service mysqld start

Maggiori informazioni (in inglese) su fedorasolve.org.