Categoria: programming

  • Contributions to Mageia – June 2012

    As a contributor to the Mageia project I spend a couple of hours every day of the week doing things like packaging new software, triaging bugs, testing, writing wiki pages and so on. Moreover I administer the mageiaonline.it website (Italian Community of Mageia users) to improve day by day the user experience and the quality…

  • Speeding up APT

    As someone knows using multiple connections to download files could be helpful to speed up the upgrading processes (take a look to urpmi). Apt is definetly a good tool provided by debian, but from this point of view it could be “improved” (see notes below). Here you can see the way I’ve reduced my download…

  • HowTo compile omniORB on Fedora

    Download omniORB srpm Check for building dependencies Install the development tools Launch the binaries packages builder Download omniORB srpm $ wget -c http://www.fourpalms.org/pub/omniORB/SRPMS/omniORB-4.1.4-4.src.rpm Check for building dependencies # yum-builddep omniORB-4.1.4-4.src.rpm Install the development tools # yum groupinstall “Strumenti di sviluppo” Launch the binaries packages builder $ rpmbuild –rebuild omniORB-4.1.4-4.src.rpm For the lazy people… Libraries Development…