Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

987 total results found

map maker v3.py (functioning?) last ping 1.0.212.120 white

Code projects (python & simple) map the internet based on if i get a ping

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

[Completed] Technical Support Fundament...

[Active] leet code/ctf

notes/explanations

Troubeshooting best practices

[Completed] Technical Support Fundament...

check for systemstats.py v1

Anything related to windows security scripts

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

[Completed] Technical Support Fundament...

check for pc's pids names and usage stats and send them to a file to search later .py v2

Anything related to windows security scripts

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

[Completed] Technical Support Fundament...

pid killer (ranges too)

Anything related to windows security scripts

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

[Completed] Technical Support Fundament...

Via Task Manager

Anything related to windows How to disable Start up Apps

  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

[Completed] Technical Support Fundament...

Via Settings

Anything related to windows How to disable Start up Apps

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

[Completed] Professional Google Cyberse...

Via System Configuration:

Anything related to windows How to disable Start up Apps

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