View Single Post
Old 27-01-2008, 01:15   #245
greeneye
Senior Member
 
L'Avatar di greeneye
 
Iscritto dal: Dec 2000
Città: Parma
Messaggi: 3119
Quote:
Originariamente inviato da peppecbr Guarda i messaggi
hai visto i 7000 post e sei andato sul sicuro??? purtroppo li ho fatti tutti nel mercatino e nella sezione windows

se mi dici come fare non in arabo ci provo sono ipernubbio su linux... ma c'è sempre modo d'imparare grazie.
ok...ok.... vado un po' piu' per gradi.

PREREQUISITO: sistemare i repository
Il modo lo trovi nel primo post della discussione.

Nota: cosa sono i repository?
Sono dei 'depositi' di pacchetti e programmi una volta aggiunto un di questi al file /etc/apt/sources.list è possibile installare tutti i programmi in esso contenuti.

1o PASSO: aggiornare la cache dei pacchetti
apri una console (alt-ctrl-T) e digiti
Codice:
sudo apt-get update
2o PASSO: cercare il pacchetto che fa per te

il comando apt-cache permette di cercare nel database dei pacchetti, p.e.

Codice:
apt-cache search vnc
cerca tutti i pacchetti che contengono 'vnc' nel nome e nella descrizione

Codice:
/home/user> apt-cache search vnc
krfb - Desktop Sharing for KDE
krdc - Remote Desktop Connection for KDE
conspy - Remote control of Linux virtual consoles
directvnc - VNC client using the framebuffer as display
iprelay - User-space bandwidth shaping TCP proxy daemon
kcemirror - Windows CE remote control tool like VNC
libsvncpp-dev - Subversion C++ library (development files)
libsvncpp0c2a - Subversion C++ shared library
libsvnqt3 - Qt wrapper library for subversion
libvncauth-dev - Virtual network computing authentication headers and static lib
libvncauth0 - Virtual network computing authentication library
libvncserver-dev - easy API to write one's own VNC server
linuxvnc - VNC server to monitor a tty
svncviewer - virtual network computing client software for SVGA
tightvncserver - virtual network computing server software
tkvnc - Displays a list of (defined) machines to start VNC to
tsclient - front-end for viewing of remote desktops in GNOME
vino - VNC server for GNOME
vnc-common - Virtual network computing server software
vnc4-common - Virtual network computing server software
vnc4server - Virtual network computing server software
vncommand - VNC server which monitors a specified program
vncserver - Virtual network computing server software
vncsnapshot - A utility that takes JPEG snapshots from VNC servers
vtgrab - A VNC like console monitoring
x11vnc - VNC server which uses your current X11 session
x2vnc - A dual-screen hack - link an MS-Windows and X display
xtightvncviewer - virtual network computing client software for X
xvnc4viewer - Virtual network computing client software for X
xvncviewer - Virtual network computing client software for X
xwnc - Mix of Xvnc and XDarwin with improved protocol
tightvnc-java - TightVNC java applet and command line program
vnc-java - VNC java applet and command line program
con
Codice:
apt-cache show nomepacchetto
è possibile avere più informazioni su un pacchetto p.e.

Codice:
/home/user> apt-cache show xtightvncviewer
Package: xtightvncviewer
Priority: optional
Section: x11
Installed-Size: 128
Maintainer: Ola Lundqvist <opal@debian.org>
Architecture: i386
Source: tightvnc
Version: 1.2.9-21
Provides: vncviewer, vnc-viewer
Depends: libc6 (>= 2.3.6-6), libice6 (>= 1:1.0.0), libjpeg62, libsm6, libx11-6, libxaw7, libxext6, libxmu6, libxpm4, libxt6, zlib1g (>= 1:1.2.1), vnc-common
Pre-Depends: dpkg (>= 1.6.8)
Recommends: xfonts-base
Suggests: tightvncserver, ssh
Filename: pool/main/t/tightvnc/xtightvncviewer_1.2.9-21_i386.deb
Size: 61294
MD5sum: f2d4595e08493532a1bad632f91e4e64
SHA1: d3c38f05f8cd6e2e79ed1d72f2068da3b74f6084
SHA256: 08ffe970d664307b7c166e03b93ffbb4668545b6bec79818795b8234905f8a4f
Description: virtual network computing client software for X
 VNC stands for Virtual Network Computing. It is, in essence, a remote
 display system which allows you to view a computing `desktop' environment
 not only on the machine where it is running, but from anywhere on the
 Internet and from a wide variety of machine architectures.
 .
 It is implemented in a client/server model. This package provides a client
 for X, with this you can connect to a vncserver somewhere in the network
 and display its content in a window. There are vncserver available for X
 and for Win95/NT.
 .
 The difference between the xtightvncviewer and the normal vncviewer is the
 data encoding, optimized for low bandwidth connections. If the client do not
 support jpeg or zlib encoding it can use the default one. Later versions of
 xvncviewer (> 3.3.3r2) support a new automatic encoding that should be equally
 good as the tightvnc encoding.
Tag: interface::x11, network::client, role::program, uitoolkit::athena, use::login, use::viewing, x11::application
3o PASSO: installare il pacchetto

Dopo averlo scelto lo si installa con il comando
Codice:
sudo apt-get install nomecomando
e quindi nel nostro caso
Codice:
sudo apt-get install xtightvncviewer
greeneye è offline   Rispondi citando il messaggio o parte di esso