Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Friday, September 7, 2012

ssh shortcuts

$ nano ~/.ssh/config

Host nickname
<tab> Hostname machine.hostname
<tab> User xxx

Sunday, March 27, 2011

tar - Archive contains obsolescent base-64 headers

Problem:
> tar -xvf myfile.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors

Resolution:
> gzip -d myfile.tar.gz
> tar -xf myfile.tar