How-To

Usefulness of the Linux Framebuffer on the Virtual Console

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.

Portale:

Javascript e l'auto-completamento modulo

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...

Portale:

Trasformare un Router ADSL in un Router UMTS

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 )

Portale:

SOCKS/HTTP/FTP Proxy on shell

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

Portale:

RTNETLINK answers: File exists

When the virtual terminal displays the following message:

RTNETLINK answers: File exists

It should not be interpreted literally.......

Portale:

None of the authentication protocols specified are supported

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.

Portale:

NVidia Driver and ignoreABI Option

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*:

Portale:

Ubuntu 7.10: Configurare la wifi Atheros AR5007EG (con ndiswrapper) sul portatile Acer Aspire 5520G

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.

Portale:

Velocizziamo OpenOffice

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

    Numero Operazioni 30
    Uso di OpenOffice.org 128 MB
    Memoria per oggetto 20 MB
    Elimina dalla memoria dopo 00,10

Numero degli oggetti 20

Portale:

Iscriviti a RSS - How-To