Inviato da JD il 22 Aprile, 2012 - 17:46
The Linux Framebuffer is a graphic hardware-independent abstraction low level to show graphics on the monitor.
It allows to display image, video, presentation files and more on the console through to the use of specific CLIs which support one. Useful when you have to use OS without X Window System...
Before starting you need to make sure that Framebuffer is currently available. Open any terminal and digit:
dmesg | grep -i vesa
Should see the "vesafb driver" (VESA standard) and the "fbX devices" entries, otherwise you need to enable framebuffer support by setting the bootloader and/or recompiling kernel.
Inviato da 0xNan il 28 Febbraio, 2012 - 22:15
Già ti vedo: ogni giorno quando arriva il tempo da dedicare ad internet, apri le solite pagine: controlli le mail; i diversi Social Network; commenti le notizie del tuo giornale preferito.
Per gustare appieno il web interattivo, è ormai necessario possedere un account per ogni cosa.
Nella monotonia quotidiana ci si ritrova ad inserire il solito username e la solita password: come non confermare quando il browser ci chiede di salvare le credenziali? Ogni mossa risparmiata è un guadagno, specialmente se è il browser ad occuparsi di scrivere e il nostro compito diventa solo cliccare su "login".
Si dice che "nessuno regala niente", ebbene anche in questo caso la comodità ha un prezzo...
Inviato da camaleonte il 21 Febbraio, 2012 - 03:07
Ho 2 PC ed un unica chiavetta UMTS, scopo della guida è quello di trasformare un router adsl in un router umts wi-fi, così da avere N-PC online con un unica chiavetta.
Il router che ho trovato è “alice gate voip 2 plus wi-fi”
Occorrente:
- chiavetta ( qualsiasi operatore )
- distribuzione GNU/Linux
- cavo ethernet ( anche incrociato va bene )
- cavo rs232 ( serve nel 50% dei casi )
Inviato da JD il 24 Gennaio, 2012 - 19:52
Surfing with proxy server on command line net tool (curl, wget, ftp, gopher[0] and others) and text based Web browser (w3m, links, lynx ect.) in Unix-like OS is possible by setting some environment variables or specific parameters of program in question.
Some browsers also support the "no_proxy" environment variable that specifies a set of domains for which the proxy should not be consulted.[1] As for ssh see "-D" option in the ssh man page.
For the HTTP connections assign the ip/hostname http proxy (with an optional username and password) to the http_proxy variable:
$ export http_proxy=[USERNAME[:PASSWORD]@]PROXY_ADDRESS:PORT
For the FTP connections assign the ip/hostname ftp proxy (with an optional username and password) to the ftp_proxy variable:
$ export ftp_proxy=[USERNAME[:PASSWORD]@]PROXY_ADDRESS:PORT
Inviato da JD il 25 Settembre, 2011 - 19:25
When the virtual terminal displays the following message:
RTNETLINK answers: File exists
It should not be interpreted literally.......
Inviato da JD il 5 Settembre, 2011 - 22:21
If you try to start a graphical program as no "session manager" executor root/user in pseudo-terminal and it returns the following output:
Failed to connect to the session manager: None of the authentication protocols specified are supported
or
Warning: Tried to connect to session manager, None of the authentication protocols specified are supported
It may be required a login shell.
Inviato da JD il 1 Settembre, 2011 - 11:52
If after upgrading xorg 1:7.6+8 (Debian) or xorg-x11-server 1.7.99.3 (Fedora)

nvidia driver don't work, X don't start
and you have found in the following files:
/var/log/gdm3/\:0.log*
or /var/log/Xorg.*.log*:
Inviato da leonardo il 7 Febbraio, 2008 - 07:35
Avevo la Kubuntu installata e non sono mai riuscito a configurare la scheda wifi. Un giorno ho riformattato la kubuntu sostituendola con Ubuntu in gnome. Risultato: computer più veloce, effetti compiz effervescenti, qualità generale più che ottima. Gnome-Kde 3 a 0.
L'unico cruccio era la wifi che non dava segni di vita.. pur essendo presente come un fantasma nelle periferiche digitando il comando lspci.
Inviato da sgriso il 11 Gennaio, 2008 - 16:44
Finalmente (girando in rete) ho trovato un modo per rendere un pò più veloce il nostro OpenOffice..
Basta aprire il programma e andare in Strumenti-->Opzioni-->Memoria principale e settare
Uso di OpenOffice.org 128 MB
Memoria per oggetto 20 MB
Elimina dalla memoria dopo 00,10
Numero degli oggetti 20
Commenti recenti