Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions .ipynb_checkpoints/README-checkpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# NNOS: Making Linux Easier (Also Works on Windows)

## Overview

Welcome to **NNOS**, your friendly companion for navigating the world of Linux (and yes, it plays well with Windows too!). Whether you're a seasoned command-line guru or just dipping your toes into the terminal waters, **NNOS** is here to make your life easier.

## Key Features

1. **Speak Your Mind (Coming Soon)**: Tired of typing? Just say it! **NNOS** understands natural language commands, so go ahead and tell it what you need. Whether it's opening a directory or installing a package, your voice is your superpower.

2. **Package Magic**: Installing software shouldn't feel like deciphering ancient scrolls. With **NNPM** (Nathan Network Package Manager), package management becomes a breeze. Say goodbye to cryptic commands; just ask for what you want, and watch the magic happen.

3. **Windows, Meet NNOS**: Windows users, fear not! **NNOS** isn't an exclusive Linux club. It's the bridge between worlds. So whether you're in the penguin-loving camp or the Windows fan club, we've got you covered.

4. **Learn as You Go (Coming Soon)**: Curious about a command? Just ask! **NNOS** provides helpful explanations, examples, and even a dash of humor. Learning Linux has never been this friendly.
5. ** Everyday comands **: Common commands made easier (making the reboot command nnos restart)
## Installation

Ready to join the conversation? Here's how to install **NNOS**:

# On Linux:

1. [Download NNOS for linux]
2. Open terminal
and make sure you are in the same directory as the nnos file
3. Type the following command:
```bash
./nnos --install
```
You will only need to do this once
4. Now, say hello to **NNOS**:

```bash
nnos --hello
```
5. Also, NNOS can do simple tasks, such as reboot your machine

```bash
nnos --restart
```
6. NNOS can power off your machine as well
```bash
nnos --shutdown
```
7. NNOS can install your favorite packages using NNPM (Nathan Network Package Manager)
```bash
nnos -p
```
# On Windows
1. [Download NNOS for Windows]
2. Download run.bat
3. Move run.bat to a directory of your choice (e.g.: *Documents*). The directory will not effect the operation of the file
4. Open Terminal
5. Go to the directory you chose using the cd command e.g.:
```PowerShell
cd Documents
```
6. Finally, execute the file
```PowerShell
run.bat
```
## Contributing

Got ideas? Found a bug? Want to share a Linux meme? Head over to our [GitHub repository](https://github.com/Natuworkguy/NNOS/) and join the party. We're all ears (and voices)!
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to **NNOS**, your friendly companion for navigating the world of Linux (

1. **Speak Your Mind (Coming Soon)**: Tired of typing? Just say it! **NNOS** understands natural language commands, so go ahead and tell it what you need. Whether it's opening a directory or installing a package, your voice is your superpower.

2. **Package Magic**: Installing software shouldn't feel like deciphering ancient scrolls. With **NNOS**, package management becomes a breeze. Say goodbye to cryptic commands; just ask for what you want, and watch the magic happen.
2. **Package Magic**: Installing software shouldn't feel like deciphering ancient scrolls. With **NNPM** (Nathan Network Package Manager), package management becomes a breeze. Say goodbye to cryptic commands; just ask for what you want, and watch the magic happen.

3. **Windows, Meet NNOS**: Windows users, fear not! **NNOS** isn't an exclusive Linux club. It's the bridge between worlds. So whether you're in the penguin-loving camp or the Windows fan club, we've got you covered.

Expand All @@ -20,35 +20,34 @@ Ready to join the conversation? Here's how to install **NNOS**:

# On Linux:

1. [Download NNOS for linux](https://github.com/Natuworkguy/NNOS/blob/2.4.4/linux/)
2. Download nnos
3. Open terminal
1. [Download NNOS for linux]
2. Open terminal
and make sure you are in the same directory as the nnos file
4. Type the following command:
3. Type the following command:
```bash
./nnos --install
```
You will only need to do this once
5. Now, say hello to **NNOS**:
4. Now, say hello to **NNOS**:

```bash
nnos --hello
```
6. Also, NNOS can do simple tasks, such as reboot your machine
5. Also, NNOS can do simple tasks, such as reboot your machine

```bash
nnos --restart
```
7. NNOS can power off your machine as well
6. NNOS can power off your machine as well
```bash
nnos --shutdown
```
8. NNOS can install your favorite packages using NNPM (Nathan Network Package Manager)
7. NNOS can install your favorite packages using NNPM (Nathan Network Package Manager)
```bash
nnos -p
```
# On Windows
1. [Download NNOS for Windows] (https://github.com/Natuworkguy/NNOS/tree/2.4.4/win)
1. [Download NNOS for Windows]
2. Download run.bat
3. Move run.bat to a directory of your choice (e.g.: *Documents*). The directory will not effect the operation of the file
4. Open Terminal
Expand All @@ -62,4 +61,4 @@ Ready to join the conversation? Here's how to install **NNOS**:
```
## Contributing

Got ideas? Found a bug? Want to share a Linux meme? Head over to our [GitHub repository](https://github.com/Natuworkguy/NNOS/tree/2.4.4) and join the party. We're all ears (and voices)!
Got ideas? Found a bug? Want to share a Linux meme? Head over to our [GitHub repository](https://github.com/Natuworkguy/NNOS/) and join the party. We're all ears (and voices)!
Binary file modified linux/nnos
Binary file not shown.