Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.