8
Check Out Facebook's Nerdy Library Of Its Research Papersview story

http://techcrunch.com – If subjects like “XORing Elephants: Novel Erasure Codes for Big Data” get you all worked up, you’ll dig the “Research Publications At Facebook” site, which collects scientific papers written by Facebook employees and researchers. (IT news)

8
[ubuntu] How to disable power button?view story

http://ubuntuforums.org – As I have mentioned the school MinecraftEDU server before, now I need to disable the power button. The computer is in a place where many kids are a lot, so we need the power button disabled so nobody can turn off the computer. I tried just unplugging the power button, and it didn't like me for doing so. All the fans sped up and the hardware went a bit nuts. (Hardware)

8
I need Xorg to start at tty7 and stay there after logout.view story

https://www.centos.org – Welcome to the CentOS fora.In run level 5, immediately following system boot, the X server starts on tty1 (by default). After the first login / logout sequence, the X (HowTos)

7
X.Org X Server Vulnerability Closed by Canonicalview story

http://news.softpedia.com – On April 17, Canonical published details, in a security notice, about an X.Org X server vulnerability for its Ubuntu 12.10, Ubuntu 12.04 LTS, Ubuntu 11.10, and Ubuntu 10.04 LTS operating systems.According to Canonical, the X server could be made to reveal keystrokes of other users.It was discovered that the X.Org X server did not properly clear input events in certain circumstances. (IT news)

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
TFTP server only working on 127.0.0.1view story

https://www.centos.org – Right, so iptables is not disabled but you do appear to have the correct rule in there to allow incoming connections on udp port 69.I'm not entirely sure I understand what you mean... [by TrevorH] (HowTos)

8
Transmission-cli not downloading to alternative directoryview story

https://bbs.archlinux.org – lucke wrote:Why not let it run as your user?You can set the user it runs as in its service file.I could do so, but everywhere I read that it is not OK to run a daemon as the user who also has admin rights. (HowTos)

8
Resolv.conf Issueview story

https://www.centos.org – Two things I can think of that overwrite /etc/resolv.conf. The first is dhclient which obtains an IP address from a DHCP server and that can also supply nameserver addresses. The second is NetworkM... [by TrevorH] (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)

8
centos 6 pureftpd permissions problemview story

https://www.centos.org – No, it won't work, ftp is a different protocol to http and they are not interchangeable. You cannot connect to an ftp server using an http:// link as that will attempt to contact the domain na... [by TrevorH] (HowTos)