Sometimes OPS need RAM drives.
I use one for nginx cache at my CDN servers
Add required lines to PH host fstab and to LXC fstab
How to resize ram drive:
Sometimes OPS need RAM drives.
I use one for nginx cache at my CDN servers
Add required lines to PH host fstab and to LXC fstab
How to resize ram drive:
Our developers really crazy about phpmyadmin 🙂 and ask me to setup one.
I really prefer console…
Setup in ubuntu is easy just use aptitude, Luke…
Only change I did is to add Basic Auth to phpmyadmin url, to prevent ugly internet bots from trying to bruteforce my databases.
But when I try to login to my DB interface I`v got this damned error.
#1045 Cannot log in to the MySQL server
Very very strange! I can login via console with this username…
I create user with following credentials:
phpmyadmin refuse this user. I turn on mysql debugging.
Read more »
It`s rather simple.
just mount disk via fstab to host system:
and add mount with bind to your LXC fstab, usually located at
Now restart container and enjoy.
BTW: Your cannot see remained space via df -h. I don`t know how to solve this issue 🙁 🙁 🙁
Simple, but working o.k.
Percona has it`s own repo.
What is XtraBackup – damn, it`s very powerful backup tool for mysql from percona.
http://www.percona.com/doc/percona-xtrabackup/index.html
innobackupex – is a part of percona-xtrabackup package
Today nobody can revise password to our corporate mail server Control Pannel. Powered by qmail. With qmailadmin as WEB frontend.
How to change password to postmaster@randomthemes.com
/usr/local/vpopmail/bin/vpasswd postmaster@randomthemes.com
And other issue:
Where to write rcpthosts – /usr/local/qmail/control/rcpthosts
How to make a bulk user deletion:
issue was to delete 80 000 users 🙂
I mean disable DNS caching feature.
dnsmasq required by lxc to configure network, but I prefer to use bind, to provide DHCP resolver.
So use force, Luke! I mean read man.
Recent Comments