July 7th, 2024

TUI for Managing WiFi on Linux

The GitHub URL features Impala, a Text User Interface (TUI) tool for WiFi management. It provides demo, installation instructions, keybindings, and supports various installation sources. Impala is GPLv3 licensed for open-source flexibility.

Read original articleLink Icon
TUI for Managing WiFi on Linux

The GitHub URL contains Impala, a Text User Interface (TUI) tool designed for WiFi management. Impala offers a demo, installation instructions, usage guidelines, and customizable keybindings. Users can install the tool from different sources including binary release, crates.io, AUR, and Nixpkgs. Impala operates under the GPLv3 license, ensuring its open-source nature and allowing users to modify and distribute it freely.

Related

Show HN: ViperIDE – An Innovative MicroPython IDE for Web and Mobile

Show HN: ViperIDE – An Innovative MicroPython IDE for Web and Mobile

ViperIDE is a modern MicroPython IDE for web and mobile platforms. It offers features like no installation required, cross-platform connectivity, file editor, package manager, terminal/REPL, and device support. Explore on ViperIDE's website or GitHub.

Show HN: Adding Mistral Codestral and GPT-4o to Jupyter Notebooks

Show HN: Adding Mistral Codestral and GPT-4o to Jupyter Notebooks

Pretzel is an open-source tool enhancing Jupyter with AI code generation, inline tab completion, sidebar chat, and error fixing. Seamless transition from Jupyter is possible, maintaining compatibility. Installation via 'pip install pretzelai'.

Show HN: Improve LLM Performance by Maximizing Iterative Development

Show HN: Improve LLM Performance by Maximizing Iterative Development

Palico AI is an LLM Development Framework on GitHub for streamlined LLM app development. It offers modular app creation, cloud deployment, integration, and management through Palico Studio, with various components and tools available.

SCIM: Ncurses based, Vim-like spreadsheet

SCIM: Ncurses based, Vim-like spreadsheet

The "sc-im" project is an ncurses-based spreadsheet calculator with Vim-like features, supporting UNDO/REDO, 65,536 rows, and 702 columns. It offers various import/export options, customization features, scripting with LUA, and more. Installation guidelines, dependencies, and contribution details are available on the GitHub repository. Users can support the project through various means.

Show HN: A simple app to create .gitignore files

Show HN: A simple app to create .gitignore files

GitHub repository offers a .gitignore Builder UI tool for creating .gitignore files. A demo link is provided. To use locally, download the repository, run 'npm install' and 'npm run dev' in the terminal. Access via localhost.

Link Icon 8 comments
By @djfergus - 3 months
This looks really nice, I like the design, congrats.

I’ve been getting into Arch (with Sway) recently and resisted installing something like this initially since as they say, the manual install process is the tutorial.

Getting basic WiFi connected with DHCP on vanilla Arch requires enabling multiple services and conf file edits - you rage against the machine thinking why is it so hard but then realise you just learnt how to swap out any part of your network stack (or the other fun footgun of installing multiple conflicting network managers to intermittently and silently break your connection). Anyway, rant over, not going back to Ubuntu anytime soon.

By @0x1ceb00da - 3 months
Doesn't nmtui come installed by default?
By @lproven - 3 months
What does this do that `nmtui` doesn't?

https://www.computernetworkingnotes.com/linux-tutorials/the-...

EDIT: OK, it doesn't need network-manager. But I suspect about 99% of Linux installations do have that installed already, and if you need to get online, it's more useful to know the existing tool than a clever alternative you don't have installed.

By @ilius2 - 3 months
I wish they made a debian package that came with "iwd", to use after you installed Debian with a desktop, but NetworkManager is not installed for some reason!
By @sach1 - 3 months
This is awesome, I'm going to try this out because the first thing I do on an Alpine Linux desktop/laptop install is replace nm with iwd.
By @juujian - 3 months
The number of times I have accidentally broken the wifi/Internet GUI on my os during updates, this could actually come in handy.
By @tracker1 - 3 months
While I tend to prefer gui, this seems really nice to have. I'd kind of like to see everything in the GTK Settings panel available in a friendly text ui form.
By @navane - 3 months
Beautiful