Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Add 32bit package support for Debian/Ubuntu/Mint

Many applications which look for 32bit packages on your Debian/Ubuntu/Mint packages would need ia32-libs packages. Earlier it was possible to get this package installed and later on it has been removed from all distributions. The best way to get back the 32bit package...

Allow access to external git repositories

Many public git repositories have several alternate URLs; for instance, the kernel.org repositories have git://, https://, and https:// URLs. The common URL schemes for git repositories are: ssh:// – default port 22 git:// – default port 9418 https://...

Retrieve Zimbra LDAP master URL

If you’re trying to work on Zimbra migration etc, you might require to know the Zimbra LDAP master URL. Generally it should work as ldap:domainname:389, if it doesn’t then use the following command as zimbra to get the right ldap master url. #su –...

Enable Zimbra to work on port 80

If you want Zimbra to work on both port 80 and 443, You can use the following commands: su zimbra – zmtlsctl both After this, restart zimbra and you will be able to login to Zimbra on port 80 as well. PS: Running Zimbra on port 80 is not...

Changing the Zimbra server’s hostname

If you’re changing your system and trying to reconfigure your zimbra, you might have to use the following commands: su – zimbra /opt/zimbra/libexec/zmsetservername -n The above commands come very handy when you might have mistakenly typed a wrong hostname...

Reset Self-Signed Certificates on Zimbra

Self-Signed Certificate on your Zimbra server is expired? Follow the instructions given below, and you will be back online asap. 1. Begin by generating a new Certificate Authority (CA). /opt/zimbra/bin/zmcertmgr createca -new 2. Then generate a certificate signed by...