Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthik/dse-hacks
DSE hacks session at the 2016 Moore-Sloan summit
https://github.com/karthik/dse-hacks
Last synced: 2 months ago
JSON representation
DSE hacks session at the 2016 Moore-Sloan summit
- Host: GitHub
- URL: https://github.com/karthik/dse-hacks
- Owner: karthik
- Created: 2016-08-24T20:36:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T13:29:29.000Z (about 8 years ago)
- Last Synced: 2024-10-12T19:10:54.212Z (3 months ago)
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List of hacks from Hackroulette
Tuesday, 3 - 4pm, Sunset Lounge 2---
To send a PR, fork the repo, add your hack to the TOC like so:```
- [Name of your hack/tool](#hack-name) -- Your Name
```then add your description like so:
```
## Name of your hack/tool -- Your Name
include a short description, notes, links, installation instructions and code here.```
Send a PR after that.
# TOC
- [screen](#screen) -- Stuart Geiger
----
## Screen -- Stuart Geiger
[Screen](https://www.gnu.org/software/screen/manual/screen.html) is a command line program that is super useful if you are SSHing into another machine. It lets you have multiple virtual terminal sessions that will persist even if you get disconnected or log off.