Advanced Search
Search Results
12 total results found
Linux
Joomla
Postfix
Mysql
VPS
Zimbra
Joomla reset password
UPDATE `jos_users` SET password= MD5( 'new_password' ) WHERE id = 62; where you can specify your new password instead of 'new_password'
Postfix mail queue
See queue mailq mailq -Ac Send mail now postfix flush postfix -f Clean mail queue postsuper -d ALL Clean mail deferred queue postsuper -d ALL deferred
Adding users in mysql
GRANT ALL PRIVILEGES ON *.* TO monty@"%" IDENTIFIED BY 'some_pass' WITH GRANT OPTION; FLUSH PRIVILEGES;
VPS FAQ
What is VPS for? VPS is a virtual private server, this technology uses a virtualization system such as XEN or KVM to run multiple operating systems and allocate resources to one hardware server. How does a VPS work? VPS servers run on one physical server, e...
Enable IPv4 and IPv6 on Zimbra
Work around nginx proxy IPv6 fix sed -i 's| ipv6only=off||g' /opt/zimbra/conf/nginx/templates/nginx.conf.* Get current settings su zimbra zmprov gs `zmhostname` | grep -i ipmode Get public IP # IPv6curl http://v6.ipv6...
Mysql reset bin log
RESET MASTER