8
Amazon Kindle Fire HD 8.9-inch model price cutview story

http://www.talkandroid.com – Amazon announced today that it was cutting the price on both versions of its largest Kindle device, the Kindle Fire HD 8.9. The WiFi only version of the tablet was priced at $299 in the U.S. and will see its price drop to $269. The price cut for the 4G enabled version is more dramatic, going from $499 down to $399. According to Amazon, they sell their Kindle devices at cost. (IT news)

8
Apache SSL reverse proxy to a Embed Tomcatview story

http://serverfault.com – I'm trying to put in place a reverse proxy for an application that is running a tomcat embed server over SSL. The application needs to run over SSL on the port 9002 so I have no way of "disabling SSL" for this app. (HowTos)

8
Adding a line in vim adds it at the line after the cursor, I would like to insertview story

http://unix.stackexchange.com – I have this keybinding in .vimrc: map + :put=''<cr> map - dd I find it really useful for fast layout and source file cleaning with + and -. But using :put=""<cr> adds a line after the current cursor line, whereas dd removes a line at the current cursor. I'd rather have my + keybinding insert a line rather than add it after. What command should I try ? (HowTos)

8
GoogleReaderpocalypse. For Real This Time.view story

http://techcrunch.com – Don’t be evil? If that’s the unofficial Google motto, then the company has failed to deliver today. Among the products Google just announced it plans to sunset (read: kill off), beloved feed-reading service Google Reader is now on the chopping block. “*$%#” wrote at least one TechCrunch staffer upon hearing the news. (IT news)

8
How to improve the Fedora experienceview story

http://www.linuxbsdos.com – From LinuxBSDos.com.This article is a take on how to “Improving the Fedora boot experience,” which was the subject of an email by Matthias Clasen to a Red Hat developer’s mailing list. (General)

8
[ubuntu] update manager error?view story

http://ubuntuforums.org – I keep getting an triangle with a ! within it beside the mail icon. Code: W:Failed to fetch http://ppa.launchpad.net/claudiocn/slm/ubuntu/dists/precise/main/source/... 404  Not Found, W:Failed to fetch http://ppa.launchpad.net/claudiocn/slm/ubuntu/dists/precise/main/binary-... 404  Not Found , E:Some index files failed to download. (Hardware)

8
[ubuntu] Postfix, Dovecot, MySQL, PostfixAdmin is not workingview story

http://ubuntuforums.org – I am trying to configure for the first a server to be used for multiple domains to get used to hosting situations I may encounter in my job. I have Postfix, Dovecot, MySQL, and Postfix admin configured. However, Postfix is not handing off mail delivery to the virtual mailbox. (Hardware)

8
Andy Rubin Says He's “An Entrepreneur At Heart” In Message To Android Partners About Changing Roleview story

http://techcrunch.com – Google’s Larry Page today announced in a blog post that former Android chief Andy Rubin would be stepping down from that position and moving on to something else within the company to be replaced by Chrome VP Sundar Pichai. Now, The Wall Street Journal has obtained an email to Android partners from Rubin describing his pride in Android and his reasons for taking a new role. (IT news)

8
debug symbol file for linux kernelview story

http://stackoverflow.com – I want to debug both my QEMU source code and Linux kernel source code(ported to a particular board) when trying to boot the kernel image on QEMU. So i start something like this : Step 1 : $gdb qemu-system-arm step 2 : $break { list of breakpoints in qemu src } step 3 : $run {kernel image} {boot loader image} step 4 : open another console step 5 : $arm-none-eabi-gdb step 6 : $file {load deb (HowTos)

8
Questions about copying data into/from Linux Kernelview story

http://stackoverflow.com – I am finishing up project for OS class and can't figure several things that have to do with SAFELY copying data from user-space into kernel and back from kernel into user space, and how to properly discard this information. Say I have several system calls: //copies data into kernel space long sys_into(void __user *data, long length); // copies data into user space long sys_from(void __user *dat (HowTos)