Basic Linux Commands for Beginners
14:40
Пікірлер
@inteligenciafutura
@inteligenciafutura 23 күн бұрын
Yes it works but how can you enter via https?
@SanjanaR-go1yd
@SanjanaR-go1yd Ай бұрын
Thanks a lot
@VanshSharma-ce6km
@VanshSharma-ce6km Ай бұрын
at 17:15 what did u do that after ls -l it showed 0 files but then it showed all the files
@umbertopolanco4159
@umbertopolanco4159 Ай бұрын
I'm getting an error on "apt-get update -y" the error is "-bash: apt-get: command not found"
@CacheCloud
@CacheCloud Ай бұрын
It means you don't have apt-get utility you need to install it first
@inteligenciafutura
@inteligenciafutura 23 күн бұрын
sudo yum update next sudo yum install git
@nightlover6665
@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
@YashasviAgarwal22BCE217
@YashasviAgarwal22BCE217 27 күн бұрын
Hi, can you recommend any better tutorial video?
@Ucsd4life
@Ucsd4life Ай бұрын
Dude! Thank you :)
@anjiraj2899
@anjiraj2899 2 ай бұрын
if you cant find docker in git updates the second time you and add that repo i didnt find it in jarvice labs
@fernandoblanco1471
@fernandoblanco1471 2 ай бұрын
Great video!
@CacheCloud
@CacheCloud 2 ай бұрын
Thanks for your comment.
@chrisekom3632
@chrisekom3632 2 ай бұрын
sudo apt install -y php php-common php-cli php-gd php-mysqlnd php-curl php-intl php-mbstring php-bcmath php-xml php-zip
@chrisekom3632
@chrisekom3632 2 ай бұрын
i wished you paste all the codes here,,,thanks
@2RAJ21
@2RAJ21 3 ай бұрын
thank you
@CacheCloud
@CacheCloud 3 ай бұрын
I'm glad to help you.
@SanjayKumar-qt3xc
@SanjayKumar-qt3xc 3 ай бұрын
Table nit create overall good
@acf2802
@acf2802 3 ай бұрын
You are a ****ing moron! You installed Python 3.11 you idiot.
@anniebassist1
@anniebassist1 4 ай бұрын
Hello. how can a pv be configured for this configuration?
@shivakumarrudra3680
@shivakumarrudra3680 4 ай бұрын
VERY GOOD
@mana_vlogs03
@mana_vlogs03 5 ай бұрын
I am getting the error here like when we install the git incorrect password.
@CacheCloud
@CacheCloud 5 ай бұрын
Can you please share me the complete error that you're getting
@Mohduvesh-kd3et
@Mohduvesh-kd3et 5 ай бұрын
How to deploy Node js in window
@CacheCloud
@CacheCloud 5 ай бұрын
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-kd3et
@Mohduvesh-kd3et 5 ай бұрын
@@CacheCloud thanks, waiting for that
@CacheCloud
@CacheCloud 5 ай бұрын
@@Mohduvesh-kd3et Sure hang in tight
@Mohduvesh-kd3et
@Mohduvesh-kd3et 5 ай бұрын
​@@CacheCloud Should I use Virtual Box ubuntu to play with AWS
@CacheCloud
@CacheCloud 5 ай бұрын
Yes you can use that but you must have account on AWS to connect with server
@Жизньсрюкзаком
@Жизньсрюкзаком 5 ай бұрын
It works!) Thank you very much!
@KrishnaDasPC
@KrishnaDasPC 6 ай бұрын
Use a tool like pm2 with ngnix is better for production
@imalkagunasekara8725
@imalkagunasekara8725 6 ай бұрын
Great
@AUSfromUSA
@AUSfromUSA 6 ай бұрын
Great content, but music is loud, unnecessary, and annoying
@agni4869
@agni4869 6 ай бұрын
ecellent
@Dr.Kananga
@Dr.Kananga 6 ай бұрын
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.
@chrisekom3632
@chrisekom3632 2 ай бұрын
can you please drop the complete command line codes??
@main.method
@main.method 7 ай бұрын
java version 11 are you kidding???
@kondaiahp4865
@kondaiahp4865 7 ай бұрын
Thankyou sir Explanation is very good
@JuliaHutagaol-hl8fp
@JuliaHutagaol-hl8fp 7 ай бұрын
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
@CacheCloud
@CacheCloud 7 ай бұрын
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-hl8fp
@JuliaHutagaol-hl8fp 7 ай бұрын
@@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
@CacheCloud
@CacheCloud 7 ай бұрын
@@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-hl8fp
@JuliaHutagaol-hl8fp 7 ай бұрын
@@CacheCloud Thankyou Sir, waiting for next content about installing Oracle Golden Gate, keep up ...
@federicobau8651
@federicobau8651 7 ай бұрын
Misleading, you wrote python3.12 but is python3.11
@emmanuelarthur8088
@emmanuelarthur8088 8 ай бұрын
Great video, Stright to the point , I love it
@farhad6365
@farhad6365 8 ай бұрын
thank you... only works on port 80... i am using ports other than 80 and it not working, can anyone tell me the reason???
@rahulkatre1271
@rahulkatre1271 6 ай бұрын
Have you found the solution
@farhad6365
@farhad6365 6 ай бұрын
@@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...)
@WireDroid
@WireDroid 4 ай бұрын
@@rahulkatre1271 you need to use pm2 with nginx to confire your server and ports
@VinayKumar-xs6el
@VinayKumar-xs6el 3 ай бұрын
@@rahulkatre1271 bcoz it will take only port that we specified u can specify any one
@sitanshu3472
@sitanshu3472 2 ай бұрын
Http requests default to port 80 Https default to 443 Use nginx to port from these Ports to any other port
@govindmaheshwari2935
@govindmaheshwari2935 8 ай бұрын
bro can u give all the comands in one file?
@CacheCloud
@CacheCloud 8 ай бұрын
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
@lakshminarayana3557
@lakshminarayana3557 8 ай бұрын
How to change inside content
@oldcmputer
@oldcmputer 8 ай бұрын
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-Cert
@CCNA-No-Cert 8 ай бұрын
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
@CacheCloud
@CacheCloud 8 ай бұрын
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-Cert
@CCNA-No-Cert 8 ай бұрын
@@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-Cert
@CCNA-No-Cert 8 ай бұрын
Nevermind, problem solved
@shuandroid4635
@shuandroid4635 5 ай бұрын
@@CCNA-No-Cert how? could you plerase elaborated how you solved it? thanks.
@CCNA-No-Cert
@CCNA-No-Cert 5 ай бұрын
@@shuandroid4635 Did ur Server have gnome? run ./runInstaller from GUI, lol, problem solve
@PrinceRaj-xj9of
@PrinceRaj-xj9of 8 ай бұрын
Datanode not appearing in jps
@rohanparmar6603
@rohanparmar6603 8 ай бұрын
How to open database?
@malachigenesis7665
@malachigenesis7665 8 ай бұрын
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_bar
@Josue_bar 8 ай бұрын
Is there any cost for using the large size instead of micro size?
@CacheCloud
@CacheCloud 8 ай бұрын
Yes if you'll use instance other than t2.micro Aws definitely charge per hour cost.
@AntonioNavarroAlcedo
@AntonioNavarroAlcedo 8 ай бұрын
Help me a lot, thank you
@MrArunraja08
@MrArunraja08 8 ай бұрын
@CacheCloud, why did you use root user instead of sudo/admin, is there a reason ?
@CacheCloud
@CacheCloud 8 ай бұрын
Actually some commands needs root permissions so that I use root
@danjelgosenigoseni2384
@danjelgosenigoseni2384 9 ай бұрын
Hello when i try to execute xhost +ol8-19 it shows me diplay-manager.service could not be found
@verseeker7280
@verseeker7280 9 ай бұрын
Don't bother watching this.
@sharonmakena678
@sharonmakena678 9 ай бұрын
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 "/"
@CacheCloud
@CacheCloud 9 ай бұрын
It means you oracle's home directory is root
@justfair4181
@justfair4181 9 ай бұрын
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!
@harshajagannath3599
@harshajagannath3599 9 ай бұрын
Hi, While try to run ./runInstaller showing permission denied. I am in oracle user.
@nghiatrvn
@nghiatrvn 9 ай бұрын
You are wrong is step change hostname because "hostname" but not "hostsname"
@dominickreal5500
@dominickreal5500 9 ай бұрын
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
@CacheCloud
@CacheCloud 9 ай бұрын
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
@andiyan5268
@andiyan5268 9 ай бұрын
Great video! Can you show how to install Docker on AWS EC2 windows instance (so that to build windows containers)?
@anwarbutt2917
@anwarbutt2917 9 ай бұрын
youtube.com/@alihaider4168?si=Io99N6xlKPDvGw-8