diff --git a/404.html b/404.html index fafef85a..d451ca6b 100644 --- a/404.html +++ b/404.html @@ -1,522 +1 @@ - - - - - - - - - - - - - - - - - - - Chris Titus LinUtil Official Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- -
- - - - - -
- - -
- -
- Announcement: This documentation is still in progress. -
- -
- - - - - - - - - -
-
- - - -
-
-
- - - - - - - - - -
-
-
- - - - -
-
- -

404 - Not found

- -
-
- - - - - -
- - - -
- - - -
-
-
-
- - - - - - - - - - \ No newline at end of file + Chris Titus LinUtil Official Documentation
Announcement: This documentation is still in progress.

404 - Not found

\ No newline at end of file diff --git a/KnownIssues/index.html b/KnownIssues/index.html index 69edcbcf..59ce027a 100644 --- a/KnownIssues/index.html +++ b/KnownIssues/index.html @@ -1,561 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - Known Issues - Chris Titus LinUtil Official Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - Skip to content - - -
-
- -
- - - - - -
- - -
- -
- Announcement: This documentation is still in progress. -
- -
- - - - - - - - - -
-
- - - -
-
-
- - - - - - - - - -
-
-
- - - - -
-
- - - - - - - -

Known Issues

- - - - - - - - - - - - - -
-
- - - - - -
- - - -
- - - -
-
-
-
- - - - - - - - - - \ No newline at end of file + Known Issues - Chris Titus LinUtil Official Documentation
Skip to content
Announcement: This documentation is still in progress.
\ No newline at end of file diff --git a/assets/mainpage.png b/assets/mainpage.png deleted file mode 100644 index c9c7ec51..00000000 Binary files a/assets/mainpage.png and /dev/null differ diff --git a/assets/preview.png b/assets/preview.png index 399ea373..de4b54e3 100644 Binary files a/assets/preview.png and b/assets/preview.png differ diff --git a/contribute/index.html b/contribute/index.html index 3f118f6e..3ad90436 100644 --- a/contribute/index.html +++ b/contribute/index.html @@ -1,561 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - Contribute - Chris Titus LinUtil Official Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - Skip to content - - -
-
- -
- - - - - -
- - -
- -
- Announcement: This documentation is still in progress. -
- -
- - - - - - - - - -
-
- - - -
-
-
- - - - - - - - - -
-
-
- - - - -
-
- - - - - - - -

How to Contribute?

- - - - - - - - - - - - - -
-
- - - - - -
- - - -
- - - -
-
-
-
- - - - - - - - - - \ No newline at end of file + Contributing Guide - Chris Titus LinUtil Official Documentation
Skip to content
Announcement: This documentation is still in progress.

How to Contribute?

Thank you for considering contributing to Linutil! We appreciate your effort in helping improve this project. To ensure that your contributions align with the goals and quality standards of Linutil, please follow these guidelines:

1. Install Rust:

Make sure you have Rust installed on your machine. You can install it by following the instructions at rust-lang.org.

2. Fork and Clone the repo

  1. Make a fork of the repo in GitHub
  2. Clone the fork bash git clone https://github.com/YOUR_USERNAME_HERE/linutil.git cd linutil

3. Make your changes

  • Edit the files you want to change: Make your changes to the relevant files.
  • Test your changes: Run cargo run to test your modifications in a local environment and ensure everything works as expected.

4. Understand the existing code

  • Have a clear reason: Don’t change the way things are done without a valid reason. If you propose an alteration, be prepared to explain why it’s necessary and how it improves the project.
  • Respect existing conventions: Changes should align with the existing code style, design patterns, and overall project philosophy. If you want to introduce a new way of doing things, justify it clearly.

5. Learn from Past Pull Requests (PRs)

  • Check merged PRs: Reviewing merged pull requests can give you an idea of what kind of contributions are accepted and how they are implemented.
  • Study rejected PRs: This is especially important as it helps you avoid making similar mistakes or proposing changes that have already been considered and declined.

6. Write Clean, Descriptive Commit Messages

  • Be descriptive: Your commit messages should clearly describe what the change does and why it was made.
  • Use the imperative mood: For example, "Add feature X" or "Fix bug in Y", rather than "Added feature X" or "Fixed bug in Y".
  • Keep commits clean: Avoid committing a change and then immediately following it with a fix for that change. Instead, amend your commit or squash it if needed.

