• 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

    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

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

    May 15, 2021

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

    June 8, 2021

    Default Arguments–Functions–STRUCTURED PROGRAMMING Course Notes

    May 28, 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

    Hashes–Another Data Structure!!! [Ruby Programming Language Notes]

    May 18, 2021

    A 3-Tiered Approach to Securing Your Home Network

    March 10, 2021

    Hackers Add a Backdoor to PHP Source Code; 79% of Websites Use PHP

    March 30, 2021
  • Tech

    Hackers Add a Backdoor to PHP Source Code; 79% of Websites Use PHP

    March 30, 2021 /

    According to the Bleeping Computer new service, PHP’s Git server was hacked via a backdoor to the PHP source code. PHP is a general-purpose scripting language especially suited to web development. Typically a server-side programming language, PHP powers many sites on the internet including big players like Wikipedia and Facebook. In this latest attack the official PHP Git repository was hit and the code base was tampered with. Yesterday, two malicious commits were pushed to the php-src Git repository maintained by the PHP team on their git.php.net server. The threat actors had signed off on these commits as if these were made by known PHP developers and maintainers, Rasmus Lerdorf …

    read more
    Aaron Comments Off on Hackers Add a Backdoor to PHP Source Code; 79% of Websites Use PHP

    You May Also Like

    Recursion–Functions–STRUCTURED PROGRAMMING Course Notes

    May 28, 2021

    What exactly IS Blockchain? Blockchain Technology Explained [VIDEO]

    January 13, 2021

    Function Templates–Functions–STRUCTURED PROGRAMMING Course Notes

    May 28, 2021
  • Tech

    Linked In, Microsoft, GitHub Offer Pandemic Relief through Online Education Training Courses & Certification…

    December 30, 2020 /

    As part of the Microsoft Ecosystem, Linked In, GitHub and Microsoft are helping 25 million jobseekers get back to work through a global skills initiative aimed at helping workers learn the digital skills needed for the new economy. They are working together across various Microsoft-owned platforms to make all the resources available for free for everyone in one place — opportunity.linkedin.com. Linked In is one of the less flashy, less talked-about social networks but it still holds its own with an impressive amount of traffic. I actually have found that I enjoy using it and found it to be a great resource for industry news and updates and of course the…

    read more
    Aaron Comments Off on Linked In, Microsoft, GitHub Offer Pandemic Relief through Online Education Training Courses & Certification…

    You May Also Like

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

    March 23, 2021

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

    April 15, 2021

    What is Remote Code Execution?

    June 2, 2021
  • Tech,  Vibes

    Learning To Program Is Hard…

    December 30, 2020 /

    Learning to program is hard. Learning to program on your own is REALLY hard. In my journey, I’ve come across many different courses, books, videos and other seemingly endless ways of learning. Some more confusing than others. But by way of self-studying, while frustrating, I’ve also gained the confidence of accomplishment from learning on my own and knowing how to get the information I need. There are time’s I want to quit. Many times. Sometimes, just having the right learning materials and methods of instruction can make ALL the difference. I firmly believe this. Similar to what separates a good trainer from and bad trainer, or a good teacher from…

    read more
    Aaron Comments Off on Learning To Program Is Hard…

    You May Also Like

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

    May 6, 2021

    More Programming Notes…

    May 31, 2021

    What is Remote Code Execution?

    June 2, 2021
  • Tech

    Vim–The Vi IMproved Text Editor

    December 30, 2020 /

    As happens SO MANY times when I am learning to program, I start off on one topic, and then, the journey quickly swerves into unchartered territory and I find myself in the deep reaches of the Google-verse searching up topics I didn’t even know existed or previously knew little to nothing about. It was during one such journey that I stumbled across Vim. Upon first learning about it, I quickly opened it up in my command line to see what it was, and then, just as quickly, I ended up hating it. As seems to be the norm for many a Vim newbie. But seeing that is was a lightweight…

    read more
    Aaron Comments Off on Vim–The Vi IMproved Text Editor

    You May Also Like

    Blockchain & Money: Session 7: Technical Challenges by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 16, 2021

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

    May 5, 2021

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

    May 14, 2021
  • Tech,  Vibes

    Learning To Program Frustrations…

    December 30, 2020 /

    Sometimes I get so frustrated learning this programming. I find myself just seeming to go through the motions of reading and re-reading the material, analyzing each chapter over and over again. I follow the exercises, typing them in repetitively and seeming to just go through the motions. At points it feels like nothing is sinking in and that I’m not even recalling the previous lessons I’ve learned, which further adds to my frustration. It’s these lows that counter-balance and depress the highs that I receive when I actually get a concept and it seems to sink in.

    read more
    Aaron Comments Off on Learning To Program Frustrations…

    You May Also Like

    A 3-Tiered Approach to Securing Your Home Network

    March 10, 2021

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

    April 15, 2021

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

    May 14, 2021
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
© 2026 Starby Four.
Ashe Theme by WP Royal.