TranslateProject/sources/tech/20190228 MiyoLinux- A Lightweight Distro with an Old-School Approach.md

162 lines
8.3 KiB
Markdown
Raw Normal View History

[#]: collector: (lujun9972)
[#]: translator: ( )
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (MiyoLinux: A Lightweight Distro with an Old-School Approach)
[#]: via: (https://www.linux.com/blog/learn/2019/2/miyolinux-lightweight-distro-old-school-approach)
[#]: author: (Jack Wallen https://www.linux.com/users/jlwallen)
MiyoLinux: A Lightweight Distro with an Old-School Approach
======
![](https://www.linux.com/sites/lcom/files/styles/rendered_file/public/miyo_main.jpg?itok=ErLiqGwp)
I must confess, although I often wax poetic about the old ways of the Linux desktop, I much prefer my distributions to help make my daily workflow as efficient as possible. Because of that, my taste in Linux desktop distributions veers very far toward the modern side of things. I want a distribution that integrates apps seamlessly, gives me notifications, looks great, and makes it easy to work with certain services that I use.
However, every so often its nice to dip my toes back into those old-school waters and remind myself why I fell in love with Linux in the first place. Thats precisely what [MiyoLinux][1] did for me recently. This lightweight distribution is based on [Devuan][2] and makes use of the [i3 Tiling Window Manager][3].
Why is it important that MiyoLinux is based on Devuan? Because that means it doesnt use systemd. There are many within the Linux community whod be happy to make the switch to an old-school Linux distribution that opts out of systemd. If thats you, MiyoLinux might just charm you into submission.
But dont think MiyoLinux is going to be as easy to get up and running as, say, Ubuntu Linux, Elementary OS, or Linux Mint. Although its not nearly as challenging as Arch or Gentoo, MiyoLinux does approach installation and basic usage a bit differently. Lets take a look at how this particular distro handles things.
### Installation
The installation GUI of MiyoLinux is pretty basic. The first thing youll notice is that you are presented with a good amount of notes, regarding the usage of the MiyoLinux desktop. If you happen to be testing MiyoLinux via VirtualBox, youll wind up having to deal with the frustration of not being able to resize the window (Figure 1), as the Guest Additions cannot be installed. This also means mouse integration cannot be enabled during the installation, so youll have to tab through the windows and use your keyboard cursor keys and Enter key to make selections.
![MiyoLinux][5]
Figure 1: The first step in the MiyoLinux installation.
[Used with permission][6]
Once you click the Install MiyoLinux button, youll be prompted to continue using either su” or sudo. Click the use sudo button to continue with the installation.
The next screen of importance is the Installation Options window (Figure 2), where you can select various options for MiyoLinux (such as encryption, file system labels, disable automatic login, etc.).
![Configuration][8]
Figure 2: Configuration Installation options for MiyoLinux.
[Used with permission][6]
The MiyoLinux installation does not include an automatic partition tool. Instead, youll be prompted to run either cfdisk or GParted (Figure 3). If you dont know your way around cfdisk, select GParted and make use of the GUI tool.
![partitioning ][10]
Figure 3: Select your partitioning tool for MiyoLinux.
[Used with permission][6]
With your disk partitioned (Figure 4), youll be required to take care of the following steps:
* Configure the GRUB bootloader.
* Select the filesystem for the bootloader.
* Configure time zone and locales.
* Configure keyboard, keyboard language, and keyboard layout.
* Okay the installation.
Once, youve okayd the installation, all packages will be installed and you will then be prompted to install the bootloader. Following that, youll be prompted to configure the following:
* Hostname.
* User (Figure 5).
* Root password.
With the above completed, reboot and log into your new MiyoLinux installation.
![hostname][12]
Figure 5: Configuring hostname and username.
[Creative Commons Zero][13]
### Usage
Once youve logged into the MiyoLinux desktop, youll find things get a bit less-than-user-friendly. This is by design. You wont find any sort of mouse menu available anywhere on the desktop. Instead you use keyboard shortcuts to open the different types of menus. The Alt+m key combination will open the PMenu, which is what one would consider a fairly standard desktop mouse menu (Figure 6).
The Alt+d key combination will open the dmenu, a search tool at the top of the desktop, where you can scroll through (using the cursor keys) or search for an app you want to launch (Figure 7).
![dmenu][15]
Figure 7: The dmenu in action.
[Used with permission][6]
### Installing Apps
If you open the PMenu, click System > Synaptic Package Manager. From within that tool you can search for any app you want to install. However, if you find Synaptic doesnt want to start from the PMenu, open the dmenu, search for terminal, and (once the terminal opens), issue the command sudo synaptic. That will get the package manager open, where you can start installing any applications you want (Figure 8).
![Synaptic][17]
Figure 8: The Synaptic Package Manager on MiyoLinux.
[Used with permission][6]
Of course, you can always install applications from the command line. MiyoLinux depends upon the Apt package manager, so installing applications is as easy as:
```
sudo apt-get install libreoffice -y
```
Once installed, you can start the new package from either the PMenu or dmenu tools.
### MiyoLinux Accessories
If you find you need a bit more from the MiyoLinux desktop, type the keyboard combination Alt+Ctrl+a to open the MiyoLinux Accessories tool (Figure 9). From this tool you can configure a number of options for the desktop.
![Accessories][19]
Figure 9: Configure i3, Conky, Compton, your touchpad, and more with the Accessories tool.
[Used with permission][6]
All other necessary keyboard shortcuts are listed on the default desktop wallpaper. Make sure to put those shortcuts to memory, as you wont get very far in the i3 desktop without them.
### A Nice Nod to Old-School Linux
If youre itching to throw it back to a time when Linux offered you a bit of challenge to your daily grind, MiyoLinux might be just the operating system for you. Its a lightweight operating system that makes good use of a minimal set of tools. Anyone who likes their distributions to be less modern and more streamlined will love this take on the Linux desktop. However, if you prefer your desktop with the standard bells and whistles, found on modern distributions, youll probably find MiyoLinux nothing more than a fun distraction from the standard fare.
--------------------------------------------------------------------------------
via: https://www.linux.com/blog/learn/2019/2/miyolinux-lightweight-distro-old-school-approach
作者:[Jack Wallen][a]
选题:[lujun9972][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://www.linux.com/users/jlwallen
[b]: https://github.com/lujun9972
[1]: https://sourceforge.net/p/miyolinux/wiki/Home/
[2]: https://devuan.org/
[3]: https://i3wm.org/
[4]: /files/images/miyo1jpg
[5]: https://www.linux.com/sites/lcom/files/styles/rendered_file/public/miyo_1.jpg?itok=5PxRDYRE (MiyoLinux)
[6]: /licenses/category/used-permission
[7]: /files/images/miyo2jpg
[8]: https://www.linux.com/sites/lcom/files/styles/rendered_file/public/miyo_2.jpg?itok=svlVr7VI (Configuration)
[9]: /files/images/miyo3jpg
[10]: https://www.linux.com/sites/lcom/files/styles/rendered_file/public/miyo_3.jpg?itok=lpNzZBPz (partitioning)
[11]: /files/images/miyo5jpg
[12]: https://www.linux.com/sites/lcom/files/styles/rendered_file/public/miyo_5.jpg?itok=lijIsgZ2 (hostname)
[13]: /licenses/category/creative-commons-zero
[14]: /files/images/miyo7jpg
[15]: https://www.linux.com/sites/lcom/files/styles/rendered_file/public/miyo_7.jpg?itok=I8Ow3PX6 (dmenu)
[16]: /files/images/miyo8jpg
[17]: https://www.linux.com/sites/lcom/files/styles/rendered_file/public/miyo_8.jpg?itok=oa502KfM (Synaptic)
[18]: /files/images/miyo9jpg
[19]: https://www.linux.com/sites/lcom/files/styles/rendered_file/public/miyo_9.jpg?itok=gUM4mxEv (Accessories)