sudo

AppWizard
June 20, 2025
Packet is a tool that allows users to transfer files from a Pop!_OS Linux desktop to an Android device over the same wireless network. It works with Quick Share and requires a Linux distribution with Flatpak support, an Android device with Nearby Share enabled, and sudo privileges on the Linux machine. The installation involves executing a command in the terminal, toggling the Static Network Port option to 'On', and ensuring port 9300 is open on the firewall. Files received on the Linux desktop are stored in the ~/Downloads folder, which can be customized.
AppWizard
June 7, 2025
Google introduced Linux Terminal support integrated into Android for Pixel users running the latest stable version of the operating system. The terminal operates within a virtual machine, ensuring separation from core device functions. A recent poll showed that 24% of users have enabled the Linux Terminal app, 51% are considering it, 10% do not want it, and 15% have phones that do not support it. Key commands include "help" for available commands and "man" for manual pages. Users can install system information tools like neofetch and htop, as well as terminal games such as Bastet, Pacman4console, Moon-Buggy, nsnake, and ninvaders. SSH can be installed for network device control, and text editor nano can be used for note-taking. Users can also install cmatrix for a Matrix-like display and stress testing tools. Nyan Cat can be displayed in the terminal as well. Future plans include full-scale Linux apps in Android’s desktop mode.
Winsage
May 27, 2025
FunOS is a Linux distribution built on Ubuntu LTS, focusing on stability, performance, and security. It has an idle RAM usage of approximately 250 MB and an installer size of 1.8 GB, making it suitable for older hardware. The installation process is straightforward, taking about five minutes. FunOS features a familiar desktop layout but lacks a graphical user interface for the package manager and does not include an app store. Users can install Synaptic via the terminal for software management. FunOS is designed for users with older Windows 10 machines, aiming to extend their lifespan while prioritizing a simple and efficient user experience.
Winsage
May 7, 2025
Fedora Linux has officially joined the Windows Subsystem for Linux (WSL), allowing users to run Fedora 42 within a Windows environment. Installation is straightforward with the command wsl --install FedoraLinux-42, and launching it requires wsl -d FedoraLinux-42, with no password needed by default. Users are automatically added to the wheel group for sudo access. Fedora 42 is streamlined, excluding unnecessary packages, and includes the DNF package manager, though Flatpak must be installed manually for graphical applications. The Fedora team is working on enhancing Flatpak support and introducing hardware-accelerated graphics for GUI applications in WSL. This inclusion of Fedora expands the options available to Windows users interested in the Linux ecosystem.
AppWizard
April 28, 2025
Android 15 includes a fully functional Linux terminal, allowing users to execute familiar commands, though running GUI applications can be challenging. With Android 16, the terminal receives more space. Users can connect to remote machines via SSH by configuring the SSH config file for easier access. The terminal serves as a platform for learning the Linux command line, executing commands, and accessing manuals. Developers can use it for coding, with Python pre-installed, and can create applications directly on their devices. The terminal also supports the installation of the MariaDB database server for database management. Additionally, users can create hidden files for storing sensitive notes using the Nano editor.
Search