• 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

    What is GIT? GIT–Version Control System

    May 20, 2021 /

    What is GIT? Git is a popular Version Control System. The aim of Git is to manage software development projects, and its files, as they are changing over time. Git stores this information in a data structure called a repository! A git repository is a central place where developers store, share, test and collaborate on web projects. A repository is kind of like an enhanced Unix directory, or folder, but with the additional ability to track changes to every file and subdirectory. The way to create a new repository with Git is with the “init” command (short for “initialize”_, which creates a special hidden directory called “.git”, where Git stores…

    read more
    Aaron Comments Off on What is GIT? GIT–Version Control System

    You May Also Like

    Defining a Member Function With a Parameter-–C++ Notes (C Plus Plus Notes)

    May 26, 2021

    What exactly IS Blockchain? Blockchain Technology Explained [VIDEO]

    January 13, 2021

    Blockchain & Money: Session 19: Primary Markets, ICOs, and Venture Capital, Part 1, by M.I.T. Sloan School of Management with Professor Gary Gensler

    April 21, 2021
  • Tech

    Moving Around (pushd & popd): Notes: List of Terminal Commands

    May 20, 2021 /

    Moving Around (pushd & popd) pushd (push directory) & popd (pop directory) let you temporarily go to a different-directory, and then come back, easily switching between the two!! pushd–lets you save your current location and go to a new location. The “pushd” command takes your current directory and “pushes” it into a list for later, then it ‘changes’ to another directory. It’s like saying, “Save where I am, then go here.” popd–lets you return to the saved location. The “popd” command takes the last directory you pushed and “pops” it off, taking you back there. Note: On Unix-machines “pushd“, if you run it by itself with no arguments, will switch…

    read more
    Aaron Comments Off on Moving Around (pushd & popd): Notes: List of Terminal Commands

    You May Also Like

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

    May 11, 2021

    LinkedIn Learning Path–Comp TIA A+ and Network + Courses…

    December 30, 2020

    A 3-Tiered Approach to Securing Your Home Network

    March 10, 2021
  • Tech

    Understanding Permissions: Notes: List of Terminal Commands

    May 20, 2021 /

    ls -l -pulls up ‘long-listing’ of info –Once we pull up the ‘long-listing’ of info, the first column gives us specific info on the directory or file. It tells us what you are, or are not allowed to do with that directory or file. (i.e.–permissions). Ex. sample permission string: d rwx rwx rwx The ‘d‘ tell us it’s a directory. A hyphen (–) would denote a file. “User“–The first set of ‘rwx‘ refers to the “User“, or the person that “owns” that resource (as listed in Column 3 of the ‘long listing’). “Group“–The second set of ‘rwx‘ refers to the “Group” and designates what the “group” is able to do.…

    read more
    Aaron Comments Off on Understanding Permissions: Notes: List of Terminal Commands

    You May Also Like

    Storage Classes–Functions–STRUCTURED PROGRAMMING Course Notes

    May 28, 2021

    Security Engineering Analysis Framework Notes…

    June 1, 2021

    What is GIT? GIT–Version Control System

    May 20, 2021
  • Tech

    Notes: List of Terminal Commands

    May 16, 2021 /

    List of Terminal Commands: Note: These were for Windows but some commands work on Mac/Linux). pwd print working directory hostname my comuter’s network name mkdir make a new directory cd change directory forward cd.. change to previous directory (or ‘cd../../..‘ to go back 3 times, etc.) ls list storage (list directory) ls -l -long listing (gives more info with the ‘-l’ flag option) rm remove a file rmdir remove directory rm -rf<dir> to force remove, if needed. pushd push directory popd pop directory cp copy a file or directory robocopy robust copy mv move (rename) a file or directory more (or cat) page through a file type print the whole…

    read more
    Aaron Comments Off on Notes: List of Terminal Commands

    You May Also Like

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

    May 18, 2021

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

    May 26, 2021

    Control Statements–STRUCTURED PROGRAMMING Course Notes

    May 27, 2021

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.