← Library08 Sources/Ei Maung PDFs

source · pdf · linux

Ubuntu Linux for You

08 Sources/Ei Maung PDFs/Ubuntu Linux for You.md

Ubuntu Linux for You

Official source

Actual coverage

Linux background; Ubuntu installation and dual boot; desktop environment; directory structure; software installation/updates; essential packages; office and image software; Myanmar language setup; drivers/network/disks; customization; users/groups/file permissions; virtualization; Windows compatibility; Ubuntu variants; command line; and development environment with Git/languages/packages.

Durable knowledge

  • Linux exposes a consistent filesystem tree: configuration, user data, variable state, devices, and executables have conventional locations.
  • Package managers track software and dependencies; prefer them over unmanaged copying.
  • Users, groups, ownership, and read/write/execute permissions form the basic authorization model.
  • Administrative privilege should be temporary and deliberate.
  • The shell composes small programs with arguments, streams, pipes, redirection, and exit statuses.
  • A reproducible development environment records packages, versions, configuration, and project dependencies.

Current-use caution

The edition targets Ubuntu 14.04-era interfaces. Do not follow old installation, repository, driver, or security commands blindly. Preserve the concepts and use current Ubuntu documentation for procedures.

Knowledge connections