• 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

    The Visible Computer—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 5, 2021 /

    The Visible Computer A computer gets work or play done. A computer will have a CPU, RAM, mass storage, & an OS. Primary PC Components System unit, Monitor (output), Keyboard & mouse (input), Printer (paper output); Speakers, game controllers, web cameras, external hard drives, headsets, microphones. External Connections USB, network cable connections (RJ45); DVI; HDMI; older: mini-din (PS2); Parallel port; serial port; VGA. Inside the PC What is a computer? What is an Operating System? A program that runs the other programs (the conductor). An OS controls all the programs on a computer. Kernel—the core part of the OS that handles the primary memory management. The core of the operating…

    read more
    Aaron Comments Off on The Visible Computer—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

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

    May 8, 2021

    Current Events Breakdown: To unlock a terrorist’s iPhone, the FBI turned to an obscure company in Australia; a technique called an “Exploit Chain” was used.

    April 14, 2021

    Enumerables–A Cleaner Way to Iterate!!! [Ruby Programming Language Notes]

    May 18, 2021
  • Tech

    Safety & Professionalism—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 3, 2021 /

    Safety & Professionalism Professional Communication, Part 1 Be on time Active Listening—avoid interrupting the customer Clarify Customer Statements Maintain Positive Attitude/Project Confidence Use proper language and avoid jargon, acronyms and slang. Set and meet expectations/timeline and communicate status with customer (managing expectations!!) Professional Communication, Part 2 Be culturally sensitive Use appropriate professional titles/greetings Avoid distractions when working with the customer (no phones, etc) Avoid being judgmental Avoid dismissing customer problems Deal appropriately with customers’ confidential & private materials Don’t argue with the customer or be defensive (or offensive, for that matter!) Follow up with the customer to verify satisfaction Provide proper documentation on services provided Offer different repair/replacement options Tools…

    read more
    Aaron Comments Off on Safety & Professionalism—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    You May Also Like

    Covid-19 “Dramatically accelerated” e-Commerce Up to 5+ Years: Kohl’s CEO…

    December 30, 2020

    Data Members, ‘set’ Functions, & ‘get’ Functions–C++ Notes (C Plus Plus Notes)

    May 26, 2021

    Blockchain & Money: Session 23: Digital ID, by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 23, 2021
  • Tech

    Networking Notes—The Process Status Command, NETSTAT, & LSOF

    May 3, 2021 /

    The PS Command ps—the process status command, is used to provide info about currently running processes, including their process identification numbers (PID’s). A process, also referred to as a task, is an executing (running) instance of a program. Every process is assigned a unique PID by the system. The basic syntax is: ps [options] ex: ps -aux PS results in 4 items: PID, TTY (‘Terminal Type’, or ‘teletype’, TIME, & CMD. The ‘-aux’ parameter combinations shows: ‘-a’ option shows all user processes; ‘-a’ option tells ps to list the processes of all users on the system rather than just those of the current user, with the exception of group leaders…

    read more
    Aaron Comments Off on Networking Notes—The Process Status Command, NETSTAT, & LSOF

    You May Also Like

    Classes: A Deeper Look, Part 2–STRUCTURED PROGRAMMING Course Notes

    May 31, 2021

    Display Technologies—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 5, 2021

    What is a program?–Notes…

    May 21, 2021
  • Tech

    Computer Science (CompSci) Notes

    May 3, 2021 /

    Step 1–Define the problem to solve Step 2–Define a solution Step 3-Write a program that implements the solution Step 4-Compile the program Step 5-Link object files Step 6-Test program Step 7-Debug C++ (C plus plus) files should end in a “.cpp” extension to indicate a C++ source file. (ex: name.cpp) Use a C++ compiler to compile a C++ (.cpp) program. The C++ compiler sequentially goes through each source code (.cpp) file in your program and does 2 important tasks: FIRST, it checks the code to make sure it follows the rules of the C++ language. If it does not, the compiler will give you an error to help pinpoint what…

    read more
    Aaron Comments Off on Computer Science (CompSci) Notes

    You May Also Like

    What is Hurricane Electric? Let’s Find Out Whilst Learning About Some Computer/Cyber Network Fundamentals!!!

    April 14, 2021

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

    May 15, 2021

    Computer Organization–Notes

    May 25, 2021
  • Tech

    Cryptography & Cyber Security Course Notes

    April 30, 2021 /

    Crytopgraphy For Security course on You Tube. The triad of cybersecurity is: Confidentiality Integrity Availability Confidentiality refers to “the property that sensitive info is not disclosed to unauthorized individuals, entities, or processes”. —N.I.S.T. Intregrity is defined as the “guarding against improper info modification or destruction, and includes ensuring information non-repudiation & authenticity”. -NIST Availability is “ensuring timely and reliable access to and use of information”. -NIST Impact of Security Breaches: Effectiveness of primary operations are reduced. Financial loss Damage to assets Harm to individuals Threat: potential violation of security Attack: assault on system security derived from intelligent threat. Aspects of Security Security Attack—any action that attempts to compromise the security…

    read more
    Aaron Comments Off on Cryptography & Cyber Security Course Notes

    You May Also Like

    Header Files, Source Files, & Extension Names–C++ Notes (C Plus Plus Notes)

    May 26, 2021

    Blockchain & Money: Session 12: Assessing Use Cases by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 20, 2021

    Blockchain & Money: Session 16: Central Banks and Commercial Banking, Part 2 by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 21, 2021
  • Tech

    Security issue in Apple Airdrop allow attackers to steal personal information

    April 27, 2021 /

    Simple tip for NON-TECH users…This security issue can also be mitigated by sticking to the principle of least privilege, even when it comes to seemingly innocent apps, that are just trying to make our lives easier. If you’re not actively using Apple’s AirDrop feature, then DO NOT have it running in the background, unnecessarily. “So far, Apple has neither acknowledged the problem nor indicated that they are working on a solution,” the researchers concluded. “This means that the users of more than 1.5 billion Apple devices are still vulnerable to the outlined privacy attacks. Users can only protect themselves by disabling AirDrop discovery in the system settings and by refraining…

    read more
    Aaron Comments Off on Security issue in Apple Airdrop allow attackers to steal personal information

    You May Also Like

    USB (Universal Serial Bus) Standards—CompTIA A+ (220-1001) A-PLUS Certification Prep Course Notes

    May 5, 2021

    Pointers–STRUCTURED PROGRAMMING Course Notes

    May 29, 2021

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

    May 10, 2021
  • Tech

    What is Blockchain Technology?

    April 23, 2021 /

    Cryptocurrency a medium of exchange; a digital asset. its created & stored electronically in the blockchain, using encryption techniques to control the creation of monetary units and to verify the transfer of funds. (Bitcoin is the most widely know example.) Cryptocurrency has no intrinsic value (meaning not redeemable for another commodity, such as gold). It has no physical form (and exists only in the network). Cryptocurrency is DECENTRALIZED. It’s supply is not determined by a central bank; the network is completely decentralized. Blockchain–a distributed ledger technology; a database that is shared, replicated and in-sync. Blockchain–a blockchain is a decentralized ledger of all transactions across a peer-to-peer network. By using blockchain…

    read more
    Aaron Comments Off on What is Blockchain Technology?

    You May Also Like

    What is Attack Surface?

    June 2, 2021

    What Is The Metaverse?

    October 31, 2021

    More Notes!!! [Ruby Programming Language Notes]

    May 19, 2021
  • Tech

    Blockchain & Money: Session 24: Conclusion, by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 23, 2021 /

    Overview: Money and Ledgers; Satoshi Nakamoto’s Innovation; Economics of Blockchain Technology; Financial Sector Opportunities; Crypto Finance; Public Policy Frameworks; Conclusions & Pay It Forward. What is the Role of Money? Biblio: Gary Gensler. 15.S12 Blockchain and Money. Fall 2018. Massachusetts Institute of Technology: MIT OpenCourseWare, https://ocw.mit.edu. License: Creative Commons BY-NC-SA. Video Link: Session 24: Conclusion. Slides Link: Session 24: Conclusion, Slides.

    read more
    Aaron Comments Off on Blockchain & Money: Session 24: Conclusion, by M.I.T. Sloan School of Management with Professor Gary Gensler

    You May Also Like

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

    May 8, 2021

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

    May 16, 2021

    What is GIT? GIT–Version Control System

    May 20, 2021
  • Tech

    Blockchain & Money: Session 23: Digital ID, by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 23, 2021 /

    Session 23: Digital ID Overview: Readings and Study Questions; Identity; Identity and Access Management; State Projects; Identity & Blockchain Technology; Your MIT Blockchain Diploma; Conclusions. Session 23: Study Questions What are the trade-offs of using blockchain technology for identity and access management (IAM)? What is self-sovereign identity? How might blockchain self-sovereign or digital identity applications be applicable within the financial sector? Will you ask for your MIT diploma digitally or on paper? Session 23: Readings ‘Self-sovereign identity:Why blockchain?’, IBM. ‘Blockchain and Digital Identity–A Good Fit?’, Internet Society. ‘Can blockchain ease banks’ digital-identity concerns?’, -American Banker. ‘Blockchains and Digital Identity’, Toward Data Science. ‘Singapore Regulator, Banks Complete KYC Blockchain Prototype’, CCN.…

    read more
    Aaron Comments Off on Blockchain & Money: Session 23: Digital ID, by M.I.T. Sloan School of Management with Professor Gary Gensler

    You May Also Like

    Integrating Security Into Networking From The Ground Up…

    December 30, 2020

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

    May 10, 2021

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

    May 16, 2021
  • Tech

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

    April 23, 2021 /

    Session 22: Trade Finance & Supply Chain Overview: Readings and Study Questions; Trade Finance; Trade Finance Blockchain Technology Efforts; Shipping and Supply Chain Blockchain Projects; Final Projects; Spring Courses; Conclusions. Session 22: Study Questions What attributes of trade finance and supply chain management might make this a ripe set of use cases for blockchain applications? What lessons might be drawn from the ongoing projects? Session 22: Readings ‘Trade Tech–A New Age for Trade and Supply Chain Finance’, World Economic Forum/Bain. ‘How Banks Are Teaming Up To Bring Blockchain To Trade Finance’, CB Insights. ‘Hong Kong, Singapore to link up trade finance blockchain platforms’, Reuters. ‘Business Interest in Blockchain Picks Up…

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

    You May Also Like

    What exactly IS Blockchain? Blockchain Technology Explained [VIDEO]

    January 13, 2021

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

    May 6, 2021

    Classes: A Deeper Look, Part 1–STRUCTURED PROGRAMMING Course Notes

    May 31, 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.