136 private links
- Pünktliches Gehalt
- Kostenfreies Leitungswasser
- Obstkorb
- "flache Hierarchien"
- "familiäres Team"
- Schnelles Übernehmen von Verantwortung
- Umfangreiche Einarbeitung
Sind keine Benefits und sie gehören nicht in eine Stellenausschreibung.
„Also jemand hat einen Link geposted der über 7000 Zeichen lang war, was das theoretische Limit einer Datenbank-Indexierung weit überschreitet, doch Mastodon hat es als 23 Zeichen gewertet, weil es jeden Link als 23 Zeichen wertet, und bei der Version 4.1.x gab es noch kein maximales Link-Limit, weswegen das einfach so in die Datenbank geschrieben wurde, was der Fehler war an dem wir jetzt 7 Stunden arbeiten.”
Caligula is a user-friendly, lightweight TUI for imaging disks.
Small binary (few megabytes)
Cool graphs
Listing attached disks, and telling you their size and hardware model information
Rich confirmation dialogs so you don't accidentally nuke your filesystem
Decompressing your input file for a variety of formats, including gz, bz2, and xz
Validating your input file against a hash before burning, with support for md5, sha1, sha256, and more!
Running sudo/doas/su if you forgot to run as root earlier (it happens)
Verifying your disk after writing to make sure it was written correctly
Statically-linked on the Linux version
Did I mention cool graphs?A fast, simple TUI for interacting with systemd services and their logs.
systemctl-tui can quickly browse service status and logs, and start/stop/restart services. It aims to do a small number of things well.
A new type of "Zombie Trainer" has emerged. These are people who work as data labelers, content moderators, or image data collectors without their knowledge. Captive audiences, like refugees, children, prisoners, and low wage workers are all Zombie Trainers, unaware of the hidden tasks they perform, the new industries they're building, or the communities being harmed in the process.
“do you know ascii code 7?”
“yea, that rings a bell.”
Jahrelang wurden linke Aktivist*innen nicht darüber benachrichtigt, dass der ehemalige Verfassungsschutzagent Egisto Ott ihre Daten illegal abgefragt hat. Nun haben sie Post erhalten.
Das Gesundheitsministerium ist mit einer Hackinganzeige gegen die Datenschutz-NGO epicenter.works gescheitert, nachdem diese während der CoV-Krise auf eine Sicherheitslücke im Epidemiologischen Meldesystem (EMS) hingewiesen und damit eine Schließung angestoßen hatte.
Well, today I learned that if you add the Ethernet header – 36 bytes – then an MTU of 1500 plus that header is 1536 bytes, which is 12288 bits, which takes 2^12 microseconds to transmit at 3Mb/second, and because the Xerox Alto computer for which Ethernet was invented had an internal data path that ran at 3Mhz, then you could just write the bits into the Alto’s memory at the precise speed at which they arrived, saving the very-expensive-then cost of extra silicon for an interface or any buffering hardware.
Bei einer Veranstaltung am vergangenen Sonntag in Maria Enzersdorf (Bezirk Mödling) soll ein Allgemeinmediziner aus Niederösterreich behauptet haben, Corona-Impfstoffe enthielten "Neuroroboter, die von außen aktiviert werden können", jeder Geimpfte habe eine IP-Adresse erhalten. Gegen den Mann werde man bei der Ärztekammer eine Disziplinaranzeige einbringen, kündigte Rauch an.
Der Allgemeinmediziner, der auf der Galapagosinsel [Niederösterreich] zum Impfskeptikervolk sprach, überraschte nicht nur die Wissenschaft. "Moderne Impfungen enthalten Nanopartikel, die von außen aktiviert werden können, zum Beispiel über 5G", sagte er. "Jeder Geimpfte hat eine IP-Adresse erhalten." Bei Betroffenen", fügte er an, führe er nach einer Dreifachimpfung über drei Monate hinweg eine Art Ausleitung mit Chlordioxid durch. Erstaunlich! Menschen, die sich von einer Impfung vergiftet fühlen, lassen sich also mit einer anderen Substanz vergiften. Sie verlieren dabei mutmaßlich ihre IP-Adresse, die schwemmt es dann ins offene Meer, aber wenigstens sind sie dann von außen nicht mehr aktivierbar, wofür auch immer.
task spooler is a Unix batch system where the tasks spooled run one after the other. The amount of jobs to run at once can be set at any time. Each user in each system has his own job queue. The tasks are run in the correct context (that of enqueue) from any shell/process, and its output/results can be easily watched. It is very useful when you know that your commands depend on a lot of RAM, a lot of disk use, give a lot of output, or for whatever reason it's better not to run them all at the same time, while you want to keep your resources busy for maximum benfit. Its interface allows using it easily in scripts.
For your first contact, you can read an article at linux.com, which I like as overview, guide and examples (original url). On more advanced usage, don't neglect the TRICKS file in the package.
Synonym is a small utility tool to find synonyms directly from the command line.
It is using the thesaurus.altervista.org API to query for words.
List of supported languages:
en, fr, cs, el, es, da, de, hu, it, no, pl, pt, ro, ru, sk
It’s been known for years now that SSH servers can (and should) be hardened by removing weak default algorithms. For example, recent versions of OpenSSH ship with algorithms suspected of being back-doored by the NSA (i.e.: ECDSA with the NIST P-curves), along with other algorithms with sub-128bit security levels.
But did you know that client software can be hardened too?
Why Harden Client Software?
In a world where all servers are properly hardened, there would be no need to re-configure client software. However, server hardening is unfortunately more rare than it should be, and you can only do it for machines you directly control. In that case, it’s very useful to upgrade your client’s defaults so you have assurance that only strong connections will be made.
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].
What explains the popularity of terminals with 80×24 and 80×25 displays? A recent blog post "80x25" motivated me to investigate this. The source of 80-column lines is clearly punch cards, as commonly claimed. But why 24 or 25 lines? There are many theories, but I found a simple answer: IBM, in particular its dominance of the terminal market. In 1971, IBM introduced a terminal with an 80×24 display (the 3270) and it soon became the best-selling terminal, forcing competing terminals to match its 80×24 size. The display for the IBM PC added one more line to its screen, making the 80×25 size standard in the PC world. The impact of these systems remains decades later: 80-character lines are still a standard, along with both 80×24 and 80×25 terminal windows.
In this blog post, I'll discuss this history in detail, including some other systems that played key roles. The CRT terminal market essentially started with the IBM 2260 Display Station in 1965, built from curious technologies such as sonic delay lines. This led to the popular IBM 3270 display and then widespread, inexpensive terminals such as the DEC VT100. In 1981, IBM released a microcomputer called the DataMaster. While the DataMaster is mostly forgotten, it strongly influenced the IBM PC, including the display. This post also studies reports on the terminal market from the 1970s and 1980s; these make it clear that market forces, not technological forces, led to the popularity of various display sizes.
Collection of random scripts that make my life in the Linux console way simpler.
Do not expect readability, stability, compatibility, portability, applicability, or survivability.
Most of them are just a verbatim dump of what I'm using on my system(s). Simply sharing them to give back to the community. Written in shell, bash, python, and even php.
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.
Unified access to the best community driven cheat sheets repositories of the world.
Let's imagine for a moment that there is such a thing as an ideal cheat sheet. What should it look like? What features should it have?
Concise — It should only contain the things you need, and nothing else.
Fast — It should be possible to use it instantly.
Comprehensive — It should contain answers for every possible question.
Universal — It should be available everywhere, anytime, without any preparations.
Unobtrusive — It should not distract you from your main task.
Tutoring — It should help you to learn the subject.
Inconspicuous — It should be possible to use it completely unnoticed.
Such a thing exists! It's easy to install and there's even auto-complete.
finds bugs in your shell scripts.
You can cabal, apt, dnf, pkg or brew install it locally right now.
Paste a script to try it out: