at 17:15 what did u do that after ls -l it showed 0 files but then it showed all the files
@umbertopolanco4159Ай бұрын
I'm getting an error on "apt-get update -y" the error is "-bash: apt-get: command not found"
@CacheCloudАй бұрын
It means you don't have apt-get utility you need to install it first
@inteligenciafutura23 күн бұрын
sudo yum update next sudo yum install git
@nightlover6665Ай бұрын
Yo foolish soul u didnt created any inbound rule for database and u created ur db with default settings so ur db will be created in a private vpc which is not accessible through internet so in order to access it from your local host you have to create an inbound rule for that and that's why your audience is facing errors and you are recommending them to restart network adapter ......lmao 😂and u didnt even know most basic oracle sql command. Mango dba i think u made ur tutorial after watching a turorial
@YashasviAgarwal22BCE21727 күн бұрын
Hi, can you recommend any better tutorial video?
@Ucsd4lifeАй бұрын
Dude! Thank you :)
@anjiraj28992 ай бұрын
if you cant find docker in git updates the second time you and add that repo i didnt find it in jarvice labs
You are a ****ing moron! You installed Python 3.11 you idiot.
@anniebassist14 ай бұрын
Hello. how can a pv be configured for this configuration?
@shivakumarrudra36804 ай бұрын
VERY GOOD
@mana_vlogs035 ай бұрын
I am getting the error here like when we install the git incorrect password.
@CacheCloud5 ай бұрын
Can you please share me the complete error that you're getting
@Mohduvesh-kd3et5 ай бұрын
How to deploy Node js in window
@CacheCloud5 ай бұрын
Thanks for you comment So to deploy any application on windows OS you need to install IIS server on your system......... For your ease I'll create a separate video on it that can be more helpful for you to understand Thanks
@Mohduvesh-kd3et5 ай бұрын
@@CacheCloud thanks, waiting for that
@CacheCloud5 ай бұрын
@@Mohduvesh-kd3et Sure hang in tight
@Mohduvesh-kd3et5 ай бұрын
@@CacheCloud Should I use Virtual Box ubuntu to play with AWS
@CacheCloud5 ай бұрын
Yes you can use that but you must have account on AWS to connect with server
@Жизньсрюкзаком5 ай бұрын
It works!) Thank you very much!
@KrishnaDasPC6 ай бұрын
Use a tool like pm2 with ngnix is better for production
@imalkagunasekara87256 ай бұрын
Great
@AUSfromUSA6 ай бұрын
Great content, but music is loud, unnecessary, and annoying
@agni48696 ай бұрын
ecellent
@Dr.Kananga6 ай бұрын
Thank you sir. In less than 4 minutes you've done a better job than me going throug 48 hours of documentation, forums help, reddit help, twitter messaging with developers. Keep it up.
@chrisekom36322 ай бұрын
can you please drop the complete command line codes??
@main.method7 ай бұрын
java version 11 are you kidding???
@kondaiahp48657 ай бұрын
Thankyou sir Explanation is very good
@JuliaHutagaol-hl8fp7 ай бұрын
Hello Sir. A quick question. How to move to other hostname from [oracle@192~] to [oracle8@ol8-19~] ? I think at 17.11 -17.29 missing. Thankyou sir
@CacheCloud7 ай бұрын
To change the hostname from [oracle@192~] to [oracle8@ol8-19~], update the /etc/hostname and /etc/hosts files with the new hostname (ol8-19), then apply the changes using hostnamectl set-hostname ol8-19.
@JuliaHutagaol-hl8fp7 ай бұрын
@@CacheCloud Excuse me sir, if i dont use other hostname like ol8-19 (I just use hostname 127.0.0.1) is it possible? Because when i see the wizard, i found error that "the installer has detected that the user (julia) is not member of the central inventory group: oinstall". please help me, thankyou
@CacheCloud7 ай бұрын
@@JuliaHutagaol-hl8fp Yes, it's possible to use 127.0.0.1 as the hostname in your /etc/hosts file. This entry is a loopback address that points to your local machine, and it's commonly used for local testing and development purposes. To address the error message you encountered during the Oracle installer wizard ("the installer has detected that the user (julia) is not a member of the central inventory group: oinstall"), you need to ensure that the user julia is a member of the oinstall group. You can add the user julia to the oinstall group using the usermod command: sudo usermod -aG oinstall julia After adding julia to the oinstall group, you may need to log out and log back in for the changes to take effect. Once julia is a member of the oinstall group, you can retry the Oracle installer wizard.
@JuliaHutagaol-hl8fp7 ай бұрын
@@CacheCloud Thankyou Sir, waiting for next content about installing Oracle Golden Gate, keep up ...
@federicobau86517 ай бұрын
Misleading, you wrote python3.12 but is python3.11
@emmanuelarthur80888 ай бұрын
Great video, Stright to the point , I love it
@farhad63658 ай бұрын
thank you... only works on port 80... i am using ports other than 80 and it not working, can anyone tell me the reason???
@rahulkatre12716 ай бұрын
Have you found the solution
@farhad63656 ай бұрын
@@rahulkatre1271 tum ek dummy server banao (hello world print) jisko port 80 mey run karo... our original tumhara jo server hay usko our ek terminal mey chala ke dekho.... ho ja vi sakta hay.... ea kam nehi kia to tum tuhara present original port hi badal ke 80 kar lo.. problem kia hay?? (mey sirf uska reason janna chata tha... mere liye ohi port80 hi kam kia tha is liye may usko leke our forward nehi hua tha...)
@WireDroid4 ай бұрын
@@rahulkatre1271 you need to use pm2 with nginx to confire your server and ports
@VinayKumar-xs6el3 ай бұрын
@@rahulkatre1271 bcoz it will take only port that we specified u can specify any one
@sitanshu34722 ай бұрын
Http requests default to port 80 Https default to 443 Use nginx to port from these Ports to any other port
@govindmaheshwari29358 ай бұрын
bro can u give all the comands in one file?
@CacheCloud8 ай бұрын
Here you go # Update package list sudo apt update # Install Java (OpenJDK) sudo apt install openjdk-8-jdk -y # Verify Java installation java -version # Download Apache Hadoop wget archive.apache.org/dist/hadoop/common/hadoop-3.3.0/hadoop-3.3.0.tar.gz # Extract the downloaded archive tar -xzvf hadoop-3.3.0.tar.gz # Move the extracted directory to a desired location (e.g., /usr/local) sudo mv hadoop-3.3.0 /usr/local/hadoop # Set JAVA_HOME environment variable echo "export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64" >> ~/.bashrc source ~/.bashrc # Configure Hadoop cd /usr/local/hadoop/etc/hadoop # Edit hadoop-env.sh echo 'export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64' | sudo tee -a hadoop-env.sh # Edit core-site.xml cat << 'EOF' | sudo tee core-site.xml > /dev/null <configuration> <property> <name>fs.defaultFS</name> <value>hdfs://localhost:9000</value> </property> </configuration> EOF # Edit hdfs-site.xml cat << 'EOF' | sudo tee hdfs-site.xml > /dev/null <configuration> <property> <name>dfs.replication</name> <value>1</value> </property> </configuration> EOF # Format the Hadoop filesystem sudo hdfs namenode -format # Start Hadoop services start-dfs.sh start-yarn.sh
@lakshminarayana35578 ай бұрын
How to change inside content
@oldcmputer8 ай бұрын
This video is confusing and messy. You give zero explanation in a logical order anyone can follow. Also remove the crappy music. Your information is hard enough to follow as-is.
@CCNA-No-Cert8 ай бұрын
Hi Sir, After commit xhost +ol8-19 its reply to me xhost: unable to open display " ". how to solve it? i'm using OL8.5 and trying to install Oracle 19c
@CacheCloud8 ай бұрын
The "xhost: unable to open display" error indicates that the xhost command cannot connect to the X server, which manages graphical displays. Troubleshoot by ensuring the X server is running, the DISPLAY environment variable is set correctly, and X11 forwarding is enabled if accessing the server remotely via SSH. Additionally, verify X authorization and network connectivity.
@CCNA-No-Cert8 ай бұрын
@@CacheCloud when i run ./runInstaller command a notice window popup say that INS-08101 Unexpected error while executing the action state: "SupportedOScheck" how to solve it? My server using Oracle 8U5, installer of Oracle Database 19c and I got this message even i running yum update -r or not. Please help me
@CCNA-No-Cert8 ай бұрын
Nevermind, problem solved
@shuandroid46355 ай бұрын
@@CCNA-No-Cert how? could you plerase elaborated how you solved it? thanks.
@CCNA-No-Cert5 ай бұрын
@@shuandroid4635 Did ur Server have gnome? run ./runInstaller from GUI, lol, problem solve
@PrinceRaj-xj9of8 ай бұрын
Datanode not appearing in jps
@rohanparmar66038 ай бұрын
How to open database?
@malachigenesis76658 ай бұрын
Hello Sir. A quick question. Why are we creating a new folder. on time stamp 20:30? I believe this step has messed up my environment variable.
@Josue_bar8 ай бұрын
Is there any cost for using the large size instead of micro size?
@CacheCloud8 ай бұрын
Yes if you'll use instance other than t2.micro Aws definitely charge per hour cost.
@AntonioNavarroAlcedo8 ай бұрын
Help me a lot, thank you
@MrArunraja088 ай бұрын
@CacheCloud, why did you use root user instead of sudo/admin, is there a reason ?
@CacheCloud8 ай бұрын
Actually some commands needs root permissions so that I use root
@danjelgosenigoseni23849 ай бұрын
Hello when i try to execute xhost +ol8-19 it shows me diplay-manager.service could not be found
@verseeker72809 ай бұрын
Don't bother watching this.
@sharonmakena6789 ай бұрын
Hello, I am following your video step by step. On time stamp 16:31. The path to my oracle home differs from yours. After typing "pwd", my oracle home folder displays as "/"
@CacheCloud9 ай бұрын
It means you oracle's home directory is root
@justfair41819 ай бұрын
the newest version of java 3 month aago is 21. Sonarqube asks for 17. And you show 11. Also you skkiped other stepss to install such as databae. Not working!
@harshajagannath35999 ай бұрын
Hi, While try to run ./runInstaller showing permission denied. I am in oracle user.
@nghiatrvn9 ай бұрын
You are wrong is step change hostname because "hostname" but not "hostsname"
@dominickreal55009 ай бұрын
I was looking for the list of the commands in the description and did not see them would you be able to post them in the comments
@CacheCloud9 ай бұрын
Here you go 1. INSTALL WSL 2 RUN POWERSHELL as administrator ⚙ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux RESTART ⚙ dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart ⚙ dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart RESTART Download Linux Kernel: aka.ms/wsl2kernel SET DEFAULT TO WSL 2 ⚙ wsl --set-default-version 2 CHECK VERSION ⚙ wsl --list --verbose 2. INSTALL GUI ⚙ sudo apt update && sudo apt upgrade -y ⚙ sudo apt install kali-desktop-xfce -y XRDP ⚙ sudo apt install xrdp -y ⚙ sudo service xrdp start
@andiyan52689 ай бұрын
Great video! Can you show how to install Docker on AWS EC2 windows instance (so that to build windows containers)?