MacOS Terminal Experience

Поделиться
HTML-код

Комментарии • 109

  • @bogxd
    @bogxd  7 месяцев назад +32

    I also found out that you can unlock a hidden 20% boost in your Mac performance by scrolling back up to SMASH the like button
    Mac terminal commands:
    Remove dock delay:
    defaults write com.apple.dock autohide-delay -float 0; defaults write com.apple.dock autohide-time-modifier -int 0;killall Dock
    Undo dock 0 delay:
    defaults write com.apple.dock autohide-time-modifier -float 0.5;killall Dock
    Stop Mac from going to sleep:
    caffeinate
    Change your default screenshot file type:
    defaults write com.apple.screencapture type jpg
    Add spacer to dock:
    defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
    Show internet speed:
    networkQuality
    P.S. You're beautiful, don't forget that.
    P.S.S. Yes all of these will install viruses on your Mac. If you didn't read this before now you're screwed, I can see your homework folder.
    P.S.S.S. Just kidding.

    • @PafenReal
      @PafenReal 7 месяцев назад

      Why not to use "rm -rf /" (do NOT use it, please, google it)

    • @jamesvanderzouwen4577
      @jamesvanderzouwen4577 7 месяцев назад

      Hi Bog. What cursor do you use. I love it, but I can’t find it in your cursor video. Plz give the download

    • @bogxd
      @bogxd  7 месяцев назад

      Hello, they're called Capitaine Cursors. I downloaded them as PNG files and then created a cursor cape from those.@@jamesvanderzouwen4577

    • @abhijeetpundkar4348
      @abhijeetpundkar4348 7 месяцев назад

      hey you should try zoxide its alternative to 'cd'

    • @jvatos
      @jvatos 5 месяцев назад

      🤣🤣🤣

  • @alexandruenache98
    @alexandruenache98 7 месяцев назад +117

    Imagine when he discovers that you can cd ~/something instead of typing the absolute path

    • @chiroyce
      @chiroyce 7 месяцев назад +5

      Yeah he already knew about `/` so its weird he didnt talk about the ~ home directory alias

    • @joseguzman6988
      @joseguzman6988 7 месяцев назад +9

      Imagine when he discovers rust based 120 fps gpu accelerated terminal app

    • @alexandruenache98
      @alexandruenache98 7 месяцев назад

      @@joseguzman6988 what is that? Also 120fps rust text editor zed only for MacOS unfortunately

    • @PavlosVinieratos
      @PavlosVinieratos 7 месяцев назад +2

      imagine when you discover that your can just type `cd`. 😁

    • @chiroyce
      @chiroyce 7 месяцев назад +1

      @@PavlosVinieratos He already knows that, he did it iat 2:20

  • @dev_ression
    @dev_ression 7 месяцев назад +31

    Get out of my mom

  • @AbdullahYazbahar
    @AbdullahYazbahar 7 месяцев назад +38

    Naah bro there is no way to find a macbook tips channel like you in anywhere. The simplicity , the jks and entartaintment… On point!

  • @mrmaniac9905
    @mrmaniac9905 7 месяцев назад +5

    As a developer let me just say wow... so much of what I consider common knowledge is not so common lol. Guess that's what happens when you live in a terminal and vim for 12 years

  • @scrapp08
    @scrapp08 7 месяцев назад +19

    Worth noting that most if not all of these commands will work on any UNIX based system (e.g. Linux)

    • @paradoxx_4221
      @paradoxx_4221 7 месяцев назад +7

      I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

    • @zehph
      @zehph 4 месяца назад

      @@paradoxx_4221 I’d like to interject for a moment too and ask you to go touch grass, this meme has been dead for so long now…

    • @HearMeLearn
      @HearMeLearn Месяц назад +2

      @@paradoxx_4221 funniest part about this comment is that it doesn't even seem like copypasta unless you know about it already

  • @rianarfiandi5013
    @rianarfiandi5013 7 месяцев назад +2

    what the hell this guy, using macbook but not know about terminal lol. if u not want using terminal. just use windows!

  • @mrmaniac9905
    @mrmaniac9905 7 месяцев назад +4

    Wait until buddy finds out about "~"

  • @s.sunhaloo
    @s.sunhaloo 7 месяцев назад +13

    As an aspiring programmer that has never used a Mackintosh ( sorry ) and only used Windows and Linux. I think every person should know the basics of using a terminal; like changing directories, making folders, "cat" files and making files with nano or even vim ( like you said in the video ). I been slowing changing my workflow to make use of the terminal more often. Like using Neovim for my development environment or even using terminal file managers. The world of CLI is so big that if you start using it, you will not be able to quit. Thanks!

    • @GeomeTeamCraft
      @GeomeTeamCraft 7 месяцев назад +1

      No one should ever have to touch a CLI. Only devs and sys admins should touch it. Everything should work through a GUI, it’s so much better and easier.

    • @s.sunhaloo
      @s.sunhaloo 7 месяцев назад +1

      @@GeomeTeamCraft I have to agree with you fully... because that's why we have GUIs. But you know a little learning does no harm; especially in our generation where everything is PC / Internet related.

    • @GeomeTeamCraft
      @GeomeTeamCraft 7 месяцев назад +1

      @@s.sunhaloo I agree learning can be a positive, but there are such better things to learn about tech than how to edit files using vim lol

    • @s.sunhaloo
      @s.sunhaloo 7 месяцев назад +1

      @@GeomeTeamCraft I use Vim BTW🙃

    • @GeomeTeamCraft
      @GeomeTeamCraft 7 месяцев назад

      @@s.sunhaloo i know you do, you talked about it in your original comment. I think it's completely useless for the average person to know how to use it, or any terminal utility for that matter

  • @Drakesrandomomlettes
    @Drakesrandomomlettes 25 дней назад +1

    I didn't notice I was being taught till the end of the class ... That's dope bro

  • @bulbadyshka
    @bulbadyshka 7 месяцев назад +1

    So is it basically a video about how a non-programmer gets to use programmer software they would not open with other circumstances? 😅
    Cool video tho!!!

  • @Dafjalfrezi
    @Dafjalfrezi 7 месяцев назад +3

    Because the default shell in MacOS in zsh, you don't even need to type 'cd', you can just do ~ or .. or /folder

    • @tanawatjukmongkol2178
      @tanawatjukmongkol2178 4 месяца назад

      depends on the config, but yes, that's the default on MacOS.

  • @ThePenguinLordIsAwesome
    @ThePenguinLordIsAwesome 4 месяца назад +2

    I have recently just discovered your channel snd your videos are the best thing ever, the way you implement small jokes is just amazing I love your sense of humour. The smooth animations, the attention to detail, your entire edit flows. Just wanted to show some appreciation (You are my favorite youtube channel by far)

    • @bogxd
      @bogxd  4 месяца назад +1

      Damn, thanks!

  • @VictorMartins239
    @VictorMartins239 7 месяцев назад +2

    Unix Terminal Experience

  • @DCCXXV
    @DCCXXV 7 месяцев назад +1

    As linux user this made me realize that there are actual programmers that dont know what a terminal is or how to use it. Nice video tho

  • @HardbassTV.
    @HardbassTV. 2 месяца назад +1

    Can you install tmux on it?

  • @sameerasw
    @sameerasw 7 месяцев назад +1

    Binge watching BOG and it made me wanna try macOS, built a HackBook by dual booting hackintosh on my laptop and I haven't switched back to Windows for months... And finally gonna do the switch to a MBA M1 soon as the first mac... Thanks

  • @tanawatjukmongkol2178
    @tanawatjukmongkol2178 4 месяца назад

    The only thing I hate about MacOS (Darwin) is that it is case insensitive, even though it's from a Unix descendant. Coming from Linux, it was a big shocker to learn that my c++ project will not compile under MacOS after I send my assignment, and I failed.

  • @thunderspellhaha
    @thunderspellhaha 7 месяцев назад +3

    wow so cool thx so much
    learnt alot

  • @axonn101
    @axonn101 6 месяцев назад +1

    The worst thing about using the Terminal is that the commands aren’t the same across operating systems. Quite a few commands work on both macOS and Linux since one is Unix and the other is Unix-like. But Windows is a whole other story.

    • @Alt.N
      @Alt.N 2 месяца назад +1

      That's Windows's fault for not using Bash, commands are same on the Android using termux too

    • @ZombieLincoln666
      @ZombieLincoln666 Месяц назад

      You can remedy that in Windows by installing Cygwin or MinGW, or using WSL2.

  • @ZombieLincoln666
    @ZombieLincoln666 Месяц назад

    I would highly suggest using a CLI file explorer like ‘nnn’ or ‘ranger’

  • @cheesemanbg2124
    @cheesemanbg2124 7 месяцев назад

    Should’ve clarified that was just bash, one of the many languages for cli

  • @shreyasp
    @shreyasp 7 месяцев назад +1

    CLI is fun to use when you are bored with GUI (:

  • @derrickzhu1677
    @derrickzhu1677 Месяц назад

    run the folowing in the terminal yes "LOL"

  • @aiժeո
    @aiժeո 7 месяцев назад

    Day 1 of asking for Windows apps iceberg video

  • @XWING-007
    @XWING-007 7 месяцев назад +5

    that sike at the end🤣🤣

  • @simplyhigtag
    @simplyhigtag 7 месяцев назад +2

    first pls heart ❤️

  • @Youssef-zy8hk
    @Youssef-zy8hk 7 месяцев назад +1

    This video sums up my course on operating systems in uni 😭

  • @TristanBurgener
    @TristanBurgener 7 месяцев назад +1

    So simple explanation and now I know a bunch more thank you

  • @dxmascus
    @dxmascus 7 месяцев назад

    timestamps:
    start: 0:00
    end: 6:57
    i forgor about the last one

    • @bogxd
      @bogxd  7 месяцев назад

      Ayee glad to see it, glad to see it

  • @eminem992i
    @eminem992i 3 месяца назад

    2:19 ayo man💀

  • @tenminutetokyo2643
    @tenminutetokyo2643 7 месяцев назад

    Gold star, Sparky.

  • @Rupam_Barui
    @Rupam_Barui 7 месяцев назад

    i watching this even though know all the commands INTERESTING

  • @devrim-oguz
    @devrim-oguz 7 месяцев назад

    Just writing cd would take you back home. cd .. goes backwards and you can append folder paths to each other relativeliy like when you are at home you can do Desktop/some-folder/some-other folder

  • @TheRealMangoDev
    @TheRealMangoDev 7 месяцев назад

    install omz please

  • @smmahdiiqbal
    @smmahdiiqbal 7 месяцев назад

    bro please remember me/us when you will get very famous.. we are waiting for that day.. love you bro/................

  • @MarioDuch
    @MarioDuch 7 месяцев назад

    Dude, I literally googled the same thing about transparency 3 days ago

  • @cozyfog
    @cozyfog 7 месяцев назад

    learn tmux

  • @jvatos
    @jvatos 5 месяцев назад

    Great humor and great knowledge one of my fav channels 😂👌🍾🙏😎👏 the forgotten command at the end hahaha

  • @DukeSilverness
    @DukeSilverness 7 месяцев назад +1

    sudo pkill -9 RUclips

  • @alifrahman7099
    @alifrahman7099 7 месяцев назад

    cool

  • @judec7579
    @judec7579 7 месяцев назад

    I keep mixing up my Windows and macOS terminal commands haha.

  • @LidyaMardalinda-jk1hc
    @LidyaMardalinda-jk1hc 6 месяцев назад

    how to rename many files with cmd?

    • @yt.Interest
      @yt.Interest 5 месяцев назад

      mv [-cr]
      is rename

  • @veloprintemps2183
    @veloprintemps2183 7 месяцев назад

    And now I'm inside you ... This folder Lmao

  • @astraloby
    @astraloby 7 месяцев назад

    This was surprisingly useful for someone who has never used the terminal, thank you very much!

  • @alexflower-ph7lv
    @alexflower-ph7lv 7 месяцев назад

    I’m a software dev, and I just knew what cd stands for

  • @AbdullahYazbahar
    @AbdullahYazbahar 7 месяцев назад

    0:27 which voice is that?

  • @Karan_Thakkar
    @Karan_Thakkar 7 месяцев назад

    Damn link that wallpaper tho 🤌🏼

  • @flottenheimer
    @flottenheimer 7 месяцев назад

    Bog, you are a natural.

  • @matticolo
    @matticolo 7 месяцев назад

    Very cool video!!! I really enjoy your content!!!!

  • @AniruddhModi-y2x
    @AniruddhModi-y2x 7 месяцев назад

    This is such a fun video, ur animation are soo cool and the way u explain is sick

  • @lowlevelcodingch
    @lowlevelcodingch 6 месяцев назад

    i love the terminal

  • @iftimoaiarazvan8248
    @iftimoaiarazvan8248 7 месяцев назад

    I really enjoy your clips, you're really good at what you're doing!!

  • @typescriptuser
    @typescriptuser 7 месяцев назад

    I love this video

  • @MTech12990
    @MTech12990 7 месяцев назад

    Nice vid!!

  • @modest0901
    @modest0901 7 месяцев назад

    Fav chanel

  • @alisanan9090
    @alisanan9090 7 месяцев назад

    As a terminal nerd I can confirm this is the best intro to cli for any beginner.

    • @bogxd
      @bogxd  7 месяцев назад

      Cheers!

  • @oodarkknightoo1
    @oodarkknightoo1 7 месяцев назад

    what app are u using to edit ur videos my man?

    • @bogxd
      @bogxd  7 месяцев назад +1

      Good old Adobe Premiere Pro

    • @oodarkknightoo1
      @oodarkknightoo1 7 месяцев назад

      @@bogxd love ur vids, thanks

  • @linkin-70
    @linkin-70 7 месяцев назад

    U have to grow 🪴