7. Keep Your Pull Requests (PRs) Small and Focused

  • Make small, targeted PRs: Focus on one feature or fix per pull request. This makes it easier to review and increases the likelihood of acceptance.
  • Avoid combining unrelated changes: PRs that tackle multiple unrelated issues are harder to review and might be rejected because of a single problem.

8. Code Review and Feedback

  • Expect feedback: PRs will undergo code review. Be open to feedback and willing to make adjustments as needed.
  • Participate in reviews: If you feel comfortable, review other contributors' PRs as well. Peer review is a great way to learn and ensure high-quality contributions.

9. Contributing Is More Than Just Code

  • Test the tool: Running tests and providing feedback on how the tool works in different environments is a valuable contribution.
  • Write well-formed issues: Clearly describe bugs or problems you encounter, providing as much detail as possible, including steps to reproduce the issue.
  • Propose reasonable feature requests: When suggesting new features, ensure they fit within the scope, style, and design of the project. Provide clear reasoning and use cases.

10. Documentation

  • Update the documentation: If your change affects the functionality, please update the relevant documentation files to reflect this.

11. License

  • Agree to the license: By contributing to Linutil, you agree that your contributions will be licensed under the project's MIT license.

We appreciate your contributions and look forward to collaborating with you to make Linutil better!

\ No newline at end of file diff --git a/faq/index.html b/faq/index.html index f5b1a598..a2082ba3 100644 --- a/faq/index.html +++ b/faq/index.html @@ -1,602 +1 @@ - - - - - - - - - - - - - - - - - - - - - FAQ - Chris Titus LinUtil Official Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - Skip to content - - -
-
- -
- - - - - -
- - -
- -
- Announcement: This documentation is still in progress. -
- -
- - - - - - - - - -
-
- - - -
-
-
- - - - - - - - - -
-
-
- - - - -
-
- - - - - - - -

FAQ's

-

How do I uninstall LinUtil?

-
    -
  • You do not have to uninstall LinUtil. As it is a script you run from your terminal it only loads into your RAM. This means as soon as you close LinUtil it will be deleted off your system.
  • -
- - - - - - - - - - - - - -
-
- - - - - -
- - - -
- - - -
-
-
-
- - - - - - - - - - \ No newline at end of file + FAQ - Chris Titus LinUtil Official Documentation
Skip to content
Announcement: This documentation is still in progress.

FAQ's

How do I uninstall LinUtil?

  • You do not have to uninstall LinUtil. As it is a script you run from your terminal it only loads into your RAM. This means as soon as you close LinUtil it will be deleted off your system.
\ No newline at end of file diff --git a/index.html b/index.html index 6c79a970..b6c42d7e 100644 --- a/index.html +++ b/index.html @@ -1,611 +1,2 @@ - - - - - - - - - - - - - - - - - - - - - Chris Titus LinUtil Official Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - Skip to content - - -
-
- -
- - - - - -
- - -
- -
- Announcement: This documentation is still in progress. -
- -
- - - - - - - - - -
-
- - - -
-
-
- - - - - - - - - -
-
-
- - - - -
-
- - - - - - - -

Welcome to the LinUtil Documentation!

-

Version -GitHub Downloads (specific asset, all releases)

-

Running latest release of LinUtil

-
    -
  • You will first need to start a Terminal on your linux machine.
  • -
  • Now you will need to run following command: -
    curl -fsSL https://christitus.com/linux | sh
    -
  • -
-
-

Info

-

LinUtil is updated weekly as of the time of writing. Consequently, features and functionalities may evolve, and the documentation may not always reflect the most current images or information.

-
- - - - - - - - - - - - - -
-
- - - - - -
- - - -
- - - -
-
-
-
- - - - - - - - - - \ No newline at end of file + Chris Titus LinUtil Official Documentation
Skip to content
Announcement: This documentation is still in progress.

Welcome to the LinUtil Documentation!

Version GitHub Downloads (specific asset, all releases) Discord Community Server

Running the latest release of LinUtil

To get started, run the following command in your terminal:

Stable branch

curl -fsSL https://christitus.com/linux | sh
+

After you've ran the command, you should see a GUI on your screen; It will look something like this:

preview

Info

LinUtil is updated weekly as of the time of writing. Consequently, features and functionalities may evolve, and the documentation may not always reflect the most current images or information.

