9
5 Secrets to Making Print Cartridges Last Longerview story

http://www.ubuntux.org – Whether you are using Epson printer ink cartridges, toner cartridges from HP or for that matter, even compatible ink cartridges, you dream about making them last longer so that you can get something more out of your investment. You make use of different tricks to ensure the last drop of ink delivers a few more prints. (Distributions)

8
Printing problems HP Deskjet 845cview story

http://crunchbang.org – Hi guys. I am currently using CrunchBang 10. I can print without any problems in color, but I usually prefer to print in Greyscale and this is when the problems start. My printer is HP Deskjet 845c. My hpcups version is hpcups 3.12.6. The error in the info of the printer is "/usr/lib/cups/filter/hpcups failed". I add a bug report so you can help me. (HowTos)

8
Meta refresh doesn't include GETview story

http://ubuntuforums.org – I have a CGI server running with python as my language of choice. In it I have the following code: Code: if cgi.FieldStorage().getvalue("p") == "None":         print """<meta http-equiv="refresh" content="0; url=index.py?p=1">""" However, I do not get redirected to index.py?p=1 (Hardware)

13
BuyReply Raises $1 Million From Peter Thiel's Valar Ventures & Others For An SMS, Email & Twitter-Based E-Commerce Solutionview story

http://techcrunch.com – BuyReply, a company that has developed a new platform for e-commerce that allows consumers to purchase items from offline medium, such as TV, print, newspapers and more using email, SMS, or Twitter, has raised $1 million in seed funding, from Peter Thiel’s international fund Valar Ventures, along with Square Peg Ventures (Paul Bassat, founder of SEEK), Adrian MacKenzie, and others. Based in (IT news)

13
Flipboard's Mike McCue Talks Mobile Media At Disrupt NYview story

http://techcrunch.com – People want to get their news on their phones, but many publishers are struggling to offer a set of mobile web sites and apps that users truly love. (IT news)

13
Kobo Launches Aura, A High-Res E-Reader, As It Preps For Its Own App Store This Summerview story

http://techcrunch.com – Kobo, the Canadian e-reader, tablet and e-book company owned by Japan’s e-commerce giant Rakuten, today unveiled its newest device, the Aura HD, a limited-edition e-reader it’s aiming it at power bookworms, with a 265dpi resolution on a 6.8-inch screen, 4 gigabytes of storage and a two-month battery life for the premium price of $169.99 (£139.99). (IT news)

8
Linux system("top -p pid") command in programview story

http://stackoverflow.com – I have a Linux program that is interspersed with calls to the system API, specifically system("top"), so I can monitor virtual memory at various points in the program. (HowTos)

8
Creating a graph with overlapping histograms and saving it to a single fileview story

http://stackoverflow.com – I am trying to write a Matlab script to analyze two specific sets of data, create histograms for them, and write them to a single file where you can see both histograms overlapped on one plot. (HowTos)

8
Canon MX360view story

http://chakra-project.org – kdeadmin-print-manager (HowTos)

8
What is meant by 'output to stdout'view story

http://stackoverflow.com – New to bash programming. I am not sure what is meant by 'output to stdout'. Does it mean print out to the command line? If I have a simple bash script: #!/bin/bash wget -q http://192.168.0.1/test -O - | grep -m 1 'Hello' it outputs a string to the terminal. Does this mean it's 'outputting to stdout' ? Thanks (HowTos)