User Tools

Site Tools


computing:storage:dropbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:storage:dropbox [2012/09/14 11:16]
gcooper
computing:storage:dropbox [2017/06/07 11:33] (current)
gcooper
Line 9: Line 9:
   * Android   * Android
  
-These are notes on how I use Dropbox with Linux (Gnome) and may or may not be useful to others.+These are notes on **how I use Dropbox with Linux** (Gnome) and may or may not be useful to others.
  
 To set up another PC where Dropbox is already installed, and configuration files are already synchronized, just run the ''ln -sf ...'' command line. To set up another PC where Dropbox is already installed, and configuration files are already synchronized, just run the ''ln -sf ...'' command line.
Line 19: Line 19:
   - Restart the Dropbox client.   - Restart the Dropbox client.
  
-===== Documents ===== +===== Applications ===== 
-First, if you have any files in your "Documents" folder, move them to a safe place...somthing like this:+ 
 +==== SSH ==== 
 + 
 +=== One-Time Setup === 
 + 
 +<file> 
 +mv ~/.ssh ~/Dropbox/Config/SSH 
 +</file> 
 + 
 +=== Use === 
 + 
 +<file> 
 +rm -rf ~/.ssh 
 +ln -s ~/Dropbox/Config/SSH ~/.ssh 
 +</file> 
 + 
 +==== Documents ==== 
 + 
 +=== One-Time Setup ===
  
 <file> <file>
Line 26: Line 44:
 </file> </file>
  
-Now we delete the existing Documents folder and create a link to the Dropbox version:+=== Use === 
 + 
 +:!: The following command will delete all your documents not in the Dropbox folder!
  
 <file> <file>
Line 33: Line 53:
 </file> </file>
  
-===== Fonts =====+==== Fonts ====
  
-===Setup ====+=== One-Time Setup ===
  
 <file> <file>
Line 41: Line 61:
 </file> </file>
  
-==== Use ===+=== Use ===
- +
-Drop your font files (usually ''.ttf'' files) into the new folder.+
  
 <file> <file>
Line 49: Line 67:
 </file> </file>
  
-===== Gnote =====+:!: Just drop your font files (usually ''.ttf'' files) into the new folder. 
 + 
 +==== Gnote ==== 
 + 
 +=== One-Time Setup ===
  
 <file> <file>
-mkdir -p ~/Dropbox/Config/ 
 mv ~/.local/share/gnote ~/Dropbox/Config/ mv ~/.local/share/gnote ~/Dropbox/Config/
 +</file>
 +
 +=== Use ===
 +
 +<file>
 ln -sf ~/Dropbox/Config/gnote ~/.local/share/ ln -sf ~/Dropbox/Config/gnote ~/.local/share/
 kill -9 `pidof gnote` # Reload kill -9 `pidof gnote` # Reload
 </file> </file>
  
-===== Tomboy =====+==== Tomboy ====
  
 It doesn't work properly to just sync the Notes folder, so we sync the synchronization folder instead. It doesn't work properly to just sync the Notes folder, so we sync the synchronization folder instead.
 +
 +=== One-Time Setup ===
  
 <file> <file>
Line 66: Line 94:
 </file> </file>
  
-Configure Tomboy synchronization to Local Folder ''~/Dropbox/Notes''.+=== Use ===
  
-===== Pidgin =====+Configure Tomboy synchronization to Local Folder ''~/Dropbox/Notes''.
  
-:!: Pidgin is a better and more reliable Instant Messaging client.+==== Pidgin ====
  
 :!: Close Pidgin first. :!: Close Pidgin first.
Line 76: Line 104:
 Passwords are saved in Gnome Keyring. You'll have to enter the passwords manually (for now). Passwords are saved in Gnome Keyring. You'll have to enter the passwords manually (for now).
  
-==== Setup ====+=== Setup ===
  
 <file> <file>
Line 82: Line 110:
 </file> </file>
  
-==== Use ====+=== Use ===
  
 <file> <file>
 rm -rf ~/.purple                         # this deletes your existing config if it exists! rm -rf ~/.purple                         # this deletes your existing config if it exists!
-ln -s ~/Dropbox/Config/Pidgin ~/.purple/+ln -s ~/Dropbox/Config/Pidgin ~/.purple
 </file> </file>
  
-===== Empathy =====+==== Empathy ====
  
 :!: If you have problems after making these mods, reboot your PC and try Empathy again. :!: If you have problems after making these mods, reboot your PC and try Empathy again.
Line 97: Line 125:
 Passwords are saved in Gnome Keyring. You'll have to enter the passwords manually (for now). Passwords are saved in Gnome Keyring. You'll have to enter the passwords manually (for now).
  
-==== Setup ====+=== Setup ===
  
 <file> <file>
Line 104: Line 132:
 </file> </file>
  
-==== Use ====+=== Use ===
  
 <file> <file>
Line 113: Line 141:
 </file> </file>
  
-===== Remmina =====+==== Remmina ====
  
-==== Setup ====+=== Setup ===
  
 <file> <file>
Line 122: Line 150:
 </file> </file>
  
-==== Use ====+=== Use ===
  
 <file> <file>
Line 129: Line 157:
 </file> </file>
  
-===== Thunderbird ===== +==== Thunderbird (Config Only) ====
- +
-==== Tags ====+
  
 === Setup === === Setup ===
computing/storage/dropbox.1347643009.txt.gz · Last modified: 2012/09/14 11:16 by gcooper