Thats really amazing tech and Im really thank you for this guide ;) !!!
@ioscoding1Күн бұрын
🫡
@titantreefpv56253 күн бұрын
Good walk through, thanks.
@mxmerce3 күн бұрын
Great video, thank you. Do you know if Grok AI is supported?
@ioscoding13 күн бұрын
Yes it has Groq model available
@palwindersingh52588 күн бұрын
Great 👍👏
@vitalis9 күн бұрын
Very nice tutorial, subbed. Looking forward to more AI and automation 🎉
@ioscoding19 күн бұрын
More to come!
@agustinschiliro459 күн бұрын
Great video! Thank you very much
@RickBeacham10 күн бұрын
Thanks and good clear instructions! Subscribed!
@ioscoding19 күн бұрын
Glad you found it helpful!
@musichunterz317913 күн бұрын
Great work👍👍
@tusharnvgf17 күн бұрын
I have been using this virtual box for many years. I had no idea we can add only storage from tools section.
@ioscoding19 күн бұрын
Yeah. This is handy tool, especially eliminates the need of shared storage setup
@tusharnvgf17 күн бұрын
centOS 7 support ended this year
@Humanbeing094822 күн бұрын
Explained very well,thank you sir!!😊
@TheMrAnonymous324 күн бұрын
Thank you sir🥹
@pipiong8930Ай бұрын
Thank you for so comprehensive basic VCS coarse ! You made every of your video lesson simple and clear to understand. Really appreciate it 👍
@victorcontreras2940Ай бұрын
hi, your tuto is very helpful, I am testing something like that, but I have some doubts and issues. You set dhcpd so maas service will handle ip addresses from network 192.168.159.0 did you manually set the IP 192.168.159.5 for the interface enp0s8? if so, did you asign gateway and dns? thanks!
@ioscoding123 күн бұрын
We don’t need to setup the IP manually. All we have to do is reserve few ips, for administrative tasks and define a range for guests. All you need to ensure is that if controller is serving the DHCP pool, it’s NIC /Fabric should be attached on the same network/vlan where the provisioing will happen.
@victorcontreras294022 күн бұрын
@@ioscoding1 got it! thank you!
@mubideveloperАй бұрын
hi how are you?
@neilparreno1223Ай бұрын
I installed apache on oracle linux 9 this way. I also want to setup php and mariadb with this setup can you help me?
@ioscoding1Ай бұрын
Is there any specific use case you want to install your own LAMP stack? LAMP and MAMP softwares are already available if you just want to do the testing.
@DivyaKumar-dj6koАй бұрын
Hi , I have to upgrade in my env from Apache Httpd 2.4.57 to 2.4.57SP2 package so I required execution steps can you please provide
@ioscoding1Ай бұрын
are these compiled packages or distro installed? I would suggest checking out the official doc for compatibility purposes.
@TonyWilliams-d9p2 ай бұрын
Thanks for the analysis! Quick question: I have USDT in my Bitget wallet, and I have the seed phrase. (reflect away desk echo avocado usage basket unusual jazz million affair abstract). How can I move them to Binance?
@avinashyepuri2 ай бұрын
Iam following this step to install apache I am getting one error like fatal error How to resolve this pls explain
@ioscoding1Ай бұрын
would you be able to share the logs about error? where exactly is the error coming up at?
@BrianScoggin2 ай бұрын
Video begins at 5:50
@hamacode2202 ай бұрын
apachectl: The "-M" option is not supported.
@TradeWisePro3 ай бұрын
thank you for your good video . Please create tutorials on how to update from one version to another @ioscoding1
@baljitsandhu59954 ай бұрын
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤🎉
@vickykorpal24434 ай бұрын
Thank you for the DHCP server portion. I couldn’t find how to configure the DHCP server. Turns out that the option is hidden under VLAN section.
@kuppavamsi62715 ай бұрын
Please provide the software drive link to download veritas software and configure from our end.
@ioscoding15 ай бұрын
Link to download the Software is not made available to the public until you fill the requested information.
@mohamedriyasp62435 ай бұрын
Excellent, understandable video. Thank you bro. Subscibed😊
@GauravSingh-vw7fd6 ай бұрын
Awesome , thanks
@GauravSingh-vw7fd6 ай бұрын
thanks for sharing
@debiprosadpalit31136 ай бұрын
very good video......thanks
@rebu2136 ай бұрын
Excellent video. Can you explain how to install a certificate without requiring the passphrase? Restarting http prompts for a passphrase since the certificate is encrypted. So would that require creating a server.key without the passphrase?
@ioscoding15 ай бұрын
yes that is one option. Another option would be using the "sslpassphrasedialog" httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslpassphrasedialog
@partha66 ай бұрын
Simply superb!!
@anandmano43756 ай бұрын
Thank you
@diegosantiagogutierrez43776 ай бұрын
Totally a incredible video, thanks for sharing
@142_mayankgajbhiye98 ай бұрын
Im unable to use systemctl command after following your installation process, everything is running fine no errors, then why cant i use systemctl command with it
@grimjr71758 ай бұрын
That command should be a preinstalled bash command with most if not all linux systems. Check with apt or apt-get and double check the command itself is available for you.
@ioscoding15 ай бұрын
You won't be able to use the systemctl command to start or stop the httpd until you create a service unit fiile. This is required because Apache is installed manually, however, if you had used the package manager, yum package takes care of the unit file creation itself.
@yusifya-adzagey6365Ай бұрын
@@ioscoding1 Any Guide to create the Service Unit?
@GptGlobal-ts9ry8 ай бұрын
Hi, I have completed a very nice video installation. What I want to ask is that when we install with yum install, the etc/httpd folder is not created in manual installation. so what action do we need to take. I need to define my ssl certificate by adding a new .config file via keystore.
@ioscoding15 ай бұрын
yes! you are correct about /etc/httpd folder not being created. Purpose of manually installing httpd ( into a different directory, other than default /etc/httpd) is to ensure that system updates (through yum or by other means) do not overwrite any customization for our server installation. This also applies to HTTP Server itself i.e. if a new version is released you will have to manually update your installation because yum package manager does not know it. To answer your question, all you need to make sure that "mod_ssl" is installed and enabled. Then use its parameters to define the path of the certificate. No matter wherever you place the certificates, as long as httpd conf file knows where to locate it, it will be loaded in. Adding a new config file is also an option,but make sure that you include that file into main configuration file, so httpd engine knows about your additional configuration files. In your new file, suggestion mentioned above about SSL still applies. READ: httpd.apache.org/docs/current/mod/mod_ssl.html
@mujtabarehman55108 ай бұрын
Hi @iOSCoding does this package include php module in it?
@ioscoding18 ай бұрын
Hi. You may verify the modules available in httpd.conf file,and in the module directory . If not there,check php module installation documentation.
@mormsophen32388 ай бұрын
Good to see someone really knows how to install Apache. Most tutorial video always choose sudo apt ... But they don't know the best practice is always manually because it works on Linux distro. I have a request can you make a video how to install nghttp2 and enable with apache for http v2 manually?
@nickzhang38609 ай бұрын
thanks for you video, it's very useful
@moinulosman74559 ай бұрын
same. tried many times to download but it forces me to fill out info about myself and thats it......
@ioscoding19 ай бұрын
Once you fill the information and submit it, your page should be redirected. Make sure to disable any ad-blocker in your browser.
@bhuvaneshp240310 ай бұрын
i am not able to download from veritas site. can you please share you downloaded file via gdrive
@moinulosman745510 ай бұрын
You made it look so easy. Thanks a lotttt.
@kurinchivendhan537311 ай бұрын
Fantastic course! Thank you!!!
@faridafouad7587 Жыл бұрын
Hello dear , thanks alot for good details and simple also , could you please share me the ppt ?
@ioscoding19 ай бұрын
Thank you for your comment, I apologize that I cannot share the ppt due to copyright issues.
@yassineaggoune5730 Жыл бұрын
Thanks for you sharing videos . I hope you share more videos
@rafalhummel5964 Жыл бұрын
Thank you, keep'em comin'!
@Ministeransu Жыл бұрын
Thank you so much for this methodical series of lectures.
@avinashsuroshi1864 Жыл бұрын
Can you help me to upgrade apache 2.4.54 to 2.4.57 using source code in oracle Linux 8.4
@ioscoding19 ай бұрын
Hi. Upgrading from source code may require some additional work as if your enterprise is using custom modules, you will have to ,first, check the compatibility matrix, then compile all the required modules in the same way. Best practice would be to compile one module at a time (follow module instructions for any prerequisite) and spin the instance to make sure nothing is broken. Use the sandbox.
@banavathtarun4909 Жыл бұрын
Hi @iOSCoding It was a great Tutorial. I followed all the steps and see the page loading with text "It works!" after entering my IP in Google, but when I run the command httpd -V I am getting this error "-bash: httpd: command not found". Is it because the symlink is not created? Please help me on this
@ioscoding19 ай бұрын
Hi. Thank you for your comment. Command not found may mean you are trying to execute the command from a different directory instead of bin directory given within the Apache Home. You may add this Apache’s bin into your Path variable, directly or via /etc/profile or ~/.bashrc
@Wrine Жыл бұрын
Thank you so much, This was what I needed to learn to complete my class assignment. 🙏🏽