aboutsummaryrefslogtreecommitdiff
path: root/_posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:17:03 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-05 12:17:03 +0100
commitd3dfec6f52d8093db276adb62021ced8f58e590c (patch)
tree91136e5b803a7058d42f998660cd4ba86fdf379d /_posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md
parente490ef9a85ff161305d5647281ed316b54366bca (diff)
downloadmitjafelicijan.com-d3dfec6f52d8093db276adb62021ced8f58e590c.tar.gz
Added lazy loading to images
Diffstat (limited to '_posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md')
-rw-r--r--_posts/2021-12-03-debian-based-riced-up-distribution-for-developers.md18
1 files changed, 9 insertions, 9 deletions
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 b469a05..4f9bc09 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
@@ -77,35 +77,35 @@ Fonts being applied across the distro and things like that.
77First, I choose terminal installer and left it to load additional components. 77First, I choose terminal installer and left it to load additional components.
78Avoid using graphical installer in this case. 78Avoid using graphical installer in this case.
79 79
80![](/assets/posts/dfd-rice/install-00.png) 80![](/assets/posts/dfd-rice/install-00.png){:loading="lazy"}
81 81
82After that I selected hostname and created a normal user and set password for 82After that I selected hostname and created a normal user and set password for
83that user and root user and choose guided mode for disk partitioning. 83that user and root user and choose guided mode for disk partitioning.
84 84
85![](/assets/posts/dfd-rice/install-01.png) 85![](/assets/posts/dfd-rice/install-01.png){:loading="lazy"}
86 86
87I left it run to install all the things required for the base system and opted 87I left it run to install all the things required for the base system and opted
88out of scanning additional media for use by the package manager. Those will be 88out of scanning additional media for use by the package manager. Those will be
89downloaded from the internet during installation. 89downloaded from the internet during installation.
90 90
91![](/assets/posts/dfd-rice/install-02.png) 91![](/assets/posts/dfd-rice/install-02.png){:loading="lazy"}
92 92
93I opted out of the popularity contest, and **now comes the important part**. 93I opted out of the popularity contest, and **now comes the important part**.
94Uncheck all the boxes in Software selection and only leave 'standard system 94Uncheck all the boxes in Software selection and only leave 'standard system
95utilities'. I also left an SSH server, so I was able to log in to the machine 95utilities'. I also left an SSH server, so I was able to log in to the machine
96from my main PC. 96from my main PC.
97 97
98![](/assets/posts/dfd-rice/install-03.png) 98![](/assets/posts/dfd-rice/install-03.png){:loading="lazy"}
99 99
100At this point, I installed GRUB bootloader on the disk where I installed the 100At this point, I installed GRUB bootloader on the disk where I installed the
101system. 101system.
102 102
103![](/assets/posts/dfd-rice/install-04.png) 103![](/assets/posts/dfd-rice/install-04.png){:loading="lazy"}
104 104
105That concluded the installation of base Debian and after restarting the computer 105That concluded the installation of base Debian and after restarting the computer
106I was prompted with the login screen. 106I was prompted with the login screen.
107 107
108![](/assets/posts/dfd-rice/install-05.png) 108![](/assets/posts/dfd-rice/install-05.png){:loading="lazy"}
109 109
110Now that I had the base installation, it was time to choose what software do I 110Now that I had the base installation, it was time to choose what software do I
111want to include in this so-called distribution. I wanted out of the box 111want to include in this so-called distribution. I wanted out of the box
@@ -142,7 +142,7 @@ What I was doing in Gnome was having windows in a layout like the diagram
142below. This is my common practice. And if you look at it you can clearly see I 142below. This is my common practice. And if you look at it you can clearly see I
143was replicating tiling window manager setup in Gnome. 143was replicating tiling window manager setup in Gnome.
144 144
145![](/assets/posts/dfd-rice/layout.png) 145![](/assets/posts/dfd-rice/layout.png){:loading="lazy"}
146 146
147That made me look into a bunch of tiling window managers and then tested them 147That made me look into a bunch of tiling window managers and then tested them
148out. Candidates I was looking at were: 148out. Candidates I was looking at were:
@@ -212,7 +212,7 @@ something similar.
212 212
213This is some of the output from the installation script. 213This is some of the output from the installation script.
214 214
215![](/assets/posts/dfd-rice/script.png) 215![](/assets/posts/dfd-rice/script.png){:loading="lazy"}
216 216
217Let's take a look at some examples in the installation script. 217Let's take a look at some examples in the installation script.
218 218
@@ -274,4 +274,4 @@ And this is how it looks with two terminals side by side. I really like the
274simplicity and clean interface. I will polish the colors and stuff like that, 274simplicity and clean interface. I will polish the colors and stuff like that,
275but I really do like the results. 275but I really do like the results.
276 276
277![](/assets/posts/dfd-rice/desktop.png) 277![](/assets/posts/dfd-rice/desktop.png){:loading="lazy"}