The Webs number one source of gaming news, downloads, reviews for playstation 2, playstation 3, xbox 360, nintendo and more.  Also featuring emulator downloads and counter-strike maps and downloads. Flight Simulator X   
  Login or Register
::  Home  ::  Cheats  ::  Screenshots  ::  Downloads  ::  Your Account  ::  Forums  ::
Site Menu
· Home
· Forums
· Cheats
· Contact Us
· Downloads
· Gaming Links
· Members List
· News Topics
· Private Messages
· Screenshots
· Statistics
· Stories Archive
· Surveys
· Top 30 Pages
· Your Account
 
Random Screenshot
Screenshot from SimCity Societies on the PC
  • Check out the GamerBeef.com: Gaming News & Downloads for PC PS3 Xbox 360 Wii Playstation Gallery
  • Upload images
  •  
    Forums

     Do someone have NHL 08 serial code and no cd crack
     Sell : Apple iPhone 16gb and Nokia N95 8gb
     Brand New Playstation 3 80gb for sales
     FOR SALE:APPLE IPHONE 16GB AT JUST $300USD
     FOR SALE:APPLE IPHONE 8GB AT JUST $250USD

    GamerBeef.com: Gaming News & Downloads for PC PS3 Xbox 360 Wii Playstation Forums

     
    User Info
    Don't have an account? Register now!
    Login

    Membership:
    Latest: ssaitek12300
    Standby: 61
    Overall: 31234

    People Online:
    Visitors: 66
    Members: 0
     
    News:

    Forwarding GNOME via SSH

    Posted on Monday, January 14 @ 16:59:54 GMT
    Computer Industry/Technology NewsConnect to your Linux computer remotely without needing to take the less secure VNC route yet, still having a GUI to work with. This quick and painless tutorial will show how to forward your GNOME session from your Linux box to another computer, via SSH and X11 Forwarding. I have found out along the way that X11 forwarding seems quicker then a traditional VNC connection and has better integration. Better security and (what seems like) quicker response times are just one of the benefits of using SSH. You will of course need a OS that has X11 and GNOME installed for this experiment. This tutorial can also be applied towards other desktop environments as-well such as KDE if you wish and for individual applications.


    Requirements

    • Two computers
    • One Computer running X11
    • One Computer running X11 and GNOME
    • Static IPs set
    • General knowledge of Linux
    • About 20-30min Free time

    Step One

    Installing SSH

    Set-up SSH on the Linux server, on Ubuntu Linux type sudo apt-get install SSH in the terminal and press enter. Type your admin password in and SSH should now be successfully installed.

    Step Two

    SSH_Config File

    X11 forwarding is turned off by default when SSH is installed on your Linux server, it is now your task to turn it on. Type gedit /etc/ssh/ssh_config into terminal and press enter. Add

    ForwardAgent yes
    ForwardX11 yes
    ForwardX11Trusted yes

    to the file ssh_config and save it using the same name, to your servers desktop. Then type sudo mv ~/Desktop/ssh_config /etc/ssh/ssh_config into terminal.

    SSHD_Config File

    Repeat Step Two for the sshd_config file type gedit /etc/ssh/sshd_config into the Linux terminal and press enter. Add

    X11Forwarding yes

    to the file sshd_config and save it using the same name, to your servers desktop. Then type sudo mv ~/Desktop/sshd_config /etc/ssh/sshd_config into terminal.

    Step Three

    Connecting via SSH

    Now from Mac OS X (any OS with x11 installed) type ssh -X username@server.ip.address into the X11 terminal (xterm) located inside the Utilities folder on Mac OS X. You will then be connected via SSH to the server.

    Step Four

    After your connected to the server via SSH type gnome-session into the xterm terminal. It may take a second but you should see the start-up sequence for GNOME. Enjoy!

    Gnome Coherence?


    Talk about this article in the discussion forums

    Not a member of GamerBeef? Sign-up for a membership here!

    Important notice:
    Please note that all news articles are submitted by our users. We are not responsible for the content posted. Any offending and abusive articles will be removed by our administrators when they become aware. Any copyrighted works will also be removed immediately upon request. If you think that this article is copyrighted, please use the contact us link on the left to make us aware of this.

    Posted on Monday, January 14 @ 16:59:54 GMT
     
    Other links
     
    Related Links
    · More about Computer Industry/Technology News

    Most read story about Computer Industry/Technology News:
    Why Ubuntu 8.04 needs better marketing

     
    Article Rating
    Average Score: 0
    Votes: 0

    Please take a second and vote for this article:

    Excellent
    Very Good
    Good
    Regular
    Bad


     
    Options

     Printer Friendly Page  Printer Friendly Page

     
    The comments are owned by the poster. We aren't responsible for their content.

    No Comments Allowed for Anonymous, please register
    You can syndicate our news using the file backend.php
    GamerBeef - 2007 © All Rights Reserved
    Privacy | Terms


    Page Generation: 0.106 Seconds