136 private links
“do you know ascii code 7?”
“yea, that rings a bell.”
Terminal Phase is a side-scrolling shoot-em-up in the Gradius and R-Type tradition, but in text mode. In the terminal! It's free software created by Christopher Lemmer Webber [Patreon].
K9s provides a terminal UI to interact with your Kubernetes clusters. The aim of this project is to make it easier to navigate, observe and manage your applications in the wild. K9s continually watches Kubernetes for changes and offers subsequent commands to interact with your observed resources.
Control character origins (^G = BEL)
If you want your list to be included on awesome, try to only include actual awesome stuff in your list. After all, it's a curation, not a collection.
But what is awesome?
Only awesome is awesome
Research if the stuff you're including is actually awesome. Only put stuff on the list that you or another contributor can personally recommend. You should rather leave stuff out than include too much.
Multiplayer Tron in your terminal. Just run the command below and you'll be playing in seconds
lab interacts with repositories on GitLab, including creating/editing merge requests, issues, milestones, snippets and CI pipelines.
The development team has focused on keeping lab a simple and intuitive command line interface for commands provided in the GitLab API. lab's aim is to provide GitLab users an experience similar to the GitLab WebUI with respect to errors and messages.
Die zur ID Austria gehörige App heißt nicht mehr Handysignatur, sondern „Digitales Amt“: Sie kann nur auf Smartphones mit Fingerabdruck- oder Gesichtsscanner genutzt werden. In der App gibt es direkte Links zu allen möglichen Amtswegen, zum Beispiel wie man den Hauptwohnsitz ändert oder eine Wahlkarte beantragt.
In einer zweiten App, sie heißt „eAusweise“, werden der digitale Führerschein und in Zukunft auch andere Ausweise wie etwa der Zulassungsschein, der Personalausweis und die E-Card gespeichert.
Um das digitale Klimaticket zu erhalten, installieren Nutzer:innen einfach die App von ÖBB, WESTbahn oder Wiener Linien auf ihrem Smartphone und rufen hier ihr Klimaticket Österreich ab.
https://infothek.bmk.gv.at/das-klimaticket-oesterreich-gibt-es-nun-auch-digital/
Erneut sorgt ein offenbar falsch adressiertes Mail für innenpolitische Aufregung: Wie am Montag bekannt wurde, landete ein internes ÖVP-Papier versehentlich bei NEOS. Die Kanzler-Partei habe demnach geplant, einen „Transparenz-U-Ausschuss“ einzusetzen, der gegen SPÖ, FPÖ und auch den Koalitionspartner, die Grünen, gerichtet sein sollte. NEOS-Chefin Beate Meinl-Reisinger sprach von einem „Frontalangriff auf den Koalitionspartner“ und forderte Neuwahlen.
Vor rund einem Monat haben Hacker das EDV-System des Landes Kärnten komplett lahmgelegt und eine Lösegeldforderung von fünf Millionen Dollar in Bitcoins hinterlegt. Nun liegt der Forensikbericht vor, der bestätigt, dass die Eintrittspforte eine Phishing-Mail war. Das gab Landessprecher Gerd Kurath am Freitag bekannt.
DER STANDARD recherchiert die Spuren zum mutmaßlichen Täter nach. Die Staatsanwaltschaft Oberösterreich will sich die Vorwürfe nicht mehr gefallen lassen, legt dabei aber grobes technisches Unwissen offen
Changes in behavior
The message that a binary file matches is now sent to standard error
and the message has been reworded from "Binary file FOO matches" to
"grep: FOO: binary file matches", to avoid confusion with ordinary
output or when file names contain spaces and the like, and to be
more consistent with other diagnostics. For example, commands
like 'grep PATTERN FILE | wc' no longer add 1 to the count of
matching text lines due to the presence of the message. Like other
stderr messages, the message is now omitted if the --no-messages
(-s) option is given.
Two other stderr messages now use the typical form too. They are
now "grep: FOO: warning: recursive directory loop" and "grep: FOO:
input file is also the output".
The --files-without-match (-L) option has reverted to its behavior
in grep 3.1 and earlier. That is, grep -L again succeeds when a
line is selected, not when a file is listed. The behavior in grep
3.2 through 3.4 was causing compatibility problems.