- This topic is empty.
-
AuthorPosts
-
August 18, 2014 at 1:29 pm #179590
chrisburton
Participant~/.dropbox-dist/dropboxd stop
Ah. That seems to work. Any way to use it as a service with the name
dropbox
? This way I can do:dropbox start
August 18, 2014 at 1:32 pm #179591nixnerd
ParticipantYou’ll need to set up an alias for that. Should be able to do it in your .bashrc config. Where is that on a Mac Alen?
August 18, 2014 at 1:33 pm #179592nixnerd
ParticipantRun this and see what happens:
nano ~/.bashrc
August 18, 2014 at 1:37 pm #179596Alen
ParticipantIt’s just running it from specific location.
~/
is a shortcut to your home folder.
.dropbox-dist
is a folder, and
dropbox
is a scriptYou could just make an alias
alias dropbox='~/.dropbox-dist/dropboxd'
August 18, 2014 at 1:38 pm #179597chrisburton
Participant@Joe_Temp Why does my Mac have anything to do with it, just curious? I’m installing this on my VPS (Centos 6 – 64bit).
Also, I had no issue with this before. I never had to create an
alias
to use the dropbox as a service to my knowledge.August 18, 2014 at 1:39 pm #179598Alen
ParticipantYeah, you’ll have to add alias on the server. Not sure how Centos handles that. But there should be bashrc file or .profile in your home folder.
Just do
ls -la
from your home folder to see what files are thereAugust 18, 2014 at 1:42 pm #179600nixnerd
ParticipantWhy does my Mac have anything to do with it, just curious? I’m installing this on my VPS (Centos 6 – 64bit).
Dude… I’m so sorry. I thought we were messing around with dropbox locally. My bad.
For some reason… I thought you wanted to drop files in your home folder and have them sync to whatever your localhost is configured as. My bad dude. I don’t know why anyone would want to do that but I didn’t want to second guess you. Figured you had your reasons. Ha ha ha.
I almost thought about asking… “Hey Chris… why not just put the files there to begin with?”
An alias will definitely work for what you want though.
Sorry guys… I know nothing about dropbox… so I’ve been of little help.
August 18, 2014 at 1:43 pm #179602chrisburton
ParticipantNeither of those worked either. Would using Ubuntu as an OS be more simple?
August 18, 2014 at 1:45 pm #179604nixnerd
ParticipantNo. Dude… I really think you should stick with CentOS. It’s probably one of the most widely used server choices.
Were you unsuccessful in setting up your alias?
August 18, 2014 at 1:45 pm #179605chrisburton
ParticipantFor some reason… I thought you wanted to drop files in your home folder and have them sync to whatever your localhost is configured as. My bad dude. I don’t know why anyone would want to do that but I didn’t want to second guess you. Figured you had your reasons. Ha ha ha.
So it’s basically the opposite of that. Any changes to my Desktop version of Dropbox will automatically sync to my VPS.
August 18, 2014 at 1:46 pm #179606nixnerd
ParticipantIt’s probably one of the most widely used server choices.
Well… RHEL is. But CentOS is basically free RHEL.
August 18, 2014 at 1:46 pm #179607chrisburton
ParticipantWere you unsuccessful in setting up your alias?
That’s an understatement. I’m almost about to give up.
August 18, 2014 at 1:47 pm #179608nixnerd
ParticipantSo it’s basically the opposite of that. Any changes to my Desktop version of Dropbox will automatically sync to my VPS.
Yeah… you made that perfectly clear. I have no idea why I went in that direction.
August 18, 2014 at 1:48 pm #179609nixnerd
ParticipantThat’s an understatement. I’m almost about to give up.
Nooooo! Don’t do it. What do you get when you open your bashrc with nano? Is there stuff in there?
August 18, 2014 at 1:53 pm #179612chrisburton
ParticipantI’m getting command not found. Let me do a little research so I’m not asking simple questions that I can just google.
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.