Preserve Log File Descriptor
Have you ever tried to clear a log file by removing the file, then touching a new one only to find your daemon does not write to the new file? So you restart the daemon and it still doesn't work? If...
View ArticleAdding A Disk To Ubuntu 8 Hardy For Zimbra
These are the steps for creating a new file system under Ubuntu 8.04 Hardy.read more
View ArticleUbuntu Hardy: Install Desktop
I run all my Linux N 2 or N 3, but I needed to test some things with Evolution. Also thought I would have a look at the Ubuntu desktop while I was at it, since Ubuntu server does not install it be...
View ArticleSubstring Replace Strings In A Filename
This nested for loop substring replaces two parts of the filename GagHstqLEOlv5GU5kEDXmmpAoGQ=257-234.msg1. The script was used to restore missing blobs found in a mailbox backup to the live mailstore....
View ArticleOS X WebDAV with Zimbra
WebDAV is a great protocol for reading and writing files to and from the Zimbra Collaboration Suite and is a great tool for network file storage since it works inside and outside the home network....
View ArticleSSH Through SSH SOCKS Proxy
Your SSH client can be configured to connect to any host on an internal network through a SSH SOCKS proxy. This maybe necessary in a corporate environment when:there is one SSH proxy server open to the...
View ArticleWindows + Exchange Torture
I'm obviously a Linux/Zimbra guy, but sometimes I am forced to run lab tests against M$ Exchange since ZCS does integrate with it- sorta. I've been placed under the knife and subjected to Windows...
View ArticleDamn Cool Kernel Feature
Have a look at this post regarding trapping a dying process in the kernel. If you need to trap a process before the process core dumps, read on to the...
View Articlemysqldump of latest 1000 records
You can order and limit mysqldump output using the "--where" option. The --where condition below dumps the latest 1000 records from a table. mysqldump --where="TRUE ORDER BY id DESC LIMIT 1000"Here are...
View ArticleHoneypot address
I am just here to publish this address:user1@zaws.bitnixblog.comThanks!
View Article