CODE IS EVERYTHING
CODE IS EVERYTHING
  • 10
  • 423 757
Become a bash scripting pro - full course
In this video you'll learn everything you need to know in order to start writing bash scripts to automate all of your boring tasks.
Useful reference site: learnxinyminutes.com/docs/bash/
Music by Alex Bainter / CC BY
#terminal #linux #bash
Переглядів: 45 772

Відео

Become a shell wizard in ~12 mins
Переглядів 230 тис.5 місяців тому
In this video we're running through all the important things you need to know in order to get comfortable using the shell and see how you can compose commands together to build out super handy chains that'll save you a lot of time. #terminal #linux #bash
Can Custom GPTs Write Good Code? Putting Them To The Test!
Переглядів 2,1 тис.5 місяців тому
Let's put these new custom GPTs to the test and see if they can really code! #chatgpt #ai #programming
Dev Containers for shareable dev environments
Переглядів 2,9 тис.7 місяців тому
In this video we're taking a look at dev containers and how they work. I'm not totally sold on them, but they do offer some pretty nice benefits. Dev Container docs: containers.dev/ #containers #devcontainers
The ultimate dotfiles setup
Переглядів 23 тис.7 місяців тому
In this video we take a look at what I'm modestly deeming the 'ultimate dotfile setup' which manages both your applications themselves and their configurations. This is primarily setup using: - Chezmoi: www.chezmoi.io/ - Ansible: github.com/ansible/ansible Here is my dotfiles repo if you want to use as a reference for your own: github.com/logandonley/dotfiles #dotfiles #chezmoi #ansible
K9s - The Kubernetes tool you never knew you needed
Переглядів 11 тис.Рік тому
This is a quick look at a tool you'll definitely want to get if you're regularly using Kubernetes. It makes basic operations way faster than normal. K9s: k9scli.io/ #kubernetes #k9s
Tiptap - the Best JS Rich Text Editor for Most Projects
Переглядів 48 тис.Рік тому
In a recent video, I looked at Lexical, another rich text editor that was looking promising. But it wasn't ready for prime time for non-Facebook users. In this video, I take a look at Tiptap, the rich text editor that I think is your best pick at the moment. It is amazing how much work it does for you out of the box. And as far as I can tell, it just works™. You can check it out here: tiptap.de...
Merge Audio and Video in Seconds with FFmpeg
Переглядів 9 тис.2 роки тому
FFmpeg is an incredible tool that can seemingly do anything provided you can find the right incantation. I've been using this command a bunch recently and it has saved me a ton of time already. The command: ffmpeg -i input.mp4 -i input.wav -c:v copy -c:a aac -map 0:v -map 1:a output.mp4 (Replace input.mp4 with your video file, input.wav with your audio file, and output.mp4 with your desired out...
The Best JavaScript Charting / Data-viz Libraries
Переглядів 22 тис.2 роки тому
These charting libraries will make your life easier if you have any charting needs for your application. In this video, we explore the best libraries for a few different categories. Here are links to the different libraries: The "basic" options: - Chart.js: www.chartjs.org/ - Nivo: nivo.rocks/ The more "advanced"/scientific options: - Plotly: plotly.com/javascript/ The hardcore options: - D3: d...
Lexical - the Hot New JS Rich Text Editor 🔥
Переглядів 30 тис.2 роки тому
Lexical is the cool new JavaScript rich-text editor created by Facebook. If you've been tired of using Draft, Slate, or the other numerous options out there, this one is worth checking out. You can check it out here: lexical.dev/ Or on GitHub: github.com/facebook/lexical If you know of any other up-and-coming JS text editors let me know! #react #javascript

