/LFS101x-notes

Notes from LFS101x: Introduction to Linux

Primary LanguageShell

Notes from Introduction to Linux: LFS101x

Notes

  1. Chapter 1: The Linux Foundation
  2. Chapter 2: Linux Philosophy and Concepts
  3. Chapter 3: Linux Basics and System Startup
  4. Chapter 4: Graphical Interface
  5. Chapter 5: System Configuration from the Graphical Interface
  6. Chapter 6: Common Applications
  7. Chapter 7: Command Line Operations
  8. Chapter 8: Finding Linux Documentation
  9. Chapter 9: Processes
  10. Chapter 10: File Operations
  11. Chapter 11: Text Editors
  12. Chapter 12: User Environment
  13. Chapter 13: Manipulating Text
  14. Chapter 14: Network Operations
  15. Chapter 15: The Bash Shell and Basic Scripting
  16. Chapter 16: More on Bash Shell Scripting
  17. Chapter 17: Printing
  18. Chapter 18: Local Security Principles

Bring up a virtual machine

vagrant up # Starts a virtual machine

vagrant ssh # SSH into the machine
# Local project directory is available at /vagrant

# To enable graphical interface
export INSTALL_DESKTOP=true
vagrant reload
vagrant rdp

# Delete the machine
vagrant destroy