Advanced Search
Search Results
987 total results found
check for pc's pids names and usage stats and send them to a file to search later .py v2
import os import psutil import datetime def check_high_memory_usage(threshold=50): high_memory_usage_processes = [] total_memory = psutil.virtual_memory().total for proc in psutil.process_iter(['pid', 'name', 'memory_info']): try...
Doccumentation
pid killer (ranges too)
import psutil while True: pids = input("Type the PID(s) you want to kill, separated by commas, or specify a range with a dash (-): ") if pids.lower() == "exit" or pids.lower() == "stop": confirm = input("Are you sure you want to stop th...
Getting Through a Technical Interview
Via Task Manager
press Ctrl+Shift+Esc. or Open the Task Manager by right-clicking on the taskbar and selecting "Task Manager" Click on the "Startup" tab to see a list of programs that start automatically with Windows. Disable the o...
[Completed] Professional Google Cybersecurity Specialization C6/8; Sound the Alarm: Detection and Response
Course Wrap Up
Via Settings
in the search bar or the settings app search for startup apps Some apps may have an option in their settings to disable the automatic startup. you "may" find something there i literally never have stg this is useless but hay its "an ...
[FORGOTTEN] CISCO DIVD Academy Ethical Hacker
Learn the art of offensive security to uncover cyber threats and vulnerabilities before the cybercriminals do.SCHEDULEAug 27, 2023 - Aug 30, 2024LanguagesEnglishInstructorVictor Gevershttps://skillsforall.com/launch?id=80c156bc-84a4-47c9-a233-5eafe7bdde82&tab=...
Get Started with go certificate program
Via System Configuration:
Windows key + R to open "Run" type the fallowing program name then click Enter. msconfig Click on the "Startup" tab to see a list of programs that start automatically with Windows. Disable the ones you don't need by unchecki...
[Completed] Professional Google Cybersecurity Specialization C7/8; Automate Cybersecurity Tasks with Python
Introduction to Cybersecurity
Via Registry Editor
"DISCLAIMER" This method should only be used if you have experience with editing the Windows registry. Open the Registry Editor by pressing the Windows key + R and typing "regedit" in the Run dialog box. paste these into the URL bar ...
[Completed] Professional Google Cybersecurity Specialization C8/8; Put It to Work: Prepare for Cybersecurity Jobs
Core Skills for cyber security Professionals
How to admin people Via Run
key + R to open the Run dialog box. Type "control userpasswords2" in the Run dialog box and press Enter. control userpasswords2 click on user click properies click group membership click administrator...
[undusted] tryhackme SOC Level 1
You need a basic understanding of fundamental computing principles and a broad understanding of the different areas of cyber security to complete this pathway. If you do not already have these prerequisites, complete the Pre-Security Pathway and Intro To Cyb...