Viewing profile — lotheac
lotheac
HN member- Joined
- Sun, Apr 01, 2012, 2:05 PM UTC
- HN karma
- 19
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About lotheac
sysadmin in Helsinki, Finland
Recent public activity
- comment
- comment
- comment
-
comment
Comment #7995021
(Sorry for the late reply) In OpenSolaris it just used cronjobs to create zfs snapshots.
-
comment
Comment #7946518
> 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 …
-
comment
Comment #7596630
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 @-
-
comment
Comment #6840579
This seems to copy a bad design decision from virtualenv. Please see https://gist.github.com/datagrok/2199506
- comment
-
comment
Comment #3900457
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 t…