From 81d7503c915986c7f4d587ee78d807673a7b7d8b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 9 Dec 2021 01:19:10 +0100 Subject: Added images to post --- assets/dfd-rice/desktop.png | Bin 0 -> 329498 bytes assets/dfd-rice/script.png | Bin 0 -> 66174 bytes ...ebian-based-riced-up-distribution-for-developers.md | 9 +++++++++ 3 files changed, 9 insertions(+) create mode 100644 assets/dfd-rice/desktop.png create mode 100644 assets/dfd-rice/script.png diff --git a/assets/dfd-rice/desktop.png b/assets/dfd-rice/desktop.png new file mode 100644 index 0000000..8dcfd51 Binary files /dev/null and b/assets/dfd-rice/desktop.png differ diff --git a/assets/dfd-rice/script.png b/assets/dfd-rice/script.png new file mode 100644 index 0000000..0f2affe Binary files /dev/null and b/assets/dfd-rice/script.png differ diff --git a/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md b/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md index 0d58fba..2a97477 100644 --- a/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md +++ b/posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md @@ -144,6 +144,9 @@ su - root \ Currently, most of these recipes use what Debian and this is totally fine with me since I never use bleeding edge features of a package. But if something major would come to light, I will replace it with a possible compilation script or something similar. +This is some of the output from the installation script. + +![](/assets/dfd-rice/script.png) Let's take a look at some examples in the installation script. @@ -185,3 +188,9 @@ Check [Multi-Threaded Processing in Bash Scripts](https://www.cloudsavvyit.com/1 ## Conclusion Take a look at https://github.com/mitjafelicijan/dfd-rice/blob/develop/tools/install.sh script to get familiar with it. This is just a first iteration and I will continue to update it because I need this in my life. + +The current version boots in 4s to the login prompt, and after you log in, the desktop environment loads in 2s. So, its fast, very fast. And on clean boot, I measured ~230 MB of RAM usage. + +And this is how it looks with two terminals side by side. I really like the simplicity and clean interface. I will polish the colors and stuff like that, but I really do like the results. + +![](/assets/dfd-rice/desktop.png) -- cgit v1.2.3