Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voltageddebunked/newlinux
A Linux Kernel Update GUI.
https://github.com/voltageddebunked/newlinux
cpp gtk gui kernel linux updater
Last synced: 27 days ago
JSON representation
A Linux Kernel Update GUI.
- Host: GitHub
- URL: https://github.com/voltageddebunked/newlinux
- Owner: VoltagedDebunked
- License: gpl-3.0
- Created: 2024-10-22T06:55:38.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T07:11:44.000Z (3 months ago)
- Last Synced: 2024-10-23T10:19:56.034Z (3 months ago)
- Topics: cpp, gtk, gui, kernel, linux, updater
- Language: C++
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](assets/newlinux-rounded-small.png)
# NewLinux![License](https://img.shields.io/badge/license-GPL%203.0-blue.svg)
![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)
![Version](https://img.shields.io/badge/version-1.0.0-orange.svg)NewLinux is a kernel update tool designed to simplify the process of updating your Linux kernel. With a focus on reliability and user-friendliness, NewLinux provides a range of features to help you manage kernel updates effectively.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Features
- Simple and intuitive interface
- Automatic kernel version detection
- Backup and restore functionality
- Live watching for source file changes with `make build`## Installation
To install NewLinux, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/voltageddebunked/NewLinux.git
cd NewLinux
```2. Build the project:
```bash
make
```3. Install the application:
```bash
sudo make install
```4. Format the code:
```bash
make format
```5. Start watching for changes in `src/main.cpp`:
```bash
make build
```**NOTE: It is better to run as administrator, since if you dont have a terminal and run it, you wont be able to confirm installation. With admin it confirms automatically.**
## Usage
After installation, you can launch NewLinux from your applications menu or by running the following command in your terminal:
```bash
newlinux
```## Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss potential changes.
## License
NewLinux is licensed under the GPL 3.0 License. See the [LICENSE](LICENSE) file for more information.
## Contact
For any inquiries, please contact:
[Voltaged](mailto:[email protected])
[GitHub](https://github.com/voltageddebunked)