Spyke

Replies

Comment on

Alternatives to tar for archiving Linux system?

At least on the Mac (bsdtar) you can extract single files out of a tar file.

E.g.,

Create the tar file:

tar cvzf pseudo.tgz pseudo/

Move to another directory

cd /tmp/tt

Extract a single file:

tar -xf ../pseudo.tgz pseudo/10481_2017.1069.png

You say PC, so might want to check the tar version you are using and see if there are extra parameters to do the file extraction.

linux

Comment on

What was your first experience using Linux? How old were you? Stick around or did you go back to windows before eventually circling back to Linux?

I think my first experience was around 1993 or 1994. I downloaded the 3.5" disks at the university and then uploaded onto my 386. No GUI, all command prompt. :).

Right around that time, too, I found some network cards and co-axial cables and 3-4 of us in the house put the cards in our computers and could see each other's computer. Couldn't do much else though. Hahahaha.

You reached the end