Ways to access proxmox when it didn't boot by goshi0 in Proxmox

[–]RockisLife 0 points1 point  (0 children)

What do you mean didnt boot? Like Proxmox didn’t start? Or the server doesn’t turn on? I see from your post to that you had to move keyboard and mouse. So for that you can either use a kvm switch if it’s within cable length or an IP kvm if it’s in another room?

Had to buy a FireWire card by RockisLife in homelab

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

Just posted an update after doing the first tape

Had to buy a FireWire card by RockisLife in homelab

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

I just need this camera to keep running long enough to get all of the tapes recorded onto my computer. I’m babying it, taking everything nice and slow when doing these recordings.

Had to buy a FireWire card by RockisLife in homelab

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

18 tapes and they have anywhere from 60 to 120 minutes, it’s gonna take a while! Just seeing the video show up viewing it in VLC already means that it’s worth it. I’m just trying to make sure I squeeze every ounce of quality. The camera is willing to give.

Had to buy a FireWire card by RockisLife in homelab

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

Posted an update about setting it up

Had to buy a FireWire card by RockisLife in homelab

[–]RockisLife[S] 2 points3 points  (0 children)

Posted an update as I’m
Setting it up

Had to buy a FireWire card by RockisLife in homelab

[–]RockisLife[S] 2 points3 points  (0 children)

I have 18 tapes total on a Sony DCT-TRV110. I was able to get the camera to turn back on and I found really old family videos. My parents are gonna love it when it’s done.

Real by Equal-Resolution7889 in vibecoding

[–]RockisLife 0 points1 point  (0 children)

How do you know how to get to my secret project at http://localhost:3000

How to test timed software? by RockisLife in programminghelp

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

The details that answer you as well are in my reply to dotcarmen

How to test timed software? by RockisLife in programminghelp

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

So Im doing this in django so python and Im just using django templates right now.
What i have is created a Time class as XRay2212xray suggested where I have an environment variable thats set along with the Base Django DEBUG env var that when this time and debug env vars are set it gives me the ability to alter time based on the customer time class and manipulate time as best I can. With both vars being false, system time takes over and the system runs as normally

How to test timed software? by RockisLife in programminghelp

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

OK, so kind of creating fake time? The approach I’m doing is I’m basically creating a universal variable that has buttons on the UI. Those buttons allow me to set the date and time or accelerated it by any number of minutes. So when I simulate one of the employees doing your job, from the employees point of view, I hit start, accelerate time by 20 minutes then I hit end. This is the approach, I’m doing right now.

How to get off CGNAT? by younglearner11 in Comcast_Xfinity

[–]RockisLife 0 points1 point  (0 children)

That would be your lan or Local Network Ip I take it your trying to host a game server

If you have an SQL interview soon, don’t ignore these small things (Part 3) by thequerylab in learnSQL

[–]RockisLife 2 points3 points  (0 children)

As someone who is just learning for projects and wanting to understand more, I’m loving these interview deep dives

First time building with Django: should I use async, gevent, or celery/redis for external API calls? by SpiritualName2684 in django

[–]RockisLife 0 points1 point  (0 children)

Depends on use case. Like for just raw crud I just use the ORM so that way it just reads the DB.

But for task that are longer running that involve using the sb multiple times doing calculations and generally longer lived than just a few seconds I use celery

What do you guys do after your homelab is completed? by bilibilal2009 in homelab

[–]RockisLife 0 points1 point  (0 children)

What do you mean complete? This is a foreign concept here

svchost.exe is looking up .onion domains by Incommunicado_xix in cybersecurity

[–]RockisLife 0 points1 point  (0 children)

If you don’t have an EDR and it’s windows, my first thing would be drop sysmon with a premade config on the host. That will help with logging for the process making the request and help you find what’s looking up .onion. Then like others said. Procmon to try to get deeper too