Re: An interesting sort problem

2015-11-12 Thread Michael Hennebry
Awk can do what you want: { lines[NR]=$NF " " $0 } END { PROCINFO["sorted_in"]="@val_type_asc" for line in lines { j=index(line, " ") print substr(line, j+1) } -- Michael henne...@web.cs.ndsu.nodak.edu "Sorry but your password must contain an uppercase letter, a num

Re: Gnome/Wayland

2015-11-12 Thread Joachim Backes
On 12.11.2015 12:46, Kseniya Blashchuk wrote: Me - no. Maybe check your power settings (Dim and blank screen option, etc.) I've no special screen power settings (no dim/blank screen options). Joachim Backes чт, 12 нояб. 2015 г. в 14:02, Joachim Backes mailto:joachim.bac...@rhrk.uni-kl.de>>:

Re: best way to build bootable f23 USB drives from f23?

2015-11-12 Thread Tod Merley
First of all not all flash drives boot – and even if you get one that does the next lot might not. This has to do with the firmware between the data on the drive and the USB interface. Often there is a firmware virtual CD involved. If you look on the drive with such as gparted you will likely see

Re: best way to build bootable f23 USB drives from f23?

2015-11-12 Thread Martin Bříza
On Thu, 12 Nov 2015 12:36:28 +0100, Robert P. J. Day wrote: for an upcoming class, i want to create bootable 64-bit fedora 23 systems on (probably) 16G USB drives. given that i want to do this from a running fedora 23 system, and it can be a totally destructive creation, what's the best wa

Re: Gnome/Wayland

2015-11-12 Thread Kseniya Blashchuk
Me - no. Maybe check your power settings (Dim and blank screen option, etc.) чт, 12 нояб. 2015 г. в 14:02, Joachim Backes : > Hi all F23 users, > > seeing some little problem with Gnome/Wayland desktop in F23: > > After logging in, during the next (few) secconds, the screen fades out > and become

best way to build bootable f23 USB drives from f23?

2015-11-12 Thread Robert P. J. Day
for an upcoming class, i want to create bootable 64-bit fedora 23 systems on (probably) 16G USB drives. given that i want to do this from a running fedora 23 system, and it can be a totally destructive creation, what's the best way? as i see it, i would probably do a single, initial install o

Gnome/Wayland

2015-11-12 Thread Joachim Backes
Hi all F23 users, seeing some little problem with Gnome/Wayland desktop in F23: After logging in, during the next (few) secconds, the screen fades out and becomes dark. I have to click immediately on the screen, or the screen locks up (within few seconds). Anybody sees this too? -- Fedora