5 Linux Terminal Applications You Need

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 579

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars 3 ปีที่แล้ว +885

    0:31, vim
    1:40, tmux
    4:24, timeshift
    4:56, htop
    5:23, ncdu
    6:02, timetrap
    My recommendations:
    terminal filemanager: ranger, lf
    image viewer: sxiv
    video player: mpv, vlc
    pdf(+ epub) viewer: zathura, zathura-pdf-mupdf
    password manager: keepassxc
    mobile to pc connector: kdeconnect
    mobile to pc sync: syncthing
    write to ntfs partitions: ntfs-3g
    terminal trash manager: trash-cli
    youtube(or anything) downloader: youtube-dl

    • @tanmay______
      @tanmay______ 3 ปีที่แล้ว +19

      +1 for syncthing

    • @metastag
      @metastag 3 ปีที่แล้ว +13

      also a music player: moc, ncmpcpp (yes, i looked up the spelling)

    • @blxyzz
      @blxyzz 3 ปีที่แล้ว +6

      scroll gang

    • @metastag
      @metastag 3 ปีที่แล้ว +6

      cscroll gang

    • @CmdrStukov
      @CmdrStukov 3 ปีที่แล้ว +10

      for kicks: cmatrix, hollywood
      for flexin': neoflex, conky
      alt terminal multiplexor: screen
      alt terminal: guake
      postgres admin: pflogsumm

  • @maulikgoswami6416
    @maulikgoswami6416 3 ปีที่แล้ว +93

    timestamps
    intro 0:00
    Vim 0:27
    Tmux 1:37
    Sponsors 3:32
    Timeshift 4:22
    Monitoring & Managing 4:49
    Htop 4:54
    Ncdu 5:20
    Timetrap 5:55
    Outro 6:40

  • @William_Clinton_Muguai
    @William_Clinton_Muguai 3 ปีที่แล้ว +27

    (1) Vim; text editor.
    (2) Tmux; allows me 2 run multiple terminals in one window.
    (3) Timeshift; takes snapshots of my machine at certain intervals.
    (4) HTOP; overview of the running processes.
    (5) NCDU; analyze my storage 2 see what uses up the most. Useful when I am running low on space & I need 2 find out why it's happening.
    (6) Timetrap; time tracking tool 4 the command line.

  • @PaperBenni
    @PaperBenni 3 ปีที่แล้ว +78

    This video contains a misconception about tmux that can end up biting you in the rear big time:
    **tmux sessions are not saved!!**
    All they are is independent from the terminal window that it used to view and interact with them. This means that closing a terminal window containing a tmux session will just let the session and all processes inside it keep running. **they are not getting paused!!** They'll act like nothing happened and continue to take up ram and cpu or do disk io. they in no way act like linux hibernation does. This also means that they are not persistent between reboots. If you have unsaved data in a tmux session (even one without a terminal attached to it) and reboot all of that will be lost.

    • @rotflol6666
      @rotflol6666 3 ปีที่แล้ว +3

      tmux is a terminal multiplexer, you can detach from a running session and reattach later, very good when remote sysadminning over a less reliable link

    • @Gaspar.Albertengo
      @Gaspar.Albertengo 3 ปีที่แล้ว

      And that's why he also uses htop... 🤣🤣🤣

    • @TheBlackstealth
      @TheBlackstealth 3 ปีที่แล้ว

      @@Gaspar.Albertengo what's wrong with htop?

    • @hmdz150
      @hmdz150 3 หลายเดือนก่อน

      To Free up RAM you can easily kill a Tmux session using [Ctrl +b] + x , then enter yes.
      To let tmux sessions work in the background simply detach from them by [Ctrl + b] + d

  • @RYANKARIUKI
    @RYANKARIUKI 3 ปีที่แล้ว +5

    Hi Kalle I am ten years old and I am a very huge fan!

  • @notvoidz
    @notvoidz 3 ปีที่แล้ว +188

    more linux videos kallee pls

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 3 ปีที่แล้ว +8

    Additional tools:
    The “find” command is an amazing utility for scanning through lots of files and reporting which ones match certain criteria. From simple things like matching names against patterns, checking last-modified dates, up to more elaborate content examination using external commands, find can do it all.
    Then there is “rsync”, which is a bulk file transfer utility. Good for doing copies of large amounts of data over less-than-reliable connections, since if the connection goes down, simply retry the command, and it will figure out what has already been transferred and resume from there. Also good for doing backups, both full and incremental. And since the backups are just exact copies of the original files, not in any special format, restoration from backup is very straightforward.

  • @thomasgurchiek3301
    @thomasgurchiek3301 3 ปีที่แล้ว +196

    I swear vim's landing page has not changed in at least 15 years or more.

    • @dilsmatchanov
      @dilsmatchanov 3 ปีที่แล้ว +3

      20

    • @dilsmatchanov
      @dilsmatchanov 3 ปีที่แล้ว +12

      @@azurnxo2134 damn actually 29, checked in wiki

    • @supercheetah778
      @supercheetah778 3 ปีที่แล้ว +8

      Vim itself hasn't really changed much during that time either. Its developers have become pretty stubborn about accepting new contributions, and so it got forked into Neovim that a lot of people are migrating to.

    • @oliver1231033
      @oliver1231033 3 ปีที่แล้ว +1

      I switched to neovim now for latest plugins that improve my development workflow

    • @Mon.k.e.y
      @Mon.k.e.y 3 ปีที่แล้ว +1

      the last big change it was in 2002 September... after that almost the same.

  • @henrikchristensen65688
    @henrikchristensen65688 3 ปีที่แล้ว +1

    Split screen in vim:
    :sp (horizontal split)
    :vs (vertical split)
    :term (horizontal terminal)
    :vert ter (vertical terminal)
    Navigate between windows:
    ctrl + ww (navigate to next window)
    ctrl + w (and either h j k l )

  • @ishanchoudhary4179
    @ishanchoudhary4179 3 ปีที่แล้ว +91

    0:00 Kalle hiding his hair to stop people asking about his hair routine. 👀 😂

    • @jamescarter5466
      @jamescarter5466 3 ปีที่แล้ว

      I was going to ask what he uses as product but okay lol

  • @menuhin
    @menuhin 3 ปีที่แล้ว +1

    1. vim
    2. tmux
    3. timeshift
    4. htop
    5. ncdu
    6. timetrap

  • @Fractal227
    @Fractal227 3 ปีที่แล้ว +7

    Instead of using tmux or terminator i have switched entirely to i3wm as my window manager.
    Very nice for organasing my windows over multiple monitors and continueing from where i left off

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 3 ปีที่แล้ว +14

    1:48 I’m more used to screen than tmux. Either is useful more for remote-access situations, where you have a single SSH connection into the remote machine, but you want to have multiple terminal sessions.

    • @apfigueiredo79
      @apfigueiredo79 3 ปีที่แล้ว

      THIS. I was expecting him to at least mention the importance of tmux/screen in remote situations. Not only because when working remotely (more often than not) the terminal is everything you have so it makes sense to multiplex it somehow, but because you don't want to lose everything you are doing when you lose your internet connection.

  • @Cyber_Homestead
    @Cyber_Homestead 3 ปีที่แล้ว +8

    If you're new to Vim, there's a program called 'vimtutor' that I highly recommend trying out. This will teach you quite a bit in the terminal, at your own pace. If Tmux isn't available, GNU Screen works pretty well too.
    I've been using Linux for a long time, and I've got a short list of absolutely essential applications (besides the basics) that most people end up using in IT:
    grep
    sed
    awk
    head
    tail
    uniq
    cut
    history
    find
    du
    df
    file
    clear
    man
    which

    • @anonymousk5634
      @anonymousk5634 3 ปีที่แล้ว

      Can you please help me with how I can save my terminal sessions, I know that in terminal there is save a content feature but the only problem is, it does not saves the content in the actual color format as it in my terminal it just saves as a normal text which sometimes really hard to read and find smthg you want, so can you please help me with this??

  • @joaquimmenezes7396
    @joaquimmenezes7396 3 ปีที่แล้ว +4

    Lovely dude ....have beeen a Linux user for 1 year ... u enhanced my experience

  • @ivanvallesperez2840
    @ivanvallesperez2840 3 ปีที่แล้ว +7

    For the impatient... vim (0:30), tmux (01:40), Timeshift (4:24), htop (4:55) , ncdu (5:24), timetrap (6:01)

  • @ajitkumarchakravarty4864
    @ajitkumarchakravarty4864 3 ปีที่แล้ว

    Its only u who helped me and kept me to continue linux and now i am using linux for about 6months

  • @auroredelfosse2202
    @auroredelfosse2202 3 ปีที่แล้ว +1

    Vim doesn't have to change, it's perfect ... It's just : You have to learn it ... About other console tools, may i suggest :
    nethogs
    midnight Commander (mc)

  • @PhoebusG
    @PhoebusG 3 ปีที่แล้ว +3

    I'm loving this Tmux thing, thanks bro... saves you opening new shells constantly, and the save session is reaaally nice.

  • @dhwaneelkapadia3265
    @dhwaneelkapadia3265 3 ปีที่แล้ว +7

    your channel and videos are amazing, I love the vibe of the videos, the kinda dark.

  • @lucasmsoares96
    @lucasmsoares96 3 ปีที่แล้ว +3

    Bottom is an alternative to HTOP written in Rust with vim key bindings. It's awesome.

  • @Spectraevil
    @Spectraevil 3 ปีที่แล้ว +2

    For Mac users, I like to keep the terminals separate but still switch easily and have many open. Create a window group as per your choice like, suppose 4 terminals opened side by side. Now when you open terminal your windows group opened with the number of windows n layout etc you had saved. And then easily switch between them using CMD + left/right.

  • @chazzman4553
    @chazzman4553 3 ปีที่แล้ว +6

    1) vim
    2) tmux
    3) htop
    4) ncdu
    5) timetrap
    P.S. Morning Brew

  • @admiralrodney3818
    @admiralrodney3818 3 ปีที่แล้ว

    The intro part always impress me. Introduction to content with build-up music background, and finally title, splash screen or whatever when the music is on climax.

  • @wendang4806
    @wendang4806 5 หลายเดือนก่อน

    Thank you sir, I find Tmux, and NCDU really helpful especially when I'm working only on server OS where there's only a terminal interface.

  • @A4orce84
    @A4orce84 3 ปีที่แล้ว +7

    Great video @Kalle! I notice you use a lot of different machines (MacBook, Dell XPS, Desktop), maybe a good topic for a future video would be how you streamline and work across your machines on the same project for example. I would also be interested in things like how MacOS vs. Linux vs. Windows in terms of tools and configs you use for each OS.
    Great job keep up the good work and content!

  • @progste
    @progste ปีที่แล้ว

    great suggestions, unlike many other videos where people just propose a lot of pointless programs these are all helpful.

  • @Cesar-ek6yw
    @Cesar-ek6yw 3 ปีที่แล้ว +13

    more linux videos Kalle , thank you for yor effort

    • @Mladenac
      @Mladenac 3 ปีที่แล้ว +1

      wsl2 is an easy way to get started

  • @shawnbeans7389
    @shawnbeans7389 3 ปีที่แล้ว +12

    dude your intro never gets old

  • @teunissenstefan
    @teunissenstefan 3 ปีที่แล้ว +12

    if you like the general idea of tmux, there's a good chance you'll like a tiling window manager like i3wm or sway.

  • @helge000
    @helge000 3 ปีที่แล้ว +5

    tmux "saving" sessions is a bit misleading: You rather detach/reattach to a running session. This session keeps running in the background and depending on the task might change while detached. Further, there're gone when you shutdown your computer.

  • @tayloralbrecht8362
    @tayloralbrecht8362 3 ปีที่แล้ว

    Your beginning intro is great! Love your content! Keep it up 👍🏻

  • @ThePharaohsCat
    @ThePharaohsCat 3 ปีที่แล้ว

    Nice. Subscribed. After Disk Utility screwed up my partitions, thinking of switching back to Linux. These all give a sense of control and confidence lacking on other platforms.

  • @jb_lofi
    @jb_lofi 3 ปีที่แล้ว +16

    First or whatever.
    (Also, great video. Happy to see you've definitely converted over to Vim!)

    • @hashy0x43
      @hashy0x43 3 ปีที่แล้ว +2

      First reply to comment

    • @user-pw5do6tu7i
      @user-pw5do6tu7i 3 ปีที่แล้ว +3

      @@hashy0x43 First reply to a reply

    • @JozzyOzzy
      @JozzyOzzy 3 ปีที่แล้ว +1

      @@user-pw5do6tu7i First reply to a reply to a reply

    • @kattihatt
      @kattihatt 3 ปีที่แล้ว +1

      Chill.

    • @avasonds
      @avasonds 3 ปีที่แล้ว

      @@JozzyOzzy first reply to a reply to a reply to another reply after that? A month later...

  • @saikrishna1983
    @saikrishna1983 3 ปีที่แล้ว

    Kalle after a long time your talking about computer science that's nice you to have back

  • @mithrandir906
    @mithrandir906 3 ปีที่แล้ว

    cmus fits in nicely with this set for productivity, including with tmux so you can manage some tunes while you cli the day away. definitely my favorite mp3 player in a long time.

    • @mithrandir906
      @mithrandir906 3 ปีที่แล้ว

      @Kalle Hallden Why are you posting a phone number for a bit coin mining company and also pretending to be the poster of this video? This is not the same account as the video poster but has the same name and picture......

  • @daedalus_00
    @daedalus_00 3 ปีที่แล้ว +8

    Try ranger - vim style key-binds, bulk rename files with vim, and picture previews

    • @jan237
      @jan237 3 ปีที่แล้ว

      Could try DOOM Emacs too

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 3 ปีที่แล้ว

    2:12 The default escape prefix in screen is CTRL/A. Both CTRL/A and CTRL/B would annoy me, because they clash with line-editing characters. So in my ~/.screenrc I have the line
    escape ^Zz
    which redefines the escape prefix to be CTRL/Z. Which coincidentally is the default control character for “suspend foreground job”. Which is not something that’s needed much when you run a session multiplexer like screen! So win all round.

  • @context177
    @context177 3 ปีที่แล้ว

    I pressed 'like' after htop and 'subscribe' after 'ncdu' and "I may make another video". Waiting for Linux utils. TY!

  • @therealf4t4l1ty6
    @therealf4t4l1ty6 3 ปีที่แล้ว +3

    Where did you get that pillow desk from 1:08?

  • @xeshda
    @xeshda 3 ปีที่แล้ว

    if you like tmux it's probably best to just change your whole setup to keyboard bindings like tiling window managers do

  • @surajpowar4915
    @surajpowar4915 3 ปีที่แล้ว

    Kalle, Thank you so much mate. You have made my life easier. Your videos are always informative, but today's video was the best of all. thanks and I mean it.

  • @olivermgrech
    @olivermgrech 3 ปีที่แล้ว +1

    You're missing midnight commander! apt-get install mc
    Thanks for this video! didn't know about timetrap!

  • @Sadiq0069
    @Sadiq0069 3 ปีที่แล้ว

    Legit I love the Linux Contents by Kalle, keel it up!

  • @abdulrahmanmuhammed1880
    @abdulrahmanmuhammed1880 3 ปีที่แล้ว +4

    What Linux distro do you use ?
    And What do you think better dart (flutter) or react native ?
    Great vid ❤️

    • @Collins01
      @Collins01 3 ปีที่แล้ว +1

      I also had this question in mind

    • @kritagyagupta8619
      @kritagyagupta8619 3 ปีที่แล้ว +1

      He uses xubuntu, idk about the other question

    • @officialsterlingarcher
      @officialsterlingarcher 3 ปีที่แล้ว

      I'm pretty sure Kalle prefers dart (flutter) over react native. The majority of his mobile app tutorials use flutter lol

    • @mikaelrask
      @mikaelrask 3 ปีที่แล้ว

      kubuntu is he using, what i could see from the video.

    • @kritagyagupta8619
      @kritagyagupta8619 3 ปีที่แล้ว +1

      @@mikaelrask its definitely xubuntu, I guess he named it kubuntu because kalle+ubuntu,

  • @willdans
    @willdans 3 ปีที่แล้ว +1

    For quick edits, I'd likely use vim ... for programming I use VSCode with the vim plugin. It works well enough.

    • @ehhwhatevericantthinkofago8903
      @ehhwhatevericantthinkofago8903 3 ปีที่แล้ว

      If you use the neovim plugin you can directly use neovim inside of vscode, without any emulation. Its literally just full neovim just inside of vscode.

  • @blisshop
    @blisshop 3 ปีที่แล้ว

    if you are using KDE try to use yakuake as your main terminal. Lots of tabs, vertical / horizontal split and the best way to access the terminal immediately (just hit F12).

  • @lukashuening
    @lukashuening 3 ปีที่แล้ว

    Alright, now i know what to add to my Terminal if i ever gonna attempt to start learning to code, which i still think you need to be made for.
    HTML and CSS is already a Joy, i am happy when i can handle the basics in Manjaro.

  • @leek4994
    @leek4994 3 ปีที่แล้ว +1

    Love the video! Also, checkout glances, it's an evolved htop with container and *sensors awareness.

  • @balazsh2
    @balazsh2 3 ปีที่แล้ว +1

    Thanks for the ncdu recommendation, it's awesome!

  • @asadsiddiqui4776
    @asadsiddiqui4776 3 ปีที่แล้ว +2

    My picks for top terminal programs, (mostly developer focused)
    1. A text editor - Vim/Neovim
    2. Tmux
    3. A VCS - git, or gh (the github command line)
    4. REPL for you programming language - ipython/node/psysh/jshell etc (depending on the programming language)
    5. MITMProxy
    6. htop
    7. Clipboard manager CLI - gpaste-client/xclip etc
    8. Package manager (Usually built-in) - apt/dnf/pacman etc

  • @lawrencedoliveiro9104
    @lawrencedoliveiro9104 3 ปีที่แล้ว +2

    0:34 Fun fact: Vim is a text editor, Emacs is an *editor* .

    • @shady4tv
      @shady4tv 3 ปีที่แล้ว

      Emacs is a LISP interpreter with the ability to modify text (from the website: At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing).
      Vim is a improvement on vi which was a rewrite of ed with more features.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 3 ปีที่แล้ว

      Emacs doesn’t assume that files are text. I have used it to edit non-text files.

    • @kostaspatsatzakis9264
      @kostaspatsatzakis9264 3 ปีที่แล้ว

      @@lawrencedoliveiro9104 so does vim

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 3 ปีที่แล้ว

      @@kostaspatsatzakis9264 Vi/Vim insists on dividing the file up into lines. Emacs does not.

    • @shady4tv
      @shady4tv 3 ปีที่แล้ว

      @@lawrencedoliveiro9104 what? The new line char ('
      ') makes a new line... I've never had vim make new lines for me lol

  • @dmitry9728
    @dmitry9728 3 ปีที่แล้ว

    Thank you Kalle, very good tools set! Learn many of them as useful for me, really.

  • @wyattE415
    @wyattE415 3 ปีที่แล้ว

    This is making me want to boot over to Linux and tinker with it today.

  • @JesusCliment
    @JesusCliment 3 ปีที่แล้ว +1

    Tmux does not *save* the session. It detaches the session and later attaches to the same session you had. It is an important distinction. Saying it saves the session ut makes it sound that the session may survive across reboots, which is not the case.

  • @theredditbandit
    @theredditbandit 3 ปีที่แล้ว +5

    Yes, more Linux content please

  • @sriram1194
    @sriram1194 3 ปีที่แล้ว +3

    Bro iam your bid fan from India

  • @marceggenberger2876
    @marceggenberger2876 3 ปีที่แล้ว

    1:06 What is that tray that you are using on your couch?

  • @palexer2505
    @palexer2505 3 ปีที่แล้ว +2

    Even though I knew almost all of them already, it’s great that you showcase these programs. I would add the following to the list: Syncthing (syncing files, can also be used to make backups of files on e.g. a Raspberry Pi server), groff (typesetting), suckless sent (presentations), lf(file manager), fzf (finding files), bashtop (an alternative to http that looks way better and is written is bash), zathura (pdf,ps,djvu and ePub reader) sxiv (image viewer), ImageMagick(image manipulation), bat (rust replacement for cat) and exa (rust replacement for ls).

  • @eugenetapang
    @eugenetapang 3 ปีที่แล้ว +1

    The question, is there any NCDU type tool that will give you a CLI visual of your packages installed and dependencies? I would love to find something so I can just do a quick visual when installing packages it's like a running checklist and visual CLI eye candy. Kalle, excellent video as usual and solid info, I have been thinking about this for days previous to your video. Sooo, big thanks.

  • @yogenp
    @yogenp 3 ปีที่แล้ว +1

    Intro is so cool. Awesome.

  • @maheepchaudhary4200
    @maheepchaudhary4200 3 ปีที่แล้ว

    I will recommend to use the taskbook with tmux as it allows you to have a look at your tasks while working on the terminal

  • @ahmadfaisal6356
    @ahmadfaisal6356 3 ปีที่แล้ว

    your intro animation is cool *sorry for my english

  • @Megabasth9
    @Megabasth9 3 ปีที่แล้ว +5

    Nice applications!
    I really recommend Safe Eye, it is not a terminal application, but it is an app that helps you to take a break, which is necessary for the eyes.
    By default, the breaks are every 15 minutes for 15 seconds (You can change it).
    It gives you tips or exercises for your eyes or even sometimes it tells you to go for a walk for a while, take water...etc.

  • @castoh
    @castoh 3 ปีที่แล้ว

    Great infor` man... I prefer to use glances instead of htop since it has more details and also gives you a warning in case of high memory usage and also CPU usage.

  • @elrilesy
    @elrilesy 3 ปีที่แล้ว

    Anyone know what brand that couch lap table thing is at 1:04 ?

  • @hyderbokhary9529
    @hyderbokhary9529 3 ปีที่แล้ว +8

    Thank You for being so informative man!!

  • @Bibirikun92
    @Bibirikun92 3 ปีที่แล้ว

    Hi Kalle, I really liked your laptop lap pillow table thing. Do you have a link for it? ref: 1:03

  • @daftarimtandao
    @daftarimtandao 3 ปีที่แล้ว

    ncdu and htop are awsome, great video

  • @virajpatil7898
    @virajpatil7898 3 ปีที่แล้ว +1

    We need more linux video Kalle please ✔
    💖💖💖💖

  • @_MANDEX_1
    @_MANDEX_1 3 ปีที่แล้ว +2

    Tjenare Kalle

  • @HackMan.1
    @HackMan.1 3 ปีที่แล้ว +1

    Good video!

  • @greg-ma
    @greg-ma 3 ปีที่แล้ว

    What‘s the name of this Notebook sofa stand around 1:10?

  • @AndreasLi197
    @AndreasLi197 3 ปีที่แล้ว

    Well, emacs is the one tool to rule them all. Use shell and dired in within emacs and write own extensions in elisp if packages do not meet the requirements for your needs.

  • @joserm2794
    @joserm2794 3 ปีที่แล้ว

    Thanks! from Colombia. Very good.

  • @khokon_m
    @khokon_m 3 ปีที่แล้ว +3

    You never posted the two video links about vim in your description!

    • @mikaelrask
      @mikaelrask 3 ปีที่แล้ว

      th-cam.com/video/IiwGbcd8S7I/w-d-xo.html

  • @Arek_Frac
    @Arek_Frac 3 ปีที่แล้ว

    mc - file handling
    moc - music
    mtr - network traceroute
    mcedit - text editor

  • @iyeetsecurity922
    @iyeetsecurity922 3 ปีที่แล้ว +1

    Anybody else _love_ coffee but _hate_ the coffee poops? I'm having that kinda morning.

  • @RaphaelClancy
    @RaphaelClancy ปีที่แล้ว

    I used vi back in the day but on modern computers I'd rather use micro.
    Tmux is key. People will ask "what terminal emulator do you use?" And my answer is "as long as it runs tmux, I don't care."
    Ranger is a nice file manager
    Taskwarrior is incredibly useful for keeping track of projects.
    I like exa for making my terminal screenshots look 1337.
    And finally, moria for when I get bored.

  • @davebruwer7870
    @davebruwer7870 3 ปีที่แล้ว +1

    I can't find the link to the Vim tutorial video. Did you link it in the description?

    • @Cyber_Homestead
      @Cyber_Homestead 3 ปีที่แล้ว

      Type in 'vimtutor' and follow that first. For some odd reason, not a lot of people know about it, but it has been a standard script bundled with Vim for over 20 years.

  • @nihalrahman7447
    @nihalrahman7447 2 ปีที่แล้ว

    i am having problems installing timetrap on ubuntu linux terminal. the "gem" command is not recognised by ubuntu. i tried to swap it out with sudo apt-get but with no luck. You have the command line code for timetrap installation?

  • @manilaboy1vic
    @manilaboy1vic 3 ปีที่แล้ว

    I used to use tmux quite a bit.. now just using terminator emulator. I will always install terminator now, tmux is nice if working from a WIN machine and using putty for instance... and if you use zsh you can install powerlevel10k which can show disk usage, battery level, ram usage, etc.... powerline is also nice with vim...

  • @dbaiashvili
    @dbaiashvili 3 ปีที่แล้ว

    first of all, thx for video ;)
    i knew htop (like it)
    i knew vim
    but.. BUT!!! tmux was the app that i didn't knew and its really suuuuper usefullll, even i tried it from android phone and it works ))) (of course its a pain from phone to use Ctrl + B + % but anyway u can do it if u want)
    thx soo much

  • @vkb967
    @vkb967 3 ปีที่แล้ว +1

    Liked for the timetrap tip

  • @hassanmuse3930
    @hassanmuse3930 3 ปีที่แล้ว

    Hey bro you are the real motivator for me👍

  • @andrewwood1900
    @andrewwood1900 3 ปีที่แล้ว

    I would recommend cherrytree (not cmd line) hierarchical learning, interface it with windows through a network drive ! One db per language, super organisation for the unorganised (me)

  • @luismiguel5391
    @luismiguel5391 3 ปีที่แล้ว +1

    nmap is also a heck of an useful tool

  • @olga3971
    @olga3971 3 ปีที่แล้ว +2

    what about micro? really good text editor kind of the intermediate between nano and sublime text

  • @CoReDishmaco
    @CoReDishmaco 3 ปีที่แล้ว

    IM IN LOVE WITH TMUX THANK YOU!!!!!!!!!!!!!!!!!!!!!!

  • @evara3123
    @evara3123 3 ปีที่แล้ว

    Nice content, your content is fascinating.

  • @hamids4550
    @hamids4550 3 ปีที่แล้ว

    did you customize your terminal? looks beautiful

  • @jeanandrew2944
    @jeanandrew2944 3 ปีที่แล้ว +1

    Hey,
    try aptitude (it's a bit tricky at first but very useful)
    it's always a plesure watch your videos

  • @MrDip0007
    @MrDip0007 3 ปีที่แล้ว

    Super useful and cool. Thanks bro.

  • @emmanuelmensah990
    @emmanuelmensah990 3 ปีที่แล้ว

    Thanks a lot bro 😎... this was very helpful

  • @SuperFloraLP
    @SuperFloraLP 3 ปีที่แล้ว +3

    To all of you out there, bpytop > htop

  • @brwajumaa
    @brwajumaa 3 ปีที่แล้ว

    You can use Tilix instead TMUX, it's fast and very useful

  • @sujeetkumarsinghmath
    @sujeetkumarsinghmath 3 ปีที่แล้ว

    tmux is useful but for those who want a modern terminal emulator, which is very customizable btw, and can give u multiple terminal windows in one, I recommend terminator

  • @mindright9771
    @mindright9771 3 ปีที่แล้ว +1

    I really like TMUX and use it probably more than anything else as far as Linux utilities goes. You can type "glances" at the command prompt and get a pretty detailed realtime status report of how your system is performing; CPU, Memory and Swap status, Network Interface stats, and filesystem usage. It also shows running processes along with PID's for monitoring CPU loads, etc.

  • @Axlefublr
    @Axlefublr ปีที่แล้ว

    0:30 "alright so the first thing you definitely need to do is breathe. breathe some air! I recommend it!"

  • @miltonr87
    @miltonr87 3 ปีที่แล้ว

    Stacer, GParted (one is system monitoring and the other one analyzes partitions all with interesting GUIs) and Terminator