7
[ubuntu] Half installed package errorview story

http://ubuntuforums.org – I attempted to install DraftSight via .deb package in 12.10 after the dependencies were met. (Hardware)

7
Not able to link mysql database with phpview story

http://stackoverflow.com – I am using mysql version Server version: 5.0.77 and php version PHP 5.1.6 (cli) (built: Nov 29 2010 16:47:37) My code is below: <?php $username="root"; $password=""; $hostname="localhost"; $dbhandle = mysql_connect($hostname, $username, $password) or die("Unable to connect to MySQL"); echo "Connected to MySQL<br>"; $selected = mysql_select_db("examples",$dbhandle) or die("Could not se (HowTos)

7
How to receive json_encode(data) from Cakephp to android and convert to a string?view story

http://stackoverflow.com – I want to create an android application that communicate with cakephp website, my problem is how to get data encoded using json_encode(my data) from cakephp to my android and convert the data into string ? Is there any other way to get data from cakephp website to my android application ?? I am using CakePhp 1.3 version. my code in cakephp 1.3is given below. (HowTos)

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
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)