Hello! I found the password in bitnami_credentials but I don't know what should be the username. Kindly help. Thanks!
@Frajusu3 ай бұрын
where do i get the password for phpmyadmin?
@theknowledgekitten18743 ай бұрын
@@Frajusu it is in the home directory usually in the file bitnami_credentials or similar
@BlotonganJayalengkap3 ай бұрын
Hi , can you Teach me ??
@madya2344 ай бұрын
❤❤❤
@AuroraGuide4 ай бұрын
Wow. Cool!
@PhilippSchallmeister6 ай бұрын
wieso verwendest du für das Intranet Public IP-Adressen?
@theknowledgekitten18746 ай бұрын
Das sind einfach nur wahllose Zahlen, ja man hätte auch IP Adressen als Beispiel nehmen können ,die für private/intranet Nutzung vorgehesen sind, z.B. 172.16.0.0 oder 192.168.0.0
@ChristianPetersen6 ай бұрын
Merci! Seit gestern auch auf deutsch, das lohnt es sicher es nochmal ein neues Video. 😉
@heshammkh7 ай бұрын
👍🏻👍🏻👍🏻
@theknowledgekitten18747 ай бұрын
The full link is: colab.research.google.com/notebook#create=true&language=r
@anelson64898 ай бұрын
this link doesn't work
@theknowledgekitten18747 ай бұрын
YT removed the shortened links, use the second link: colab.research.google.com/notebook#create=true&language=r it still works, tested it a minute ago
@ArnedeVos8 ай бұрын
@The Knowledge Kitten: Your video does not properly address the issue of using this Google AI tool outside of the US. Your title is misleading! Hi visitor: outside of US? Don't watch the video. The advice is simple: use a VPN service.
@MMABeijing7 ай бұрын
thank you. I don't know how such a misleading title would bring any positive attention to the channel.
@kkristianaaa2 ай бұрын
i tried using several VPNs but is not working
@fathyart8 ай бұрын
is it free?
@theknowledgekitten18748 ай бұрын
The AMI is free, the Virtual machine and storage are not, there is however a free tier offered by AWS that is sufficient for Test or Demo Applications ...
@newhuman98059 ай бұрын
how create database?
@dolgo791119 ай бұрын
können auch Grafiken/Bilder aus dem Dokument wiedergegeben werden?
@theknowledgekitten18749 ай бұрын
Bisher werden beim Dokumentenimport Bilder ignoriert, also nein. Kann sich aber in Zukunft ändern ...
@EvettePoubelle9 ай бұрын
Mir Wayne morgen, als was du mich versuchst dar zustellen 🤷🏻♀️ Und wenn ich nur ein Teilnahme Zertifikat erhalte
@sebastianteister10 ай бұрын
Da fällt mir ein, wie die Bindung des Menschen zur KI sein wird, wenn KI den Menschen völlig und neutral versteht, wie das kaum ein anderer Mensch tut. Man denke nur an Psychotherapie. Wird KI sein, wie der Wald, in den wir gerne gehen, weil "Natur keine Meinung über uns hat"? Wird das den Umgang der Menschen miteinander weiter zivilisieren oder sie weiter voneinander entfremden, weil KI eine für den Menschen unerreichbare Messlatte aufstellt in Sachen wie Neutralität, Objektivität oder Geduld?
@karsten414210 ай бұрын
Danke für die Erklärungen, super - habe von Notebook lm schon in einem anderen Kanal gehört, das es gut sein soll. Derzeit nutzte ich für lange Texte eher Claude AI Modelle - aber aber das scheint hier noch mal besser zu sein. Werde ich morgen gleich mal ausprobieren über VPN
@m-electronics5977 Жыл бұрын
Aber das sperren von Seiten kann ich auch mit einer FW. Aber ich verstehe den Unterschied
@traninigyama6849 Жыл бұрын
thank you for your discussion .. but why i can't create two another database !?
@salimachaq3308 Жыл бұрын
unprotected key file, how can i solve it
@theknowledgekitten1874 Жыл бұрын
change the permissions of the file "read-only"
@AnasKhan-319 Жыл бұрын
😊 l 0😊😊😊
@DavidWhispers Жыл бұрын
Thank u knowledge kitten 🙏🐱
@sunnymaggo8131 Жыл бұрын
Nlmo889
@evanswuchiseng6667 Жыл бұрын
The ''WA!" at 9:48 basically sums up the feeling that devs get all the time when the software runs hahaha
@junaidhc6590 Жыл бұрын
It possible to access mysql in bitnami magento 2 application, Thanks
@dermarek8383 Жыл бұрын
It sure is, only question would be where the config files are stored
@theknowledgekitten1874 Жыл бұрын
Yes, of course. it's a similar architecture, you need to identify the conf files and can modify them just the same way I showed in the video
@Hiteshshirsat139 Жыл бұрын
great i like it
@sabuein Жыл бұрын
Thank you.
@theknowledgekitten1874 Жыл бұрын
You're welcome!
@patotlax1 Жыл бұрын
Thanks
@kalok44192 жыл бұрын
Thanks. The following are put in the User Data section to create an apache web server using CLI, how can we create MySQL(MariaDB) and PHP as well? #!/bin/bash yum -y install httpd systemctl enable httpd systemctl start httpd
@theknowledgekitten18742 жыл бұрын
the image AMI used in the video already has MySQL server installed ... for Amazon Linux 2 AMIs check out amazon-linux-extras -> sudo yum install -y amazon-linux-extras the, if you want to install MariaDB from command line or CLI you could use: yum install mariadb as well as yum install php
@asongatabong17915 ай бұрын
He does not want to show his codes. Talk more and do less.
@manishvyas8942 жыл бұрын
now ho to upgrade this database to enterprise.... i have the subscription key
@ismailcomputerahmad77682 жыл бұрын
Vielen Dank für diese Demo👍
@xxxyboy30002 жыл бұрын
there is no phpmyadmin.conf in my instance on this path :(
@digitalboy91 Жыл бұрын
I had this issue too. I realized it was because I didn't use the exact community AMI that they used, i think it was a different lampstack or debian version. Changed it to the right versions and then it worked.
@theknowledgekitten1874 Жыл бұрын
you can find the right path for every installation, just browse the directory and search for the "apache" and the "conf" folder ... or create a phpinfo.php file with the code <?php phpinfo(); ?> and open that in the browser, the overview will tell you where config the config files are.
@technikprofi93562 жыл бұрын
Gibts da auch ein video davon wo man solch ein proxyserver installiert?
@techno-games71792 жыл бұрын
Bei ipv6 ist der Router kein art proxy mehr soweit ich weiß
@96razvan2 жыл бұрын
I've searched through their documentation, could not find the section that tells you that you need to add your 3000 port to the inbound rules. Thanks for this!
@khaledmahmoud30532 жыл бұрын
kann man nicht "nur mit html eine Webseite erstellen wenn ja warum benötigen wir eine PHP wenn ein HTML ausreichen würde? was ist der Unterschied zwischen PHP und HTML und warum verknüpfen Sie es überhaupt?
@theknowledgekitten18742 жыл бұрын
HTML (also eine .html Datei) ist eine statische Seite, wie ein Word Dokument, dass von einem Mensch einmal erstellt wird und dann anderen zur Verfügung gestellt wird. PHP hingegen ist eine Programmiersprache die es erlaubt, HTML zu "erzeugen", so als würde man ein Word Dokument auf Knopfdruck erzeugen. Stelle dir die Google Suche vor, jedes Ergebnis (also das HTML) wird ja in dem Moment der Suchanfrage neu erzeugt. Das HTML der Suchergebnisseite gab es bis zum Moment der Anfrage noch nicht.
@marcvester79582 жыл бұрын
Danke für das tolle Video, könntest Du ein Video über das Thema Web Applikationen Firewall erstellen? Viele Grüße
@theknowledgekitten18742 жыл бұрын
Wenn ich die Zeit finde mache ich das vlt wirklich mal ... :)
@energem1332 жыл бұрын
this is just what i was looking for but i could not put up with the poor sound quality and mumbling. can u re-record and read from a script with a better microphone - it would be very helpful, cheers :-D
@theknowledgekitten18742 жыл бұрын
Yeah I know about the bad sound quality, I just had a really crappy mic at the time of the recording, when I can find the time I might re-record ...
@Guaqpoo2 жыл бұрын
Danke war nur aus Interesse aber ein sehr anschauliches Video. Weiter so :)
@melee38062 жыл бұрын
Will the keys only work if they are read only? What about on a windows machine? How do you know that the user is bitnami? I having problems with connection via ftp/ssh, keys/user not accepted.
@woolyplayer13703 жыл бұрын
m
@BMGof3 жыл бұрын
karbonat
@svenmessmer81493 жыл бұрын
M
@woolyplayer13703 жыл бұрын
@@svenmessmer8149 M
@svenmessmer81493 жыл бұрын
@@BMGof KARBONAT
@svenmessmer81493 жыл бұрын
@@woolyplayer1370 MMMMMMMMMMMMMMMMM
@m-electronics59773 жыл бұрын
Dann kann ich einen Proxy Server mit einem VPN vergleichen außer das dass VPN noch verschlüsselt ist
@theknowledgekitten18743 жыл бұрын
Im Prinzip ja, VPN erfüllt ähnliche Funktionen wie ein Proxy, aber darüberhinaus noch vieles mehr. z.B. Verschlüsselung. Durch ein VPN wird ein abgesicherter Tunnel zu einem anderen Netzwerk erstellt. Dies erlaubt dann zum Beispiel Zugriff auf Netzlaufwerke im internen Intranet ... Häufig werden aber insbesondere für das Umgehen von Firewalls oder IP Sperren VPN Dienste genutzt.
@mayisingasong3 жыл бұрын
If you can help with windows equivalent commands ? Really appreciate
@theknowledgekitten18742 жыл бұрын
Hey, not really, sorry ;-) but it's actually not that different since you only need to connect to the (linux) server from your windows machine. so only the connect commands using SSH will be different, the rest is the same. On windows you might use Putty for SSH, check out: www.clickittech.com/aws/connect-ec2-instance-using-ssh/
@gunahawk68933 жыл бұрын
Thanks
@ksiix56613 жыл бұрын
9:35 min "sehr sehr simple" und ich denk mir da "was steht da alles?" xD
@tartanrambo3 жыл бұрын
Hi Knowledge Kitten, Greetings from Scotland! I am following your AWS tutorials with great interest because they are well explained and perfect for anyone planning to create an intranet from scratch using AWS. My question is, do suggest that I create a new separate EC2 instance each time for WordPress, ProcessMaker, OpenProject and Odoo? Or, will you be creating a tutorial that will bundle and wrap all of these apps onto one server? Thank you for your kind and generous knowledge-sharing with your viewers.
@theknowledgekitten18743 жыл бұрын
Hi there, running all applications on one machine is, although possible, usually not a good idea. You will run into several problems, starting from performance issues to single ports needed by multiple apps (e.g. port 80) .. so I suggest creating separate instances for each app
@tartanrambo3 жыл бұрын
@@theknowledgekitten1874 That was my thinking too! However, I wanted to hear from you, whether I was barking up the wrong tree... Thank you for answering my question.
@christmantoro3 жыл бұрын
Really appreciate this tutorial, do you have other tutorial on how to change IP adress with domain?
@theknowledgekitten18742 жыл бұрын
If you already have a domain, you can change this in the odoo.conf file at /etc/odoo.conf on the server. www.odoo.com/documentation/10.0/setup/deploy.html If you don't have a Domain yet this is a bigger issue and heavily depends on your hoster/webspace, using AWS check out: aws.amazon.com/de/getting-started/hands-on/get-a-domain/
@hishamgouda24913 жыл бұрын
are you using the Free EC2
@theknowledgekitten18743 жыл бұрын
Yes, for demonstration purposes I used the free tier EC2, however, I would not recommend it for productive use since the network speed and memory size is too small and your machine will be rather slow.
@ratheeshsrc23862 жыл бұрын
@@theknowledgekitten1874 bro i want to install a custom module into odoo, in this case how can i do that if i wish to add a custom module
@theknowledgekitten18742 жыл бұрын
@@ratheeshsrc2386 well, basically just like on any other odoo installation, check out: www.odoo.com/forum/help-1/how-to-install-new-module-in-odoo-11-129844 through AWS you have full access to your machine to add/delete/upload/copy files etc.
@traninigyama6849 Жыл бұрын
@@theknowledgekitten1874 ok .. What is your recommendation for productive use ?
@anelavesnic85443 жыл бұрын
Vielen Dank für das Video!!! Mein Prof hat es nicht geschafft es so verständlich zu erklären.
@marvinjaja62003 жыл бұрын
Hey, Danke für das tolle Video. Hat mir sehr bei der Prüfungsvorbereitung geholfen!