Questions tagged [digital-ocean]

37 questions
8
votes
2 answers

certbot: error: unrecognized arguments: --dns-digitalocean-credentials

Trying to execute this command sudo certbot certonly --dns-digitalocean --dns-digitalocean-credentials ~/.secrets/digitalocean.ini -d "*.example.com" --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory i get this…
2
votes
1 answer

Vim - copy to system clipboard on Digital Ocean droplet

I am ssh-ing into Digital Ocean Droplet — from an iPad Pro through Termius should it matter.. Droplet is Ubuntu 18.04.3 (LTS) x64 Vim 8.0 — with +clipboard and +xterm_clipboard I have set clipboard=unnamed In my .vimrc, though have tried variations…
Jadam
  • 151
  • 4
2
votes
0 answers

Dockerize a VPS / Digital Ocean droplet?

Is it possible to create a docker image of my Ubuntu VPS including all the environment/setup, for example Nginx, Mysql together with their configurations, so that I can have an image which I can even use offline? Is Docker cut for that, or are those…
2
votes
0 answers

DigitalOcean Droplet (Ubuntu 18.04) Password Reset Loop

I'm relatively new to DigitalOcean droplets, but I have had a Ubuntu 18.04 droplet running a Nextcloud instance for a couple weeks before I started running into problems. I'm not 100% sure where the problem lies, and my troubleshooting hasn't gotten…
idalsin
  • 121
  • 1
1
vote
1 answer

How to define command line options in my sql systemctl service

I have a mysql install on Digital ocean cloud. And by default it's working with system ctl service. I need to run the server with those options : That have taken from here. So I've tried to edit this file: nano…
lingar
  • 121
  • 2
1
vote
3 answers

How do you download multiple files/videos, simultaneously, on a basic digitalocean droplet/VPS?

How do you download multiple files/videos, simultaneously, on a basic digitalocean droplet? Let's say I create a basic digitalocean droplet/VPS, that runs Ubuntu I start the console I do apt install python and wget…
barlop
  • 23,380
  • 43
  • 145
  • 225
1
vote
0 answers

Nginx Fails with [emrg] error

My web app has failed to load after I tried uploading some of my folders with Filezilla. On inspection of the problem, I found that Nginx service isn't running. The result of sudo nginx -t is: nginx: [emerg] unknown directive "LISTEN" in…
1
vote
1 answer

No internet connection after i restarted my server

I have an ubuntu droplet on www.digitalocean.com, after i changed a few lines of code in my application, i restarted the server, still have access to it through web console but no interfaces has founded, just docker0 and lo, can't ping google…
swordfish
  • 111
  • 3
1
vote
1 answer

Permission denied (publickey) during SSH using Git Bash on a Windows Machine

When I try to execute the command ssh -vvv user@ip_address, the last few lines of the outcome looks as below: debug3: send packet: type 50 debug2: we sent a publickey packet, wait for reply debug3: receive packet: type 51 debug1: Authentications…
1
vote
1 answer

Centos is giving wrong date time for all the dates below the year 1905 from NodeJS

I'm having a weird situation. Recently I've moved from Azure cloud to Digital Ocean server. I'm using Nodejs version v10.15.0 and Centos 7. My timedatectl output is [deploy@prod-ca-api install-scripts]$ timedatectl Local time: Tue 2019-03-19…
Deepan
  • 13
  • 2
1
vote
0 answers

Setting up a server for mobile / web app backend

I am currently creating a mobile application which will run on iOS and Android. Apart from that, there will be a web platform to log in to and handle some stuff too - think about it as a dashboard. It will be a social network where users can post…
PennyWise
  • 111
  • 2
1
vote
1 answer

Access Denied (Public Key) when creating a new user for SSH purposes

I wanted to create a new user on my digital ocean server and then log in as this user using SSH but I'm getting an access denied error. Here are the steps I tried. On Local Machine: #create a new key ssh-keygen -b 1024 -f userblue -t dsa chmod 600…
1
vote
2 answers

ssh: Permission denied (publickey)

One colleague has worked on a server, and written ssh root@xxx.xxx.xxx.xxx and the password in our documentation. I just did ssh-keygen on my machine, and tried to do ssh -v root@xxx.xxx.xxx.xxx from my machine, but I got the following error. Does…
SoftTimur
  • 1,187
  • 4
  • 16
  • 34
1
vote
1 answer

How do I upgrade my kernel in CentOS 6 to the latest version?

It's giving me problems and is not using the latest, even after power cycling. [root@server ~]# uname -r 2.6.32-431.1.2.0.1.el6.x86_64 [root@server ~]# cat /boot/grub.conf cat: /boot/grub.conf: No such file or directory [root@server ~]# cat…
Chloe
  • 5,776
  • 23
  • 71
  • 118
0
votes
0 answers

Move storage from root filesystem to volume in a digitalocean droplet

I started with a small server of 50G and setup a nextCloud instance. This space was not sufficient at the end. Now i added another volume. but i dont know how to move the data to that volume. The filesystem is btrfs and the new volume is…
b10n1k
  • 101
  • 2
1
2 3