• Home
  • About
  • Social
    • Twitter
    • LinkedIn
    • Instagram
Starby Four

Vibes|Music|Tech

  • Home
  • About
  • Social
    • Twitter
    • LinkedIn
    • Instagram
  • Home
  • About
  • Social
    • Twitter
    • LinkedIn
    • Instagram

No Widgets found in the Sidebar Alt!

  • Tech

    Portable Computing Security & More–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 11, 2021 /

    Portable Computing Security & More The Internet Telnet & SSH The Telnet and the Secure Shell (SSH) protocols provide command line access to remote systems. Telnet runs on TCP port 23; SSH runs on TCP port 22. Telnet is unencrypted; SSH is encrypted. Telnet uses Port 23. Telnet: One of the earliest application protocols; allows access to another computer; A remote command line tool; a powerful tool; allows you to get to the command line on another comuter. To access a Telnet server, you need a Telnet client (similar to how in order to access a web server you need a web client, aka–web browser). Putty is a popular Telnet…

    read more
    Aaron Comments Off on Portable Computing Security & More–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Pointers–STRUCTURED PROGRAMMING Course Notes

    May 29, 2021

    Local Area Networking—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 6, 2021

    What Is a CSIRT vs. CERT vs. CIRT???

    June 8, 2021
  • Tech

    The Essentials of Networking–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 11, 2021 /

    The Essentials of Networking Network Card Troubleshooting Use Device Manager –> NIC properties for information/configuration. Change duplex and wake-on LAN settings there Link lights show connectivity, activity, and (sometimes) speed. Full-Duplex–the NIC is talking & listening at the same time. Half-Duplex– Wake-on LAN–wakes up a computer from sleeping if certain information comes in (a so-called ‘magic packet’). Working With Connections–NETSTAT The ‘netstat’ command shows important information about connections. Use netstat switches ‘-n’ and ‘-a’ as needed. Consider a 3rd-party tool, such as TCPView as an alternative to netstat. TCPView is from SysInternals website. Netstat–shows statistics for different connections (usually TCP/UDP) ex: Windows folder sharing–(Port 445) TCPView is a ‘3rd-party’ tool…

    read more
    Aaron Comments Off on The Essentials of Networking–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Array-Giving Enumerables!!! [Ruby Programming Language Notes]

    May 18, 2021

    ‘Kings of Leon’ Will Be the First Band to Release an Album as an NFT; Making it a Digital Collector’s Item

    March 4, 2021

    Blockchain & Money: Session 8: Public Policy by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 16, 2021
  • Tech

    Troubleshooting Operating Systems–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 10, 2021 /

    Troubleshooting Operating Systems Windows Recovery Environment WinRE (Windows recovery environment) WinRE provides access to essential troubleshooting tools WinPE (Windows pre-installation environment) Advanced options offer System Restore, System Images, & more Command Prompt option opens the Windows Command Shell. Advanced Startup Options To get to ‘Safe mode’ options in Windows 8/10, select option in ‘System Configuration’ for Safe boot. Alternatively, intentionally crash your system several times in a row to get Advanced options. ‘Startup Settings’ offer debugging, boot logging, Safe Mode, & more. Troubleshooting Boot Problems A black screen on a booted computer often indicates a video driver problem. Get to Safe Mode & try “Roll Back Driver” or “Update Driver”…

    read more
    Aaron Comments Off on Troubleshooting Operating Systems–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Virtualization & Cloud Computing–Advanced IP Networking–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    May 15, 2021

    Blockchain & Money: Session 8: Public Policy by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 16, 2021

    ‘Welcome To The Edge!!!’–What Is Edge Computing???

    June 4, 2021
  • Tech

    Working With the Command-Line Interface–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 10, 2021 /

    Working With the Command-Line Interface Understanding the CLI All operating systems offer a command line interface (CLI). A specific CLI is called a ‘shell’; most OSes provide multipole shell choices. All shells have a prompt to type in commands. Many commands use switches ( -n, -a, etc.) All shells offer some form of help. (Type <help> or /?) Navigating the CLI: Windows/Linux Use the ‘cd’ command in all OSes to move the prompt to different folders/directories. Make sure you can use the ‘cd’ command in Windows, Mac and Linux environments to navigate a system. (Mac & Linux are based on Unix.) To change drives in Windows, type the drive letter…

    read more
    Aaron Comments Off on Working With the Command-Line Interface–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Ruby Programming Language Notes

    May 17, 2021

    Protected: What is Equinix? And Why Are They So Important??

    March 23, 2021

    Modern Ethernet–The Physical Network–NETWORKING, SECURITY, & MORE ESSENTIALS—CompTIA Network+ (N10-007) NETWORK-PLUS Certification Prep Course Notes

    May 11, 2021
  • Tech

    Maintaining Operating Systems–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 10, 2021 /

    Maintaining Operating Systems Patch Management Windows 7 Update gives the user the ability to choose which updates to install and when. Windows 10 Update locks down the update system more, the only option is to pause the update and choose active hours. Patch management in Ubuntu Linux offers more options for updating. Updating with macOS is pretty much automated, like Windows 10. Working With Discs Error checking runs ‘chkdsk’ on a disk partition to check for bad sectors. Trimming allows data to be written in individual pages termed “available for use” Optimizing trims blocks in disks to allow for new data to be written in partially full blocks. Working With…

    read more
    Aaron Comments Off on Maintaining Operating Systems–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Blockchain & Money: Session 22: Trade Finance & Supply Chain, by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 23, 2021

    WSJ–“Companies Urged to Adjust Hiring Requirements for Cyber Jobs”…

    December 30, 2020

    Inline Functions, References, & Reference Parameters–Functions–STRUCTURED PROGRAMMING Course Notes

    May 28, 2021
  • Tech

    Windows OS Under the Hood–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 10, 2021 /

    Windows OS Under the Hood! What is the Registry? The Registry is the primary database for every Windows system. Registry hold settings. Registry is critical, without it, Windows won’t run!!! We use the ‘regedit’ (Registry Editor) utility to manually edit the Registry. The Registry has five root keys into which all data is organized. HKLM (Hkey local machine)–defines all the settings for a particular computer. Processes Every program currently running on a system is a process. Processes all use process IDs (PID) We use utilities like Task Manager to kill errant processes. At any moment our computer can be running hundreds of programs. These programs can be broken down into…

    read more
    Aaron Comments Off on Windows OS Under the Hood–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    What is a password manager and why do you need one…

    November 29, 2021

    What Is The Metaverse?

    October 31, 2021

    More Common Enumerable Methods!!! [Ruby Programming Language Notes]

    May 19, 2021
  • Tech

    Building a P.C.—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 9, 2021 /

    Building a P.C. The Right PC for the Job Memorize details about each specialized system. Consider different jobs & make sure the system matches the job specifications. Concentrate on RAM, storage, & graphic needs. NAS–Network Attached Storage; used for sharing files; Usually a “headless” set-up, meaning no peripherals needed, after the initial set-up. Boot From Everything Use an ISO image of bootable media to install operating systems. Download ISO files and burn them to optical media or thumb drives. Boot to the installation media to install operating systems. You can also boot from a network server using PXE. Installing Windows Check all pre-installation tasks before installing Windows. Research new hardware…

    read more
    Aaron Comments Off on Building a P.C.—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Control Statements–STRUCTURED PROGRAMMING Course Notes

    May 27, 2021

    Security Engineering Analysis Framework Notes…

    June 1, 2021

    Start With Why — How Great Leaders Inspire Action | Simon Sinek | TedX [VIDEO]

    June 2, 2021
  • Tech

    Understanding Partitioning—Implementing Mass Storage–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 9, 2021 /

    UNDERSTANDING PARTITIONING A partition is a logical electronic device readable by an Operating System. Partitions define the location of operating systems, swap files, and recover partitions. Partitions must be created & mounted. In Windows, partitions manifest as driver letter; in Linux/macOS, partitions manifest as folders (with slashes). Partitioning a hard drive is CRITICAL!!! MBR Partitioning MBR (Master Boot Record) is the oldest type of partition still in use today. MBR consisted of a boot loader, and up to four partitions, with one set as an active partition. If you need more than four partitions on a single drive, you create an extended partition and add logical drives to that partition.…

    read more
    Aaron Comments Off on Understanding Partitioning—Implementing Mass Storage–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    The Covid-19 Crisis Highlights the Need for “Digital Upskilling”…

    December 30, 2020

    Blockchain & Money: Session 6: Smart Contracts & DApps by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 15, 2021

    Arithmetic Operators Notes

    May 24, 2021
  • Tech

    Printers & Multifunction Devices—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 9, 2021 /

    Printers & Multifunction Devices Laser Printers A laser hits the photosensitive drum (the cornerstone of laser printers) to create an image Memorize the laser printing process Laser printer maintenance means replacing the toner cartridge and applying maintenance kits. All laser printers have maintenance kits. These can help the printers last for years! Inkjet Printers (aka Bubblejet Printers) CYMK (Cyan, Magenta, Yellow, & Black) Inkjet printers use heat or mechanical process to push ink through the print heads to media. A multifunction device (MFD) includes a printer, scanner, copier and fax machine, all-in-one. Inkjet maintenance means running cleaning routines for the nozzles, plus some form of calibration. Impact Printers (aka DotMatrix)…

    read more
    Aaron Comments Off on Printers & Multifunction Devices—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Windows OS Under the Hood–NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 10, 2021

    Symbols!!! [Ruby Programming Language Notes]

    May 19, 2021

    Blockchain & Money: Session 6: Smart Contracts & DApps by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 15, 2021
  • Tech

    Portable Computing—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 8, 2021 /

    Portable Computing Laptop Features Portable computers have an Fn (function) key to activate alternative Function key options Use “Settings” in Windows to control many aspects of portable computers. Some laptops feature removable screens, turning laptops into tablets. Use a lock to secure a laptop when in a public space. Docking stations and part replicators extend the capabilities of some laptops. Laptop Hardware Troubleshooting: The Tools Start laptop repair by reviewing manufacturer online information. The iFixit Web site offers a lot of user-generated “how-to” guides. Use caution on screws & connections; take pictures of the disassembly process. Touring Your Laptop Display Check connections when replacing laptop monitors Spudgers and heat guns…

    read more
    Aaron Comments Off on Portable Computing—NETWORKING ESSENTIALS—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Blockchain & Money: Session 17: Secondary Markets and Crypto-Exchanges, by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 21, 2021

    Get ready for self-driving banks

    January 18, 2021

    Protected: What is Equinix? And Why Are They So Important??

    March 23, 2021
 Older Posts
Newer Posts 

Archives

Categories

More

About

Documentation

Vim

Recent Posts

  • Metaverse security is a thing because security is still a thing…
  • What is a password manager and why do you need one…
  • What Is The Metaverse?
  • FAA Plans Warnings on 5G…What 5G Means for the FAA, FCC and Air-safety…
  • Blockchain & Money: Session 18: , by M.I.T. Sloan School of Management with Professor Gary Gensler

Tags

2020 A+ Bitcoin Blockchain C++ Careers CLI Cloud Coding CompTIA CompTIA A+ CompTIA Network+ Course Notes Covid-19 Crypto Cryptography Cyberattack Cybersecurity Data Structures Definitions Economy Essential Music Functions Learning Life M.I.T. Methods Mobile Music Music Video Networking News Notes NYC Peering Programming Ruby Security Structured Programming TCP/IP Tech Terminal The Internet Video Wireless Networking
© 2025 Starby Four.
Ashe Theme by WP Royal.