Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 142 / 155
Forum Ubuntu-fr.org / Howto Session résumable du display actif avec X11vnc http://forum.ubuntu-fr.org/viewtopic.php?id=197925
Thu Oct 20 07:04:37 2011 archive.org
QRCode
thumbnail
HOWTO: Set up VNC server with resumable sessions - Ubuntu Forums http://ubuntuforums.org/showthread.php?t=122402
Thu Oct 20 07:04:36 2011 archive.org
QRCode
thumbnail

HOWTO: Set up VNC server with resumable sessions Outdated Tutorials & Tips

HOWTO: Set up VNC server with resumable sessions
Warning!
This howto is old, unsupported, and relies on a broken package. This should be used as reference only.

So here's the complete list of steps that are required to set the VNC server that any user can login into and start a session. It is also persistent, meanning that even if you disconnect the VNC client your X session will not end (unless you explicitly log out) and you can reconnect to the same session again. The VNC server uses a separate display (:1) than your regular X server, which works with your physical display (:0). So two sessions can be active at the same time (one person sitting at the physical display and another remotely connecting using VNC).

  1. Enable XDMCP
    System->Administration->Login Screen Setup
    Tab Security->Enable XDMCP
    Tab XDMCP--> You can disable "Honor Indirect Requests"

Note: Before doing the next step, you need to make sure the extra repositories (e.g. universe) are enabled:
http://easylinux.info/wiki/Ubuntu#Ho...a_repositories

  1. Install required packages (vncserver and xinetd)

Code:

sudo apt-get install vnc4server xinetd

Note to AMD64 users: The current version of vnc4server in the repositories has a bug, so you need to download and install the fixed vnc4 packages as shown below:

Code:

wget http://qt1.iq.usp.br/download/vnc4server_4.0-7.3_amd64.deb
wget http://qt1.iq.usp.br/download/xvnc4viewer_4.0-7.3_amd64.deb
sudo dpkg -i vnc4server_4.0-7.3_amd64.deb
sudo dpkg -i xvnc4viewer_4.0-7.3_amd64.deb

  1. Set the VNC passwd
    Code:

sudo vncpasswd /root/.vncpasswd

  1. Add vnc service to xinetd:
    Code:

sudo gedit /etc/xinetd.d/Xvnc

Enter this into the new file:

Code:

service Xvnc
{
type = UNLISTED
disable = no
socket_type = stream
protocol = tcp
wait = yes
user = root
server = /usr/bin/Xvnc
server_args = -inetd :1 -query localhost -geometry 1024x768 -depth 16 -once -fp /usr/share/X11/fonts/misc -DisconnectClients=0 -NeverShared passwordFile=/root/.vncpasswd
port = 5901
}

  1. Restart xinetd (usually there is no need to reboot, but occasionally it might be required)

Code:

sudo /etc/init.d/xinetd stop
sudo killall Xvnc
sudo /etc/init.d/xinetd start

  1. That's it! To test that this is working first try to connect from the same machine (the machine we just set up the VNC server on):

Code:

vncviewer localhost:1

You should be prompted for the VNC password, and then see the GDM login screen where you can login and start a new X session. If that works, you can now go ahead and try to connect from remote machine using your favorite VNC client (remember to first close the local vncviewer we started above). Remember to use the VNC server machine's domain name or IP address, followed by :1 (e.g. 192.168.0.100:1). If connecting locally as shown above works, but connecting remotely fails, then this means you have a problem with a firewall which is blocking some ports. See the notes below about how to deal with that.

Note about ports: The VNC server set up as shown uses TCP port 5901. If you are using firewall software (e.g. firestarter) on that machine, you need to allow incoming connections on this port. If you are using a router which assigns your machine a private address (e.g. 192.168.0.100) which is not accessible from the internet, then you need to forward TCP port 5901 from the router to this machine.

Note about security: This setup allows any user to start an X-session remotely by logging in using his regular password (after starting the VNC connection using the VNC password), so if the user disconnects without logging out, any other user which knows the VNC password can connect afterwards and resume the same session that the first user started. So if you do not want to log out before disconnecting, it's advisable to at least lock your VNC X-session screen. Also note that while a remote user is connected thru VNC, no other connection will be accepted. An idle VNC client will be disconnected after one hour, but this can be changed by using the "-IdleTimeout" option in the server_args line in /etc/xinetd.d/Xvnc. For example, you can add "-IdleTimeout 300" to change it to 5 minutes.

HOWTO Set up VNC server with resumable sessions ubuntu forums linux forum support help Outdated Tutorials Tips
Xen - Community Ubuntu Documentation https://help.ubuntu.com/community/Xen
Thu Oct 20 07:04:35 2011 archive.org
QRCode
thumbnail
web.py (or: how can i debug fastcgi) - Site5 Web Hosting Forums http://forums.site5.com/showthread.php?t=25814&highlight=web.py
Thu Oct 20 07:04:34 2011 archive.org
QRCode
thumbnail

web.py (or: how can i debug fastcgi) Python


web py how i debug fastcgi hosting provider affordable email cheap company reseller domain business discount ecommerce internet shared plan Python
web.py - Site5 Web Hosting Forums http://forums.site5.com/showthread.php?t=19603
Thu Oct 20 07:04:33 2011 archive.org
QRCode
thumbnail

web.py Python

web py hosting provider affordable email cheap company reseller domain business discount ecommerce internet shared plan Python
Site5 Web Hosting Forums - Search Results http://forums.site5.com/search.php?searchid=1583719
Thu Oct 20 07:04:32 2011 archive.org
QRCode
thumbnail

Site5 forums are a community of support and customers who discuss current web hosting events within the Site5 network. Downtime, customer support, and discussions about business, ecommerce, web, email and shared hosting are covered.

