7
Advice for anyone upgrading to Fedora 18 using FedUpview story

http://forums.fedoraforum.org – Due to the number of issues I have seen with people upgrading to Fedora 18 using FedUp, I am recommending that everyone do a yum distro-sync after they upgrade. Code: su - (root password) yum --releasever=18 --disableplugin=presto distro-sync There are issues of packages not getting updated, and this is causing numerous different problems to occur. (HowTos)

7
Galaxy S3 Android issue - screen lockview story

http://androidforums.com – This is for a Galaxy S3, 4.1.2 updated. I chose to have the screen lock with password, and set the lock to become active after 30 minutes. This works fine normally, the screen switches off in 30 sec, and anytime within 30 min I can get back to the screen without pw or swiping. Well... (General)

7
Strange glitch when entering encryption password on start-upview story

http://forums.fedoraforum.org – I setup a Fedora 18 VM tonight to test out the installer. (HowTos)

7
how do I assign multiple IP address when bootview story

http://askubuntu.com – Currently I directly type the following command to bind static ip for eth0 via normal user. $sudo ifconfig eth0:1 192.168.20.66 How do I run this command when boot Ubuntu without typing password? (HowTos)

7
When Will Fedora Be Ready For Prime Time?view story

http://forums.fedoraforum.org – Is there any concensus out there about when Fedora will work out its problems and be ready for prime time? If someone doesn't understand the question, then consider the following: 1. With the latest Fedora 17, Beefy Miracle, installed, the installation routine creates a a GRUB2 that has an error in the file, as flashed on the screen for a split second at every boot. 2. (HowTos)

7
[ubuntu] SSH Keys Ubuntu Server, Windows Clientview story

http://ubuntuforums.org – Heeelllooooooooo everybody. I have SSH working with putty and FileZilla with just password authentication, but I CANNOT for the life of me get SSH keys to work. This is the deal, I have a 12.10 Ubuntu home server with an encrypted home folder. (Hardware)

7
[ubuntu] Just got laptop & already messed it up... grub>view story

http://ubuntuforums.org – I just got my Dell Vostro 2520 with Ubuntu preloaded. I know nothing about operating systems. I wanted to try something different. Now my husband is pissed. I forgot my password...or did I set one up? Anyway, I was trying to reset it. I ended up with a black screen like dos. It had a place to set system, admin, and hdd passwords. I did this but I can't get out of this black screen hell. (Hardware)

7
[ubuntu] grub> HELP!!!!!view story

http://ubuntuforums.org – I just got my Dell Vostro 2520 with Ubuntu preloaded. I know nothing about operating systems. I wanted to try something different. Now my husband is pissed. I forgot my password...or did I set one up? Anyway, I was trying to reset it. I ended up with a black screen like dos. It had a place to set system, admin, and hdd passwords. I did this but I can't get out of this black screen hell. (Hardware)

7
Why is the statement, inside a thread, not working?view story

http://stackoverflow.com – The button is working but the threading is not working at all. (HowTos)

7
I'm only allowing pubkey auth via ssh. How can I still log in with password?view story

http://unix.stackexchange.com – vi /etc/ssh/sshd_config egrep -i 'Pubkey|Password|Listen' /etc/ssh/sshd_config | grep -v '^#' ListenAddress 0.0.0.0 PermitRootLogin without-password PubkeyAuthentication yes PasswordAuthentication no on an OpenBSD 5.1 server. (HowTos)