Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 09/07/25 in all areas

  1. Poti vedea asta - general - cam cum se face: Jucaria (CH341A USB) o gasesti si pe amazon cu 13-15 euro.
    1 point
  2. Parola e stocata in nvram/flash, nu pe hdd sau cmos (unde ajuta scoaterea bateriei) Acolo ai doua optiuni: super password in functie de data afisata sau fisier de resetare de la suport de la ei (homeguard) Eu as incerca ceva pe baza datei afisate. Exemplu: Sa spunem ca daca afisata este 4 septembrie 2025 Parole posibile: - 20250904 - 04092025 - 09042025 - 250904 - 040925 De asemenea, se pot incerca si decalari de +/- o zi. Ex: 03 in loc de 04. Ex: cu offset -1 20250903 03092025 09032025 250903 030925 090325 azi: 20250904 04092025 09042025 250904 040925 090425 cu offset +1: 20250905 05092025 09052025 250905 050925 090525 Am facut un mic script in bash care face asta, poate te ajuta. Banuiesc ca 888888, 000000, 123456 ai testat tu ... Il rulezi cu ./pass AN-LUNA-ZI (2025-09-04) #!/bin/bash date_in=$1 ts=$(date -d "$date_in" +%s) for offset in -1 0 1; do dts=$(date -d "@$((ts + offset*86400))" +%Y-%m-%d) y=$(date -d "$dts" +%Y) m=$(date -d "$dts" +%m) d=$(date -d "$dts" +%d) yy=$(date -d "$dts" +%y) echo "=== $dts (offset $offset) ===" echo "${y}${m}${d}" echo "${d}${m}${y}" echo "${m}${d}${y}" echo "${yy}${m}${d}" echo "${d}${m}${yy}" echo "${m}${d}${yy}" done Pentru hex stuff, daca ai un fisier de upgrade (firmware-ul oficial), poti sa te uiti prin el. Metoda a II-a e complexa si ai nevoie de chestii mai avansate (dump, programator hw, etc) ps: scuzati daca zic tampenii, nu am lucrat de 15 ani cu cutii de genul E posibil sa functioneze si metoda omului de mai sus (Pacalici). Asta este generata de AI Overview al lui google la cautarea HGDVK-44402 hardware reset To hardware reset a HGDVK-44402 (presumably a HomeGuard device), you need to power off the device, then press and hold the reset button on the back of the unit, and only then plug the power back in. Continue to hold the reset button until the LEDs indicate a factory reset is in progress, then release the button. Step-by-Step Reset Process: Power off the HGDVK-44402: by unplugging its power cord. Locate the reset button: on the back of the device (near the power connector or other ports). Press and hold the reset button: using a finger or a pointed object. Connect the power cord: to the device while still holding the reset button. Wait for 5-15 seconds: or until you see the LEDs flash or change in a way that indicates the device is resetting. Release the reset button. The device should then boot up to its factory default settings. Key Points: The reset button may be small, so a pin, paperclip, or the end of a pen might be helpful. The process requires holding the button after powering on, not before. After the reset, you can expect to log in with the default username and password (often "admin" with no password).
    1 point
  3. Google, Harvard, and more are offering FREE AI courses (no payment required) Here are 8 FREE courses to master AI in 2024: 1. Google AI Courses Google offers 5 different courses to learn generative AI from the ground up. Start with an Introduction to AI and finish having a solid understanding of AI as a whole. 🦾 https://lnkd.in/eW5k4DVz 2. Microsoft AI Course Microsoft offers an AI course that covers the basics and then more. Start off with an introduction and continue through learning about neural networks and deep learning. 🦾 https://lnkd.in/eKJ9qmEQ 3. Introduction to AI with Python Harvard University is offering a full 7-week course to explore the concepts and algorithms of AI. Start with the technologies behind AI and end with knowledge of AI principles and machine learning libraries. 🦾 https://lnkd.in/g4Sbb3nQ 4. Prompt Engineering for ChatGPT This 6 module course by Vanderbilt University offers beginners a starting point to writing better prompts. Start by learning effective prompting and complete the course knowing how to bend ChatGPT to your will. 🦾 https://lnkd.in/d-rCb-AM 5. ChatGPT Prompt Engineering for Devs OpenAI in collab with DeepLearning is offering this course taught by Isa Fulford and Andrew Ng. Start off with best practices and finish with a better understanding of prompting with hands-on practice. 🦾 https://lnkd.in/gtGc5Znp 6. LLMOps Google Cloud in collab with DeepLearning is offering this brand new course taught by Erwin Huizenga. Go through the LLMOps pipeline of pre-processing training data and adapt a supervised tuning pipeline to train and deploy a custom LLM. 🦾 https://lnkd.in/gMXDr7MJ 7. Big Data, Artificial Intelligence, and Ethics In this 4 module course, the University of California - Davis covers big data and introduces IBM's Watson. Start by learning about big data opportunities and end knowing the limitations of AI. 🦾 https://lnkd.in/gVEf3Dvm 8. AI Applications and Prompt Engineering edX has an introductory course on prompt engineering that goes beyond the basics. Start by learning the basics and end knowing how to create your own applications. 🦾 https://lnkd.in/g2P9U_Bs Take Coursera courses without the trial: First, go to the course you want to take and click 'Enroll for free', then 'Audit the course'. Note: You'll need to create an account to take courses, but won't need to pay anything. Share + Comment more courses so others can benefit! ❤️ Follow us There's An AI For That for more helpful posts like this. 🙏 Via: https://www.linkedin.com/feed/update/urn:li:activity:7170235664427397121/
    1 point
×
×
  • Create New...