Horje
copiar arichvos linux ssh Code Example
copiar arichvos linux ssh
#Subir un archivo al server
scp archivo.txt usuario@dominio.com:/home/usuario
#Subir un directorio al server
scp -r /home/mario/carpeta usuario@dominio.com:/home/usuario
#----------------------
#Bajar un archivo del server
scp usuario@dominio.com:/home/usuario archivo.txt 
#Bajar un directorio del server
scp -r usuario@dominio.com:/home/usuario /home/mario/carpeta




Shell

Related
The file \AppData\Roaming\npm\yarn.ps1 is not digitally signed. Code Example The file \AppData\Roaming\npm\yarn.ps1 is not digitally signed. Code Example
where is office folder Code Example where is office folder Code Example
To permanently fix this problem, please run: npm ERR! sudo chown -R 1000:1000 Code Example To permanently fix this problem, please run: npm ERR! sudo chown -R 1000:1000 Code Example
ubuntu taskbar not showing incons for current applications Code Example ubuntu taskbar not showing incons for current applications Code Example
xrandr 1600x900 Code Example xrandr 1600x900 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10