[gentoo-user] advice on installation handbook: add "Fn+Alt+Fn" to Section5.4

2022-03-07 Thread russian sky
some machines can't switch to another TTY with 'Alt+Fn'. Instead, using 'Fn(function key)+Alt+Fn(n stand for number)' works. whether its appropriate for adding a tip like above to Section5.4 of installation handbook.

Re: [gentoo-user] gnu-screen split region can't invoke shell

2022-03-01 Thread russian sky
As far as I know you need to use 'Ctrl-a n' to move the screen focus > into the next region of the split screen and then 'Ctrl-a c' to start > a window in this split region with a shell in it. Otherwise it > remains empty. > > You could also use 'Ctrl-a 0' to display the content of the first >

[gentoo-user] gnu-screen split region can't invoke shell

2022-02-28 Thread russian sky
 Is it a bug that the gnu screen itself can't invoke a shell automatically after running 'Ctrl-a S' ?

Re: [gentoo-user] wiki page(kernel/upgrade) command confusion: 'cat' and 'awk'

2022-01-14 Thread russian sky
> This, in my opinion, is a case of “useless use of cat”. > `cat somefile | sort` can be replaced by “sort file”. Agree with that, i will attempt to add an replacing adivce to the talking page of the kernel/upgrade wiki page. > I don’t quite follow. Do you mean the “.*”, so you replace .* with

[gentoo-user] wiki page(kernel/upgrade) command confusion: 'cat' and 'awk'

2022-01-14 Thread russian sky
the sentence is just as follows: diff <(cat .config | sort) <(cat .config.old | sort) | awk '/^>.*(=|Linux)/ { $1=""; print }' without inserting the 'cat' and '*'(the part of awk),It seems like, the result of the command is the same as before. Does the existence of the aboving 'cat' and '*'