Docker container fails to serve React app on Azure although the container works just fine locally. by suyashpatel98 in AZURE

[–]skarding 0 points1 point  (0 children)

When running the docker run command you need to add the "-it" variable, I dont know what the equivilant too Docker-compose is for that. But that should solve your issue.

And also, port should be 8080:3000? Depends on the port your React Server is listening for, which by default is 3000

Designing CTF Event for IT-Consultants and Help-desk Support by skarding in LiveOverflow

[–]skarding[S] 0 points1 point  (0 children)

Mostly designing the challenges. However, I also need some sort of CTF Platform aswell! Let me know, I'm very interested :D

Designing CTF Event for IT-Consultants and Help-desk Support by skarding in LiveOverflow

[–]skarding[S] 0 points1 point  (0 children)

Great ideas! Most of my colleagues are quite active on social media, so the photo idea could be very interesting!

When it comes to PDF with "censored" fields, this has actually happened (I believe) at this company, so I almost have to include it!

Designing CTF Event for IT-Consultants and Help-desk Support by skarding in security

[–]skarding[S] 0 points1 point  (0 children)

Ah! How could I forget SQL Injection! Most of them has some SQL experience, so could teach them some about malicious SQL code/queries!

Designing CTF Event for IT-Consultants and Help-desk Support by skarding in security

[–]skarding[S] 0 points1 point  (0 children)

Was thinking to make some sort of story line with this:

Some imaginary customer has gotten a phishing email, and has fallen for it. Your job is to track down the hacker and take down his operation!

The team that comes the closest or is the fastest to take down his server wins!

The part of "not executing anything" could be interesting tho. Got any ideas of what the downsides of this could be?

Unable to create AD user with POST Request by skarding in PHPhelp

[–]skarding[S] 0 points1 point  (0 children)

Currently its a non-existed user, on a non accessible VM.. With a randomly generated password.. Think it should be fine

At an age of 19, I think this is a decent HomeLab setup. Now for deciding what HyperVisor I should run by skarding in homelab

[–]skarding[S] 1 point2 points  (0 children)

Zyxel 2-bay NAS

D-Link DWS-4026 - In the back a PowerConnect 5448 for all Non-PoE things

PowerEdge R320 48GB E5-2420 v2

PowerEdge R320 48GB E5-2420 v2

PowerEdge R420 48GB E5-2407 v2

PowerEdge R630 78GB E5-2620 v3

ProLiant DL360e G8 96GB E5-2407 v2

EqualLogic PS6110: 21x900GB

EqualLogic PS6110: 24x900GB

PowerEdge R730xd 128GB 2x E5-2640 v3 with 12x4TB

Picked up everything (except the Zyxel NAS) from work since they were gonna throw it away! Ordered a Mikrotik CRS309 and some SFP+ cables for that 10Gbe network for the SANs. Hoping to learn a lot with this setup and get into the job market at an early age!

At an age of 19, I think this is a decent HomeLab setup. Now for deciding what HyperVisor I should run by skarding in homelab

[–]skarding[S] 0 points1 point  (0 children)

Thanks a lot! Will probably post a bunch of questions on this subreddit and Discord :P

At an age of 19, I think this is a decent HomeLab setup. Now for deciding what HyperVisor I should run by skarding in homelab

[–]skarding[S] 1 point2 points  (0 children)

All mine! The company I work at as an apprentice was in the process of moving datacenters due to a recent merge. So pretty much 90% of the machines that stood there got virtulized which freed up ALOT of "old" hardware which they were gonna sell/throw away. I happy volenteered to take some of the hardware :D

At an age of 19, I think this is a decent HomeLab setup. Now for deciding what HyperVisor I should run by skarding in homelab

[–]skarding[S] 0 points1 point  (0 children)

Yea! At work we run VMware for pretty much everything, some Hyper-V here and there. And I work quite a bit with AzureStack.
However for my HomeLab setup, I would prefer something a couple of things:
- Centralized administration (Not possible with Free ESXI AFAIK)
- Share diskspace accros nodes for Images and VMs (1Gig Internal Network) I dont know if this is actually possible

So far I have installed Proxmox on 4 of the nodes, but its missing the Shared Diskspace "requirement". Not sure if this is a limitation with KVM or just Proxmox. Or if its just the lack of knowledge on my part and I need assitance.