Skip to content

Instantly share code, notes, and snippets.

@mager19
Last active February 6, 2023 14:10
Show Gist options
  • Save mager19/79b6eca5fdfd7ad1400fa6980037dde6 to your computer and use it in GitHub Desktop.
Save mager19/79b6eca5fdfd7ad1400fa6980037dde6 to your computer and use it in GitHub Desktop.
Install droplet WordPress Digital Ocean
// install filezilla
sudo apt-get update
sudo apt-get install filezilla
// Crear Alias .zshrc
alias knito="ssh -tp 22 root@159.89.21.160 'cd ../var/www/html; bash'"
//Permisos
sudo chown -R www-data:www-data /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment