🤣🤣🤣 image
moss is a Unix-like, Linux-compatible kernel written in Rust and Aarch64 assembly. It features a modern, asynchronous core, a modular architecture abstraction layer, and binary compatibility with Linux userspace applications (currently capable of running most BusyBox commands).
What's the name of your dog? Is he friendly? PS: Post pic if you can. thx!
Back in 1999, Bill Gates said that the popular open source operating system Linux was no threat to Windows. He said that Windows offered far more functionality and features than Linux ever would. He argued that Linux lacked a central point of control, as well as the protection, rich set of drivers, and GUI that businesses need. I found this very interesting because most of these things turned out to be false. Funny how things change just under 25 years? LOL.
Here is a small tip: You can check for Wayland or Xorg (X11) Linux or Unix desktops using the CLI. You can use these commands to check if a user is running X11 (Xorg) or Wayland on Linux, and then take a specific action such as installing a package (such as Kinto that only works on X11) or aborting the installation. All you have to do is type: ``` echo "$XDG_SESSION_TYPE" env | grep -E -i 'x11|xorg|wayland' ``` See https://www.cyberciti.biz/faq/howto-check-for-wayland-or-x11-with-my-linux-desktop/ for more info.
Zig is migrating from GitHub to Codeberg. Good job!
s&box is a modern and open source game engine, built on Valve's Source 2 which comes with a modern intuitive editor for creating games.
OpenAI has experienced a data breach. Any user who utilized their API services should assume that personal data, including their name, location, user ID, and other details, is now in the possession of the hacker
a game to learn (or teach) how to use standard commands in a Unix or Linux shell. GameShell is available in English, French and Italian.
temBoard is a powerful, free and open source web management tool for PostgreSQL. You can use it to monitor, optimize or configure multiple PostgreSQL instances. It is made of 2 things: - A lightweight agent to install on every PostgreSQL server to monitor and manage. - A central server controlling the agents, collecting metrics and presenting it on a web UI. Repo