-
Published Answer
This question was answered.
•
By
sams.folk
-
Published Answer
This question was answered.
•
By
sams.folk
-
Published Question
I'm trying to send an image file from one server to another using rsync. The sending server's public key has been placed into the receiving server's /root/.ssh/authorized_keys . (I'll not use root later on. Just tryin...
1
•
•
By
sams.folk
PHP
Linux Commands
Ubuntu
-
Published Question
What would be an appropriate amount of time to resubmit a question that hasn't been answered? I realize it's July 4th week, vacations, it's a community, etc. Just wondering. Thanks.
1
•
•
By
sams.folk
Miscellaneous
Ubuntu
-
Published Question
I recently posted a question titled “ssh2_auth_pubkey_file: Can't Get To Work”. I found a solution and posted an answer.
The PHP file in that article was invoked from the <^>command line<^>. This time I'm trying (u...
1
•
•
By
sams.folk
PHP
Ubuntu
-
Published Answer
Got it to work.
When looking at the PHP manual for ssh2_auth_pubkey_file it turns out that the lines
'/home/username...
•
By
sams.folk
-
Published Question
I am trying to copy a file from one server to another server. I can do this with ssh2_auth_password on server's without Keys, but I can't find a way to do it withssh2_auth_pubkey_file on servers with Keys. I'm not usi...
1
•
•
By
sams.folk
PHP
Ubuntu
-
Published Question
I have a .htaccess file which has the following directive …
Options -ExecCGI
AddHandler cgi-script .php .php3 .php4 .php5 .pl .py .jsp .asp .htm .shtml .sh .cgi
It has been placed in the directory, that I do not wan...
1
•
•
By
sams.folk
-
Published Question
Overall, I'm trying to connect to a remote database server from another server.
One of my servers has LAMP installed. It can connect and send data to its local MySQL database and works fine.
The other server has only...
1
•
•
By
sams.folk
-
Published Question
Overall, I've created a Droplet, installed LAMP, loaded my website, and have made a snapshot of the Droplet. Currently, I have horizontally spun a 2nd Droplet, which has OS software on it and nothing else. I want to i...
1
•
•
By
sams.folk
-
Published Answer
Before starting with some PHP coding, I was just trying to see if there might be some sort of simple command, unknown to me, to use…
•
By
sams.folk
-
Published Question
I can find a droplet id number and other information by ...
curl -X GET "https://api.digitalocean.com/droplets/?clientid=XXXXX&apikey=ZZZZZ"
But, I want to retrieve just the id number, so it can be added to a variabl...
3
•
•
By
sams.folk
-
Published Answer
Thanks again for the reply.
<br>
<br>Just to clarify and to state my current understanding of this problem…
<br>
<br>I need to s…
•
By
sams.folk