How to use zip to compress files

The syntax is: zip output_archive_name input_file_name Examples: zip new_archive_name existing_file_name will compress existing_file_aname into new_archive_name.zip zip new_archive_name directory_name will create new_archive_name.zip

Endorsements of Aleksey Tsalolikhin from his colleagues

To start the day off on a positive note, I decided to post my LinkedIn endorsements on my web site. Here are a few: “It was always a pleasure working with Aleksey at Earthlink. His dedication to projects, technical knowledge, and interpersonal skills are only a few of his many attributes.” (December 25, 2005) –…

Continue reading

How to remove IPv6 on Red Hat nodes

Picked up this tid-bit on how to disable IPv6 (which aligns with the general sys admin philosophy of “if we are not using it, remove it or turn it off to simplify the system and increase security”: (1) Edit /etc/sysconfig/network and set NETWORKING_IPV6=no. (2) Issue the following command as root: ‘chkconfig ip6tables off’. (3) Reboot…

Continue reading