diff options
| -rw-r--r-- | assets/dfd-rice/desktop.png | bin | 0 -> 329498 bytes | |||
| -rw-r--r-- | assets/dfd-rice/script.png | bin | 0 -> 66174 bytes | |||
| -rw-r--r-- | posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md | 9 |
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 | ||
| 145 | 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. | 145 | 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. |
| 146 | 146 | ||
| 147 | This is some of the output from the installation script. | ||
| 148 | |||
| 149 |  | ||
| 147 | 150 | ||
| 148 | Let's take a look at some examples in the installation script. | 151 | Let'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 | ||
| 187 | 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. | 190 | 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. |
| 191 | |||
| 192 | 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. | ||
| 193 | |||
| 194 | 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. | ||
| 195 | |||
| 196 |  | ||
