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

989 total results found

Installing an Operating System (OS)

[Completed] Technical Support Fundament...

Example 1

[zzz dead] unit 8 packet Quadratic Func... 8-2 Quadratic Functions (Part # 1)

A) The vertex is (4,3) B) The vertex is (-3,-3)      

[Completed] Professional Google Cybersecurity Specialization C4/8;Tools of the Trade: Linux and SQL

Hello, and welcome to Tools of the Trade: Linux and SQL, the fourth course in the Google Cybersecurity Certificate. You're on an exciting journey!By the end of this course, you will develop a greater understanding of the basics of computing that will support y...

What is Networking?

[Completed] Technical Support Fundament...

uber basic check for kelogers.py

Anything related to windows security scripts

import psutil import os import sys def find_suspicious_processes():     suspicious_processes = []     for process in psutil.process_iter(['pid', 'name', 'exe', 'cmdline']):         try:             if process.info['exe'] and process.info['cmdline']:...

[Completed] Professional Google Cybersecurity Specialization C3/8; Connect and Protect: Networks and Network Security

14 hours (approximately)Grade Achieved: 97.62% pro tip only do the exams when your not tired

Impact of the Internet

[Completed] Technical Support Fundament...

start-win-defender.bat

Anything related to windows security scripts

@echo offecho Starting Windows Defender malware scan..."%ProgramFiles%\Windows Defender\MpCmdRun.exe" -Scan -ScanType 1echo Scan complete.pause

[Completed] Professional Google Cybersecurity Specialization C5/8; assets, threats, and vulnerabilities

Introduction to Software

[Completed] Technical Support Fundament...

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...