It's Linux nerd humor. sed is a Linux command that among other things substitutes text. For the command "s/hack/modify" it searches through the text for any instance of "hack" and replaces it with "modify".
To change that 8 seconds to something more reasonable, as root, edit the file /etc/default/grub and change the GRUB_TIMEOUT value, then run the command update-grub.
...the command "s/hack/modify" it searches through the text for any instance of "hack" and replaces it with "modify".
Just the first one per line unless you s///g for global search and replace.
Nice, thank you.
If you want to learn shell commands you need to know about man and apropos
man is the manual for a command...
$man man to read the manual for the man command.
$apropos delete to search for commands containing the word "delete" in their descriptions.
Right now I am just pretty happy that it is up and running stable. I have most of my passwords and bookmarks moved over and my keyboard and sound has worked all night tonight. I'm calling that success. i have made a backup of the current state in case it goes to hell. I"ll start delving into the technical stuff when I am sure it's going to keep running well. Appreciate the tips! I anticipate posting in when I get going.
(post is archived)