Log File UNIX Commands

One of the biggest parts of my job is managing website log files. Our business is very “marketing-centric”, so missing log file data isn’t expectable. There have been a few situations were log files have been split or broken. Below are three nice little commands which have helped tremendously. Removes all log files with no data find /home/httpd/logs -size 0 -type f -print0 | xargs -0 rm –f This... [Click here to Read more]

Linux options for Small Businesses

Linux is an alternate type of system that provides hosting for small businesses and companies that run Linux applications on their personal computers and laptops. The Linux-based platform is stable platform in the industry. The Linux operating system was developed by Linus Torvalds as an alternative to other operating systems. Most of its versions are free of costs. The most popular Linux software... [Click here to Read more]

Linux on Your Desktop

Linux is an “open source” operating system originally developed by a engineer from Finland named Linus Torvalds.  Linux was released under an early version of the GNU “General Public License”, or GPL, by which any user that wanted to work with Linux was free to do so.  Though it has evolved considerably over the years, it has yet to eclipse the popularity of Microsoft’s... [Click here to Read more]