I just recently modified this website by adding several syndicated news blocks. Notice, they border both sides of this page. These blocks showcase web technology in terms of disseminating news and information. Many portals and news agencies nowadays provide RSS or Really Simple Syndication files for free.
Genealogy Module Now Active
Have you noticed? There’s a new module I just installed. It’s the Genealogy module. Check it out. The program is now integrated into my PHP-Nuke powered website. Applause! Thank you. It took a couple of days of tweaking codes and configurations, but it’s finally working. I just fixed the last problem with my Home Page link.
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 course, substitute filename.ext with the actual filename and extension. That’s it.