web hosting provider affordable email cheap company reseller domain business discount ecommerce internet shared plan Site5 forums are community support customers who discuss current events within network Downtime customer discussions about covered
[HowTo] Configure Subversion (and TortiseSVN) for multiple users - Site5 Web Hosting Forums http://forums.site5.com/showthread.php?t=11008&highlight=svn
Thu Oct 20 07:04:31 2011 archive.org
QRCode
thumbnail

[HowTo] Configure Subversion (and TortiseSVN) for multiple users How To: Tutorials

HowTo Configure Subversion TortiseSVN for multiple users web hosting provider affordable email cheap company reseller domain business discount ecommerce internet shared plan How To Tutorials
Site5 Backstage :: Dashboard https://backstage.site5.com/client
Thu Oct 20 07:04:30 2011 archive.org
QRCode
web service testing - soapUI 2.0 - soapUI http://www.soapui.org/new_and_noteworthy_2.html
Thu Oct 20 07:04:29 2011 archive.org
QRCode
thumbnail

soapUI, the leading SOA Testing Tool

Administrator eviware soapui soap ui testing soa web services webservices service development oriented architecture soapUI world leading Open Source Functional Testing tool for Web Service It supports multiple protocols such SOAP REST HTTP JMS AMF JDBC TestWare Company
Transact-SQL User's Guide http://manuals.sybase.com/onlinebooks/group-as/asg1250e/sqlug/@Generic__BookTextView/22065;pt=17866/*
Thu Oct 20 07:04:28 2011 archive.org
QRCode
thumbnail
News http://www.modaco.com/
Thu Oct 20 07:04:27 2011 archive.org
QRCode
thumbnail
MoDaCo Android Windows Mobile Phone forum
SourceForge.net: GnuWin32: Files http://sourceforge.net/project/showfiles.php?group_id=23617
Thu Oct 20 07:04:26 2011 archive.org
QRCode
thumbnail

Get GnuWin32 at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. GnuWin32 provides Win32-versions of GNU tools, or tools with a similar open source licence. The ports are native ports, that is they rely only on libraries provided with any 32-bits MS-Windows operating system, such as MS-Windows 95 / 98 / 2000 / NT / XP

Build Tools Desktop Environment Office Business Open Source Software Development Community Code Secure Downloads Free GnuWin provides Win32 versions GNU tools with similar open source licence The ports are native relying only on libraries provided any modern bits MS Windows operating system such 2000 XP Vista 7
Decrypter les mots de passe Firefox [Résolu] http://www.commentcamarche.net/forum/affich-3579564-decrypter-les-mots-de-passe-firefox#0
Thu Oct 20 07:04:25 2011 archive.org
QRCode
thumbnail

Bonjour, Alors voila mon gros souci: Cet après midi j'ai voulu faire un peu le nettoyage de mon navigateur firefox (historique, cache...), et en faisant bien attention de ne pas effacer mes mots de passe enregistrés. Bizarement le problème à...

Meilleure r ponse Bon bien probleme solu lol apos ai changer nom des fichiers signons2 txt key3 db old fa ccedil on agrave garder tout faisant sorte que firefox recr ces pour nouveaux mots
Apprenez à programmer en C ! http://www.siteduzero.com/tutoriel-3-14189-apprenez-a-programmer-en-c.html
Thu Oct 20 07:04:24 2011 archive.org
QRCode
thumbnail

Tutoriels concernant la programmation en C

tutoriels concernant programmation Tutoriels la C
JQueryin | Spinner – A jQuery Preloader Plugin http://www.jqueryin.com/projects/spinner-jquery-preloader-plugin/#about
Thu Oct 20 07:04:23 2011 archive.org
QRCode
thumbnail

Spinner is a jQuery plugin that provides a simple approach for adding and removing a preloader for your web applications. It is highly customizable.

jquery spinner plugin preloader ajax Spinner jQuery that provides simple approach for adding removing web applications It highly customizable
Java Web services: WS-Security with CXF http://www.ibm.com/developerworks/opensource/library/j-jws13.html?ca=drs-
Thu Oct 20 07:04:22 2011 archive.org
QRCode
thumbnail
java web services cxf security ws securitypolicy signing encryption Dennis Sosnoski tttjca tttwsca tttosca The Apache CXF stack supports WS Security including SecurityPolicy configure handling flexible how deployment parameters used run time implement supporting both static dynamic configuration options for client side In this article Java series author shows simple UsernameToken example
Specifying Parts of Message to Encrypt and Sign http://fusesource.com/docs/esb/4.2/service_security/MsgProtect-SOAP-EncryptAndSign.html#MsgProtect-SOAP-EncryptAndSign-ExIEPA
Thu Oct 20 07:04:21 2011 archive.org
QRCode
Security TLS ACEGI Servlet
Introduction to WS-Policy http://fusesource.com/docs/esb/4.2/service_security/WsPolicy-Intro.html#WsPolicy-Intro-MessagePolicySubject
Thu Oct 20 07:04:20 2011 archive.org
QRCode
Security TLS ACEGI Servlet
Specifying Parts of Message to Encrypt and Sign http://fusesource.com/docs/esb/4.2/service_security/MsgProtect-SOAP-EncryptAndSign.html
Thu Oct 20 07:04:19 2011 archive.org
QRCode
Security TLS ACEGI Servlet
cxf multiple signedparts assertion - Recherche Google http://www.google.fr/search?hl=fr&q=cxf+multiple+signedparts+assertion
Thu Oct 20 07:04:18 2011 archive.org
QRCode
page 142 / 155
5002 links, including 1908 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn