NavigationUser login |
News aggregatorIPO - Facebook in der harten Börsenrealität angekommenimg style="float:right;" src="http://images.derstandard.at/t/1/2012/05/19/1336725426616.jpg" / Kursfeuerwerk bleibt aus - Schlusskurs nur leicht im Plus - Börsenaufsicht untersucht technische Probleme
GameStandard-Blog - Eine Woche GameStandard: Danke, Danke, Dankeimg style="float:right;" src="http://images.derstandard.at/t/1/2012/05/18/1336724142319.jpg" / Euphorie, Spielstress, Bewerbungen, Video-Tipps und die Top 5 der Woche
ITC - Microsoft erreicht US-Einfuhrverbot für Motorola-Geräteimg style="float:right;" src="http://images.derstandard.at/t/1/2012/05/19/1336725179555.png" / Motorola Smartphones und Tablets mit Android dürfen nicht mehr in die USA eingeführt werden
Wechsel - Bericht: Freiburg setzt nicht mehr auf OpenOfficeimg style="float:right;" src="http://images.derstandard.at/t/1/2012/05/19/1336725141876.jpg" / Kosten und fehlende Akzeptanz als Grund für Wechsel zu Microsoft Office genannt - Entscheidung im Sommer
VfGH - Anwälte klagen gegen VorratsdatenspeicherungNach Ansicht der Anwälte wurde die Richtlinie "überschießend umgesetzt" - "AK Vorrat" hat bereits rund 9.000 Vollmachten
Desktop - Microsoft enthüllt Änderungen der Windows 8 Desktop-Oberflächeimg style="float:right;" src="http://images.derstandard.at/t/1/2012/05/19/1336725113379.png" / Das Ende von Aero Glass und der Versuch Desktop und mobile Geräte grafisch zu vereinen
Lieferservice - Kampf um Essensbestellungen im Internetimg style="float:right;" src="http://images.derstandard.at/t/1/2012/05/19/1336725041839.jpg" / Der holländische Pionier Jitse Groen startet mit seinem Lieferservice in Österreich
Aktien - Intelsat Global beantragt milliardenschweren BörsengangVerbuchte im vergangenen Geschäftsjahr Nettoverlust von 400 Millionen Dollar
Umfrage - Julian Assange hat gute Chance auf Senatssitz in AustralienWikileaks-Gründer findet über Parteigrenzen hinweg Unterstützung
Stützungskäufe - Verhaltenes Börsendebüt von FacebookSchlusskurs nur hauchdünn über Ausgabepreis - Kurse anderer Internetfirmen nach unten gezogen - Klage über 15 Milliarden Dollar
Fedora 15 Testing Updates: jemalloc-3.0.0-1.fc15.srcpstrongjemalloc/strong - General-purpose scalable concurrent malloc implementation/p
pGeneral-purpose scalable concurrent malloc(3) implementation.br /
This distribution is the stand-alone portable implementation of jemalloc./p
pstrongChange Log:/strong/p
preMon, 14 May 2012 GMT - Ingvar Hagelund lt;ingvar@redpill-linpro.comgt; - 3.0.0-1
- New upstream release
- Updated no_pprof patch to match new release
- Updated s390 patch to match new relase
- Added make check
- Added new script jemalloc.sh
- Added a patch for atomic operations on epel5/ppc
Sat, 21 Apr 2012 GMT - Peter Robinson lt;pbrobinson@fedoraproject.orggt; - 2.2.5-5
- Improve ARM patch
Fri, 20 Apr 2012 GMT - Dennis Gilmore lt;dennis@ausil.usgt; - 2.2.5-4
- no attomics on armv5tel
.../pre
Fedora 16 Testing Updates: jemalloc-3.0.0-1.fc16.srcpstrongjemalloc/strong - General-purpose scalable concurrent malloc implementation/p
pGeneral-purpose scalable concurrent malloc(3) implementation.br /
This distribution is the stand-alone portable implementation of jemalloc./p
pstrongChange Log:/strong/p
preMon, 14 May 2012 GMT - Ingvar Hagelund lt;ingvar@redpill-linpro.comgt; - 3.0.0-1
- New upstream release
- Updated no_pprof patch to match new release
- Updated s390 patch to match new relase
- Added make check
- Added new script jemalloc.sh
- Added a patch for atomic operations on epel5/ppc
Sat, 21 Apr 2012 GMT - Peter Robinson lt;pbrobinson@fedoraproject.orggt; - 2.2.5-5
- Improve ARM patch
Fri, 20 Apr 2012 GMT - Dennis Gilmore lt;dennis@ausil.usgt; - 2.2.5-4
- no attomics on armv5tel
.../pre
Social Media - Facebook schafft starkes Börsendebüt - Kurssprung für AktieAusgabekurs von 38 Dollar stieg innerhalb weniger Minuten auf 42 Dollar
Fedora 16 Testing Updates: 1:libguestfs-1.16.23-1.fc16.srcpstronglibguestfs/strong - Access and modify virtual machine disk images/p
pLibguestfs is a library for accessing and modifying guest disk images.br /
Amongst the things this is good for: making batch configurationbr /
changes to guests, getting disk used/free statistics (see also:br /
virt-df), migrating between virtualization systems (see also:br /
virt-p2v), performing partial backups, performing partial guestbr /
clones, cloning guests and changing registry/UUID/hostname info, andbr /
much else besides.br /
br /
Libguestfs uses Linux kernel and qemu code, and can access any type ofbr /
guest filesystem that Linux and qemu can, including but not limitedbr /
to: ext2/3/4, btrfs, FAT and NTFS, LVM, many different disk partitionbr /
schemes, qcow, qcow2, vmdk.br /
br /
Libguestfs provides ways to enumerate guest storage (eg. partitions,br /
LVs, what filesystem is in each LV, etc.). It can also run commandsbr /
in the context of the guest.br /
br /
Libguestfs is a library that can be linked with C and C++ managementbr /
programs.br /
br /
For high level virt tools, guestfish (shell scripting and command linebr /
access), and guestmount (mount guest filesystems using FUSE), installbr /
'libguestfs-tools'.br /
br /
For shell scripting and command line access, install 'guestfish'.br /
br /
To mount guest filesystems on the host using FUSE, installbr /
'libguestfs-mount'.br /
br /
For Erlang bindings, install 'erlang-libguestfs'.br /
br /
For GObject bindings and GObject Introspection, installbr /
'libguestfs-gobject-devel'.br /
br /
For Java bindings, install 'libguestfs-java-devel'.br /
br /
For OCaml bindings, install 'ocaml-libguestfs-devel'.br /
br /
For Perl bindings, install 'perl-Sys-Guestfs'.br /
br /
For PHP bindings, install 'php-libguestfs'.br /
br /
For Python bindings, install 'python-libguestfs'.br /
br /
For Ruby bindings, install 'ruby-libguestfs'./p
pstrongChange Log:/strong/p
preFri, 18 May 2012 GMT - Richard W.M. Jones lt;rjones@redhat.comgt; - 1:1.16.23-1
- New upstream stable version 1.16.23.
Mon, 14 May 2012 GMT - Richard W.M. Jones lt;rjones@redhat.comgt; - 1:1.16.22-1
- New upstream stable version 1.16.22.
Tue, 01 May 2012 GMT - Richard W.M. Jones lt;rjones@redhat.comgt; - 1:1.16.21-1
- New upstream stable version 1.16.21.
.../pre
Fedora 16 Testing Updates: php-pear-Mail-Mime-1.8.4-1.fc16.srcpstrongphp-pear-Mail-Mime/strong - Classes to create MIME messages/p
pMail_Mime provides classes to deal with the creation and manipulationbr /
of MIME messages. It allows people to create e-mail messages consisting of:br /
* Text Partsbr /
* HTML Partsbr /
* Inline HTML Imagesbr /
* Attachmentsbr /
* Attached messagesbr /
br /
It supports big messages, base64 and quoted-printable encoding andbr /
non-ASCII characters in file names, subjects, recipients, etc. encodedbr /
using RFC2047 and/or RFC2231./p
pstrongChange Log:/strong/p
preFri, 18 May 2012 GMT - Remi Collet lt;remi@fedoraproject.orggt; - 1.8.4-1
- Version 1.8.3 (stable) - API 1.4.2 (stable)
Thu, 11 Aug 2011 GMT - Remi Collet lt;Fedora@FamilleCollet.comgt; 1.8.2-1
- Version 1.8.2 (stable) - API 1.4.1 (stable)
Sun, 17 Apr 2011 GMT - Remi Collet lt;Fedora@FamilleCollet.comgt; 1.8.1-3
- doc in /usr/share/doc/pear
.../pre
Spielentwicklung - Microsoft-Studios stocken für nächste Xbox aufimg style="float:right;" src="http://images.derstandard.at/t/1/2012/05/18/1336723418386.jpg" / Job-Angebote stellen neues Rollenspiel und Action-Adventure in Aussicht
Webmix - Italienische Grabräuber verkaufen Fundstücke im InternetPolizei deckte illegalen Handel mit archäologischen Objekten auf
Fedora 15 Testing Updates: drupal7-workbench_moderation-1.2-1.fc15.srcpstrongdrupal7-workbench_moderation/strong - Adds arbitrary moderation states to Drupal/p
pWorkbench Moderation adds arbitrary moderation statesbr /
to Drupal core's unpublished and published node states,br /
and affects the behavior of node revisionsbr /
when nodes are published. Moderation states are trackedbr /
per-revision; rather than moderating nodes,br /
Workbench Moderation moderates revisions./p
pstrongChange Log:/strong/p
preFri, 18 May 2012 GMT - Peter Borsa lt;peter.borsa@gmail.comgt; - 1.2-1
- New upstream version
Fri, 13 Jan 2012 GMT - Fedora Release Engineering lt;rel-eng@lists.fedoraproject.orggt; - 1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Fri, 23 Dec 2011 GMT - Peter Borsa lt;peter.borsa@gmail.comgt; - 1.1-1
- Initial packaging.
/pre
InVincible - US-Firma tüftelt an SSD-Platte, die sich selbst zerstörtimg style="float:right;" src="http://images.derstandard.at/t/1/2012/05/18/1336723179846.jpg" / Grüner Knopf entfernt Daten - Roter Knopf zerstört Speichermedium physisch via Elektroschlag
Fedora 16 Testing Updates: erlang-webmachine-1.9.1-1.fc16.srcpstrongerlang-webmachine/strong - A REST-based system for building web applications/p
pA REST-based system for building web applications./p
pstrongChange Log:/strong/p
preFri, 18 May 2012 GMT - Peter Lemenkov lt;lemenkov@gmail.comgt; - 1.9.1-1
- Ver. 1.9.1
Fri, 13 Jan 2012 GMT - Fedora Release Engineering lt;rel-eng@lists.fedoraproject.orggt; - 1.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Tue, 08 Feb 2011 GMT - Fedora Release Engineering lt;rel-eng@lists.fedoraproject.orggt; - 1.8.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
.../pre
|
BloggersWho's new
Who's onlineThere are currently 2 users and 40 guests online.
Online users
SearchRecent blog posts
|