CODE IS EVERYTHING
CODE IS EVERYTHING
  • 10
  • 390 846
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
มุมมอง: 39 255

วีดีโอ

Become a shell wizard in ~12 mins
มุมมอง 214K4 หลายเดือนก่อน
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.1K4 หลายเดือนก่อน
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.5K5 หลายเดือนก่อน
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
มุมมอง 21K6 หลายเดือนก่อน
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
มุมมอง 10Kปีที่แล้ว
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
มุมมอง 45Kปีที่แล้ว
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
มุมมอง 8Kปีที่แล้ว
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
มุมมอง 20Kปีที่แล้ว
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 🔥
มุมมอง 29Kปีที่แล้ว
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

ความคิดเห็น

  • @Ouvii
    @Ouvii 23 ชั่วโมงที่ผ่านมา

    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 2 วันที่ผ่านมา

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

  • @NotableLawl
    @NotableLawl 2 วันที่ผ่านมา

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

  • @batchrocketproject4720
    @batchrocketproject4720 5 วันที่ผ่านมา

    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 10 วันที่ผ่านมา

    Thanks a lot!

  • @batchrocketproject4720
    @batchrocketproject4720 12 วันที่ผ่านมา

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

  • @waffleurr
    @waffleurr 15 วันที่ผ่านมา

    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 15 วันที่ผ่านมา

    Hook us up with your minimalist dot files 👀

  • @Haroombe
    @Haroombe 15 วันที่ผ่านมา

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

  • @perfect.stealth
    @perfect.stealth 16 วันที่ผ่านมา

    Man this video is relaxing

  • @Rikaisan
    @Rikaisan 16 วันที่ผ่านมา

    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 17 วันที่ผ่านมา

    thank you what a great video

  • @nickp6857
    @nickp6857 18 วันที่ผ่านมา

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

  • @kilianlindberg
    @kilianlindberg 18 วันที่ผ่านมา

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

  • @curiousmind1991
    @curiousmind1991 19 วันที่ผ่านมา

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

  • @LeoVS44
    @LeoVS44 19 วันที่ผ่านมา

    premium content, very nice :)

  • @jhtaljaard
    @jhtaljaard 19 วันที่ผ่านมา

    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 20 วันที่ผ่านมา

  • @Li.Siyuan
    @Li.Siyuan 20 วันที่ผ่านมา

    Way too fast and missing important information.

  • @IsayaOdongo
    @IsayaOdongo 20 วันที่ผ่านมา

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

  • @clep0clep23
    @clep0clep23 20 วันที่ผ่านมา

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

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING 20 วันที่ผ่านมา

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

  • @paulkomini6678
    @paulkomini6678 22 วันที่ผ่านมา

    #This command will search for the a floder and cd into it ff() { local dir dir=$(find * -type d 2>/dev/null | fzf +m) && cd "$dir" || return } # This command will search for the a file and cd into the location of the file fcd() { local target_file target_file=$(fd --type f --hidden --follow --exclude .git | fzf +m) && cd "$(dirname "$target_file")" || return } i made the and i cant without them now i dont known if they are other ways out there but idc YOU CAN ADD THEM TO YOUR .zshrc file

  • @Dalhax
    @Dalhax 23 วันที่ผ่านมา

    hi, I really like how customizable these are. my question: these are typically embedded code on a website, right? Is there an option to export any of these charts as a non-interactive png and use them for some simple graphical social media projects? I'm a marketing generalist and would rather learn this than pay $500 monthly for a subscription.

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING 23 วันที่ผ่านมา

      Yeah you can definitely export them as a png. Depending on which library you go with, there may be a built in function for exporting the image. If you’re only ever going to generate images and don’t need the web page you can also checkout some python libraries like Seaborn that will directly generate the images.

  • @deflect3658
    @deflect3658 24 วันที่ผ่านมา

    such an awesome explaination! thank you for this

  • @viktorhabchak470
    @viktorhabchak470 24 วันที่ผ่านมา

    years back i've built a simple custom dotfiles manager myself in ruby using erb templates and ansible playbook. don't have to maintain that anymore, this is a perfect find for me!

  • @mrhassell
    @mrhassell 25 วันที่ผ่านมา

    To ZSH or be Bourne again?

  • @Daniel15au
    @Daniel15au 25 วันที่ผ่านมา

    Have you tried using this for UI config too, for example for GNOME or KDE settings, VS Code settings, etc? I've done something similar for regular dotfiles (like shell config) but I want to keep UI config in sync too.

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING 23 วันที่ผ่านมา

      The only challenge I’ve run into is that some UI tools don’t have a great file/cli based config interface. Like with GNOME you’ll probably end up using dconf to dump the current config values and then use dconf load as part of the dot files automation to keep those changes in sync. But other UI tools will just use a config file you can edit, so those are easier to jump in the repo.

  • @rayforever
    @rayforever 26 วันที่ผ่านมา

    What tool did ya use to visualise these ?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING 26 วันที่ผ่านมา

      Nothing fancy, just used revealjs with some custom styling

  • @richardshalla
    @richardshalla 27 วันที่ผ่านมา

    I got lost in the weeds pretty quickly, this is over my head. I should look for a longer video with a deeper explanation of each step. Thanks anyway. By the comments it looks like some were able to get it fairly quickly. I'm afraid that I am not one of those people. The search continues........

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING 26 วันที่ผ่านมา

      I’m sorry to hear that. Was there any part in particular that was causing trouble or was it just moving too fast in general? FYI I’m working on a site right now that will be a companion to my videos that’ll have exercises and such to help aid in the learning process, so once it is up and ready it’ll hopefully help.

    • @batchrocketproject4720
      @batchrocketproject4720 12 วันที่ผ่านมา

      I'm curious as to how you use videos like this? Personally, I massively benefited from it by actively trying and exploring each of the points raised. It took me well over an hour to get to 7 minutes. Even the opening use of env taught me tons because I stopped and ran env as a command, studied its output, discovered there was env at /bin and usr/bin, compared the output of env to the which bash command. I explored everything that way, making notes and creating working examples that illustrated variations of usage. This one hour video is a ten hour course that is worth 10 years of bumbling along (as I have spent the last decade doing). I agree the presentation has to engage and not grate your personal style preferences (in which regard it was a perfect fit for me) but style alone will not make you learn, exploration and discovery is the key to that, preferably with a pro guide like this fellow.

  • @davemeech
    @davemeech 27 วันที่ผ่านมา

    This was superb. The music choice was fantastic if conscious, because it helped immensely with focus. Also Bash Pro Shop merch when?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING 26 วันที่ผ่านมา

      I’m glad you like it, I did spend some time trying to find the right tunes. And I’ve looked into it but I’ve been lazy about getting some samples. But I’ll do so, as it seems like a decent number of people are interested.

  • @DetlevObst
    @DetlevObst 28 วันที่ผ่านมา

    You've got a great way of explaining the structure & modularity of using bash and "glue" together its userland utilities. You'd be awesome for teaching python and rust I'd bet! Thanks so much for making the video. BTW, how did you get those lines of code to highlight while you're explaining? Also, never saw "#!/usr/bin/env" syntax before ... it even works in FBSD.

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING 26 วันที่ผ่านมา

      Thanks! And I’ve only dabbled with Rust, but I will have some more programming videos soon. And I used reveal.js which has a line highlight capability for code blocks.

  • @YTit69
    @YTit69 28 วันที่ผ่านมา

    Perfect material, perfect music, perfect voice! One think, please a bit slower and pauses a bit longer, cuz content sounds squashed. Thank you so much!

  • @sujansinhthakor2314
    @sujansinhthakor2314 29 วันที่ผ่านมา

    thanks,i was having trouble using ffmpeg and found out your vid and it worked like a charm

  • @ArnabGhosh-wi7pv
    @ArnabGhosh-wi7pv หลายเดือนก่อน

    really useful video. I am using bash for a few years now, and only recently i am starting to realize how powerful the pipe command is

  • @GagikAvetisyan-hi9jh
    @GagikAvetisyan-hi9jh หลายเดือนก่อน

    Good Job !

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

    Thank you :)

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

    Cool video ! never came across fzf before, I will definitely try it, and thank you for the shortcuts at the end, some of them blow my mind, as I always try to do some work arounds, I am a bit ashamed that I never tried to look for them ^^'

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

    Have been looking for this exact type of vid now for sometime now. Thank you it was done very well. The final wrap up at the end was perfect.

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

    and here i was thinking that gnu stow was a great solution

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

      If all you need is to manage the dotfiles themselves stow is a solid option. But if you want to start getting fancy, I think chezmoi is a better pick.

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

      @@CODE_IS_EVERYTHING honestly i think the key takeaway from this video for me was “i should learn ansible”

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

    less is more

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

    20:21 is not working for me. for item in ${my_arr[@]}; do does.

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

    Voice + command techniques + explanations are superb.❤

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

    In the function statement you can also use the “return” keyword “return” or “return n”.

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

    11:02 The hotkey cheatsheet says ctrl-k “exits shell.” I believe this is intended to be ctrl-d which sends an EOF character. This will end any keyboard facing stdin. Am I missing something? I love this video. I’m pretty well seasoned with shell, but familiarity can get in the way of learning new tricks! Thank you for doing this.

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

    Wow, I thought I knew stuff in the terminal until watching this video xD. Thank you so much for sharing your knowledge with us, I'll make sure to implement this tips in my workflow