Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```