Skip to content

SUCKUP.de

Second Universal Cybernetic-Kinetic Ultra-Micro Programmer

  • Home
  • Allgemein
    Allgemeine News & Infos rund um die IT-Welt
    • CMS
      Content-Management-System (kurz: CMS, übersetzt: Inhaltsverwaltungssystem) wie z.B. e107, Joomla, Typo3 oder Worpress …
      • WordPress
        WordPress: Eine Weblog-Software zur Verwaltung von Inhalten (Texte & Bilder) einer Website
    • Fun
      Lustiges und witziges oder auch eigenartige Themen :)
    • Google
      Suchmaschine: Informationen rund um Google
    • SEO
      Suchmaschinenoptimierung oder Search Engine Optimization (SEO) sind Maßnahmen, die dazu dienen, dass Webseiten im Suchmaschinenranking auf höheren Plätzen erscheinen
  • Browser
    Tipps, Erklärungen & Optimierungen rund um das Thema Browser
    • Chromium
      Chromium, Chrom, SRWare Iron, …
    • Firefox
      Mozilla Firefox (the free web browser)
    • Opera
      The Web is your browser: Opera
  • HowTo
    HowTos / Tutorials aus verschiedenen Bereichen der IT-Welt
    • Apache
      Beispiel und Anleitungen rund um den Apache (Webserver)
    • C
      C-Programme als Beispiele + Kommentare / Erklärungen im Quelltext
    • Hacken
      Hacking, Cracking, W-LAN Sicherheit und vieles mehr …
    • HTML
      Beispiele und Anleitungen rund um HTML
    • jQuery
      Beispiele und Anleitungen rund um jQuery
    • MySQL
      Beispiel und Anleitungen rund um MySQL
    • Nginx
      Beispiel und Anleitungen rund um den Nginx (Webserver)
    • PHP
      Beispiel und Anleitungen rund um PHP
    • Postfix
      Beispiel und Anleitungen rund um Postfix
    • Proxy
      Beispiel und Anleitungen rund um das Thema “Web-Proxy”
    • Shell / Bash
      Tipps & Tricks zum Thema Shell / Bash / Z-Shell
  • Linux
    Tipps & Tricks zu Linux (Debian, Ubuntu, Arch Linux …)
    • Arch Linux
      Arch Linux ist eine flexible und leichtgewichtige Distribution …
    • Android
      Tipps & Tricks zu Android
    • Debian
      Debian ist eine Linux-Distribution, die seit Version 6.0 ausschließlich Freie Software enthält …
    • ESXi
      VMware Server: ESXi (kostenlos)
    • Ubuntu
      Ubuntu ist eine freie und kostenlose Linux-Distribution, die auf Debian basiert …
  • Windows
    Windows: Betriebssysteme mit zirka 93% Marktanteil …
    • Windows 7
      Tipps & Tricks zu Windows 7
  • Impressum
    • Über mich
    • Kontakt
icon icon icon icon icon

Follow me on Twitter

My Tweets

Categories

  • Allgemein
  • Android
  • Apache
  • Arch Linux
  • Browser
  • C
  • Chromium
  • CMS
  • CSS
  • Debian
  • ESXi
  • Firefox
  • Fun
  • Google
  • Hacken
  • HowTo
  • HTML
  • jQuery
  • Linux
  • MySQL
  • Nginx
  • Opera
  • PHP
  • Postfix
  • Proxy
  • SASS
  • SEO
  • Shell / Bash
  • Ubuntu
  • ubuntuusers.de
  • Windows
  • Windows 7
  • Windows 10
  • WordPress
  • Archiv
  • Über mich
  • Kontakt
Dropbox

Dropbox

closeThis post was published more than three months ago. Please note that the information offered here may no longer be current and valid. Therefore, please inform yourself about this topic elsewhere. If there is any new information, you can also send me a comment. Thank you so much!

Daten synchronisieren, Daten sichern und Daten austauschen

Dropbox ist eine Online-Festplatte, welche sich spielend einfach in das Dateisystem integrieren lässt und 2 GB Speicherplatz kostenlos anbietet. Daten von inaktiven kostenlosen “Free accounts” werden nach 90 Tagen kommentarlos von den Servern entfernt.

