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
Gibson G. The Music of Physics. An Introduction to the Harmonies of Nature 2024 Application 41.3 MB 71
Meteorology.An.Introduction.to.the.Wonders.of.the.Weather.Set.1.03of12.Atmosphere.Composition.and.Origin.720p.WEB.H264.AC3.MVGroup.Forum.mkv Video 369.2 MB 30
Meteorology.An.Introduction.to.the.Wonders.of.the.Weather.Set.1.12of12.Whence.and.Whither.the.Wind.Part.2.720p.WEB.H264.AC3.MVGroup.Forum.mkv Video 460 MB 29
Thron W. Introduction to The Theory of Functions of A Complex Variable 1953 Application 13.7 MB 24
Introduction to ChatGPT_ The AI Behind the Conversations by Imre Barta EPUB Ebook 789 KB 13
Hassinger S. The New Quantum Era. An Outsider's Introduction 2024 Application 9.3 MB 12
Cases M. The Introduction to Microbiology 2024 Application 140.8 MB 11
Jung D. The Modern Business Data Analyst. A Case Study Introduction...2024 Application 59.8 MB 11
Sochi T. Introduction to the Probability Theory 2023 Application 3.1 MB 10
The French Revolution A Very Short Introduction 164.9 MB 10
[CourserHub.com] Coursera - An Introduction to Programming the Internet of Things (IOT) Specialization Video 6 GB 9
FreeUseFantasy.23.01.28.Crystal.Chase.Introduction.At.The.House.XXX.720p.MP4-XXX Video 789.5 MB 8
The Gospel of Judas_ A New Translation with Introduction and Commentary by David Brakke EPUB Ebook 1.3 MB 8
The TOGAF Standard, 10th Edition - Introduction and Core Concepts Application 4 MB 6
Dark Web Complete Introduction to the DeepDark Web 2021 Video 1.5 GB 5
Halpern S. The Assurance Sciences. An Introduction to Quality Control...1978 Application 38.5 MB 4
NubileFilms.22.08.09.Alyssa.Bounty.And.Lovita.Fate.The.Introduction.XXX.720p.MP4-XXX Video 534.4 MB 4
The New Quantum Era An Outsider’s Introduction Ebook 8 MB 4
Deep Web - The complete Introduction to the hidden web Video 817.8 MB 3
[ TutGee.com ] Introduction to Modern Modelling Methods (The SAGE Quantitative Research Kit) Ebook 14.3 MB 3

Loading...