7
Hiring Great Engineers: Kleiner Perkins’ Mike Abbott Explains Howview story

http://techcrunch.com – Editor’s note: Derek Andersen is the founder of Startup Grind, a 35-city event series hosted in 15-countries that educates, inspires, and connects entrepreneurs. He also founded Commonred (acquired by Income.com) and is ex-Electronic Arts. I spoke with a robotics engineer and PHD from Stanford this week about looking for a job. (IT news)

7
Tips Android 4.0 Adobe flash 11view story

http://androidforums.com – Had to go to the adobe website & download flash manually android doesnt have it was tryinga free tv app & it required flash so had too manually install it from adobe they have version 11 for android 4.0 , i installed directly from phone made sure unknown sources was allowed and everything installed smoothly Download link: http://download.macromedia.com/pub/flashplayer/installers/archive/ (General)

7
Tips LG Spectrum HAS wireless charging! -_-view story

http://androidforums.com – I was wandering arround the internet trying to find a new back cover for my lg spectrum vs920 when i found this... LG WCC-920 | LG USA I was very shure that back in CES 2012 when LG was presenting the spectrum, the PR guy phonearena was interviewing said that it had Global Capabilities, WIRELESS CHARGING, and NFC. (General)

7
SSH using keys in external storage - permissions?view story

http://unix.stackexchange.com – I have a set of SSH keys to login to accounts and servers. (HowTos)

7
Accessory Galaxy Nexus Wireless Chargingview story

http://androidforums.com – I have had the Galaxy Nexus for a better part of a year, and recently, charging became an issue. Sometimes when I plugged in my phone, it does not charge and I have to wiggle the end of the cord a bit until I see it start to charge. (General)

7
Need some tips for a bash script.view story

https://bbs.archlinux.org – does it fail if you fully qualify the ip command?  (i.e. /sbin/ip)You can always execute it from cron with a -x and send the output to a file and see exactly what is happening.  To do this, change cron to /bin/bash -x /path/to/script > /tmp/outfile 2>&1 oliver https://bbs.archlinux.org/profile.php?id=13735 2013-01-12T01:22:19Z (HowTos)

7
Tips A way to get your MSL/SPCview story

http://androidforums.com – 1) download these 2 files, (diag scripts, samsung diag drivers) and get CDMA WS , if you flash phones you should have the full, the cracked will work too 2) install samsung drivers 3) download script manager from google play 4) put diag scripts on sd card 5) run script manager and locate diag scripts 6) choose diag.sh and click on su, and execute script 7) go to device manager on computer an (General)

7
in need of info on ROMsview story

http://androidforums.com – Just saying hi. I'm new to the forum & trying to get info on ROMs to add when I root my phone, (huawei fusion2 u-8665, which I'm also new to as well. So any tips, advice, helpful info that you can pass along would be greatly appreciated. Thanks! :D (General)

7
[Q] Lenovo IdeaTab S2109 video playback tipsview story

http://forum.xda-developers.com – I got my IdeaTab S2109 for days. Get the high using experience on the tablet. Here I wanna start the topic how to get a smooth video playback on IdeaTab S2109. I note this tablet can only support a few standard formats like H.264, MPEG-4. I got some AVIs to S2109, but failed. Put and play AVI on Lenovo IdeaTab S2109 for smooth playback is the solution I found from google. (HowTos)

7
Send data to multiple sockets using pipes, tee() and splice()view story

http://stackoverflow.com – I'm duplicating a "master" pipe with tee() to write to multiple sockets using splice(). Naturally these pipes will get emptied at different rates depending on how much I can splice() to the destination sockets. So when I next go to add data to the "master" pipe and then tee() it again, I may have a situation where I can write 64KB to the pipe but only tee 4KB to one of the "slave" pipes. (HowTos)