Difference between revisions of "User:Bourke/Linux Desktop Setup"

From MPDLMediaWiki
Jump to navigation Jump to search
m
(rsync syntax)
Line 14: Line 14:




==== rsync Command for Syncing Desktop / Laptop====
==== rsync Command for Syncing Desktop / Laptop ====
 
  rsync --verbose  --progress --stats --compress --rsh=/usr/local/bin/ssh \
      --recursive --times --perms --links --delete \
      --exclude "*bak" --exclude "*~" \
      /www/* webserver:simple_path_name


=== Setup on Desktop ===
=== Setup on Desktop ===


=== Setup on Laptop ===
=== Setup on Laptop ===

Revision as of 15:34, 7 July 2011

Setup on Both Machines[edit]

Ubuntu 10.04.2 LTS Lucid x86_64 --Bourke 17:29, 7 July 2011 (CEST)

Sun-Java6 Setup[edit]

(Most MPDL Solutions don't work with ubuntu standard OpenJDK)\\

 sudo add-apt-repository “deb http://archive.canonical.com/ lucid partner”\\
 sudo apt-get update \\
 sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts

OpenSSHServer Setup[edit]

 sudo apt-get install openssh-server


rsync Command for Syncing Desktop / Laptop[edit]

 rsync --verbose  --progress --stats --compress --rsh=/usr/local/bin/ssh \ 
     --recursive --times --perms --links --delete \ 
     --exclude "*bak" --exclude "*~" \ 
     /www/* webserver:simple_path_name 

Setup on Desktop[edit]

Setup on Laptop[edit]