This presentation was recorded at GOTO Amsterdam 2019. #GOTOcon #GOTOams
Bert Jan Schrijver – JavaOne Rockstar & Champion, NLJUG leader & CTO at OpenValue
ABSTRACT
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 […]
Download slides and read the full abstract here:
#Linux #LinuxCommandLine
Looking for a unique learning experience?
Attend the next GOTO Conference near you! Get your ticket at
SUBSCRIBE TO OUR CHANNEL – new videos posted almost daily.
Nguồn: https://codeigniterbrasil.com
Xem thêm bài viết khác: https://codeigniterbrasil.com/lap-trinh-linux/
Xem thêm Bài Viết:
- Hướng dẫn sử dụng hệ điều hành linux siêu tốc – bài 25 Xem cấu hình hệ thống (cpu, ram, hdd)
- Linux cat command summary with examples
- Cài nhiều hệ điều hành Windows và Linux trên một máy tính
- Hướng dẫn tạo USB Boot DLC2019 (NTFS / UEFI) Trên windows 10 ( sử dụng USB 32 GB )
- Hướng dẫn gỡ bỏ Ubuntu sạch sẽ nhất bằng lệnh trên Windows theo chuẩn UEFI-GPT
Gagan Jain
May 8, 2020It is really awesome. Completing almost everything of Linux command in just 45 minutes is really remarkable. Thanks Bert.
Deepak Bharti
May 8, 2020Sir I can understand Hindi in class divine sir l know.🥀🥀🥀🥀💖💖💖
Russian Troll
May 8, 2020ifconfig is deprecated and no longer comes installed
Jan Groot
May 8, 2020For anyone who wants to learn vi / vim: just type vimtutor on your commandline.. 🙂
Cory Fisher
May 8, 2020If you repeat this talk, consider a quick demo of ssh-keygen (encourage using a passphrase) and ssh-agent (to make it practical)… This way if someone snags your ssh-key you wont be totally destroyed.
Federico Ficarelli
May 8, 2020The shell is my primary workhorse and has been for several years but I still find amazing what you can do just by composition of simple concepts. Nice talk!
Patricio Dibernardi
May 8, 2020Excelente exposicion, saludos from Argentina. Thanks a lot!
George Statefield
May 8, 2020What a nice video, thank you for sharing!
_
May 8, 2020Good stuff
Juan Camilo Rada Mesa
May 8, 2020When I grow up I would like to be like this guy in Linux terminal. Great talk!
Rod Elias
May 8, 2020Thanks for the amazing talk.
Btw, I usually use the command `nc -vz <ip> <port>` in order to check if <port> is opened on machine with IP address <ip> (e.g. nc -vz 192.168.1.130 8080)
Lee Wei Yeong
May 8, 2020link to slide deck?
David Bury
May 8, 2020This guy looks like Heavyweight boxer Alex Usyk
Luís TM
May 8, 2020Any good book to know more about this stuff?