L'ultimo aggiornamento di KDE 4.5.1 installa la versione 4.5.1-297 di libkdecore4. Questa versione di libkdecore4 per funzionare ha bisogno delle librerie grafiche Qt 4.7. Infatti se si tenta di far partire kde dalla console:
<> |
Mi è capitato, dopo aver aggiornato Xorg alla versione 7.5 sulla mia fidata openSUSE 11.2, di avere un errore di questo genere:
================ WARNING WARNING WARNING WARNING ================
This server has a video driver ABI version of 8.0 that this
driver does not officially support. Please check
http://www.nvidia.com/ for driver updates or downgrade to an X
server with a supported driver ABI.
=================================================================
(EE) NVIDIA: Use the -ignoreABI option to override this check.
(EE) Failed to load module "nvidia" (module requirement mismatch, 0)
<TABLE ALIGN="center">
...
...
...
Per installare KDE 4.5 e Xorg 7.5 bisogna prima aggiungere questi repository con yast:
per KDE 4.5 http://download.opensuse.org/repositories/KDE:/KDE4:/Factory:/Desktop/openSUSE_11.2/
per Xorg 7.5 http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_11.2/
Provando la versione 4.5 di KDE RC ho notato un elevato uso della CPU quando il computer rimane in idle per qualche minuto. Avevo letto che si poteva mitigare la cosa disattivando tutti gli effetti grafici, ma nonostante questo il processo di Xorg continuava a consumare il 100% di CPU (50% con hyperthreading). La cosa strana è che il processo Xorg consumava tanta CPU solo se non si lavorava sul desktop, in modalità di idle appunto.
Le modifiche sono state fatte al file phpfreechat.module, perchè utilizzo il titolo del nodo per la chat room. Con questa modifica posso sapere chi è che sta chattando in questo momento. Cercate la riga:
$serverid_node = md5('node'. $chat_nodes[0]);
e cambiatela con:
$serverid_node = md5('node'. $chat_nodes[1]);
This is a list of handy MySQL commands that I use time and time again. At the bottom are statements, clauses, and functions you can use in MySQL. Below that are PHP and Perl API functions you can use to interface with MySQL. To use those you will need to build PHP with MySQL functionality. To use MySQL with Perl you will need to use the Perl modules DBI and DBD::mysql.
Below when you see # it means from the unix shell. When you see mysql> it means from a MySQL prompt after logging into MySQL.
Normalmente l'automatic login in linux non può essere abilitato per le console. Per aggirare i questo limite bisogna editare, con i privilegi di root, alcuni files:
vi /etc/login.defs |
Aggiungiamo questa riga