Changes

From Amahi Wiki
Jump to: navigation, search
538 bytes added ,  14:50, 30 July 2010
no edit summary
The CrashPlan configuration application will start.
===Using X-Forwarding===To use X-Forwarding, you don't need X running, or even installed on your HDA.<br/>All you need is an X server on your client computer, and to enable X11Forwarding on your HDA. ====Enable X11Forwarding====You'll only need to do this once, on your HDA. <div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">ssh hda<br/>su -<br/>sed -ie 's/X11Forwarding.*no/X11Forwarding yes/g' /etc/ssh/sshd_config<br/>service sshd reload</div> ====Windows====
You'll need two things to be able to configure CrashPlan from Windows: PuTTY and Xming.
* [http://www.math.umn.edu/systems_guide/putty_xwin32.html X Forwarding with Putty on Windows at University of Minnesota]
====Mac OS X====
Open a Terminal (Applications > Utilities > Terminal.app)<br/>
and enter the following commands:
Once you're done with the CrashPlan configuration, you can close the CrashPlan app, the X11.app that appeared in your Dock, and Terminal.app
====Linux====
Starting on your X desktop (Gnome, KDE, ...), open a Terminal (Applications >System > Terminal in Fedora)<br/>