add a language in Ferdora 17
by Kevin Wilson
Hi
I am trying to add a language in Ferdora, but the new language is not kept
I go to
System Settings
Region and language
Press "+" and select Dansih from the list.
Then close the dialog window.
After I open the dialog window again, the new language I added does not appear
I tried the same with other languages like Czech and more, and I still have the
problem.
Another thing is this
In the Region and Language window, some languages appear (Like French, German,
Spanish and more). But the minus button is disabled and I cannot
remove any of them. Any idea why ?
8 years, 7 months
F17: Manual monitor adjustment required after each boot
by Corinna Vinschen
Hi,
since upgrading from F16 to F17, I have a weird problem with the
monitor settings on my desktop machine.
I'm using the nouveau driver. The controller is an Nvidia GeForce 7100
GS. The controller is somewhat older, it has one DVI and one VGA plug.
Attached are two LCD monitors running a single desktop spread over both
monitors.
Running under F16, everything worked as expected. With F17, every time
I boot the machine, the monitor attached to the VGA plug is wrongly
adjusted, but always in a different way. Sometimes it's just a bit off
and text on the screen is flickering. Sometimes the entire picture is
too wide, sometimes it's off to the right, or to the bottom, etc.
Either way, every morning I now have to press the magic key sequence
on the monitor to readjust the picture.
Did anybody encounter the same problem? Does anybody know how to fix
this, perhaps?
Thanks,
Corinna
8 years, 7 months
To telnet or to netcat... that's the question
by NoSpaze
Hi. If I do:
# telnet 127.0.0.1 5038
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Asterisk Call Manager/1.0
Action: Login
ActionID: 1
Username: youwanna
Secret: uwanna
... And asterisk responds:
== Manager 'youwanna' logged on from 127.0.0.1
But if I use nc and do...
# nc 127.0.0.1 5038 << EOF
> Action: Login
> ActionID: 1
> Username: youwanna
> Secret: uwanna
>
> EOF
Asterisk Call Manager/1.0
... Asterisk responds:
== Connect attempt from '127.0.0.1' unable to authenticate
Notice the TEXT is EXACTLY THE SAME (pasted in both cases) tried 762753 times or something less. Tcp port.
Why is that difference? Is nc sending a different string sequence or what?
TIA...
--
NOSpaze <nospaze(a)gmail.com>
8 years, 7 months