КОМЕНТАРІ

  • @kairos79
    @kairos79 8 годин тому

    I'm stoned af atm and this thumbnail about killed me because I couldn't breathe from laughing

  • @pcb5135
    @pcb5135 День тому

    Shell is command handler, Terminal is where the output goes, console is Wii, xbox, ps5, dunno what he means, command line is what it says for context the example: cd PATH

  • @pcb5135
    @pcb5135 День тому

    0:40 all those terms have underlying meanings, if you looks through pink simplifying glasses they all might have something in common.

  • @ObsequiousV4
    @ObsequiousV4 3 дні тому

    you're wild, man. Great channel!

  • @jebwatson
    @jebwatson 6 днів тому

    TLDR!!! That's fantastic!!

  • @Glicole_
    @Glicole_ 9 днів тому

    nice

  • @kaansouth8789
    @kaansouth8789 10 днів тому

    This was very helpful thank you so much 🎉🎉

  • @oblivikun
    @oblivikun 10 днів тому

    cat | grep is useless when you can grep "stuff" filename

  • @sachahjkl
    @sachahjkl 11 днів тому

    Not very happy that you started by conflating shell/terminal/console and command line. These terms absolutely mean different things and should not be used interchangeably

  • @bugswriter_
    @bugswriter_ 12 днів тому

    Thanks, this is very helpful.

  • @tbttin
    @tbttin 13 днів тому

    well, vi mode in Bash shell is a GAME CHANGER to me

  • @aoshifo
    @aoshifo 17 днів тому

    This is easily one of the best tutorials I have ever watched! Thank you!

  • @dylengreenenwald7829
    @dylengreenenwald7829 18 днів тому

    Bro really pronounced zsh

  • @leocheng9773
    @leocheng9773 18 днів тому

    this is GOLD, THANK YOU!

  • @robertnussberger2028
    @robertnussberger2028 20 днів тому

    I guess rm -rf / is like self destruct.

  • @MordorSensei
    @MordorSensei 24 дні тому

    Thanks a lot.

  • @johnp.johnson1541
    @johnp.johnson1541 24 дні тому

    Instant sub

  • @johnp.johnson1541
    @johnp.johnson1541 24 дні тому

    *ACKSHULLY* 🤣 Console comes from the mainframe era of computing. A console typically referred to the main control unit of a computer system, often consisting of a all-in-one keyboard printer for input and output. Terminal comes from a video - keyboard device connected to mainframes with serial cables. The most famous are the VT-100 and VT-220 of the DEC 2060 and IBM 3270 for the IBM Later, when PCs were being connected to mainframes, PCs ran terminal emulator programs. A command line is one line of command issued to an OS either through a console or terminal. The shell is the command interpreter that receives command lines as input, processes those, and executes the corresponding actions. Ken Thompson copied the shell idea from Multics. Originally Ken used a ASR-33 Teletype to program UNIX on a PDP-7.

  • @JustinDejong
    @JustinDejong 25 днів тому

    Hi, other very new people to Linux! I accidentally typed user/bin/env instead of usr/bin/env. If your hello world isn't running, that might be why.

  • @wightclaudia
    @wightclaudia 26 днів тому

    I can’t learn anything from this video. The voice makes me nod off it’s too relaxing. Redo this video in an annoying voice

  • @tomirodriguez
    @tomirodriguez 27 днів тому

    The 20:07 for loop didn’t work, it works as -> for item in ${my_array[@]}; do Also works with -> for item in “${my_array[@]}”; do

  • @kmr_tl4509
    @kmr_tl4509 28 днів тому

    This is just an fzf showcase.

  • @Mr_exe32
    @Mr_exe32 Місяць тому

    Thank you. My patience with D3 is growing quite thin. You saved me a laptop.

  • @keshavbansal6343
    @keshavbansal6343 Місяць тому

    A reallly good video, thanks man. :)

  • @Ouvii
    @Ouvii Місяць тому

    10:30 oh... That's why Ctrl+C doesn't copy

  • @asadmoosvi
    @asadmoosvi Місяць тому

    This has to be one of the most soothing videos I've ever watched.

  • @AppsTricksByNazakatUmrani
    @AppsTricksByNazakatUmrani Місяць тому

    When you started the video, it seemed like I am watching some noob tutorial, but in the last I became noob, 😂 you earned a subscriber, the knowledge you shared here is awesome, I will surely watch your bash scripting videos and other interesting linux related videos

  • @seansingh4421
    @seansingh4421 Місяць тому

    Taking a crap ❌ Sudo bash shit.sh ✅

  • @Miguelocod
    @Miguelocod Місяць тому

    The fzf based commands are incredible. I use fzf every day but never thought of that. Gonna start making some alias tomorrow! Thanks!

  • @shawnmendrek3544
    @shawnmendrek3544 Місяць тому

    To be fair the count of monte cristo was a good book indeed. I read it from annex.

  • @NotableLawl
    @NotableLawl Місяць тому

    Oh, a useful cmd for kube pods is describe pods. Great for troubleshooting a pod in an error state.

  • @NotableLawl
    @NotableLawl Місяць тому

    Glad this showed up in my feed. Perfect for my needs at work. Thank you for the video.

  • @batchrocketproject4720
    @batchrocketproject4720 Місяць тому

    Nice survey. I have to make a plug for AWK. Anyone who has to process any type of structured/semi-structured data files would be well advised to learn AWK. A few hours spent reading _Effective AWK Programming_ will allow easy processing of almost any data task required.

  • @user-gp4og3oq2s
    @user-gp4og3oq2s Місяць тому

    Thanks a lot!

  • @batchrocketproject4720
    @batchrocketproject4720 Місяць тому

    Slay! Today I learned that my years of bumbling along struggling with bash were avoidable. This content is gold. Thank you. 💯👏

  • @waffleurr
    @waffleurr Місяць тому

    Well it’s all cool and dandy, but I doubt it’s gonna stick. And definitely such brief explanation is not enough for stuff like awk, or even grep, which is less hard. Making a script and expect people do understand it as they watch your video is pretty generous. Or absurd, rather.

  • @arashi5371
    @arashi5371 Місяць тому

    Hook us up with your minimalist dot files 👀

  • @Haroombe
    @Haroombe Місяць тому

    Can’t wait to start using zeesh and not z s h

  • @perfect.stealth
    @perfect.stealth Місяць тому

    Man this video is relaxing

  • @Rikaisan
    @Rikaisan Місяць тому

    The xargs command section was really good! Something as simple as aliasing 'logs' to open a fzf with all your docker containers and choose one to check the logs for is just so useful

  • @omidnajmi6019
    @omidnajmi6019 Місяць тому

    thank you what a great video

  • @nickp6857
    @nickp6857 Місяць тому

    Thank you so much for this well explained and well structured tutorial, it is more than appreciated!

  • @kilianlindberg
    @kilianlindberg Місяць тому

    2:07 Thus far into this video the music is close to superb along 👏👏

  • @curiousmind1991
    @curiousmind1991 Місяць тому

    Great radio voice and great content. Thx a bunch for this useful tutorial!

  • @LeoVS44
    @LeoVS44 Місяць тому

    premium content, very nice :)

  • @jhtaljaard
    @jhtaljaard Місяць тому

    Very useful video 🎉 For some reason I didn't know about `Ctrl+X` + `Ctrl+E` to edit a multi-line cmd -- that is so cool and definitely needed :D

  • @user-th8dj2vw3n
    @user-th8dj2vw3n Місяць тому

  • @Li.Siyuan
    @Li.Siyuan Місяць тому

    Way too fast and missing important information.

  • @IsayaOdongo
    @IsayaOdongo Місяць тому

    You have covered alot in just 30 minutes ..Thank you.

  • @clep0clep23
    @clep0clep23 Місяць тому

    I absolutely hate asmr but the video was useful anyways...

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING Місяць тому

      Thanks, though this is absolutely not an asmr video haha.