Language Selection

English French German Italian Portuguese Spanish

An Austrumi Assessment

Filed under
Linux
Reviews
-s
Austrumi Linux 0.9.5

Austrumi is a Latvian Linux distribution, with support for English, presented in a 48mb iso, based on Slackware Linux using Blin init scripts. Austrumi released version 0.9.5 earlier this month, and included a 2.6.11 kernel and FVWM. It comes with a variety of applications for daily tasks and looks good doing it.

Its requirements include:

  • CPU - Intel-compatible (pentium or later);
  • RAM - at least 96 MB for X implimentation;
  • HD - not needed;
  • CD-ROM - bootable CD-ROM drive.

Some included applications are:

  • Graphic
    • gqview - image browser
    • gimp - Image Manipulation Program
    • inkscape - SVG editor
  • Office
    • gcalctool - graphical calculator
    • abiword - word processor
    • gnumeric - spreadsheet editor
    • stardict - dictionary
    • bluefish - html editor
    • gv - a PostScript and PDF previewer
  • Internet
    • firefox - WWW browser
    • gftp - ftp client
    • skype - free internet telephony
    • gitmail - mail client
    • apache - Web server
    • vsftpd - ftp server
    • xmail - mail server
  • Other
    • emelfm - file manager
    • gtkfind - graphical file finding program
    • rxvt - color VT102 terminal emulator
    • LinNeighborhood - samba client

Austrumi's default language is Latvian but my first look around wasn't hindered a great deal due to the icons and pics included. However, I was quite relieved to discover the English option in the menu. "Sakt"->"Sistema"->"leslegt anglu" to be exact. Once enabled, Austrumi seems more usable to the average English speaking person like myself. Even better than that perhaps was the discovery of how wonderful the fonts look. Do I dare say Austrumi has the best looking default fonts I've seen in a distro since pclos or mandriva? They were just gorgeous, even in Firefox. I tried to discover their secret, but was unsuccessful during my short excursion. I will probably be revisiting that quest by and by.

More strking than the nice desktop or the beautiful fonts was the blazing fast performance. I've never experienced anything like the speed of Austrumi. Even used in it's livecd format, this operating system was breaking landspeed records. When have you ever known gimp or firefox to open in about 2 seconds? My hardware is a 2800+ Barton on a KT400 mobo with 512 mb ddr ram, a mid-performance machine at best. This performance must be in part because Austrumi caches the entire cd into memory. (As an added bonus, this enables Austrumi to release the cd and free up the drive for other uses.) Due to this wonderful discovery, I was quite interested in it's hard drive install application.

One word on that hard drive installer: DON'T! Don't do it. Drop the mouse and step back away from the keyboard. I thought the interface seemed a bit primative and sparce. I felt a sense of foreboding, but being Me, I continued anyway. I chose to use my last unused partition, /dev/hda20. I highlighted it from the menu and told it to put lilo on it's root (as there seemed to be no option to skip it). It preceded to wipe out my hda1 and my windows XP install. Sure, not a major loss and the rest of my data and systems were intact, but still I'd rather had it install where I wanted. In fact, it didn't install at all. All it installed was a lost&found file on hda1. Shame shame shame. A destructive application should not be included in the menu until it's at least almost operative. Austrumi lost major points for this faux pas.

Another strike against Austrumi in my book, and this is perhaps a personal choice, was the mounting all my partitions automagically. I have an aversion to distros doing that. This is a formula for disaster. What if one has to hit reset? And I did.

I had to hit reset one boot tho the system didn't seem entirely unresponsive, none of the menu items worked and commands in the terminal just seemed to stagnate. They just sat there unexecuted. All the usual get-out-unscathed techniques failed. In addition, X crashed more than once and several applications crashed out a few times. One boot, gimp wouldn't open at all.

The boot process is based on the Blin operating system. When I booted the first time, I struggled to recognize it. It was refreshing to see a mini not use knoppix or damn small as their base and noticed it's hardware detection was doing a wonderful job. But I just couldn't put my finger on it. Reading the sparce website, I discovered it credited Blin with it's startup scripts. After boot one can look around and recognize some telltail signs that it has its roots in Slackware. However many basic commandline tools and commands were missing and made things a tad more challenging.

The final strike is its network connection setup. In today's Linux world, one almost expects the internet connection to work upon boot. If the machine is on a lan behind a router, one can set up their connection fairly easily with 3 short commands, or fortunately there is netconfig in the menu. One can setup a static, dhcp, or ppp connection, although the static setup didn't set up the gateway, so the connection didn't work. The dhcp method seems to work just fine.

In summation, Austrumi has some wonderful features going for it, but it also has several issues it needs to address. I found it nice looking with fantastic fonts and speed, but it also seemed a bit buggy and slightly destructive. I'll keep an eye on this distro, but three strikes and you're out this inning. I doubt I'll ever try to install to my harddrive using its installer again. ...now where did I put that xp install disk and my linux boot floppy?

Screenshots in the gallery.

re: Austrumi at a crossroad?

Yes, it was surprizing little distro and I was fairly impressed at the development so far. It wasn't quite ready for prime time at that release, but I expect to be someday soon. I will be keeping my eye on Austrumi.

----
You talk the talk, but do you waddle the waddle?

Yep

I already got it downloaded and burnt. I was fixing to fire it up in a bit to test it out and maybe write up a little something on it. I wonder about the hard drive installer. Does it seem fixed?

----
You talk the talk, but do you waddle the waddle?

re: English

It's moved release 0.9.7. It's under Desktop, which in latvian .. well, it's the 4th item from the bottom in the menu and then it's the first item in that submenu.

Thank you for saying about the site. Smile

----
You talk the talk, but do you waddle the waddle?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.