Costa Rica pictures online

Hola! Como estas? I finally got a chance to upload the pictures that we took in Costa Rica on the website. We took over 200 pics, although we could have taken more, but I’m not much of a photographer and I seldom carry the camera with me when walking around town.
We are still waiting [...]

No Comments

Working with tarfiles

Learning how to use Linux? I tend to forget most Unix commands I don’t use over time. So, I’m posting the command for unzipping and untarring files typically encountered when downloading files from the internet. To unzip or untar a downloaded file, you will need to perform the following commands:
gunzip filename.gz
tar -xvf filename.tar
rpm -i filename.rpm
Of [...]

No Comments