Hi,
I am trying to find an old post, but I came across this.
https://www.kubuntuforums.net/forum/...s-installation
FYI. My Brain needs to "see" the input and output to understand and learn... Reading a page is helpful, as it gives me a reference point for the command, but I really need to see the output and what it does for it to makes sense in my brain... (Autism. It's great)
I tried one or two (since there is a backup created and I can compare the two).. Then undo (restore original) But.. I am wanting to understand the actual commands... More... PLEASE
>>>>I also want to know how to disable updates from adding "quiet" to
every(bloody)time an update is performed. Frustrating.
So as I understand....
= copies
?? Does what exactly, please
at the end
I am assuming is the file where the sed thing is working-output to-something... Sorry INPUT file (according to some website I just looked up... Still not following the command
I am trying to find an old post, but I came across this.
https://www.kubuntuforums.net/forum/...s-installation
FYI. My Brain needs to "see" the input and output to understand and learn... Reading a page is helpful, as it gives me a reference point for the command, but I really need to see the output and what it does for it to makes sense in my brain... (Autism. It's great)
I tried one or two (since there is a backup created and I can compare the two).. Then undo (restore original) But.. I am wanting to understand the actual commands... More... PLEASE
>>>>I also want to know how to disable updates from adding "quiet" to
/boot/grub/grub.conf
So as I understand....
Code:
sudo cp /etc/default/grub /etc/default/grub.orig
Code:
sudo sed -i 's/^GRUB_TIMEOUT_STYLE=hidden/GRUB_TIMEOUT_STYLE=menu/' /etc/default/grub
Code:
sed -i 's/^
at the end
Code:
/etc/default/grub
Comment