Been a Mac and Linux user for a long time, but I always like these type of videos because there’s almost always something new. In this video it’s the last one with touchID. It somehow completely escaped me that this is possible, so thanks!
With your `kill -9` command, you needed to specify that `kill -9` forcefully kills a process without giving it a chance to gracefully exit/terminate. You never NEVER want to use `kill -9` for ending just any process. Using regular `kill` will at least give the process a chance to clean up after itself. If you use `kill -9` you could run the risk of heaps of memory being stuck in RAM or open files that couldn't close, which could cause further processes hanging, like Finder trying to figure out why a file is open and not able to be accessed.
Thanks! All the stuff with cloudron, and raspberryPi stuff.. super awesome. Figured i could at least buy you a cup of coffee...Have a great thanksgiving.
Very useful (as always). With ´history' the list has each command with an index number on the left, so you can then run a specific command in the list by typing !. In your example if you wanted to run the "ps -ax" command you would type !593. You can also count from the bottom up, so that command is the 14 last which means you could also run it by typing !-14.
I am a long time bash/history user, and use it frequently. It also supports incremental search for prior commands using ctrl-r, which is a great feature. However, just to make it clear this is a bash feature, as other popular shells like zsh do things differently. Commands get stored in the ~/.bash_history file. This is useful to know, because you can actually edit that file with vi if you mistakenly add a bunch of commands by accident. There are also 2 environment variables you can set globally by editing the /etc/bashrc file to change them. By default on osx i think it's 500 entries (depends on your version?) but if you'd rather increase this to 5000, you would add these lines: export HISTSIZE=5000 and export HISTFILESIZE=5000. Open a new terminal and you will now have a larger history buffer file.
Here's a bonus tip: Is there a really long file name you don't want to have to type? No problem. Just drag that file INTO your terminal window. Bam, it prints out the file name including the full path. Easy.
I suggest 1/2 speed playback for network chill chuck, plus you can keep up with the commands and take notes......1:48 "better say yes nick, Ima lock you in a limmittle space" (at 1/2 speed) thanks for putting this together @networkchuck new fan and love your work.
@@nonanleon Try command-shift-5, change to Record Selection in the HUD that appears, to create screen recordings. Bonus points to enable Show Mouse Clicks in the Options popup in that HUD.
Luckily, most of the things you can do in the terminal in Linux, you can in MacOS and vice versa. I'm primarily a Linux user, but if I had to choose between Windows and MacOS I would choose MacOS any day because of how similar it and Linux are.
The so called userland (aka GNU environment), including the bash/shell, grew together between the BSD and Linux world. There is a bunch of system commands, that still are different for BSD/Mac, but just a small number compared to the overlapping parts. If you use Homebrew or the MacPorts (you can even use both aside), you get a repository that offers the an increasing number of projects (shell based, but also GUI/X/Qt etc.) from the Linux world. It's no wonder, Apple ditched many features (=all non-Mac specific services) from the old MacOSX Server, because most people will use the more common pendants of webservers, DNS, DHCP, mail, .... from the GNU ecosystem, anyway.
Great Video. I haven’t used UNIX in quite a while, but your video made me remember just how powerful it can be. What I would love to see are some of the commands that can be used to organize your files.
These were all awesome, one I would add is that you can hold option and click to change the location of the cursor which is extremely useful when copying and pasting long commands and wanting to change small parts of it
🎯 Key Takeaways for quick navigation: 00:00 🚀 Introduction to Mac OS terminal commands - Overview of launching the terminal and a fun command to make Mac talk. - Accessing saved Wi-Fi passwords using the terminal. - Quick copy-paste tips and keeping your Mac awake with the terminal. 01:27 📸 Screenshot tricks and managing default settings - Different ways to take screenshots and copy to the clipboard. - Changing default screenshot file names and types using terminal commands. - Checking and clearing download history with terminal commands. 02:57 🔐 Password management with Dashlane - Promotion of Dashlane as a password manager. - Dark web monitoring and password health features. - Managing passwords for personal and work use with Dashlane. 04:21 ⚙️ Linux commands applicable on Mac OS - Introduction to Linux commands usable on Mac OS. - CD, LS, PWD, and WHOAMI commands for directory and user information. - File manipulation commands: MV, CP, Ditto, and disk space check with DF. 06:16 🕵️♂️ System processes and troubleshooting - Commands to view processes: PS, PS -ax, and TOP. - Killing a running process using the KILL command. - Troubleshooting network-related issues with PING and IFCONFIG. 07:44 🐚 Shell, system info, and additional commands - Switching between different shells: ZSH and Bash. - Checking system uptime with the UPTIME command. - Additional commands like DNS cache flushing, quick file preview, and file comparison. 08:43 🍺 Fun and crazy terminal commands with Brew - Introduction to Homebrew (Brew) as a package manager for Mac OS. - Installation of Brew and fun commands: C matrix, Askie Aquarium, and Toilet. - Playing Tetris in the terminal and using Python to create a local web server. 10:43 🤖 Advanced terminal commands and Touch ID integration - Shutting down or restarting Mac using terminal commands. - Using Touch ID as a pseudo password for terminal commands. - Final thoughts and conclusion of the video. Made with HARPA AI
I can only click "like" 👍 once for this video but I wanted to click it 50 times (for every tip)... awesome!!! My absolute favorite TH-cam channel, always having fun! Thank you so much!
Hey man, your videos are fantastic. Can you make a video about installing macOS on non-apple PC using the open-core method? I think you are the best who can explain it!
Linux Package install search with fzf in terminal: apt-cache search '' | sort | cut --delimiter ' ' --fields 1 | fzf --multi --cycle --reverse --preview 'apt-cache show {1}' | xargs -r sudo apt install -y This command allows you to search for packages and by just pressing enter the packages are installed with no major problems. The fzf preview window shows all available packages & also the amount. Thanks for the amazing content.
This is why I will run Mac Os on the go, and linux on the desktop. Robust hardware and fantastic user experience on Mac OS, along with customization and freedom of Linux, brought together by the same amazing unix terminal.
Hey man! You’re crazy! I’m excited about your expression and how you do a job - teaching people. Just realised that you have bug bounty basics courses and other interesting stuff at your academy. So. I’m going to subscribe immediately! Thank you once again for digging me into IT.
Not sure that `passwd ` is a great option as Apple's MacOS may have built-in hooks to change your password for your AppleID when you change your account password. What that means is, if you change your password with `passwd`, your AppleID might still have locked with your previous password.
You really need to watch out at the last point in the sudo file. one mistake and u can't use sudo anymore, so copy paste the second line "auth sufficient pam_smartcar..." and change just the value. I just wrote it like chuck with spaces and it broke my sudo and I needed to change to root user to be able to change the file again
Hey bro, found you almost a week ago, I've been really enjoying your videos. You're like the Peter McKinnon (One of my favourite photography based TH-camrs) of computer networks lol and hey, you both love coffee ;)
OMG - need more Mac videos - I work as a senior consultant with O365 and Azure for my day job so obviously use Mac’s at home because they just work….. need more max videos….. Like all good IT people though, I do drive a lot of coffee too ❤
I am using Mac for 12 year. Always hate videos like that, since they all about basic stuff...but this one... 100% brilliant @NetworkChuck kudos to you!
With the curl command, you might not necessarily use the `>` sign, because it's simply directing STDOUT to a file path. You should be using the `-o` flag to tell curl to save the contents of the destination to a file, rather than letting bash writing to the file.
aye, depends on the application though, for instance, if you wanted to save some output curl could generate (such as a response code), you could do something like -o /dev/null and redirect output to the desired file
@@TheGrimravager not sure why you would want that, but sure it's always possible to pipe or redirect. Just because you can though doesn't mean you should ;). I can see it being the other way, but curl has a -s option for silent running. If I'm running headless, or I don't want output I will often use file redirection to /dev/null for other programs that may not have a silent option. Or sometimes I want the output of the program redirected to a log file, and you can't do both with redirection. In this case I could curl -o myfile.txt >> curl.log 2>&1 and I would get the output of the program (stdout and stderr), plus I would get the downloaded file in a separate file.
For anyone still wondering why the screenshot location prompt is not working, make sure to type in "defaults" not "default" at the beginning at the prompt, not like is in the description of the video.
@NetworkChuck thanks sharing such a informative video..some of commands you discussed is very handy... btw if you not mind would you please help me to know the font and color scheme you used in this terminal ...it's really crisp and eye pleasing ... i would like to try
Thank you for this great video…… I’m new using MacOS, in a old MacBook Pro that I recently got, but I could say this OS is superior compared to windows OS in many ways, I’m use to MS win but you can see and feel the difference.
I know your password. Change it with Dashlane: www.dashlane.com/networkchuck50 (Use code networkchuck50 to get 50% off)
0:00 ⏩ Intro
0:12 ⏩ say
0:23 ⏩ security find-generic-password -wa Wifi
0:40 ⏩ pbcopy
0:54 ⏩ command + option + shift + v
1:08 ⏩ caffeinate
1:20 ⏩ command + shift + 3
1:53 ⏩ defaults write com.apple.screencapture name
2:10 ⏩ defaults write com.apple.screencapture type
2:19 ⏩ default write com.apple.screencapture location ~/Desktop/screenshots
2:40 ⏩ passwd
4:11 ⏩ cd
4:17 ⏩ ls
4:20 ⏩ pwd
4:26 ⏩ whoami
4:32 ⏩ mv
4:36 ⏩ cp
4:41 ⏩ ditto
4:48 ⏩ df -h
4:51 ⏩ nano
5:00 ⏩ man
5:09 ⏩ open
5:18 ⏩ ping
5:25 ⏩ ifconfig
5:36 ⏩ grep
5:43 ⏩ awk
5:53 ⏩ traceroute
6:04 ⏩ dig
6:12 ⏩ ps
6:21 ⏩ top
6:31 ⏩ kill
6:47 ⏩ which $SHELL
6:56 ⏩ bash
7:00 ⏩ zsh
7:05 ⏩ uptime
7:10 ⏩ killall mDNSResponder….and more
7:15 ⏩ qlmanage
7:22 ⏩ diff
7:27 ⏩ curl
7:42 ⏩ leave
7:54 ⏩ history
7:59 ⏩ disable gatekeeper
8:20 ⏩ brew
8:46 ⏩ cmatrix
9:02 ⏩ asciiquarium
9:13 ⏩ toilet
9:31 ⏩ tetris
9:48 ⏩ python3
10:18 ⏩ shutdown
10:33 ⏩ sudo touch id
@@nishitman8772 Networkdaddy🔥
Love u!!!!
hi, can you do content for how to hack youtube account?
We need some for windows too!
u're awesomeeeee
Been a Mac and Linux user for a long time, but I always like these type of videos because there’s almost always something new. In this video it’s the last one with touchID. It somehow completely escaped me that this is possible, so thanks!
Same here
so true, I have forgoten that we can play games in the terminal, and good reminder of how great brew is.
Same here- Mac has the edge over Linux for me now
Please do more Mac videos.
I didn't know he had a Mac till now 😂
Now I wanna see more of such videos
I agree with you
Up +1
Yes!
Awesome 👍
With your `kill -9` command, you needed to specify that `kill -9` forcefully kills a process without giving it a chance to gracefully exit/terminate. You never NEVER want to use `kill -9` for ending just any process. Using regular `kill` will at least give the process a chance to clean up after itself. If you use `kill -9` you could run the risk of heaps of memory being stuck in RAM or open files that couldn't close, which could cause further processes hanging, like Finder trying to figure out why a file is open and not able to be accessed.
as a longtime viewer and a macos / windows user i appreciate the mac content and showing how amazing terminal/macos/launchpad is
Thanks! All the stuff with cloudron, and raspberryPi stuff.. super awesome. Figured i could at least buy you a cup of coffee...Have a great thanksgiving.
Thanks Steve!! I can always use more coffee ☕️
Fantastic! From very useful to very fun. A hook came down and caught one of my fish from the asciiquarium. Keep up the great work!
Very useful (as always). With ´history' the list has each command with an index number on the left, so you can then run a specific command in the list by typing !. In your example if you wanted to run the "ps -ax" command you would type !593. You can also count from the bottom up, so that command is the 14 last which means you could also run it by typing !-14.
I am a long time bash/history user, and use it frequently. It also supports incremental search for prior commands using ctrl-r, which is a great feature. However, just to make it clear this is a bash feature, as other popular shells like zsh do things differently. Commands get stored in the ~/.bash_history file. This is useful to know, because you can actually edit that file with vi if you mistakenly add a bunch of commands by accident. There are also 2 environment variables you can set globally by editing the /etc/bashrc file to change them. By default on osx i think it's 500 entries (depends on your version?) but if you'd rather increase this to 5000, you would add these lines: export HISTSIZE=5000 and export HISTFILESIZE=5000. Open a new terminal and you will now have a larger history buffer file.
We'd honestly be lost without you, thank you chuck!
Do a Google search and you would see you're fine. This existed long before he made this video.
No, no one is lost without Chuck. I think you need to stop smoking his pipe. XD XD XD
@@JonGarrett001 you right ! People need to start learn how to search for information or they will be stuck until someone explains stuff
@@JonGarrett001 yea I know but I meant it as a thanks for all the videos he posted overall throughout the years.
As someone who has been using Linux since 2004, this is the first video ever that got me interested in getting a Mac!
Mac is Unix and a modern UI on top of it. You can always run Linux in Mac using parallels.
@@hmdz150 thanks, cap!
Here's a bonus tip:
Is there a really long file name you don't want to have to type? No problem. Just drag that file INTO your terminal window. Bam, it prints out the file name including the full path. Easy.
Now THAT is a great extra, ty @nomirrors3552
I thought you could do this on linux as well?
I suggest 1/2 speed playback for network chill chuck, plus you can keep up with the commands and take notes......1:48 "better say yes nick, Ima lock you in a limmittle space" (at 1/2 speed) thanks for putting this together @networkchuck new fan and love your work.
Thanks
Thanks Mate!
Hit me up on wassap 👆
Quickest 11 minutes ever! Nicely done.
That screen capture with command+shift+4 just changed my workflow. Thank you!
Ctrl + shift +command +4; are you talking about this combination?
@@nonanleon Try command-shift-5, change to Record Selection in the HUD that appears, to create screen recordings. Bonus points to enable Show Mouse Clicks in the Options popup in that HUD.
I’m taking a Linux class now (total beginner) and had no idea you could do this kind of stuff in the terminal. Pretty cool
Luckily, most of the things you can do in the terminal in Linux, you can in MacOS and vice versa. I'm primarily a Linux user, but if I had to choose between Windows and MacOS I would choose MacOS any day because of how similar it and Linux are.
The so called userland (aka GNU environment), including the bash/shell, grew together between the BSD and Linux world.
There is a bunch of system commands, that still are different for BSD/Mac, but just a small number compared to the overlapping parts.
If you use Homebrew or the MacPorts (you can even use both aside), you get a repository that offers the an increasing number of projects (shell based, but also GUI/X/Qt etc.) from the Linux world.
It's no wonder, Apple ditched many features (=all non-Mac specific services) from the old MacOSX Server, because most people will use the more common pendants of webservers, DNS, DHCP, mail, .... from the GNU ecosystem, anyway.
Thanks so much for making this. I'm a lifelong Linux user that just switched to an M1 Mac a few days ago and this is exactly what I needed
That screenshot with clipboard is amazing. I was always upset that i had to take it from the desktop!!! Man u just improved my life!!! 😂
29 seconds into this video and it is already awesome.
Great Video. I haven’t used UNIX in quite a while, but your video made me remember just how powerful it can be.
What I would love to see are some of the commands that can be used to organize your files.
I guess you are the only channel which makes even an advertisement so interesting to watch!!!
dude, I love your videos. you dont even miss a beat.
These were all awesome, one I would add is that you can hold option and click to change the location of the cursor which is extremely useful when copying and pasting long commands and wanting to change small parts of it
Bro that was lit!! Loved the sudo with Touch ID and the find password for wifi.
This is the first time I’ve watched a tips for OS video and learned something new and useful
The new studio looks awesome, Chuck!
🎯 Key Takeaways for quick navigation:
00:00 🚀 Introduction to Mac OS terminal commands
- Overview of launching the terminal and a fun command to make Mac talk.
- Accessing saved Wi-Fi passwords using the terminal.
- Quick copy-paste tips and keeping your Mac awake with the terminal.
01:27 📸 Screenshot tricks and managing default settings
- Different ways to take screenshots and copy to the clipboard.
- Changing default screenshot file names and types using terminal commands.
- Checking and clearing download history with terminal commands.
02:57 🔐 Password management with Dashlane
- Promotion of Dashlane as a password manager.
- Dark web monitoring and password health features.
- Managing passwords for personal and work use with Dashlane.
04:21 ⚙️ Linux commands applicable on Mac OS
- Introduction to Linux commands usable on Mac OS.
- CD, LS, PWD, and WHOAMI commands for directory and user information.
- File manipulation commands: MV, CP, Ditto, and disk space check with DF.
06:16 🕵️♂️ System processes and troubleshooting
- Commands to view processes: PS, PS -ax, and TOP.
- Killing a running process using the KILL command.
- Troubleshooting network-related issues with PING and IFCONFIG.
07:44 🐚 Shell, system info, and additional commands
- Switching between different shells: ZSH and Bash.
- Checking system uptime with the UPTIME command.
- Additional commands like DNS cache flushing, quick file preview, and file comparison.
08:43 🍺 Fun and crazy terminal commands with Brew
- Introduction to Homebrew (Brew) as a package manager for Mac OS.
- Installation of Brew and fun commands: C matrix, Askie Aquarium, and Toilet.
- Playing Tetris in the terminal and using Python to create a local web server.
10:43 🤖 Advanced terminal commands and Touch ID integration
- Shutting down or restarting Mac using terminal commands.
- Using Touch ID as a pseudo password for terminal commands.
- Final thoughts and conclusion of the video.
Made with HARPA AI
“While ur brew is brewing …brew brew…..” that was hilarious….😂
Amazing stuff brother…the entire video was really informative…
I can only click "like" 👍 once for this video but I wanted to click it 50 times (for every tip)... awesome!!! My absolute favorite TH-cam channel, always having fun! Thank you so much!
Very good video, as always! Thanks!
Network Chuck's videos are the best. So much fun to watch. 😜
The last tip will help me A LOT as a developer when I need to install packages and stuff on my Mac. Thank you!
Super Video Chuck Your videos are Awesome
Awesome, no enough good material about this elsewhere.
More macOS!
Dude, you're awesome. Keep the great content coming
Thanks Chuck!!! Coffee Break "Everyone"😊😊😉
Last one was The One I really needed with my new mac
That touchid sudo was the best gem for me
Chuck is coming up with exactly that content which I am learning right now. Legend 💫
Hey man, your videos are fantastic.
Can you make a video about installing macOS on non-apple PC using the open-core method?
I think you are the best who can explain it!
cd /somedir takes you to another directory, once you are in it and you want to go back to the previous dir you were in, cd - (cd and a dash)
im not a mac user but its nice to see that you cover the most of your audience. Cheers
The last one with the touch id was the game changer for me!
That last sudo one was worth the whole video 👍🏻
Sharing this one as well with my students. Thank you.
you were born to be a master, thank you so much , you are not a teacher but you are headmaster
Thanks, NetworkChuck these commands will certainly push me further in the terminal - especially with a cup of brew! :)
Linux Package install search with fzf in terminal: apt-cache search '' | sort | cut --delimiter ' ' --fields 1 | fzf --multi --cycle --reverse --preview 'apt-cache show {1}' | xargs -r sudo apt install -y
This command allows you to search for packages and by just pressing enter the packages are installed with no major problems. The fzf preview window shows all available packages & also the amount. Thanks for the amazing content.
Cmd+Shift+4 then press the space bar. Now you can choose which entire window you want to take a screenshot of.
cmd shift 5
Thank you so much for all of these unknown and useful commands.
This is why I will run Mac Os on the go, and linux on the desktop. Robust hardware and fantastic user experience on Mac OS, along with customization and freedom of Linux, brought together by the same amazing unix terminal.
Just started a new job and they handed me over a mac. Total noob there, this video couldn't possibly come at a better time. Thank you
The touchid trick is mind blowing 🤯🔥
the touch id sudo is a killer! thanks Chuck
Thank you for that eye opener video!🙏🏽
Hey man!
You’re crazy! I’m excited about your expression and how you do a job - teaching people.
Just realised that you have bug bounty basics courses and other interesting stuff at your academy.
So. I’m going to subscribe immediately!
Thank you once again for digging me into IT.
Knew every of them expept the last one and yeah it was definitely worth watching the entire video!
More Mac videos please!
Been follwing you for years. Thank you for your excellence.
Awesome, waiting for Windows Server, Active Directory, VMWARE, Networking top troubleshooting commands videos soon, thanks a lot
Incredible video. Bought an M1 air last year for my wife, after this video it might get way more use from me!
This came just in time. I’ve been recently working with macs more at work so this is helpful.
Not sure that `passwd ` is a great option as Apple's MacOS may have built-in hooks to change your password for your AppleID when you change your account password. What that means is, if you change your password with `passwd`, your AppleID might still have locked with your previous password.
This is right, change it in settings. Broke many accounts like that
I don’t believe it’s locked me out of iCloud, but it will break your login and sudo access if you mess it up
Man, the touch id with sudo is a life saver ❤❤❤
Great and useful commands, thanks! Want to see more Mac videos like this one.
I like you more and more, great format on the video. I’m gonna go play with my Mac, thanks 👏🏼🔥
Best youtube channel of all time!
You really need to watch out at the last point in the sudo file. one mistake and u can't use sudo anymore, so copy paste the second line "auth sufficient pam_smartcar..." and change just the value. I just wrote it like chuck with spaces and it broke my sudo and I needed to change to root user to be able to change the file again
i had a typo and got the same issue. how can i repair it?
I don't have a Mac computer but I love it😝
The touchId in terminal is fantastic! hahahaha thanks buddy!
6:55 please note that which is deprecated in favor of command, so instead one would write command -v "${SHELL}"
Nice one! I clicked Liked for the first trick!!!!
We need another video like this..! Please upload moreee
Hey bro, found you almost a week ago, I've been really enjoying your videos. You're like the Peter McKinnon (One of my favourite photography based TH-camrs) of computer networks lol and hey, you both love coffee ;)
OMG - need more Mac videos - I work as a senior consultant with O365 and Azure for my day job so obviously use Mac’s at home because they just work….. need more max videos…..
Like all good IT people though, I do drive a lot of coffee too ❤
It is very useful sir thank you 😊
I am using Mac for 12 year. Always hate videos like that, since they all about basic stuff...but this one... 100% brilliant @NetworkChuck kudos to you!
Saving this video for future reference. Thanks Chuck.
With the curl command, you might not necessarily use the `>` sign, because it's simply directing STDOUT to a file path. You should be using the `-o` flag to tell curl to save the contents of the destination to a file, rather than letting bash writing to the file.
aye, depends on the application though, for instance, if you wanted to save some output curl could generate (such as a response code), you could do something like -o /dev/null and redirect output to the desired file
@@TheGrimravager not sure why you would want that, but sure it's always possible to pipe or redirect. Just because you can though doesn't mean you should ;). I can see it being the other way, but curl has a -s option for silent running. If I'm running headless, or I don't want output I will often use file redirection to /dev/null for other programs that may not have a silent option. Or sometimes I want the output of the program redirected to a log file, and you can't do both with redirection. In this case I could curl -o myfile.txt >> curl.log 2>&1 and I would get the output of the program (stdout and stderr), plus I would get the downloaded file in a separate file.
@@delarosomccay specific usecase that comes to mind is a bash script that uses curl to validate an http server is giving a 200 status code
Big fan Network Chuck 😀 love your all videos 🙂
You just gained a new subscriber. Awesome content
Awesome video! One queston I got is, why is the processID he killed different from the one plotted? 6:45
Wow i love you're video and how you teach us. I want to get more into. What the best book for commands? Ty really appriciate
Great video - thanks! And great sound, what microphone are you using?
For anyone still wondering why the screenshot location prompt is not working, make sure to type in "defaults" not "default" at the beginning at the prompt, not like is in the description of the video.
mine still doesnt work when i type in "defaults". any ideas?
2:00 And this is kind of wordy, so I'll have all these commands below,
where chuck where?
Awesome content, keep it up man!
One of the awesomest videos!! Thank you
man I love your videos and those intros :))
This video was very enjoyable to watch. Thanks NetworkChuck!
Tip #49 is killer! Thanks for sharing.
after watching this video I had a big desire to get some coffee ... Besides that, great video! Fast, informative en fun.
Thanks for the sharing
In the commands you pasted in the description, 2:19 should be fixed to defaults. It is missing an "s".
I love how Jobs joked about command lines and many years later there are videos like this ;)😊
3:01 funny how you tell abt Dashlane but also have LastPass in your extensions with saved passwords. So what manager are you using 🤔
2:10 you can also change the default location using cmd-shift 5.
the content of this video is amazing btw, thank you Chuck !
@NetworkChuck thanks sharing such a informative video..some of commands you discussed is very handy... btw if you not mind would you please help me to know the font and color scheme you used in this terminal ...it's really crisp and eye pleasing ... i would like to try
Thank you for this great video…… I’m new using MacOS, in a old MacBook Pro that I recently got, but I could say this OS is superior compared to windows OS in many ways, I’m use to MS win but you can see and feel the difference.