Comments for Codehamster https://www.codehamster.com "Everything should be made as simple as possible, but not simpler." -- Albert Einstein Sun, 05 Jan 2025 21:47:04 +0000 hourly 1 https://wordpress.org/?v=6.7.1 Comment on How to connect SAP HANA Studio to SAP HANA Sever on AWS by Janessa Fairweather https://www.codehamster.com/sap-hana/how-to-connect-sap-hana-studio-to-sap-hana-sever-on-aws/#comment-3834 Sun, 04 Aug 2024 05:29:11 +0000 http://www.codehamster.com/?p=180#comment-3834 Hello Founder,

I’ve been searching for your email!

We help businesses increase $50-100K/MRR per rep by securing 10-25 high-opportunity sales meetings at no ad spend cost.

I’d love to share some insights with you. Interested?

Find a time: https://www.ddlink.us/home

Digital Domination

Not Interested? Reply with Unsubscribe.

]]>
Comment on Use Ionic React to create a native QR code scanner by Fahim Ahmed https://www.codehamster.com/codes/use-ionic-react-to-create-a-native-qr-code-scanner/#comment-3311 Tue, 06 Jun 2023 09:46:13 +0000 https://www.codehamster.com/?p=2078#comment-3311 Hello Can you create another vedio to use it in vue.js framework

]]>
Comment on Use Ionic React to create a native QR code scanner by Zayne Komichi https://www.codehamster.com/codes/use-ionic-react-to-create-a-native-qr-code-scanner/#comment-2862 Thu, 07 Oct 2021 08:53:11 +0000 https://www.codehamster.com/?p=2078#comment-2862 Hi is it possible to get the source code

]]>
Comment on IE 10 still doesn’t support “onchange” event in HTML5! by Harry https://www.codehamster.com/codes/html5/ie-10-still-doesnt-support-onchange-event-of-html5/#comment-2823 Thu, 29 Jul 2021 19:15:46 +0000 http://www.codehamster.com/?p=162#comment-2823 I’m pretty sure you misspelled the word “explaination” on your site. You might want to check out a site like SpellRadar.com or SiteCheck.com which have helped me with problems like this in the past.

]]>
Comment on wordpress quick installation with docker on your own pc by Install WordPress with Bitnami Docker on local host – Fast! - Hosting solutions https://www.codehamster.com/docker/wordpress-quick-installation-with-docker-on-your-own-pc/#comment-2820 Thu, 18 Mar 2021 09:10:26 +0000 http://www.codehamster.com/?p=877#comment-2820 […] wordpress quick installation with docker on your own pc […]

]]>
Comment on About me by connygy https://www.codehamster.com/about/#comment-2633 Sun, 14 Apr 2019 21:51:36 +0000 http://codeworm.phoenix-eyes.com/?page_id=2#comment-2633 In reply to Eugene Chrysovergis.

Hi Eugene, thanks very much that you like this small tutorial, you also made my day! If you have further questions, just let me know! 😀 (P.S Sorry, I just found that you left the message here….)

]]>
Comment on About me by Eugene Chrysovergis https://www.codehamster.com/about/#comment-2529 Tue, 12 Mar 2019 14:40:52 +0000 http://codeworm.phoenix-eyes.com/?page_id=2#comment-2529 Hi, I come from Greece, Athens and I just wanted to thank you for your time and effort. Was trying to find a simplified but detailed tutorial about docker and local wordpress develoment cause I want to try some things locally for my website and you just saved my day. Thanks a lot!

]]>
Comment on wordpress quick installation with docker on your own pc by connygy https://www.codehamster.com/docker/wordpress-quick-installation-with-docker-on-your-own-pc/#comment-2511 Wed, 06 Mar 2019 19:49:59 +0000 http://www.codehamster.com/?p=877#comment-2511 Hi Txavi, thanks very much for the correction!

]]>
Comment on wordpress quick installation with docker on your own pc by Txavi the human https://www.codehamster.com/docker/wordpress-quick-installation-with-docker-on-your-own-pc/#comment-2462 Fri, 22 Feb 2019 17:14:56 +0000 http://www.codehamster.com/?p=877#comment-2462 In reply to Txavi the human.

Hi, I found the problem, mounting local folders in a non-root container is problematic, so you can fix it adding to the docker-compose.yml this:

fix-mariadb-permissions:
image: ‘bitnami/mariadb:latest’
user: root
command: chown -R 1001:1001 /bitnami
volumes:
– /tmp/data/mysql:/bitnami

More info here: https://github.com/bitnami/bitnami-docker-mariadb/issues/136#issuecomment-354644226

]]>
Comment on wordpress quick installation with docker on your own pc by Txavi the human https://www.codehamster.com/docker/wordpress-quick-installation-with-docker-on-your-own-pc/#comment-2448 Fri, 15 Feb 2019 15:08:19 +0000 http://www.codehamster.com/?p=877#comment-2448 Hi, i’m trying to use your docker compose config, but I can´t load the wordpress admin page localhost:80, the phpMyAdmin works if I use the localhost:8080, I don´t know what is happening

]]>