More than 7,000 Vanderbilt University students had their personal information compromised last month after a thief made off with a professor's desktop computer.
<b>Groklaw:</b> "Do you remember the patent infringement case IP Innovation filed against Red Hat and Novell in 2007? We looked for prior art, if you recall. Well, I'm very happy to tell you that Red Hat and Novell have prevailed in the litigation:"
The cloud, the smartphone, the tablet, the Web itself as a big giant operating system-- what's the fatal flaw in all of these? It's all about feeding content to passive "consumers". Plug me in, baby, I'm not lifting a finger ever again.
<b>Handle With Linux:</b> "Too bad it's only for professional use the HGZ Linux based coffee machine. I'd love to have on of these. A Dream come true. The Linux coffee maker."
Quelques détails supplémentaires sur la prochaine version d'OpenGLUne chose intéressante à noter dans ce nouveau projet, c'est qu'il est développé par des acteurs des marchés mobiles et PC :
Président : Tom Olson (ARM)IL Group Chair : Bill Licea-Kane (Qualcomm)Éditeurs des spécifications de la bibliothèque : Graham Sellers (AMD) and Jeff Bolz (NVIDIA)De plus, le groupe travaille sur les points suivants :
adoption d'un langage intermédiaire pour les shaders ;la compatibilité va être rompue avec...
Check out what is happening: SQL Server hit with a virus, Terahertz CPUs, a new version of Opera, Exchange Server is being replaced, and more. Find out who took the number one super-computer spot away from IBM! Start December off with Jon Yiesla and information about happenings on the Web that may impact developers.
I want to get a ppa key signed
I tried
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A258828C
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys A258828C
gpg: requesting key A258828C from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn't connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
and
wget -q http://ppa.launchpad.net/panda3d/ppa/ubuntu/dists/lucid/Release.gpg -O- | apt-key add -
gpg: no valid OpenPGP data found
I am behind a proxy , in apt.conf it is configured correctly
Acquire::http::Proxy "http://proxy.mycompany.de:3128";
I also tried setting proxy
export http_proxy="proxy.mycompany.de:3128"
export https_proxy="proxy.mycompany.de:3128"
Le 11 décembre 2009, la documentation de QPainter subissait un énorme ajout concernant l'optimisation de son utilisation. En effet, le bon usage de cet outil n'était pas accessible à tous, il n'était pas présenté dans la documentation. Ceci ne fut qu'un prétexte à une série d'articles sur l'optimisation de QPainter et de Qt Graphics en général.
Voici donc le premier article de cette série, les autres sont en préparation :
Qt Graphics et performances : ce qui est critique et ce qui ne l'est pas
Pensez-vous que cet ajout à la documentation de QPainter sera utile ? Trouvez-vous les performances de vos applications trop faibles ?...
The rugged switches and routers that drive networks on oil rigs, power stations and research operations in Antarctica don't always feature high-end enterprise capabilities. Sixnet is out to change that.
<b>Kristanix Games press release:</b> "Kristanix Games announces the release of Linux versions of its most popular games. The Linux Games project now includes such high quality casual games as Sudoku Epic, Solitaire Epic, Mahjong Epic, Jewel Twist, Fantastic Farm, Crossword Twist and many more."
I have no idea why this isn't working. I've tried creating map rules and then rewritng and redirecting the url. I've tried just redirecting it with a simple rewrite rule and no matter what, the only time I can get it to work is if I set the match url to match this regex .*.
I'm trying to redirect webmail.example.com to mail.example.com. Seemed like it would have taken but a couple seconds; boy was I wrong. I'm thinking I must be doing something wrong with the regex, but I'm not sure what as when I test it it seems to work fine.
<rule name="webmail" patternSyntax="ECMAScript" stopProcessing="true">
<match url=".*webmail.*" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
</conditions>
<action type="Redirect" url="https://mail.example.com:8000" appendQueryString="false" logRewrittenUrl="true" />
</rule>
Thanks
You might be ready to move beyond OpenVPN, but feel daunted by IPSEC's learning curve. With our quick guide, you'll be up and running with free, open Openswan in no time.
<b>Groklaw:</b> "SCO has filed its "renewed" motion for judgment "as a matter of law", with its supporting memorandum. They ask the judge to rule over the heads of the jury and decide that the jury "simply got it wrong" when it ruled that SCO didn't get the copyrights in 1995 from Novell. In the alternative, they'd like a new trial."
Apache AXIOM (AXis2 Object Model) is a pull-based, XML Infoset-compliant object model that supports on-demand building of the object tree. Learn the basis of Axiom and how to use it.