5
exactimage on fedoraview story

http://forums.fedoraforum.org – hello guys. I ve been trying to install package ExactImage to my FC17, and since it's not in any repo i could find, i ve decided to compile it. Having some problems though. ./configure would give me this: Code: checking whether the C++ compiler works ... yes checking for C++ STL support ... yes checking for C++ templates ... yes checking for C++ template specialization ... (HowTos)

5
help for installing onboardview story

http://forums.fedoraforum.org – Hi I want to install onboard (=fantastic virtual keyboard) on F17 (64 bit), works perfectly under ubuntu. (HowTos)

5
Python 3.1 Vulnerabilities Fixed in Ubuntu 11.10 and Ubuntu 10.04 LTSview story

http://news.softpedia.com – On October 24, in a security notice Canonical published details about Python 3.1 vulnerabilities for its Ubuntu 11.04 and Ubuntu 10.04 LTS operating systems. According to Canonical, several security issues were fixed in Python 3.1. (General)

5
cannot install firmware-b43-installerview story

http://askubuntu.com – output i get when installing the installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package menu. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... (HowTos)

5
Creating a single output stream out of three other streams produced in parallelview story

http://unix.stackexchange.com – I have three kinds of data that are in different formats; for each data type, there is a Python script that transforms it into a single unified format. This Python script is slow and CPU-bound (to a single core on a multi-core machine), so I want to run three instances of it - one for each data type - and combine their output to pass it into sort. (HowTos)

5
[ubuntu] installing a bug patchview story

http://ubuntuforums.org – Hello Community, Resulting from an earlier post in the "hardware section" where I ask for help in getting an acer aspire one d270 to boot with Ubuntu 12.10, one of the suggested solutions is to install a patch : A bug report about the problem can be found here: https://bugs.launchpad.net/ubuntu/+s...r/+bug/1069031 Could anyone tell me how to install the patch : Code: --- hw/xfr (Hardware)

5
Why did I wake up to a blank screen this morning? Last nights update? [closed]view story

http://askubuntu.com – Newbie to Ubuntu.Took me ages setting up a Geforce 6200 on a Dell Dimension 4550 with Ubuntu 12.4. (HowTos)

5
Configuring wsgi for a simple Python based siteview story

http://serverfault.com – I have an Ubuntu 10.04 server that already has apache and wsgi working. I also have a python script that works just fine using the make_server command: if __name__ == '__main__': from wsgiref.simple_server import make_server srv = make_server('', 8080, display_status) srv.serve_forever() Now I would like to have the page always active without having to run the script manually. (HowTos)

5
Multiple Ubuntu OSes, Including 12.10, Get Patch for Python 3.2 Vulnerabilityview story

http://news.softpedia.com – On October 23, in a security notice Canonical published details about Python 3.2 vulnerabilities for its Ubuntu 12.10, Ubuntu 12.04 LTS, Ubuntu 11.10, and Ubuntu 11.04 operating systems. According to Canonical, several security issues were fixed in Python 3.2. (General)

5
Where are my TIME_WAITs on Mac OS X?view story

http://serverfault.com – No TIME_WAITs on Mac OS X Normally, when a TCP connection is closed, the socket on the side where close() is called first is left in the TIME_WAIT state. When one of the peers is a Mac OS X (Lion) machine, no TIME_WAIT is listed by netstat -an on the Mac if close() is called first on the Mac side. (HowTos)