Viewing profile — alberand
alberand
HN member- Joined
- Sat, Oct 28, 2017, 12:31 PM UTC
- HN karma
- 15
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About alberand
No profile information was provided.
Recent public activity
-
comment
Comment #48472908
Isn't it the same as using systemd-nspawn? containers. let you declare containers with nspawn. What's the difference?
-
comment
Comment #45682643
For compression, I have one for .tar.gz. But it's not that popular in my system. I need something a bit easier than 'pack file file file archive.tar.gz'
-
comment
Comment #45682609
Honestly, it doesn't need any updates, it works so great without any pain, I'm just happy with it
-
comment
Comment #45674999
My fav script to unpack anything, found a few years ago somewhere # ex - archive extractor # usage: ex function ex() { if [ -f $1 ] ; then case $1 in *.tar.bz2) tar xjf $1 ;; *.tar…