Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lotheac
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lotheac
12y ago
(Sorry for the late reply) In OpenSolaris it just used cronjobs to create zfs snapshots.
2.
▲
by
lotheac
12y ago
> Automatically take a snapshot every 5 minutes, and present a the user a program that broweses the filesystem at time X, probably with integration into the filemanager to restore files/folders. Something like this? http:/
3.
▲
by
lotheac
12y ago
This is a prime example of useless use of cat. Heredoc already means "pass this as stdin", there's no need to pipe it. Your example without cat: curl http://localhost -d @- <<REQUEST_BODY { &qu
4.
▲
by
lotheac
13y ago
This seems to copy a bad design decision from virtualenv. Please see https://gist.github.com/datagrok/2199506
5.
▲
by
lotheac
14y ago
I don't think exporting PS1 is a good idea. Child processes don't need it and if I launch a different shell with different PS1 semantics I get a broken prompt instead of whatever the default for that shell is.