aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-12-09 01:19:10 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-12-09 01:19:10 +0100
commit81d7503c915986c7f4d587ee78d807673a7b7d8b (patch)
treea31dcaea69280c4cccd5e50b6c40a72f9eb275e3
parent4489f111c89eaf292ad6550ea499a018a9dc1137 (diff)
downloadmitjafelicijan.com-81d7503c915986c7f4d587ee78d807673a7b7d8b.tar.gz
Added images to post
-rw-r--r--assets/dfd-rice/desktop.pngbin0 -> 329498 bytes
-rw-r--r--assets/dfd-rice/script.pngbin0 -> 66174 bytes
-rw-r--r--posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md9
3 files changed, 9 insertions, 0 deletions
diff --git a/assets/dfd-rice/desktop.png b/assets/dfd-rice/desktop.png
new file mode 100644
index 0000000..8dcfd51
--- /dev/null
+++ b/assets/dfd-rice/desktop.png
Binary files differ
diff --git a/assets/dfd-rice/script.png b/assets/dfd-rice/script.png
new file mode 100644
index 0000000..0f2affe
--- /dev/null
+++ b/assets/dfd-rice/script.png
Binary files 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 \
144 144
145Currently, 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. 145Currently, 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.
146 146
147This is some of the output from the installation script.
148
149![](/assets/dfd-rice/script.png)
147 150
148Let's take a look at some examples in the installation script. 151Let's take a look at some examples in the installation script.
149 152
@@ -185,3 +188,9 @@ Check [Multi-Threaded Processing in Bash Scripts](https://www.cloudsavvyit.com/1
185## Conclusion 188## Conclusion
186 189
187Take 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. 190Take 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.
191
192The 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.
193
194And 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.
195
196![](/assets/dfd-rice/desktop.png)