Dropbox wird sich nach der Installation als Verzeichnis im Dateisystem wiederfinden und kann wie jedes andere Verzeichnis angesprochen werden, d.h. jede Veränderung an einer Datei wird direkt auf dem Dropbox-Server gesichert und auf jeden anderen Rechner, der mit Dropbox verlinkt ist, übertragen bzw. sichbar.

Die Zwischenschritte werden auf dem Server gespeichert, so dass die online Festplatte Revisions / Zwischenstände jeder vorhandenen und gelöschten Datei hat.



Dropbox
Dropbox



Download – Client

Windows :
www.getdropbox.com/downloading?os=win

Linux :
www.getdropbox.com/downloading?os=lnx

MAC :
www.getdropbox.com/downloading?os=mac

Installieren Dropbox für Ubuntu (Gnome/Nautilus):

Ubuntu “Jaunty Jackalope” 9.04

sudo echo 'deb http://linux.getdropbox.com/ubuntu jaunty main' >> /etc/apt/soucres.list
sudo deb-src 'http://linux.getdropbox.com/ubuntu jaunty main' >> /etc/apt/soucres.list

Ubuntu “Intrepid Ibex” 8.10

sudo echo 'deb http://linux.getdropbox.com/ubuntu intrepid main' >> /etc/apt/soucres.list
sudo echo 'deb-src http://linux.getdropbox.com/ubuntu intrepid main' >> /etc/apt/soucres.list

Ubuntu “Hardy Heron” 8.04

sudo echo 'deb http://linux.getdropbox.com/ubuntu hardy main' >> /etc/apt/soucres.list
sudo echo 'deb-src http://linux.getdropbox.com/ubuntu hardy main' >> /etc/apt/soucres.list

Pakete verifizieren

gpg --keyserver pgp.mit.edu --recv-keys 3565780E

die Quellen aktualisieren

sudo apt-get update

und Dropbox installieren

sudo aptitude install nautilus-dropbox

Installieren Dropbox für Ubuntu (ohne Gnome/Nautilus):

in dein Home-Verzeichnis wechseln

cd ~

Dropbox Sourcen herunterladen 32-Bit

wget http://www.getdropbox.com/download?plat=lnx.x86

bzw. Dropbox-Sourcen herunterladen 64-Bit

wget http://www.getdropbox.com/download?plat=lnx.x86_64

entpacken

tar xzvf dropbox*.tar.gz

gepackte Sourcen, wieder löschen

rm dropbox*.tar.gz

ausführen…

~/.dropbox-dist/dropboxd

nun nur noch schnell das CLI besorgen…

wget https://dl.getdropbox.com/u/43645/dbcli.py

Usage: ./dbcli.py [options] … [options]

Usage: bin/dbcli.py [options] … [options]
Available commands:
status – Get overall status for the daemon.
copypublic – Copies the url to the clipboard (? I guess)
install – Tries to download the daemon and install it in your home directory.
browse – Browse the specified folder in your browser.
copygallery – Copies the gallery url to the clipboard.
share – Open the browser and shows share-information.
file – Get information about a file/folder.
folder – Get information about a file/folder.
help – Gives this.
revisions – Opens the revisions page in your browser for the specified file.



Dropbox + Nautilus
Dropbox + Nautilus

Share this:

  • Twitter
  • Facebook

Like this:

Like Loading...

Ähnliche Beiträge:

Default ThumbnailInstalliere Nvidia Treiber für Ubuntu – HowTo sysv-rc-confDienste unter Debian / Ubuntu deaktivieren droopy-BeispielDroopy – Datenübertragung per HTTP

Published by

voku

Lars Moelleken | Ich bin root, ich darf das! View all posts by voku

Posted on 2010-02-082010-10-20Author vokuCategories Allgemein, Ubuntu, ubuntuusers.de, WindowsTags apt-get-key-dropbox, aptitude-dropbox, client windows, Datum, Dropbox, dropbox-account-wechseln, dropbox-apache, dropbox-apt-get, dropbox-fur-ubuntu-download, dropbox-hack, etc, File, free accounts, kon-boot-kostenlos, Main, mysql-server-on-dropbox, nautilus-dropbox, recv, Ubuntu, www

Post navigation

Previous Previous post: Speicherverbrauch anzeigen lassen
Next Next post: Hack your System – Kon-Boot
Proudly powered by WordPress
%d bloggers like this:
    In order to optimize the website and to continuously improve it, this site uses cookies. By continuing to use the website, you consent to the use of cookies.Ok