Mastering the Linux Command Line • Bert Jan Schrijver • GOTO 2019
Video Statistics and Information
Channel: GOTO Conferences
Views: 43,139
Rating: undefined out of 5
Keywords: GOTO, GOTOcon, GOTO Conference, GOTO (Software Conference), Videos for Developers, Computer Science, Programming, GOTOams, GOTO Amsterdam, Bert Jan Schrijver, OpenValue, Linux, Linux Command Line, ssh tunneling
Id: qmh7Uppd3x0
Channel Id: undefined
Length: 45min 50sec (2750 seconds)
Published: Fri Oct 04 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Great work... If someone new to the terminal watches this I doubt they'll remember many of the actual examples but what it does is let us know the possibilities. That's the key. Once you know the possibilities of a terminal emu or programming language you are armed with Google search terms and you can begin creating solutions to problems.
Check out this 45 minute talk from GOTO Amsterdam 2019 by Bert Jan Schrijver, JavaOne rockstar & champion, NLJUG leader & CTO at OpenValue. Give the full abstract read below:
Short version: I'll show you everything you need to know about the Linux command line as a developer.
Long(er) version:
As a developer, you often have to deal with Linux servers. Troubleshooting, digging through logs, editing configuration files, you name it. If you're used to working with Windows or OSX GUI's, the Linux terminal might appear fairly basic and difficult to use.
But, with some basic background knowledge and a small set of terminal commands in your toolbox, it can actually be extremely powerful and loads of fun!
In this session, I'll explain the concepts behind the Linux command line and I'll demo loads of useful stuff. You'll learn how to quickly navigate, find files, examine and search through logs, how to investigate a system under load, a bit of shell scripting, ssh tunneling and more!
At the end of this session, you'll have the chance to throw your own problems and use cases at me - I'll come up with solutions on the spot. Bring your own problems ;-)
This talk takes places entirely in the command line. No slides, no IDE, just a plain terminal window. After this session, you'll be on your way to master the Linux command line yourself!
What will the audience learn from this talk?
In this talk, you'll learn everything you need to know about the Linux command line as a developer.
Does it feature code examples and/or live coding?
Yes, it's a 100% live coding talk – I'll spend the entire session in a Linux terminal.
Ouch! Have to admit that after +10 years of Linux use I did not know about tab completion.... 🤨 🤯
Thnx for sharing 🙇
I'd say this is more in tune being called a crash course of the Linux commandline. Nevertheless, still pretty comprehensive for devs which are not so familiar with it.