Home Artists Posts Import Register

Content

The second lesson in our bash jobs series! I hope we could teach you something new, or brush up on your skills!  In this video, Ryan talks about bash jobs, and how you can multitask with them.  

Helpful Links: 

- Short Reading: https://www.gnu.org/software/bash/manual/html_node/Job-Control-Basics.html 

- Jobs Man Page: https://ss64.com/bash/jobs.html  

Also, note that we are going to consider the feedback we get. Yes, we want ideas, but we are still thinking about how the basis of the videos should be. We don't want it to be a "so you've installed Linux" ground-up series, but we don't want it to be too advanced either.   

Hope you enjoyed!

~ Editor Amber

Files

[Level099Techs] Lesson 2: Bash Jobs & Signals - Bringing Jobs Back To The Command Line

The second lesson in our bash jobs series! I hope we could teach you something new, or brush up on your skills! In this video, Ryan talks about bash jobs, and how you can multitask with them. Helpful Links: - Short Reading: https://www.gnu.org/software/bash/manual/html_node/Job-Control-Basics.html - Jobs Man Page: https://ss64.com/bash/jobs.html Also, note that we are going to consider the feedback we get. Yes, we want ideas, but we are still thinking about how the basis of the videos should be. We don't want it to be a "so you've installed Linux" ground-up series, but we don't want it to be too advanced either. Hope you enjoyed! ~ Editor Amber ********************************** Thanks for watching our videos! If you want more, check us out online at the following places: + Website: http://level1techs.com/ + Forums: http://forum.level1techs.com/ + Store: http://store.level1techs.com/ + Patreon: https://www.patreon.com/level1 + KoFi: https://ko-fi.com/level1techs + L1 Twitter: https://twitter.com/level1techs + L1 Facebook: https://www.facebook.com/level1techs + L1/PGP Streaming: https://www.twitch.tv/teampgp + Wendell Twitter: https://twitter.com/tekwendell + Ryan Twitter: https://twitter.com/pgpryan + Krista Twitter: https://twitter.com/kreestuh + Business Inquiries/Brand Integrations: Queries@level1techs.com *IMPORTANT* Any email lacking “level1techs.com” should be ignored and immediately reported to Queries@level1techs.com. ------------------------------------------------------------------------------------------------------------- Intro and Outro Music By: Kevin MacLeod (incompetech.com) Licensed under Creative Commons: By Attribution 3.0 License http://creativecommons.org/licenses/by/3.0/

Comments

Anonymous

Not to be a nitpick, but...😃... If you want to foreground a job, say job number 1, you can use the %1 instead of fg 1 on the commandline.

Anonymous

These are excellent. Even as someone who has used these tools for a really long time it's nice to hear them clearly and concisely explained

Anonymous

For a future topic, perhaps a primer on readline? I imagine most people only know about arrow keys for single-step history and cursor movement. Learning about things like history search, larger cursor movements, cut/paste, etc., definite levels up one's productivity. And it's used by other programs so it doesn't just apply to the bash shell. (The mysql command for example also uses readline)

Anonymous

Cool. I'd be interested to see a video on UFW and/or iptables. It's pretty base level knowledge, and has all sorts of applications and easy pitfalls, and I suck at it.