How to set up your terminal for max efficiency // Cyber Edition

Поділитися
Вставка
  • Опубліковано 7 лют 2025

КОМЕНТАРІ • 39

  • @johnripper6828
    @johnripper6828 9 місяців тому +1

    When I open a new tab, the contents and processes of previous tab are appearing in the new tab as well. When I enter ctrl+c, the entire process is shutting down. How to solve this issue?

  • @kurniawanwicaksono2524
    @kurniawanwicaksono2524 Рік тому +1

    how can i copy and paste text from terminal to other application?

    • @XtecherPY
      @XtecherPY 6 місяців тому

      i dont think you can

  • @kalyanmaymondal6479
    @kalyanmaymondal6479 2 роки тому +2

    when i open a new window in terminal it output same as first window , i can't run different command on second window because it parallaly same , how to fix this ???

    • @Creques
      @Creques 2 роки тому +1

      Kill the session by using the command
      tmux kill-server

    • @johnripper6828
      @johnripper6828 9 місяців тому

      @@Creques It stops the entire process in previous tab as well.

  • @whiterose9384
    @whiterose9384 2 роки тому +1

    Not sure bud but tmux is not working for me with the config file you gave I cant divide my terminal using Ctrl + A and pipe or minus nothing works

    • @BigTankR
      @BigTankR Рік тому

      The default leader keys for tmux "Ctrl + b" not Ctrl + a. So the command would be "Ctrl + b" and pipe.

    • @johnxina1681
      @johnxina1681 Рік тому +1

      @@BigTankR yes but his config changes it

  • @stevemoro5776
    @stevemoro5776 2 роки тому +1

    Copy between tmux windows works great based on your instructions. How do you copy the tmux buffer to a nano session in kali or notepad in windows. Do I need to use tmux-yank or is there key bindings I need to use?

    • @BeefpwnPie
      @BeefpwnPie Рік тому

      was wondering about this too, did you find a solution?

  • @martinpeck5464
    @martinpeck5464 2 роки тому

    Hey I am getting an [Errno 2] no such file or directory: '.tmux.conf error when I type in cat .tmux.conf. I am using Parrot OS on a Live persistence usb. Could it be this reason that it is not working for me? Sorry Im a newbie I been trying to google this error I cant seem to find a fix for.

  • @kacperdumaa5852
    @kacperdumaa5852 Рік тому

    Well i've got question about spliting screens. Evertyhing works but how to close splitted screen ?

    • @swazeytony
      @swazeytony Рік тому

      with his binds, you use Ctrl + A, X

  • @fatmat4747
    @fatmat4747 2 роки тому +1

    i love your videos always so good and educational

  • @marvinosorio8230
    @marvinosorio8230 2 роки тому

    Been looking for something like this since last video.

  • @DyMattic
    @DyMattic 2 роки тому +2

    I've been using yakuake for years now, but never bothered to set up omzh. Might give that a try, looks pretty neat, though I ain't sure about tmux. Any reason to switch to tmux instead of yakuake?

    • @FindingUrPasswd
      @FindingUrPasswd  2 роки тому +1

      Great question!! If you’ve been using yakuake for a while then maybe you’d be better off sticking to what you know since one really isn’t inherently better than the other. I personally enjoy the tmux integration of omz because of its ability to organize my terminal windows but at the end of the end it’s really all preference 🙂

  • @andromusic
    @andromusic 2 роки тому

    Thank you for making videos like this! :)

  • @Snowdon4321
    @Snowdon4321 2 роки тому

    I've followed everything through and rebooted. Once I launch terminal window I get an error
    .zshrc:120: command not found: colorscript
    Any ideas?

  • @vitorfolster
    @vitorfolster Рік тому

    Excellent video! Thanks a lot! Have you know some video showing how to secure setup a virtual machine using Parallels for Mac M1? Thanks a lot!!

  • @freem4nn129
    @freem4nn129 9 місяців тому

    for the people who are slightly lazy :
    alias ls='eza -a --color=always --group-directories-first --icons' #my preferred listing
    alias la='eza -a --color=always --group-directories-first --icons' # all files and dirs
    alias ll='eza -l --color=always --group-directories-first --icons' # long format
    alias lt='eza -aT --color=always --group-directories-first --icons' # tree listing
    alias l.='eza -a --icons | egrep "^\."'

  • @daviddylag6854
    @daviddylag6854 Рік тому

    Thanks for your video

  • @fatihburaktoprak769
    @fatihburaktoprak769 2 роки тому

    The video was very helpful, thank you very much. And I was wondering where we should change to fix the issue that can be seen at 16:05. Some of the texts are completely white, it has to be changed to the via conf file probably.

    • @FindingUrPasswd
      @FindingUrPasswd  2 роки тому

      Yeah that is actually just a formatting issue! If you try it on any other file it should be working just fine! :)

    • @riccardolanfranchi
      @riccardolanfranchi 2 роки тому +1

      @@FindingUrPasswd Thanks for your video. I have the same problem with other files too (I'm using MacOS). How can I change the colors ?

    • @FindingUrPasswd
      @FindingUrPasswd  2 роки тому

      @@riccardolanfranchi hm that’s odd! I would maybe just try to rely to grc then. Try > [ alias cat=‘grc cat’ ] in your zshrc file instead! (Everything inside of the square brackets)

    • @riccardolanfranchi
      @riccardolanfranchi 2 роки тому

      @@FindingUrPasswd Thanks, I solved changing ZSH_COLORIZE_STYLE="inkpot". Now it's better to me.

  • @TheAllegiance1
    @TheAllegiance1 2 роки тому

    Thank you for the information my terminal is so much more functional

  • @StephenMolloyGoogle
    @StephenMolloyGoogle 2 роки тому

    Sudo for editing your .zshrc?

    • @FindingUrPasswd
      @FindingUrPasswd  2 роки тому

      yeah technically you wouldn’t want to use sudo to edit zshrc but as I’m just using a fresh throw away install of kali for demonstration purposes only

  • @freem4nn129
    @freem4nn129 Рік тому

    exa seems to be dead its now called eza, thx for sharing btw !

    • @XtecherPY
      @XtecherPY 6 місяців тому

      its still on parrot repositories

    • @freem4nn129
      @freem4nn129 6 місяців тому

      @@XtecherPY ow ok nice thx

    • @freem4nn129
      @freem4nn129 6 місяців тому

      ​@@XtecherPY didnt think of it because jake was on kali here

  • @DEADCODE_
    @DEADCODE_ 2 роки тому

    And Good Video

  • @DEADCODE_
    @DEADCODE_ 2 роки тому +1

    You looks like Clay Jensen From 13 reason why

    • @FindingUrPasswd
      @FindingUrPasswd  2 роки тому +1

      Hahaha I haven't gotten that before but I'll take it! 😂🤝