Last active
February 6, 2023 14:10
-
-
Save mager19/79b6eca5fdfd7ad1400fa6980037dde6 to your computer and use it in GitHub Desktop.
Install droplet WordPress Digital Ocean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// install filezilla | |
sudo apt-get update | |
sudo apt-get install filezilla | |
// Crear Alias .zshrc | |
alias knito="ssh -tp 22 [email protected] '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