Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

19 January 2018

EulerOS 2.0 Test

EulerOS 2.0 is the (only?) freely available UNIX certified Linux distro, The other UNIX Linux: K-UX doesn't seems available separately (at least I can't find it).

version 2.0 with default Gnome 3
Made by giant tech manufacturer company Huawei, the OS name is not using "X" moniker like OSX, AIX or IRIX and we don't need to worry that the distro will be Chinese specific because the default language during installation is english.

Before that I found myself in confusion just trying to download it from http://developer.huawei.com/ict/en/site-euleros as pointed by earlier review, getting with registration shenanigans that ended with unresumable 4GB iso download. It turned own there is easier way just use the repo link here:

http://developer.huawei.com/ict/site-euleros/euleros/repo/yum/

There you'll find several versions, inside that you'll find os/x86_64/iso sub-directory leading to resumable iso download which literally contain the content of other directories. Note that version 2.0 has been recently refreshed (Dec 2017) with new kernel and packages on the level of CentOS 7.2 (which EulerOS based on). Therefor I found no additional packages in the site repo and you can just pointed repo.d config file to use directly your disc (unless you want updating).

Package naming follow CentOS but without "el7" moniker, that's make me suspicious if there any incompatibilities, for sure to comply with UNIX some modification needed for ex. the CLI userland
and compiler (GCC 4.8.5) may changed. So I try install several third-party packages such VirtualBox, old Acrobat Reader 9, Chrome and LibreOffice, everything works fine. Installing few "other" packages from CentOS repo also working. Note that with just 4GB repo EulerOS is severely lacking for desktop use, but mind you, this is a server-grade distro :).

I haven't investigate the userland changes (like if POSIX behavior become the default or not), actually I don't know where to get the sources for EulerOS.

Next I want to change the simpleton Gnome desktop with KDE which require borrowing lot packages from CentOS repo. If successful I may consider to really installing it along with Windows.

02 December 2010

An optimistic dmraid?

It's great when ubuntu lucid detected my fakeraid several months ago though I have slight suspect it was also broke my one of array disk later. Now for stupid reason I need to move my ubuntu from dedicated OSes disk into one of my storage disks (now non-RAID). Surprise! it can't find root partition... The RAID is gone (from BIOS) but finally after googling a while there is a metadata that written in array disk that need to be cleared.

OK so how I able to type dmraid if I got no accessible Ubuntu? Tell me if I can use Ubuntu rescue mode... but I already use OpenRC liveCD instead. And here is how:

dmraid -r
--> this should show where raid metadata written in the affected disks
dmraid -r /dev/sda -E
--> this should strip metadata on each disks mentioned before

you need sudo if not root already

At first I was scare to enter those commands as I've no backup supply at the moment (what if it erase my partition table / bootloader?) but hey it works! it's totally safe :)

16 August 2010

Why people don't like KDE?

Does Ubuntu (Gnome) really that good? Till most Gnu/Linux distro use Gnome?
Yeah it's lightweight desktop but so does fluxbox (even more). Today I try OpenSUSE 11.2 KDE4 Edition and I find it much cooler than Windows 7 Aero or more like a mix between OSX and 7. IMO that's the most sane and intuitive desktop I've ever seen in Gnu/Linux platform. Why KDE has less userbase? QT 4.x is certainly better than GTK in many case... But why such beautiful desktop is considered inferior? Amusing, I don't get it...

Just wondering