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