Tag Archive | "password"

Resetting your mysql root password

Thursday, August 13, 2009

0 Comments

First of all we need to stop mysql /etc/init.d/mysql stop Create a mysql table dump to reset the password UPDATE mysql.user SET Password=PASSWORD('YOUR-NEW-MYSQL-PASSWORD') WHERE User='root'; FLUSH PRIVILEGES; Now we need to start mysql in safe mode and import the mysql table dump mysqld_safe --init-file=/path/to/mysql/table/dump & Finally we need to kill mysql and start it in [...]

Continue reading...

How to setup a LDAP Server

Wednesday, July 1, 2009

0 Comments

Installation We need to install the ldap packages apt-get install slapd ldap-utils migrationtools Answer the questions and then use dpkg to reconfigure slapd for more options dpkg-reconfigure slapd Omit OpenLDAP server configuration? ... No DNS domain name: ... home.local Name of your organization: ... home Admin Password: some-really-strong-password Confirm Password: some-really-strong-password OK BDB Do you [...]

Continue reading...

How to sync 1Password

Tuesday, June 30, 2009

0 Comments

Well this is more simple. Just download and install dropbox and use this url (yes its a referral but it gives you 0.25 gb extra) First go to 1Password in the menu then preferences then keychain then click move. Use something like this After that on your other computer do to First go to 1Password [...]

Continue reading...