-
Published Answer
i posted a guide on my blog a few days ago
[Quick & Easy: Modoboa Self Hosted Email Server with Webmail](https://nwgat.ninja/quick…
•
By
wiak
-
Published Answer
follow this
http://support.hostgator.com/articles/specialized-help/technical/how-to-disable-password-authentication-for-ssh
but s…
•
By
wiak
-
Published Answer
you might need to temperately switch to user/password login and then switch to ssh keys
•
By
wiak
-
Published Answer
i have recently started using rclone to do houly backups to backblaze b2.
Below is my guide on how to set it up
[https://nwgat.n…
•
By
wiak
-
Published Answer
depends on your use case, having two will double your time to keep them up to date
•
By
wiak
-
Published Answer
well apache is simpler to configure, but nginx is way better with higher traffic and lighter on resources
if your site has little …
•
By
wiak
-
Published Answer
nothing currently, they dont even count the first 1TB
•
By
wiak
-
Published Answer
umm did you try vnstat and nethogs?
sudo apt-get install vnstat nethogs
•
By
wiak
-
Published Answer
short answer: thats because the ngix maintainers was to lazy to change a word :=)
long answer: the ngix package was built for debi…
•
By
wiak
-
Published Answer
if you want to test all of digitalocean servers in one go, you can try my simple bash script or my na…
•
By
wiak
-
Published Answer
its pretty easy, you can choose the lamp droplet image and it would work right out of the box
•
By
wiak
-
Published Answer
see my guide here
http://nwgat.ninja/quick-easy-ubuntu-server/
or just search around digitalocean
•
By
wiak
-
Published Answer
have you looked into amazon s3 or google storage?
http://aws.amazon.com/s3/details/
https://cloud.google.com/storage/docs/overvie…
•
By
wiak
-
Published Answer
you dont, you use SFTP
•
By
wiak
-
Published Answer
well 100k + nginx + php-cgi + varnish cache,
a 2 core, 2GB droplet should work fine, might well try 1 core, 1GB droplet first and …
•
By
wiak
-
Published Answer
you can check dns propagation like this (my domain)
https://www.whatsmydns.net/#A/nwgat.ninja
•
By
wiak
-
Published Answer
how long ago did you update nameservers?
it might take upto 48 hours to propagate
•
By
wiak
-
Published Answer
ever heard of SFTP? and http://www.froxlor.org ?
FTP is EvIL FYI
and DO dont have any C-PANEL
•
By
wiak
-
Published Answer
you have to use nginx reverse proxy for nodejs app
server {
listen 80;
server_name app2.domain.com;
locatio...
•
By
wiak
-
Published Answer
you need to lookup reverse proxying
here is a guide http://blog.kopis.de/running-ghost-behind-apache-reverse-proxy/
and how is …
•
By
wiak