\ No newline at end of file diff --git a/roadmap/index.html b/roadmap/index.html new file mode 100644 index 00000000..79ab7b93 --- /dev/null +++ b/roadmap/index.html @@ -0,0 +1 @@ + Roadmap - Chris Titus LinUtil Official Documentation
Skip to content
Announcement: This documentation is still in progress.

Roadmap

Vision

  • To simplify linux tasks for all users for all distributions; Easily, efficiently, and effortlessly.

Goals

  • Focus on tasks that take time in Linux and automate them. (Example: Removing a user, adding a user, etc. - but mostly BASH scripts with POSIX compliance.)
  • Remove Binary linutil from being tracked in git and make it a github action.
  • Document every function and feature of linutil. (Preview panel description addition)
  • Create a discord server for linutil and invite the community.
  • Power Optimizations for Laptops

Milestones

Q3 2024

  • Finish the foundation of the project in CLI mode.
  • DENY ALL GUI Pull Requests while CLI and foundation is being established.

Q4 2024

  • GUI Brainstorming and Planning
  • GUI Implementation towards the end of Q4

Community Feedback

  • Encourage community input and suggestions for future development.
\ No newline at end of file diff --git a/search/search_index.json b/search/search_index.json index 82631560..734c2ad1 100644 --- a/search/search_index.json +++ b/search/search_index.json @@ -1 +1 @@ -{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Welcome to the LinUtil Documentation!","text":""},{"location":"#running-latest-release-of-linutil","title":"Running latest release of LinUtil","text":"

Info

LinUtil is updated weekly as of the time of writing. Consequently, features and functionalities may evolve, and the documentation may not always reflect the most current images or information.

"},{"location":"KnownIssues/","title":"Known Issues","text":""},{"location":"contribute/","title":"How to Contribute?","text":""},{"location":"faq/","title":"FAQ's","text":""},{"location":"faq/#how-do-i-uninstall-linutil","title":"How do I uninstall LinUtil?","text":""},{"location":"updates/","title":"Update Log","text":""},{"location":"updates/#_1","title":"Updates","text":""},{"location":"userguide/","title":"Walkthrough","text":""},{"location":"userguide/#how-to-run-linutil","title":"How to run LinUtil?","text":"

Run the following command in a terminal on your Linux System:

curl -fsSL https://christitus.com/linux | sh\n
Once you have run that command you will see the following GUI show on your screen:

"}]} \ No newline at end of file +{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Welcome to the LinUtil Documentation!","text":""},{"location":"#running-the-latest-release-of-linutil","title":"Running the latest release of LinUtil","text":"

To get started, run the following command in your terminal:

"},{"location":"#stable-branch","title":"Stable branch","text":""},{"location":"#curl-fssl-httpschristituscomlinux-sh","title":"
curl -fsSL https://christitus.com/linux | sh\n
","text":"

After you've ran the command, you should see a GUI on your screen; It will look something like this:

Info

LinUtil is updated weekly as of the time of writing. Consequently, features and functionalities may evolve, and the documentation may not always reflect the most current images or information.

"},{"location":"KnownIssues/","title":"Known Issues","text":""},{"location":"contribute/","title":"How to Contribute?","text":"

Thank you for considering contributing to Linutil! We appreciate your effort in helping improve this project. To ensure that your contributions align with the goals and quality standards of Linutil, please follow these guidelines:

"},{"location":"contribute/#1-install-rust","title":"1. Install Rust:","text":"

Make sure you have Rust installed on your machine. You can install it by following the instructions at rust-lang.org.

"},{"location":"contribute/#2-fork-and-clone-the-repo","title":"2. Fork and Clone the repo","text":"
  1. Make a fork of the repo in GitHub
  2. Clone the fork bash git clone https://github.com/YOUR_USERNAME_HERE/linutil.git cd linutil
"},{"location":"contribute/#3-make-your-changes","title":"3. Make your changes","text":""},{"location":"contribute/#4-understand-the-existing-code","title":"4. Understand the existing code","text":""},{"location":"contribute/#5-learn-from-past-pull-requests-prs","title":"5. Learn from Past Pull Requests (PRs)","text":""},{"location":"contribute/#6-write-clean-descriptive-commit-messages","title":"6. Write Clean, Descriptive Commit Messages","text":""},{"location":"contribute/#7-keep-your-pull-requests-prs-small-and-focused","title":"7. Keep Your Pull Requests (PRs) Small and Focused","text":""},{"location":"contribute/#8-code-review-and-feedback","title":"8. Code Review and Feedback","text":""},{"location":"contribute/#9-contributing-is-more-than-just-code","title":"9. Contributing Is More Than Just Code","text":""},{"location":"contribute/#10-documentation","title":"10. Documentation","text":""},{"location":"contribute/#11-license","title":"11. License","text":"

We appreciate your contributions and look forward to collaborating with you to make Linutil better!

"},{"location":"faq/","title":"FAQ's","text":""},{"location":"faq/#how-do-i-uninstall-linutil","title":"How do I uninstall LinUtil?","text":""},{"location":"roadmap/","title":"Roadmap","text":""},{"location":"roadmap/#vision","title":"Vision","text":""},{"location":"roadmap/#goals","title":"Goals","text":""},{"location":"roadmap/#milestones","title":"Milestones","text":""},{"location":"roadmap/#q3-2024","title":"Q3 2024","text":""},{"location":"roadmap/#q4-2024","title":"Q4 2024","text":""},{"location":"roadmap/#community-feedback","title":"Community Feedback","text":""},{"location":"userguide/","title":"Walkthrough","text":""},{"location":"userguide/#system-setup","title":"System Setup","text":""},{"location":"userguide/#arch-setup","title":"Arch Setup","text":""},{"location":"userguide/#fedora-setup","title":"Fedora Setup","text":""},{"location":"userguide/#applications-setup","title":"Applications Setup","text":""},{"location":"userguide/#security-features","title":"Security Features","text":""}]} \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 33207404..50cb4697 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ diff --git a/updates/index.html b/updates/index.html deleted file mode 100644 index b9f19572..00000000 --- a/updates/index.html +++ /dev/null @@ -1,562 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - Updates - Chris Titus LinUtil Official Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - Skip to content - - -
-
- -
- - - - - -
- - -
- -
- Announcement: This documentation is still in progress. -
- -
- - - - - - - - - -
-
- - - -
-
-
- - - - - - - - - -
-
-
- - - - -
-
- - - - - - - -

Update Log

-

- - - - - - - - - - - - - -
-
- - - - - -
- - - -
- - - -
-
-
-
- - - - - - - - - - \ No newline at end of file diff --git a/userguide/index.html b/userguide/index.html index adbfc319..2fbd347c 100644 --- a/userguide/index.html +++ b/userguide/index.html @@ -1,606 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - User Guide - Chris Titus LinUtil Official Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - Skip to content - - -
-
- -
- - - - - -
- - -
- -
- Announcement: This documentation is still in progress. -
- -
- - - - - - - - - -
-
- - - -
-
-
- - - - - - - - - -
-
-
- - - - -
-
- - - - - - - -

Walkthrough

-

How to run LinUtil?

-

Run the following command in a terminal on your Linux System: -

curl -fsSL https://christitus.com/linux | sh
-
-Once you have run that command you will see the following GUI show on your screen: -Main Page

- - - - - - - - - - - - - -
-
- - - - - -
- - - -
- - - -
-
-
-
- - - - - - - - - - \ No newline at end of file + User Guide - Chris Titus LinUtil Official Documentation
Skip to content
Announcement: This documentation is still in progress.

Walkthrough


System Setup

  • System Update: Starts a system-wide update.
  • Compile Setup: Installs tools and dependencies for compiling software.
  • Gaming Setup: Configures Steam, Lutris, etc.
  • Global Theming: Sets up and manages global themes.
  • Remove Snaps: Removes snap packages.

Arch Setup

  • Paru Setup: Installs the Paru AUR helper.
  • Yay Setup: Installs the Yay AUR helper.
  • Server Setup: Installs Arch Linux.

Fedora Setup

  • RPM Fusion Setup: Adds RPM Fusion repositories.

Applications Setup

  • Alacritty Setup: Installs and configures Alacritty for you.
  • DwmTitus Setup: Sets up the Dwm window manager.
  • Kitty Setup: Installs and configures Kitty for you.
  • Rofi Setup: Installs the Rofi application/script launcher.
  • Zsh Setup: Installs and configures Zsh for you.

Security Features

  • Firewall Baselines: Sets up firewall rules.
\ No newline at end of file