Problem with NVIDIA drivers (maybe) #commandline #drivers #nvidia #packagemanagement #updates
Problem with NVIDIA drivers (maybe) #commandline #drivers #nvidia #packagemanagement #updates
How can I get the nice Plymouth splash screen instead of console output at reboot/shutdown? #commandline #shutdown #raspberrypi #plymouth #2604

I have a Raspberry Pi 5 16GB running Ubuntu 26.04 (fresh install), but I had the same issue running 24.04 last year when I bought my Pi which I never resolved. My Pi is installed in a Pironman 5 Ma...
How can I get the nice Plymouth splash screen instead of console output at reboot/shutdown? #commandline #shutdown #raspberrypi #plymouth

I have a Raspberry Pi 5 16GB running Ubuntu 26.04 (fresh install), but I had the same issue running 24.04 last year when I bought my Pi which I never resolved. My Pi is installed in a Pironman 5 Ma...
Terminal as a browser? 👀
In this Terminal Tuesday episode, we interviewed Igor Chubin, creator of wttr.in, cheat.sh, and rate.sx 🌐
💯 Tools serving ~100M queries/day straight from the terminal
▶️ Watch it here: https://youtube.com/watch?v=jXF0REYUk7A
Help - Laptop Keyboard stops working when closing the lid + rabbithole #commandline #keyboard #suspend #powermanagement #hibernate
Happy to announce that I just published my #PolyglotScript v2.0.0 research report for #cli #commandline #shell. It consolidates #batchfile, #PowerShell, and #POSIXShell together into 1 single file that can run anywhere, everywhere without requiring to install anything.
Tested on #linux, #windows, and #macos. For #FreeBSD, still pending because GitHub does not officially facilitate #FreeBSD yet.
Check it out at:
Conventional scripting practices remain tethered to platform-specific interpreters, forcing developers to maintain redundant codebases like batch, PowerShell, and POSIX shell. This poses a significant problem when there is a requirement to unify all of them under a single common command especially seen in continuous integration (CI) implementations. Moreover, the situation worsens considerably for cross-platform implementations where the initializer must locate not only the correct interpreter but also OS-specific and architecture-specific executables before running them. Unlike programming languages, there are requirements where these scripts run first to initialize the environment, such as setting up a programming language interpreter. Therefore, there is a need for these initializer unifications. This research project introduces the Polyglot Scripts, a novel unification layer that enables a single unified script file to execute seamlessly across Windows OS, UNIX, and UNIX-like OSes without modification. It is done by exploiting the syntactic intersections and conditional parser directives among the shell scripts, achieving true write-once-run-anywhere semantics at the shell level. Beyond cross-platform utility, these scripts simplify the user command into a single launch file, permit on-site editing instead of compiling|cross-compiling every time, and remain adaptive across all operating systems' technological advancements. For automation engineers/developers, this project produces a set of usable Polyglot Scripts to quickly eliminate environment anxiety, shrink maintenance overhead, and deliver future-proof workflow portability without increasing the learning curve. Polyglot Scripts: a universal runtime contract between the human and any machine in the past, present, and future. This is a self-sufficient independent research report. Therefore, you MUST ALWAYS approach it with full skepticism before reading. Let the report's data and presentation convince you. Verify the findings by reproduction and check its reference validity before concluding your judgment.
winapp CLI v0.3.1 Release
Why TUIs Are Back