2010 September

Zimbra Database errors – table didn’t close properly

error:
Database errors found.
/opt/zimbra/mysql/bin/mysqlcheck --defaults-file=/opt/zimbra/conf/my.cnf -S /opt/zimbra/db/mysql.sock -A -C -s -u root --password={password]
zimbra.jiveID
warning : 1 client is using or hasn't closed the table properly

solution:
su - zimbra
mysql
use zimbra
repair table jiveID;

source

By WladyX on 14 September, 2010 | Mail, Zimbra | A comment?

How to Install Sopcast in Ubuntu

First try this.

Old post:

Download libstdc++5.deb (for x86) or libstdc++5.deb (for amd64)

sudo add-apt-repository ppa:jason-scheunemann/ppa
sudo apt-get update && sudo apt-get install sp-auth sopcast-player

Configure Firefox

To configure your Firefox to open “sop://” link automatically in Sopcast Player: 1. Type about:config in the address bar. 2. Click the button “I’ll be careful, I promise!” 3. Right click anywhere on the screen and select “New -> String” 4. Enter “network.protocol-handler.app.sop” (without the quote) in the preferences name 5. Enter “/usr/bin/sopcast-player” as the value. 6. If you are using Firefox 3.6 and above, you need to change the value of “network.protocol-handler.expose-all” to “false” Now, when you click on the sop:// link, a window will open and prompt you for the application to open the link. Navigate to /usr/bin/sopcast-player. remember to check the box “remember my choice for sop link”. Update: After you have associated the sop link with Sopcast player, go back to the about:config page and change the value of “network.protocol-handler.expose-all” back to “true“, else you won’t be able to open any links. source
By WladyX on 10 September, 2010 | General, Ubuntu | A comment?

Changing a Passphrase with ssh-keygen

ssh-keygen -f .ssh/id_dsa -p

source

By WladyX on 8 September, 2010 | Security, Ssh | A comment?