Sunday, April 13, 2025

MocaccinoOS v1.8.1 Latest

 MocaccinoOS v1.8.1 Latest

Hello everybody!

Today we are releasing MocaccinoOS v1.8.1

This is mostly an upgraded version that doesn't introduce too many new features. 
Everything is compiled against a very recent Gentoo Portage tree.

The team hopes you enjoy our effort.
With kind regards,

Ettore Di Giacinto
Joost Ruis
Mihai Dobrescu
Jerrod Frost

 
Changes since 1.7.1:
    Cosmic DE Alpha5 version (available in repository)
    Kernel is upgraded to 6.6.75 (LTS)
    Mesa version 24.3.3
    Nvidia-drivers version 550.144.03 (available in repository)
    KDE Plasma 6.2.5
    XFCE 4.20
    Steam™ dropped from Iso (available in repository)

Issues and improvements:

    Implement performance tuning, see documentation. (https://www.mocaccino.org/docs/desktop/performance)
    XFCE theme improvements
    Calamares several small issues fixed
    Better support for touchpad devices (mocaccinoOS/desktop@de28207)
    Better support for Intel ARC GPU (mocaccinoOS/desktop@a2cac3f)
    We are aware that MOS images are not fully EFI complaint, certain (mostly older) systems are not booting properly with EFISTUB used in our images. At the moment we do not have a proper solution and the workaround is to change your BIOS settings to boot in legacy mode. ( #130 )

Notes for testers:

Additional software can be installed through flatpak, docker or the community repository.
Please give us feedback by reporting bugs or sharing your ideas with us.
Check out our documentation pages
Support our work!

https://www.mocaccino.org/docs/donate/
Acknowledgement:

The project heavily depends on the work done by upstream Gentoo Linux and we would like to thank them for their hard and excellent work! 
MocaccinoOS compiles all software available in the repositories using their own infrastructure that is powered by Kairos.

MOS comes in several flavors, pick whatever suits you best.
(Please note that Desktop Minimal image is used for testing purposes and does not feature an installer!)


Sabayon

 Sabayon

Web site: sabayon.org
Origin: Italy
Category: Desktop, Server
Desktop environment:  

GNOME, 

KDE, 

LXQt, 

MATE, 

Xfce, 

Fluxbox (Minimal)
Architecture: x86_64
Based on: Gentoo
Wikipedia: Sabayon Linux
Media: Live DVD
The last version | Released: 19.03 | March 27, 2019
Zobacz po polsku Zobacz po polsku: Sabayon Linux

Sabayon Linux (previously RR4 Linux and RR64 Linux) – a Linux distribution developed by Fabio Erculiani, based on and fully compatible with Gentoo Linux. It uses the Entropy package management system that was specially developed for this distribution and Portage.

Entropy installs prepackaged packages which shortens the installation process compared to Portage

You can use Entropy with console or graphic user interface Equo or Ringo.

Sabayon supports x86 and amd64 architectures and is a rolling release distro, which means that you don’t have to install it from scratch after a new version is released. There are ready to go Live CDs/DVDs with GNOME, KDE, XFCE, MATE environments, a minimalist version with Fluxbox, which lets you customize the system according to your needs; and a version of SpinBase without a graphical environment.

To install the system on a hard drive, Sabayon uses the Anakonda installer known from Red Hat and Fedora.

Starting with version 16.06, Sabayon is also available for ARM machines (RaspberryPi).

The last version of Sabayon Linux are available for x86_64 machines only.

In November 2020, Sabayon has been rebranded to MocaccionoOS and merged the project with Funtoo Linux.

Catbird Linux

Catbird Linux

Introduction

Welcome to Catbird Linux, an operating system built for media creation, web scraping, and software coding. It is the daily driver you want for retrieving data, making videos or podcasts, and making software tools to automate the repetitive tasks. It is ready for work in Python, Lua, and Go languages, with numerous packages for web scraping or downloading data via API calls. Using Catbird Linux, it is possible to accomplish in depth stock market analysis, track weather trends, follow social media sentiment, or do other tasks in data science. The system is programmer friendly, ready for creating and running the tools you use to measure and understand your world.

Catbird Linux is now based on rolling Debian (Sid)!
Live system credentials are username:  user    password:  live

CONTENT CREATION TOOLS

Start creating content by developing your ideas and writing them down. Obsidian is a premier application for note-taking in markdown format. 

Neovim also works great with markdown. 

Write books and export them to multiple formats using LibreOffice. Creating ebooks for the Kindle or other readers can be tricky; use Sigil to open up ebooks and edit them as HTML projects.

In addition to writing text, creating content involves working with audio, video, and images. Catbird Linux is ready to work for you with these applications:

- Audacity, for audio editing. Plenty of processing and analysis plugins are installed.
- GIMP, for image editing in a Gui.
- Imagemagick, for image editing on the command line.
- OBS-Studio, for video streaming and screen recording.
- Shotcut, for video editing. Processing plugins included.

DATA SCIENCE

Here are some of the main Python packages integrated into the system:

- Python 3.13, pure and simple. It is the base upon which capabilities are extended with extra custom modules.
- Requests, a simple, yet elegant, HTTP library.
- Ipython, a command shell for interactive computing in Python.
- JupyterLab, an application for creating, testing, and sharing documents containing live code. Jupyter Notebooks are configured for Python, Go, Javascript, Typescript, and Bash kernels.
- Pandas-Datareader, a library for managing and formatting for display or input to other applications.
- Matplotlib, a 2D mathematical plotting library.
- Scipy, a core Python library for computations in science and engineering.
- Sympy, the Python library for symbolic mathematics.
- Numpy, a core Python library for advanced mathematical computations.
- Astropy, containing essential computational tools for astronomy and astrophysics.
- MetPy, a Python library for reading, visualizing, and performing calculations with weather data.
-
WorldWeather is the largest three-dimensional web-based interactive browser of satellite, weather, climate, and other publicly available time-aware geospatial data, built upon NASA's revolutionary World Wind technology.

For web scraping, these specialized packages are installed:

- Beautiful Soup, a library for extracting data from HTML and XML documents.
-
Selenium, a suite of tools automating web browsing.
- Scrapy, a powerful and extensible web scraping and crawling framework. It is not especially user friendly, but once set up, it really brings in the data you need.

Sentiment of scraped social media or news content can be measured with natural language processing (nlp) software tools. Whether favorable, neutral, unfavorable, or perhaps outright love and hate, populations can be evaluated by by what they say. Bots and trolls can be found and evaluated too! The Natural Language Toolkit (NLTK) is the main language processing tool in Catbird Linux. It has numerous components which parse, tokenize, classify, and evaluate the semantics of written language. Catbird Linux is configured for English, but it is possible to install modules for other languages. VADER Sentiment Analysis is a valence-aware dictionary and rules-based analysis tool crafted for social media analysis. WordNet is effective on groups of words, adept at assigning values based on phrases built on synonyms, antonyms, or neutral with respect to other words.

TextBlob is a package which your scripts will use to examine blocks of text - breaking phrases into parts, then tagging, evaluating, and quantifying sentiment. It is powerful, but easy to use: collect your text, with programmatic instructions, feed it to the processor for evaluation.

Catbird Linux includes a wide variety of python packages ready to work on start-up. If you have your own scripts or Jupyter Notebooks, copy them into the system and run them. Additional packages may be easily added with the pip install or other commands. It is suggested to set up separate Python virtual environments built around specific packages and tasks.

ARTIFICIAL INTELLIGENCE (AI) TOOLS

Artificial Intelligence has quickly proven itself to be an essential element of data collection, interpretation, and content creation. It seems that each week, creative people are finding new ways to use ChatGPT, Gemini, Midjourney, and other intelligent tools to reimagine their workflows and be super productive. Catbird Linux is now incorporating some of those tools. Several are bookmarked in the web browser for quick access, while others are included as stand alone apps or browser plugins.

Use Python-TGPT, which may be used anonymously and for free - with more than forty models available. Use Leo AI smart assistant, with multiple models available, to enhance your experience in the Brave Browser.

GO AND LUA: ELEGANT - EFFICIENT - FAST

Go and Lua are open source programming languages focused on simplicity, reliability, and efficiency. Writing either Go or Lua to create your applications, you work in a more direct manner, without the bloat and clutter of other programming languages. Golang code is compiled into lightweight, efficient binaries, while Lua is interpreted and executed quickly and reliably.

Gather and analyze data with Python, but use Go to do the heavy work with your refined data. It is 40x faster than Python, similar to Java or C++ but more programmer-friendly.

JAVASCRIPT AND TYPESCRIPT: DYNAMIC WEB CONTENT

Neovim and JupyterLab are both configured with syntax and formatting support for Javascript and Typescript. In fact, you can test your code incrementally in JupyterLab. Of course, Brave is a web browser which will run Javascript or Typescript right out of the box.

OFFICE, PROGRAMMING, AND MULTIMEDIA APPLICATIONS

In addition to data science applications, Catbird Linux is equipped with the full LibreOffice productivity suite. For code writers, there is the Neovim editor, with included plugins supporting Python, Go, Java / Javascript, HTML, Markdown, and other languages. Multimedia files and data streams are available in the MPV Media Player. Internet accessible software defined radio servers are indexed in, SDR-Map and SDR-Bookmarks for accessing live, off-the-air broadcasts from around the world.

COMMAND LINE TOOLS

Catbird Linux contains a plethora of efficient and fast command line tools.

- Python-TGPT provides acces to AI chatbots based on more than 40 models! Open it and send some prompts to accomplish interesting things.
- Neovim and Nano are a pleasure to program in, in part, because they are so fast.
- Newsboat is an RSS / Atom feed reader.
- Castero is a lightweight podcast player.
- Browsing the web is a breeze in text mode with W3M. Navigate pages with Vim-like keys and enjoy cleaner, stripped text using the Readability utility.
- Surfraw is a search tool providing well over a hundred different websites to access for information not easy to find on the major portals. You can look for aircraft in flight by registration or ADSB hex code, find answers to computing or math problems, or even do lookups of slang phrases or rumors appearing in the news.
- Bluetabs pulls multiple microblog feeds and displays them in the web browser. Here, it is set up in "topics." You select a topic and watch multiple feeds.
- Irssi is a terminal based internet relay chat (irc) application for anyone wanting to go "old school" in text based communication.
- lf is a fast and efficient terminal file manager. Navigate with Vim-like keys, with previews and user configurable management commands.
- Lookatme is a slide presentation application, which works with markdown text, easily styled with css.
- fzf, ripgrep, and fd are tiny yet very effective tools for searching and organizing files or text. With these, you can reach into dozens or hundreds of files to recursively find words, phrases, code, or even terminal command history.
- Uv is a new and extremely fast Python package and project manager, written in Rust. It is the tool to use for installing or removing packages and keeping the dependencies in order. Uv makes it easy to set up and run virtual Python environments.

NETWORK ACCESSIBILITY AND SECURITY

Catbird Linux contains applications promoting a decentralised, content neutral, and censorship free internet. For evading national censorship barriers, Wireguard VPN, OpenVPN, and Sshuttle are effective tools. Set up Tor on a distant server, then use Tor-Remote to discretely acess the Tor network without an observable connection to your real IP address. DNS privacy and authenticity are protected with DNS over HTTPS, ensuring that censors cannot monitor or poison domain name lookups.

New additions for Catbird Linux v3 are the Reticulum Network Stack and MeshChat. They use a new networking protocol with great resilience and security. Reticulum works on the global internet and also totally off grid, using RNode wireless devices with LoRa communications.

Local files need protection too! VeraCrypt provides strong cryptographic protection in the form of storage volumes which resist tampering or unauthorised access. Bleachbit is a powerful system cleaner which can also eliminate traces of deleted files by wiping free disk space.

USAGE AND INSTALLATION OPTIONS


Catbird Linux is built primarily to run as a live environment you boot from a flash drive. Use bootable drive setup tools, such as Etcher or Rufus, to create bootable media.

Ventoy is the suggested tool for setting up a portable drive you can use for booting multiple live Linux distributions. If you know how to work with Grub or Systemd booting, you can simply point the bootloader at the iso file to load the kernel and file system.

The live iso is packaged as a DVD image, but it is not recommended to burn an actual DVD to run any live computing environment. DVDs are far, far too slow! Use a flash drive or SSD for a portable set up; install to bare metal for top performance.

If you insist on having a full, persistent, regular Catbird Linux installation, then do this:

1. Format a drive with the Linux filesystem of your choice.
2. Enter the command: sudo linux-clone in the terminal.
3. Clone the running system to the desired drive.
4. Reboot to the desired drive.

TECHNICAL NOTES

Catbird Linux is a 64 bit system. As of Version 2.0, it is based on Debian's Sid branch of GNU/Linux. Catbird Linux uses the Dynamic window Manager (DWM), with a great set of patches, to provide an efficient workflow light on resources and fast. The system builds on and extends the capabilities of its parent distros: easy software updating, great graphics, system resource management, and adaptability to user needs. The system runs quite well on modest hardware, and is blazingly fast on strong multi-Core CPUs with abundant memory.

This live Linux system may be customized and the iso file regenerated with the included Bash scripts. Copy the directory /usr/local/src/linux-respinner to a location with free space at least four times the size of the iso file. Edit the variables at the beginning of the "group update" and "multifunction" scripts so they contain the actual paths to be used. See the respinner README for more information.

INTEGRITY AND AUTHENTICITY OF CATBIRD LINUX

Great effort goes into making Catbird Linux safe and free of malware. To verify that your copy of the iso image file is authentic, undamaged, and unaltered, check the sha256sum against the official authentication document and verify the digital signature of Catbird Linux. The authentication document at https://catbirdlinux.com/docs/catbirdlinux-authentication.txt is available by the download link at Catbirdlinux.com. Use the Passwords and Keys or Seahorse application to check the signature. Import the Catbird Linux public key from pool.sks-keyservers.net or keyserver.ubuntu.com.

DISCLAIMER

Catbird Linux is provided as-is. No guarantees or warranties are applicable to Catbird Linux. Catbird Linux is an independent distribution derived from Debian GNU/Linux, but not endorsed by or affiliated with Debian or any other organizations. End users bear all responsibility for access and use of data obtained with Catbird Linux and any works created with it.

INTEGRATED CHANGES FOR THIS VERSION OF CATBIRD LINUX

Version 2.8.0:

To Hell or Heaven

December, 23, 2011

Reproduction 14 years to this day of preoccupation


To Hell or Heaven

To Hell or Heaven

It is said

That when

A Sri-Lankan

Plans to go abroad

He becomes secretive

And almost paranoid

Does not tell anybody

Of his intentions

Lest somebody pulls a string

Under the carpet

To stop

His endeavour

But

Once he is abroad

And found

A filthy dwelling

For habitation

He is in all but praise

Of the new found

Hell sans freedom

Wants all his fellow beings

Left behind

To come, join him

In misery

And share his chores and concerns

I am told

This is so

In the Middle East

Or else as

A refuge

In the West

But,

What is significant?

And the most compelling fact

Is that

When one goes to hell

He makes sure

All his fellow beings

Are pulled out there from here

Like a magnetic attraction

To share the misery

But,

By chance

If he found

A decent and healthy place

As a habitat

He writes home

In shame and disregard

Of the place adopted

Lest he has

To share

The wealth and happiness

Of the New Found Land (Newfoundland or Greeland)

This is not

In anyway

A warning for anybody

Who wishes to go out

And explore

The Sri-Lankan

Who wish for divine intervention?

All the time,

End up in hell instead

But,

When one goes to heaven

They go there all alone

Simply because

Increasing the numbers there

Would be antagonistic

To the Zero Growth Principle

Propounded by me

Here and now

The propensity

Adopted by,

The Sri-Lankans

Who are already there

Established in position and fame

Is truly different in magnitude

But,

Buddhist anthology and tradition,

Is the “Kalyana Mitta”,

The true friend who helps

The upward bound

Of beings

To high heaven

Come what it may

Now and always

Sans boundaries,

Of colour, caste, creed or class

Sadly.

It is known for its absence

In the modern world

Of material gain

Is it asking too much?

To go for zero growth

In activity, mobility and expansion

To save our mother nature

Using the eye of wisdom

To see and vision,

The guiding principle

Is “Small is beautiful”

“Less is more”

In Nature

To know this

The man doesn’t

Need a brain as big as

The nature has endowed

Upon him

To apply

The simple principle

Of cohabitation with

Mother nature

The mother of all