Advanced Search
Search Results
987 total results found
map maker v3.py (functioning?) last ping 1.0.212.120 white
import os import socket import struct from ping3 import ping from PIL import Image print("start running") def ip_to_int(ip): int_ip = struct.unpack("!I", socket.inet_aton(ip))[0] return int_ip def int_to_ip(i): ip = socket.inet_...
yt transcripts tech ecucation edition
Interacting with Software
[Active] leet code/ctf
notes/explanations
Troubeshooting best practices
check for systemstats.py v1
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: ...
Unity Code C#
Customer Service
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...