RoundCube: DATABASE ERROR: CONNECTION FAILED!

1. Open /var/lib/roundcube/config/db.inc.php or (db.inc.php.dpkg-bak)and look for the password in the command $rcmail_config[‘db_dsnw’] = 'mysql://roundcube:password@localhost/roundcube’;2. copy that password only3. Open /etc/roundcube/debian-db.php4. find $dbpass='wrongpassword’;5. Paste to replace 'wrongpassword’ with the correct…

How to Laravel admin panel

Simple laravel admin https://github.com/fisayoafolayan/laravel-multiple-authOther https://www.pusher.com/tutorials/multiple-authentication-guards-laravel/https://github.com/jayminpanchal/laravel-multiauthhttps://www.kerneldev.com/2018/02/12/set-up-role-based-access-control-in-laravel/https://www.easylaravelbook.com/blog/adding-a-restricted-administration-console-to-your-laravel-application/https://jamesmcfadden.co.uk/custom-authentication-in-laravel-with-guards-and-user-service-providershttps://dev.to/povilaskorop/laravel-approve-new-registered-users-from-administrator-3nbhpermiison http://itsolutionstuff.com/post/laravel-5-simple-user-access-control-using-middlewareexample.html

magento 2 phtml is homege ?

$flagHome = false;$objectManager = MagentoFrameworkAppObjectManager::getInstance();$request = $objectManager->get('MagentoFrameworkAppActionContext')->getRequest();if ($request->getFullActionName() == 'cms_index_index') {    $flagHome = true;}

PhantomJS Ubuntu install & web capture

First, install or update to the latest system software.sudo apt-get update sudo apt-get install build-essential chrpath libssl-dev libxft-dev Install these packages needed by PhantomJS to work correctly.sudo apt-get install libfreetype6…

magento 2 image size

https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/themes/theme-images.htmlCommand usage:php bin/magento catalog:images:resize

golang ubuntu install

https://fabianlee.org/2018/05/09/golang-installing-the-go-programming-language-on-ubuntu-16-04/https://tecadmin.net/install-go-on-ubuntu/https://www.digitalocean.com/community/tutorials/how-to-install-go-on-ubuntu-18-04https://hurriyetlabs.com/visual-studio-code-ile-5-dakika-da-golang-geli%C5%9Ftirme-ortam%C4%B1-5e3ace9e404anice tuthttps://ewanvalentine.io/microservices-in-golang-part-1/https://kylewbanks.com/blog/tutorial-opengl-with-golang-part-1-hello-opengl