0x1A Application Server

  Рет қаралды 6,267

Opeoluwa Adeyeri Codes

Opeoluwa Adeyeri Codes

Күн бұрын

Пікірлер: 55
@Low-key657
@Low-key657 6 ай бұрын
Man Excellent work on the 'magic script' hahaha🤣... That is a world class build in automation!!!
@opeoluwaadeyeri
@opeoluwaadeyeri 6 ай бұрын
😅😎
@CappyAlemayehu
@CappyAlemayehu 5 ай бұрын
I need help on this bro,, I ssh--connect the terminal from power shell as it was blank and accessed the web01 through PS. the when i install flask,, the path is not the default i think. i get this warning after installation. ARNING: The script flask is installed in '/home/ubuntu/.local/bin' which is not on PATH.%0D%0A Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. please what to do? Thank you in advance while waiting
@opeoluwaadeyeri
@opeoluwaadeyeri 5 ай бұрын
@@CappyAlemayehu I don't fully understand the error. If you could send a screenshot via email to this email opeoluwa@adeyeri.tech
@CappyAlemayehu
@CappyAlemayehu 5 ай бұрын
@@opeoluwaadeyeri sure
@lifeofsin__
@lifeofsin__ 7 ай бұрын
i think u don't get much credit as u deserve and honestly I appreciate you brother...
@addisuelectrical1376
@addisuelectrical1376 3 ай бұрын
ofcourse he don't get credit. how can i achieve this kind of knowledge
@SinmisolaAjao
@SinmisolaAjao 7 ай бұрын
@opeoluwaadeyeri hi my task 0 doesn't run as the example. Error says port 5000 is used by another program, couldn't resolve this. Help!
@opeoluwaadeyeri
@opeoluwaadeyeri 7 ай бұрын
run this command `lsof -i -P -n`, It will show all the active ports, Look for the one with port 5000 check the pid section, there will be a number copy it and run, `kill {Number}` where {Number} is the number you copied. ie kill 928
@opeoluwaadeyeri
@opeoluwaadeyeri 7 ай бұрын
After That run the script again
@mazibukosibonelo9985
@mazibukosibonelo9985 3 ай бұрын
I had the same problem. One of the projects required us to run a datadog-agent on our server, which listens on port 5000. If killing the process does not work, try running the command: sudo systemctl stop datadog-agent When you want to run the agent again: sudo systemctl start datadog-agent
@OnkabetseMogomotsi-k1d
@OnkabetseMogomotsi-k1d 3 ай бұрын
HI, I was deferred now I'm doing this task again. I asked for new sever okay, so will I have to do all the work of ssh from 0x0B-ssh to now scratch for this app -sever to work?
@opeoluwaadeyeri
@opeoluwaadeyeri 3 ай бұрын
Just the ssh and you can continue this
@Javanseal
@Javanseal 3 ай бұрын
Thank you. this was very helpful
@DARLINGTON-dn6ex
@DARLINGTON-dn6ex 3 ай бұрын
i can log in my webserver Permission denied (publickey)
@olakunleabiodun1489
@olakunleabiodun1489 7 ай бұрын
thank for this tutorial but the place of git checkout server i have error "error: pathspec 'app-server' did not match any file(s) known to git"
@opeoluwaadeyeri
@opeoluwaadeyeri 7 ай бұрын
What did you change in the script
@olakunleabiodun1489
@olakunleabiodun1489 7 ай бұрын
i change only the github path my name
@olakunleabiodun1489
@olakunleabiodun1489 7 ай бұрын
how do i create the branch and what will be inside of the branch
@olakunleabiodun1489
@olakunleabiodun1489 7 ай бұрын
i hv figure out some error i requested for new server but my code configuration have direct ip address so i will correct that now but please reply do i nee to create a branch for flask file from airbnb_clone_v2 and call it app-server before running the script or not
@olakunleabiodun1489
@olakunleabiodun1489 7 ай бұрын
i figure out some error do i need to create a new branch name app-server in airbnb clonev2 please reply
@PreciousPalesa-fs6fe
@PreciousPalesa-fs6fe 7 ай бұрын
Hi my task 5 is not checking completely.. I followed the script and task 0 to 4 they check but task 5 two check are red
@opeoluwaadeyeri
@opeoluwaadeyeri 7 ай бұрын
This issue is associated with conflicting configurations on nginx, Easiest fix is to get a new server.
@hyperayoub
@hyperayoub 8 ай бұрын
what about advanced task did you did it sir
@andilenkabanhle6076
@andilenkabanhle6076 4 ай бұрын
Mines, I don't have the IP Adress. It's like i have to generate it but I don't know how to
@opeoluwaadeyeri
@opeoluwaadeyeri 4 ай бұрын
You would have to get a new server
@andilenkabanhle6076
@andilenkabanhle6076 4 ай бұрын
@@opeoluwaadeyeri I finally was able to get the IP, but now it's giving me permission denied (publickey). I generated my bublic key on puttygen and I did save it on my profile
@hyperayoub
@hyperayoub 8 ай бұрын
I want 0x14mysql réplication task that you say in the last video Still waiting you boss
@felicitya.9077
@felicitya.9077 7 ай бұрын
This is now available, you can check it out!
@hyperayoub
@hyperayoub 7 ай бұрын
@@felicitya.9077 Thanks but before video i did it alone
@felicitya.9077
@felicitya.9077 7 ай бұрын
do i need to also change my branch? it's not in the requirements
@felicitya.9077
@felicitya.9077 7 ай бұрын
I didn't checkout to a new branch because I didn't understand why, now nothing checks, please assist
@opeoluwaadeyeri
@opeoluwaadeyeri 6 ай бұрын
Some of the tasks require that we reconfigure some existing files to match certain requirements, I did not want to mess up code on the main branch, so i created a new branch and updated all files that are needed. so that branch is tailored to the specifications of this particular project. You can simply leave the script as is and Use my code in your server to complete the task, If you update the script and change my username to yours, You would have to create a new branch on your repo also and update required files.
@felicitya.9077
@felicitya.9077 6 ай бұрын
Okay I used the same branch on my end and the first tag weren’t checking Just to understand does the script make those required changes on the files ? I’m not quite sure that it does So we’re supposed to manually make the file changes yes ?
@felicitya.9077
@felicitya.9077 6 ай бұрын
Also, thanks for even responding
@opeoluwaadeyeri
@opeoluwaadeyeri 6 ай бұрын
Yea we are supposed to manually update the files, So in order to make it automated, I already made those changes in my repository on a different branch, so as soon as i change branch to that app-server branch, it automatically fetches the updated files from my repo.
@olakunleabiodun1489
@olakunleabiodun1489 7 ай бұрын
oga the branch stuff will be name app-server
@FunmilayoFayemi
@FunmilayoFayemi 5 ай бұрын
Mine doesnt work even though i did everything
@opeoluwaadeyeri
@opeoluwaadeyeri 5 ай бұрын
@@FunmilayoFayemi It's usually due to a conflict with installation, Get a new server complete the ssh task and do the application server again. Should work
@FunmilayoFayemi
@FunmilayoFayemi 5 ай бұрын
@@opeoluwaadeyeri I got a new server but I have done the ssh task before, do I need to redo all over again
@BukolaOlatunji-e6u
@BukolaOlatunji-e6u 8 ай бұрын
Hello, is there a way i can privately communicate with you. I have a serious problem that I can think you can help me with
@opeoluwaadeyeri
@opeoluwaadeyeri 8 ай бұрын
Yea, Send an email here. adeyeriopeoluwa05@gmail.com
@kaymacharia2912
@kaymacharia2912 8 ай бұрын
@@opeoluwaadeyeri hi my checker for task 2 and zero are red what could be the issue
@opeoluwaadeyeri
@opeoluwaadeyeri 8 ай бұрын
Make sure you have the required files and README in your repo
@PreciousPalesa-fs6fe
@PreciousPalesa-fs6fe 7 ай бұрын
Hi so on the script u created, wer there's your repos i put my repos, right?
@PreciousPalesa-fs6fe
@PreciousPalesa-fs6fe 7 ай бұрын
Hi so i dd exactly what you did my i didn't get the last message switched to the new branch although i have added new branch will that affect the output
@amanuelesayas9822
@amanuelesayas9822 3 ай бұрын
uffffff Thankkkkk youuu brooo!!!
@jacktoneokwemba1081
@jacktoneokwemba1081 6 ай бұрын
Serving Flask app '0-hello_route' * Debug mode: off Address already in use Port 5000 is in use by another program. Either identify and stop that program, or start the server with a different port. after running this command `lsof -i -P -n` i get this COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME gunicorn 2823229 ubuntu 5u IPv4 1668899 0t0 TCP *:5002 (LISTEN) gunicorn 2823243 ubuntu 5u IPv4 1668899 0t0 TCP *:5002 (LISTEN) i cant see the program ruuing on port 500
@Low-key657
@Low-key657 6 ай бұрын
try using netstat command as well to identify the process associated with port 5000 in your infrastructure
@Low-key657
@Low-key657 6 ай бұрын
specifically: sudo netstat -tulnp | grep 5000
@jacktoneokwemba1081
@jacktoneokwemba1081 6 ай бұрын
@@Low-key657 tcp 0 0 localhost:5000 0.0.0.0:* LISTEN 446/agent
@jacktoneokwemba1081
@jacktoneokwemba1081 6 ай бұрын
I killed the process and it worked. thank you big time
0x0F Load Balancer
18:59
Opeoluwa Adeyeri Codes
Рет қаралды 6 М.
Configure NGINX as a Reverse Proxy
16:43
NGINX
Рет қаралды 228 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 42 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 22 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 59 МЛН
0x14 MySQL
20:19
Opeoluwa Adeyeri Codes
Рет қаралды 7 М.
0x1A. Application server ALX-task00
13:43
Akoatem
Рет қаралды 6 М.
The Invisible Homelab: Private HTTPS Access with Traefik
11:45
Ehsan's Tech Cave
Рет қаралды 5 М.
0X0B SSH
10:51
Opeoluwa Adeyeri Codes
Рет қаралды 15 М.
Self-host your own Git platform! // Gitea Tutorial
24:35
Christian Lempa
Рет қаралды 20 М.
0X14 MYSQL Part 2 - Replication
18:52
Opeoluwa Adeyeri Codes
Рет қаралды 953
0X0C WEB SERVER
22:47
Opeoluwa Adeyeri Codes
Рет қаралды 14 М.
Making Minimalist Web Server in C on Linux
10:23
Nir Lichtman
Рет қаралды 256 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 42 МЛН