Welcome to the Nabla Linux Tutorial! This project provides an interactive terminal-based tutorial for learning basic Linux commands and navigation. The tutorial is designed to help users understand and practice essential Linux commands in a simulated terminal environment.
- Interactive terminal-based tutorials
- Step-by-step guidance for learning Linux commands
- Custom commands for navigating the tutorial
- Progress tracking and completion status for each tutorial
To install the project, follow these steps:
- Install the project using pip:
pip install linux-tutorial-nabla
Alternatively install from source:
-
Clone the repository:
git clone https://github.com/yourusername/linux_tutorial_nabla.git cd linux_tutorial_nabla
-
Install dependencies using PDM:
pdm install
To start the tutorial, run the following command:
linux_tutorial_nabla
You will be greeted with a welcome message and instructions on how to use the tutorial. You can run any command you want, and the tutorial will help you understand it.
The project includes several tutorials to help you learn different aspects of Linux. Here are some of the available tutorials:
- Navigation: Learn how to navigate the terminal using commands like pwd and cd.
- File Basics: Learn basic file operations such as creating, viewing, and describing files.
To start a tutorial, type start and press enter. For example:
We welcome contributions to improve the tutorials and add new features. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with a descriptive message.
- Push your changes to your fork.
- Create a pull request to the main repository.
Please ensure your code follows the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.
Happy learning!