move stuff around for Posty2, add base config
This commit is contained in:
parent
6ced08d443
commit
787f49f2fc
62 changed files with 9 additions and 1 deletions
|
|
@ -1,17 +0,0 @@
|
|||
date: 2009-08-18
|
||||
tags:
|
||||
- linux
|
||||
title: 'Stupid Linux Trick #5245'
|
||||
---
|
||||
Want to share what you're doing with another person logged into the same system? All you need is a FIFO, cat, and script.
|
||||
|
||||
On your session:
|
||||
mkfifo foo
|
||||
script -f foo
|
||||
|
||||
On the viewer's session:
|
||||
|
||||
cat foo
|
||||
|
||||
The viewer can then see everything that you're doing as if they're looking over your shoulder!
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue