Bitcoin Forum
May 04, 2024, 09:01:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5]  All
  Print  
Author Topic: Linux noob trying to run bitcoin via SSH  (Read 8904 times)
SgtSpike (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
July 21, 2011, 03:51:13 PM
 #81

Thanks kokjo, and I appreciate the offer, but I think it's important for me to go through this so that I can learn what I am doing on linux to some extent.  I don't want to be dependent on others to fix anything that might go wrong.
fair enough. Cheesy

new offer:
i can learn it to you over irc, if you like Smiley
maybe for a coin or two.
I might take you up on that, but I'm low on coins at the moment... don't have a whole lot extra I can spend.  Gotta pay the bills.  Wink
1714856500
Hero Member
*
Offline Offline

Posts: 1714856500

View Profile Personal Message (Offline)

Ignore
1714856500
Reply with quote  #2

1714856500
Report to moderator
1714856500
Hero Member
*
Offline Offline

Posts: 1714856500

View Profile Personal Message (Offline)

Ignore
1714856500
Reply with quote  #2

1714856500
Report to moderator
1714856500
Hero Member
*
Offline Offline

Posts: 1714856500

View Profile Personal Message (Offline)

Ignore
1714856500
Reply with quote  #2

1714856500
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714856500
Hero Member
*
Offline Offline

Posts: 1714856500

View Profile Personal Message (Offline)

Ignore
1714856500
Reply with quote  #2

1714856500
Report to moderator
1714856500
Hero Member
*
Offline Offline

Posts: 1714856500

View Profile Personal Message (Offline)

Ignore
1714856500
Reply with quote  #2

1714856500
Report to moderator
drgr33n
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251



View Profile
July 21, 2011, 05:03:31 PM
 #82

Thanks kokjo, and I appreciate the offer, but I think it's important for me to go through this so that I can learn what I am doing on linux to some extent.  I don't want to be dependent on others to fix anything that might go wrong.
fair enough. Cheesy

new offer:
i can learn it to you over irc, if you like Smiley
maybe for a coin or two.
I might take you up on that, but I'm low on coins at the moment... don't have a whole lot extra I can spend.  Gotta pay the bills.  Wink

I feel sorry for you !! Yoou've worked so hard and got know where. If you give me SSH access I'll set it up and you can watch me via teamviewer for free Cheesy it will take me about 5 mins in ubuntu lol
SgtSpike (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
July 21, 2011, 06:20:26 PM
 #83

Thanks drgr33n, don't feel sorry for me though.  I've definitely learned a lot about linux... how to do basic navigation, unzip tars, install libs, install OS's, use SSH, change the root PW, modify text files with pico, download with wget, etc.  Very valuable, because now I feel like I can at least try to solve issues that come up.

And on that note, I installed Ubuntu, downloaded bitcoind, ran the 64-bit bitcoind, and just like that, it worked.  I am happy.  Smiley
kokjo
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000

You are WRONG!


View Profile
July 21, 2011, 08:01:19 PM
 #84

And on that note, I installed Ubuntu, downloaded bitcoind, ran the 64-bit bitcoind, and just like that, it worked.  I am happy.  Smiley
+1 Bravo!

"The whole problem with the world is that fools and fanatics are always so certain of themselves and wiser people so full of doubts." -Bertrand Russell
SgtSpike (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
July 22, 2011, 04:52:53 AM
Last edit: July 22, 2011, 05:14:51 AM by SgtSpike
 #85

New question: I've installed FTP via vsftpd, and created a new user with access to the www directory, but can't figure out how to make that directory the "home" or "default" directory for said user.  And also remove the ability for the ftp user to get to the root directory through FTP - I only want it to have access to the www directory and any child folders.

EDIT: Nevermind, figured out how to by setting up a user_config_dir path in vsftpd.conf, then defining specific user permissions there.
kokjo
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000

You are WRONG!


View Profile
July 22, 2011, 09:00:04 AM
 #86

New question: I've installed FTP via vsftpd, and created a new user with access to the www directory, but can't figure out how to make that directory the "home" or "default" directory for said user.  And also remove the ability for the ftp user to get to the root directory through FTP - I only want it to have access to the www directory and any child folders.

EDIT: Nevermind, figured out how to by setting up a user_config_dir path in vsftpd.conf, then defining specific user permissions there.
you could also have done:
Code:
usermod --home /path/to/www <username>
if you want to jail the user in his home when he is using vsftp, you can enable a chroot in vsftp. Smiley

"The whole problem with the world is that fools and fanatics are always so certain of themselves and wiser people so full of doubts." -Bertrand Russell
SgtSpike (OP)
Legendary
*
Offline Offline

Activity: 1400
Merit: 1005



View Profile
July 22, 2011, 04:28:08 PM
 #87

New question: I've installed FTP via vsftpd, and created a new user with access to the www directory, but can't figure out how to make that directory the "home" or "default" directory for said user.  And also remove the ability for the ftp user to get to the root directory through FTP - I only want it to have access to the www directory and any child folders.

EDIT: Nevermind, figured out how to by setting up a user_config_dir path in vsftpd.conf, then defining specific user permissions there.
you could also have done:
Code:
usermod --home /path/to/www <username>
if you want to jail the user in his home when he is using vsftp, you can enable a chroot in vsftp. Smiley
Ah, yeah, that's what I was looking for.  Tongue  Thanks!
Pages: « 1 2 3 4 [5]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!