BITCQ

Introduction to the Bash Shell on Mac OS and Linux

Size: 703.6 MB
Magnet link

Name Size
Introduction to the Bash Shell on Mac OS and Linux/01. Overview/01. Overview.mp4 1.3 MB
Introduction to the Bash Shell on Mac OS and Linux/01. Overview/02. Why Bash.mp4 4.5 MB
Introduction to the Bash Shell on Mac OS and Linux/01. Overview/03. What to expect from this course.mp4 2.3 MB
Introduction to the Bash Shell on Mac OS and Linux/01. Overview/04. UNIX, Linux, Mac OS.mp4 4.1 MB
Introduction to the Bash Shell on Mac OS and Linux/01. Overview/05. The UNIX philosophy.mp4 2.1 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/01. Introduction.mp4 1.2 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/02. A Word of Warning.mp4 1.6 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/03. Prerequisites.mp4 2.8 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/04. Starting bash.mp4 6.6 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/05. Starting bash on linux.mp4 1.9 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/06. A simple commandline session.mp4 20.6 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/07. A small difference between Linux and Mac OS.mp4 5.9 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/08. Review of the first session.mp4 2 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/09. Check that you are running Bash.mp4 1.5 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/10. Commands, Arguments and Options.mp4 4.4 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/11. Getting help.mp4 21.2 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/12. Putting it into practice.mp4 21.2 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/13. History.mp4 6.9 MB
Introduction to the Bash Shell on Mac OS and Linux/02. First Steps/14. Summary.mp4 1.1 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/01. Introduction.mp4 1.5 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/02. Appetizer.mp4 27.9 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/03. Creating Files.mp4 7.1 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/04. About Filenames.mp4 9.1 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/05. Filenames with special characters.mp4 17.9 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/06. Absolute and Relative Paths.mp4 3.2 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/07. Copying Files.mp4 18.8 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/08. Copying Directories.mp4 23.5 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/09. Moving Files.mp4 2.1 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/10. Deleting Files.mp4 5.3 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/11. Safety first the -i switch.mp4 4.5 MB
Introduction to the Bash Shell on Mac OS and Linux/03. Basic File Management/12. Summary.mp4 1.5 MB
Introduction to the Bash Shell on Mac OS and Linux/04. Using Bash More Effectively/01. Introduction.mp4 2 MB
Introduction to the Bash Shell on Mac OS and Linux/04. Using Bash More Effectively/02. Wildcards.mp4 42.5 MB
Introduction to the Bash Shell on Mac OS and Linux/04. Using Bash More Effectively/03. Brace Expansion.mp4 13.5 MB
Introduction to the Bash Shell on Mac OS and Linux/04. Using Bash More Effectively/04. Output Redirection.mp4 13.2 MB
Introduction to the Bash Shell on Mac OS and Linux/04. Using Bash More Effectively/05. Pipes.mp4 17.9 MB
Introduction to the Bash Shell on Mac OS and Linux/04. Using Bash More Effectively/06. Command Substitution.mp4 8.1 MB
Introduction to the Bash Shell on Mac OS and Linux/04. Using Bash More Effectively/07. The Terminal vs. The Commandline.mp4 14.4 MB
Introduction to the Bash Shell on Mac OS and Linux/04. Using Bash More Effectively/08. Some Key Combinations.mp4 4.5 MB
Introduction to the Bash Shell on Mac OS and Linux/04. Using Bash More Effectively/09. Searching Through History.mp4 6.8 MB
Introduction to the Bash Shell on Mac OS and Linux/04. Using Bash More Effectively/10. Summary.mp4 1.4 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/01. Introduction.mp4 1.1 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/02. Editing Text Files on the Command Line.mp4 26.4 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/03. Sorting with sort.mp4 19.1 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/04. Head and Tail.mp4 21.2 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/05. Counting with wc.mp4 5.2 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/06. Searching for Text with grep.mp4 24.9 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/07. Searching for Files with find.mp4 19.7 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/08. Replacing characters with tr.mp4 27.4 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/09. Advanced tools.mp4 12.1 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/10. Column-based data.mp4 28.9 MB
Introduction to the Bash Shell on Mac OS and Linux/05. Filtering and Processing Text/11. Summary.mp4 2.9 MB
Introduction to the Bash Shell on Mac OS and Linux/06. Jobs and Processes/01. Introduction.mp4 674 KB
Introduction to the Bash Shell on Mac OS and Linux/06. Jobs and Processes/02. Background jobs.mp4 22.3 MB
Introduction to the Bash Shell on Mac OS and Linux/06. Jobs and Processes/03. Job Control.mp4 6.2 MB
Introduction to the Bash Shell on Mac OS and Linux/06. Jobs and Processes/04. Killing jobs and Processes.mp4 22.4 MB
Introduction to the Bash Shell on Mac OS and Linux/06. Jobs and Processes/05. Inspecting processes.mp4 13.9 MB
Introduction to the Bash Shell on Mac OS and Linux/06. Jobs and Processes/06. Summary.mp4 1.4 MB
Introduction to the Bash Shell on Mac OS and Linux/07. Customization/01. Introduction.mp4 1 MB
Introduction to the Bash Shell on Mac OS and Linux/07. Customization/02. Aliases.mp4 14.2 MB
Introduction to the Bash Shell on Mac OS and Linux/07. Customization/03. Saving your customization with .profile and .bashrc.mp4 19.1 MB
Introduction to the Bash Shell on Mac OS and Linux/07. Customization/04. Environment Variables.mp4 41.5 MB
Introduction to the Bash Shell on Mac OS and Linux/07. Customization/05. Setting your default shell.mp4 5.9 MB
Introduction to the Bash Shell on Mac OS and Linux/07. Customization/06. Summary.mp4 1 MB
Introduction to the Bash Shell on Mac OS and Linux/introduction-bash-shell-linux-mac-os.zip 4.9 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
Meteorology.An.Introduction.to.the.Wonders.of.the.Weather.Set.1.09of12.Clouds.Stability.and.Buoyancy.Part.1.720p.WEB.H264.AC3.MVGroup.Forum.mkv Video 468.2 MB 51
Binns P. Explaining the Earth. An Introduction to the Earth and its Systems 2025 Application 14.1 MB 34
Meteorology.An.Introduction.to.the.Wonders.of.the.Weather.Set.2.10of12.Light.and.Lightning.720p.WEB.H264.AC3.MVGroup.Forum.mkv Video 486.3 MB 22
Berg J. An Introduction to Interfaces and Colloids. The Bridge..Nanoscience 2024 Application 76.8 MB 20
Li G. Introduction to the Finite Element Method and Implementation 2021 Application 178.8 MB 19
Cheng A. An Introduction to the Method of Fundamental Solutions 2025 Application 38.2 MB 17
Clauser C. Introduction to Geophysics. Global Physical Fields..in the Earth 2024 Application 111 MB 15
[ FreeCourseWeb.com ] Introduction To The History Of Psychology Video 803.4 MB 14
Gwynne N.M. - Gwynne's Grammar. The Ultimate Introduction to Grammar and the Writing of Good English - 2014.pdf Application 963 KB 14
Everyday Linguistics - An Introduction to the Study of Language Application 11.1 MB 13
Meteorology.An.Introduction.to.the.Wonders.of.the.Weather.Set.2.09of12.Tropical.Cyclones.720p.WEB.H264.AC3.MVGroup.Forum.mkv Video 449.5 MB 12
Meteorology.An.Introduction.to.the.Wonders.of.the.Weather.Set.1.11of12.Whence.and.Whither.the.Wind.Part.1.720p.WEB.H264.AC3.MVGroup.Forum.mkv Video 519.4 MB 11
Artist Of The Year Masterclass S01E21 Introduction To Life Drawing 1080p NOW WEB-DL DDP5 1 H 264-RAWR[EZTVx.to].mkv Video 1.3 GB 11
[ CoursePig.com ] The Language of Modern Physics - An Introduction to the Philosophy of Science Application 6.9 MB 10
Meteorology.An.Introduction.to.the.Wonders.of.the.Weather.Set.2.08of12.Ocean.Influences.on.Weather.and.Climate.720p.WEB.H264.AC3.MVGroup.Forum.mkv Video 423.7 MB 10
The Virgin Mary_ A Very Short Introduction by Mary Joan Winn Leith EPUB Ebook 3.3 MB 10
TTC - Meteorology. An Introduction to the Wonders of the Weather Video 10.3 GB 8
Meteorology.An.Introduction.to.the.Wonders.of.the.Weather.Set.2.04of12.Wind.Shear.Horizontal.and.Vertical.720p.WEB.H264.AC3.MVGroup.Forum.mkv Video 294.1 MB 8
Introduction to Astrophysics (The Great Courses) Application 28.4 MB 8
[ WebToolTip.com ] An Introduction to Statistics with Python - With Applications in the Life Sciences (True PDF) Application 4.6 MB 8

Loading...