mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-22 10:08:54 +00:00
docs(ubuntu): initialize cheatsheet
This commit is contained in:
parent
f49d6e026b
commit
25e170d887
@ -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
|
Loading…
Reference in New Issue
Block a user