Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhymxu/nx-setup-script
Setup script for macOS/Ubuntu PC/Laptop
https://github.com/nhymxu/nx-setup-script
hacktoberfest
Last synced: about 1 month ago
JSON representation
Setup script for macOS/Ubuntu PC/Laptop
- Host: GitHub
- URL: https://github.com/nhymxu/nx-setup-script
- Owner: nhymxu
- Created: 2018-08-01T03:37:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T05:02:41.000Z (about 1 year ago)
- Last Synced: 2024-05-01T13:10:02.823Z (8 months ago)
- Topics: hacktoberfest
- Language: Shell
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pc-setup-script
Setup script for macOS/Ubuntu PC/Laptop#### Mount remote folder using `sshfs`
```
sshfs -o allow_other,default_permissions,reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 [email protected]:/data/web /data/web
```