mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
docs(ubuntu): initialize cheatsheet
This commit is contained in:
@@ -112,6 +112,7 @@ Feel free to take a look. You might learn new things. They have been designed to
|
||||
- [Nanobox Boxfile](tools/nanobox_boxfile.yml)
|
||||
- [Nanobox CLI](tools/nanobox_cli.sh)
|
||||
- [Nginx](tools/nginx.sh)
|
||||
- [Ubuntu](tools/ubuntu.sh)
|
||||
</details>
|
||||
|
||||
## 🙌🏼 How to Contribute?
|
||||
|
||||
5
tools/ubuntu.sh
Normal file
5
tools/ubuntu.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
##############################################################################
|
||||
# UBUNTU
|
||||
##############################################################################
|
||||
|
||||
scp /path/to/file user@server:/path/to/destination # Copy file from local to server
|
||||
Reference in New Issue
Block a user